Browse Source

Загрузить файлы ''

Aemilius 10 months ago
parent
commit
ed03f7c4eb
5 changed files with 425 additions and 0 deletions
  1. BIN
      Connection.png
  2. 41 0
      buttons.css
  3. 15 0
      font.css
  4. 185 0
      main.html
  5. 184 0
      style.css

BIN
Connection.png


+ 41 - 0
buttons.css

@@ -0,0 +1,41 @@
+.buttons-choose {
+    border: 1px solid black;
+    width: 258px;
+    height: 56px;
+    background-color: white;
+}
+
+.buttons-choose:hover {
+    background-color: black;
+    color:white;
+    transition: 1.2s; 
+}
+
+.buttons-order {
+    border: 1px solid black;
+    width: 150px;
+    height: 50px;
+    margin-top: 25px;
+    background-color: white;
+}
+
+.buttons-order:hover {
+    background-color: black;
+    color:white;
+    transition: 1.2s; 
+}
+
+.buttons-receive {
+    border: 1px solid black;
+    width: 160px;
+    height: 56px;
+    margin-top: 50px;
+}
+
+.buttons-receive:hover {
+    background-color: black;
+    color:white;
+    transition: 1.2s; 
+}
+
+

+ 15 - 0
font.css

@@ -0,0 +1,15 @@
+header {
+    font-family: 'Playfair Display', serif;
+    font-size: 24px;
+}
+
+.Playfair {
+    font-family: 'Playfair Display', serif;
+    font-size: 64px;
+}
+
+.Roboto {
+    font-family: 'Playfair Display', serif;
+    font-family: 'Roboto', sans-serif;
+    font-size: 36px;
+}

+ 185 - 0
main.html

