Merge branch 'master' of https://github.com/anatolykopyl/bakery
1
.gitignore
vendored
@@ -1,6 +1,7 @@
|
||||
.DS_Store
|
||||
node_modules
|
||||
/dist
|
||||
/assets
|
||||
|
||||
.env
|
||||
# local env files
|
||||
|
||||
|
Before Width: | Height: | Size: 181 KiB |
|
Before Width: | Height: | Size: 878 KiB |
BIN
assets/brick.png
|
Before Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 140 KiB |
|
Before Width: | Height: | Size: 1.5 MiB |
BIN
assets/head.jpg
|
Before Width: | Height: | Size: 154 KiB |
2492
assets/items.json
BIN
assets/logo.png
|
Before Width: | Height: | Size: 257 KiB |
|
Before Width: | Height: | Size: 80 KiB |
|
Before Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 1.7 MiB |
16
index.html
@@ -1,16 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Сайт недоступен</title>
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
|
||||
</head>
|
||||
<body class="text-center">
|
||||
<div class="container pt-5 mt-5 text-center">
|
||||
<h1>Сайт недоступен</h1>
|
||||
<p>Но если вас все еще интересует мое предложение, то прошу связаться со мной:</p>
|
||||
<a href="mailto:akopyl@radner.ru">akopyl@radner.ru</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -2,22 +2,22 @@
|
||||
<div class="main">
|
||||
<div class="side-col">
|
||||
<h2>Свяжитесь с нами</h2>
|
||||
642-06-38<br />
|
||||
<a href="mailto:info@fvolchek.ru">info@fvolchek.ru</a><br />
|
||||
420-13-37<br />
|
||||
<a href="mailto:info@atolchek.ru">info@atolchek.ru</a><br />
|
||||
|
||||
<h2>Отдел персонала</h2>
|
||||
<a href="mailto:hr@fvolchek.ru">hr@fvolchek.com</a><br />
|
||||
<a href="mailto:hr@atolchek.ru">hr@atolchek.com</a><br />
|
||||
|
||||
<h2>Хотите купить нашу продукцию оптом?</h2>
|
||||
<a href="mailto:sales-b2b@fvolchek.ru">sales-b2b@fvolchek.com</a><br />
|
||||
<a href="mailto:sales-b2b@atolchek.ru">sales-b2b@atolchek.com</a><br />
|
||||
|
||||
<h2>Предложите нам</h2>
|
||||
Товары и услуги: <a href="mailto:zakupki@fvolchek.ru">zakupki@fvolchek.com</a><br />
|
||||
Предложения по аренде помещений: <a href="mailto:arenda@fvolchek.ru">arenda@fvolchek.com</a><br />
|
||||
Товары и услуги: <a href="mailto:zakupki@atolchek.ru">zakupki@atolchek.com</a><br />
|
||||
Предложения по аренде помещений: <a href="mailto:arenda@atolchek.ru">arenda@atolchek.com</a><br />
|
||||
|
||||
<h2>По любым вопросам</h2>
|
||||
Филипп Вольчек<br />
|
||||
<a href="mailto:flv@fvolchek.ru">flv@fvolchek.ru</a>
|
||||
Анатолий Тольчек<br />
|
||||
<a href="mailto:flv@atolchek.ru">flv@atolchek.ru</a>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||