@@ -0,0 +1,185 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <link rel="stylesheet" href="buttons.css">
+    <link rel="preconnect" href="https://fonts.googleapis.com">
+    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
+    <link href="https://fonts.googleapis.com/css2?family=Playfair+Display&family=Roboto:wght@100&display=swap" rel="stylesheet">
+    <link rel="preconnect" href="https://fonts.googleapis.com">
+    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
+    <link href="https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap" rel="stylesheet">
+    <link rel="stylesheet" href="font.css">
+    <link rel="stylesheet" href="style.css">
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>Расстения</title>
+</head>
+<body>
+    <header class="container">
+            <div class="header_flex">
+                <img src="img/Group.png" alt="">
+                <ul>
+                    <li><a href="#forus">О нас</a></li>
+                    <li><a href="#catalog">Каталог</a></li>
+                    <li><a href="#blog">Алкоголь</a></li>
+                    <li><a href="#contact">Контакты</a></li>
+                </ul>
+            </div>
+    </header>
+    
+    <section class="background">
+        <div class="first-block container">
+            <div class="first-block_content">
+                    <h1 class="Playfair" style="padding-bottom: 25px;">Бармен по вызову</h1>
+                    <p class="Roboto" style="padding-bottom:50px;" >У нас самый<br>лучший сервис по обслуживанию</p>
+                    <button class="buttons-choose"><p class="Roboto" style="font-size: 24px;">Выбрать бармена</p></button>
+             </div>
+        </div>
+    </section>
+
+    <section class="m-top m-bottom" id="forus">
+        <div class="container">
+            <div class="block-for-us">
+                <div class="scale"><img src="img/ishak.jpeg" alt=""></div>
+                <div class="block-for-us_padding">
+                    <h1 class="Playfair" style="font-size:48px;">О нас</h1>
+                    <p class="Roboto" style="font-size: 24px;">Наша команда из опытных специалистов<br>
+                        Наши бармены не только профессионально смешивают напитки,<br>
+                        но и создают уникальную атмосферу на мероприятии. <br>
+                        Они могут предложить флейринг - фигурное приготовление коктейлей,<br> 
+                        которое удивит гостей и добавит шоу-элемент вечеринке.<br>
+                    </p>
+                </div>
+            </div>
+        </div>
+    </section>
+
+    <section id="catalog">
+        <div class="container">
+            <div class="block-name">
+                    <h1 class="Playfair" style="font-size:48px;">Наша команда</h1>
+                    <p class="Roboto" style="font-size: 24px;padding-top: 20px;">Выберите бармена</p>
+            </div>
+        </div>
+
+        <div class="block-card-product container">
+            <div class="block-card_flex">
+                <div class="block-card">
+                    <div class="scale"><img src="img/photo_5260458270806628101_y.jpg" width="350px" height="500px" alt="" style= "margin-top: 50px;"></div>
+                    <div class="block-card_text">
+                        <p class="Roboto" style="font-size: 24px;">Артем</p>
+                        <p class="Roboto" style="font-size:24px;">10 000 Р</p>
+                    </div>
+                        <button class="buttons-order Roboto" style="font-size:24px;">Заказать</button>
+                </div>
+                <div class="block-card">
+                    <div class="scale"><img src="img/photo_5260458270806628101_y.jpg" width="350px" height="500px" alt="" style= "margin-top: 50px;"></div>
+                    <div class="block-card_text">
+                        <p class="Roboto" style="font-size: 24px;">Георгий</p>
+                        <p class="Roboto" style="font-size:24px;">9 000</p>
+                    </div>
+                        <button class="buttons-order Roboto" style="font-size:24px;">Заказать</button>
+                </div>
+                <div class="block-card">
+                    <div class="scale"><img src="img/photo_5260458270806628101_y.jpg" width="350px" height="500px" alt="" style= "margin-top: 50px;"></div>
+                    <div class="block-card_text">
+                        <p class="Roboto" style="font-size: 24px;">Евгений</p>
+                        <p class="Roboto" style="font-size:24px;">6 000 Р</p>
+                    </div>
+                        <button class="buttons-order Roboto" style="font-size:24px;">Заказать</button>
+                </div>
+            </div>
+        </div>
+        <div class="block-card-product container">
+            <div class="block-card_flex">
+                <div class="block-card">
+                    <div class="scale"><img src="img/photo_5260458270806628101_y.jpg" width="350px" height="500px" alt="" style= "margin-top: 50px;"></div>
+                    <div class="block-card_text">
+                        <p class="Roboto" style="font-size: 24px;">Иван</p>
+                        <p class="Roboto" style="font-size:24px;">5 500 Р</p>
+                    </div>
+                        <button class="buttons-order Roboto" style="font-size:24px;">Заказать</button>
+                </div>
+                <div class="block-card">
+                    <div class="scale"><img src="img/photo_5260458270806628101_y.jpg" width="350px" height="500px" alt="" style= "margin-top: 50px;"></div>
+                    <div class="block-card_text">
+                        <p class="Roboto" style="font-size: 24px;">Максим</p>
+                        <p class="Roboto" style="font-size:24px;">5 000 Р</p>
+                    </div>
+                        <button class="buttons-order Roboto" style="font-size:24px;">Заказать</button>
+                </div>
+                <div class="block-card">
+                    <div class="scale"><img src="img/photo_5260458270806628101_y.jpg" width="350px" height="500px" alt="" style= "margin-top: 50px;"></div>
+                    <div class="block-card_text">
+                        <p class="Roboto" style="font-size: 24px;">Влад</p>
+                        <p class="Roboto" style="font-size:24px;">4 000 Р</p>
+                    </div>
+                        <button class="buttons-order Roboto" style="font-size:24px;">Заказать</button>
+                </div>
+            </div>
+        </div>
+    </section>
+
+    <section class="background-guide m-top m-bottom">
+        <div class="block-guide container">
+            <div>
+                <h1 class="Playfair"><p class="animate-charcter">Оставьте заявку на</p> нашем<br><p class="animate-charcter">сайте</p></h1>
+            </div>
+                <div class="block-form_text">
+                    <form>
+                        <p><input name="login" placeholder="Имя" class="Roboto"></p>
+                        <p><input name="pass" type="password" placeholder="Телефон" class="Roboto" style="margin-left: 50px;"></p>
+                    </form>
+                    <button class="buttons-receive">Получить</button>
+                </div>
+        </div>
+    </section>
+
+    <section id="blog">
+        <div class="container m-bottom">
+            <h1 class="Playfair" style="font-size: 48px;">Алгоколь</h1>
+            <p class="Roboto" style="font-size: 24px;padding-top: 25px;">выберите алькоголь себе по душе</p>
+        </div>
+
+        <div class="blog container">
+            <div class="blog-card">
+                <div class="scale"><img src="img/tekila.jpeg" alt=""></div>
+                <p class="Roboto" style="font-size: 24px;margin-top: 10px;">Текила санрайз</p>
+            </div>
+            <div class="blog-card">
+                <div class="scale"><img src="img/pina.jpeg" alt=""></div>
+                <p class="Roboto" style="font-size: 24px;margin-top: 10px;">Пина коладо</p>
+            </div>
+        </div>
+        <div class="blog container m-top m-bottom">
+            <div class="blog-card">
+                <div class="scale"><img src="img/goluboy.jpeg" alt=""></div>
+                <p class="Roboto" style="font-size: 24px;margin-top: 10px;">Голубая лагуна</p>
+            </div>
+            <div class="blog-card">
+                <div class="scale"><img src="img/sangrita.jpg" alt=""></div>
+                <p class="Roboto" style="font-size: 24px;margin-top: 10px;">Сангрита</p>
+            </div>
+        </div>
+    </section>
+
+    <section class="background-connection" id="contact">
+        <div class="connection_position">
+            <div class="connection_text">
+                <h1 class="Playfair" style="font-size: 64px;">Оставайтесь с нами<br>на связи</h1>
+                <p class="Roboto" style="font-size: 24px; margin-top: 50px;">+7 999 123 25-25</p>
+                <p class="Roboto" style="font-size: 24px; margin-top: 20px;">Телеграм</p>
+                <p class="Roboto" style="font-size: 24px; margin-top: 20px;">Вконтакте</p>
+            </div>
+        </div>
+    </section>
+    
+    <footer>
+        <div class="footer_position">
+            <img src="img/footer.png" alt="" style="width: 70px;height: 70px;">
+            <p class="Playfair" style="font-size: 24px;">HomePlants</p>
+            <p class="Playfair" style="font-size: 24px;">2022</p>
+        </div>
+    </footer>
+</body>
+</html>

+ 184 - 0
style.css

@@ -0,0 +1,184 @@
+* {
+    margin: 0;
+    padding: 0;
+    scroll-behavior: smooth;
+}
+
+.container {
+    width: 1440px;
+    margin: 0 auto;
+}
+
+ul {
+    display: flex;
+    justify-content: space-between;
+}
+
+.header_flex {
+    display: flex;
+    justify-content: space-around;
+    align-items: center;
+}
+
+li {
+    text-decoration: none;
+    list-style-type: none;
+    color:black;
+    padding: 25px;
+}
+
+a {
+    text-decoration: none;
+    background-image: linear-gradient(currentColor, currentColor);
+    background-position: 0% 100%;
+    background-repeat: no-repeat;
+    background-size: 0% 2px;
+    color:black;
+    transition: background-size .3s;
+}
+
+a:hover {
+    background-size: 100% 2px;
+}
+
+.background {
+    background-image: url(img/barmen.jpg);
+    background:no-repeat;
+}
+
+
+
+.first-block_content {
+    padding-top: 300px;
+    text-align: start;
+}
+
+.block-for-us {
+    display: flex;
+    justify-content: space-evenly;
+    align-items: center
+}
+
+.block-for-us_padding {
+    padding-left: 25px;
+}
+
+.m-top {
+    margin-top: 100px;
+}
+
+.m-bottom {
+    margin-bottom: 100px;
+}
+
+.block-card {
+    width: 365px;
+}
+
+.block-card_text {
+    display: flex;
+    justify-content: space-between;
+}
+
+.block-card_flex {
+    display: flex;
+    justify-content: space-between;
+}
+
+.background-guide {
+    background-image: url(img/volga.jpg);
+    width: 1900px;
+    background:no-repeat;
+    height: 629px;
+}
+
+.block-guide {
+    padding-top: 150px;
+}
+
+.block-form_text {
+    margin-top: 50px;
+}
+
+form {
+    display: flex;
+}
+
+input {
+    width: 309px;
+    height: 56px;
+}
+
+::placeholder {
+    font-size: 24px;
+    padding-left: 10px;
+}
+
+.blog {
+    display: flex;
+    justify-content: space-between;
+}
+
+.connection_position {
+    display: flex;
+    align-items: center;
+    flex-direction: column
+}
+
+.connection_text {
+    margin-top: 125px;
+    margin-left: 500px;
+}
+
+.background-connection {
+    background-image: url(img/Connection.png);
+    width: 1900px;
+    background: no-repeat;;
+    height: 629px;
+}
+
+.footer_position {
+    display: flex;
+    text-align: center;
+    align-items: center;
+    flex-direction: column;
+}
+
+.animate-charcter
+{
+   text-transform: uppercase;
+  background-image: linear-gradient(
+    -100deg,
+    #000000 50%,
+    #153d32 80%,
+    #398d72 100%
+  );
+  background-size: auto auto;
+  background-size: 200% auto;
+  -webkit-background-clip: text;
+  -webkit-text-fill-color: transparent;
+  animation: textclip 2s linear infinite;
+  display: inline-block;
+  font-family: 'Playfair Display', serif;
+    font-size: 48px;
+}
+
+@keyframes textclip {
+  to {
+    background-position: 200% center;
+  }
+}
+
+.scale {
+    display: inline-block; /* Строчно-блочный элемент */
+    overflow: hidden; /* Скрываем всё за контуром */
+}
+.scale img {
+    transition: 0.5s; /* Время эффекта */
+    display: block; /* Убираем небольшой отступ снизу */
+}
+.scale img:hover {
+    transform: scale(1.1); /* Увеличиваем масштаб */
+}
+
+