/
set2701
/
Bautex_Design
Обзор
Документация
Войти
/
set2701
/
Bautex_Design
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
gallery.html
112 строк
4 KB
Stepan
Создание галлереи и дашборда
01 дек 2025, 21:53
01 дек 2025, 21:53
f03703c
Код
Авторство
О чём код?
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="preload" as="font" type="font/woff2" href="../fonts/fonts/GothicA1-Regular.woff2" crossorigin="anonymous"> <link rel="preload" as="font" type="font/woff2" href="../fonts/fonts/GothicA1-Medium.woff2" crossorigin="anonymous"> <link rel="preload" as="font" type="font/woff2" href="../fonts/fonts/GothicA1-Bold.woff2" crossorigin="anonymous"> <link rel="preload" as="font" type="font/woff2" href="../fonts/fonts/GothicA1-ExtraLight.woff2" crossorigin="anonymous"> <link rel="preload" as="font" type="font/woff2" href="../fonts/fonts/ProstoOne-Regular.woff2" crossorigin="anonymous"> <title>BAUTEX DESIGN - Коллекция CLASSIC</title> <style> @font-face { font-family: 'Gothic A1'; src: url('../fonts/fonts/GothicA1-Regular.woff2') format('woff2'); font-weight: 400; /* normal */ font-style: normal; ont-display: swap; } @font-face { font-family: 'Gothic A1'; src: url('../fonts/fonts/GothicA1-Medium.woff2') format('woff2'); font-weight: 500; /* medium */ font-style: normal; font-display: swap; } /* Gothic A1 - Bold */ @font-face { font-family: 'Gothic A1'; src: url('../fonts/fonts/GothicA1-Bold.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; } /* Gothic A1 - ExtraLight */ @font-face { font-family: 'Gothic A1'; src: url('../fonts/fonts/GothicA1-ExtraLight.woff2') format('woff2'); font-weight: 200; font-style: normal; font-display: swap; } /* Prosto One - Regular */ @font-face { font-family: 'Prosto One'; src: url('../fonts/fonts/ProstoOne-Regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; } </style> <link rel="stylesheet" href="css/normalize.css"> <link rel="stylesheet" href="css/gallery.css"> </head> <body> <main> <div class="wrapper"> <h1>Галерея</h1> <div class="oboi-gallery"> <div class="oboi"> <img src="/img/Gallery_Rectangle_102.webp" alt="oboi1"> <a href="#" class="oboi-btn">Купить</a> </div> <div class="oboi"> <img src="/img/Rectangle-104-_1_.webp" alt="oboi2"> <a href="#" class="oboi-btn">Купить</a> </div> <div class="oboi"> <img src="/img/Gallery_Rectangle_102.webp" alt="oboi3"> <a href="#" class="oboi-btn">Купить</a> </div> <div class="oboi"> <img src="/img/Rectangle-104-_1_.webp" alt="oboi4"> <a href="#" class="oboi-btn">Купить</a> </div> <div class="oboi"> <img src="/img/Gallery_Rectangle_102.webp" alt="oboi5"> <a href="#" class="oboi-btn">Купить</a> </div> <div class="oboi"> <img src="/img/Rectangle-104-_1_.webp" alt="oboi6"> <a href="#" class="oboi-btn">Купить</a> </div> <div class="oboi"> <img src="/img/Gallery_Rectangle_102.webp" alt="oboi7"> <a href="#" class="oboi-btn">Купить</a> </div> <div class="oboi"> <img src="/img/Rectangle-104-_1_.webp" alt="oboi8"> <a href="#" class="oboi-btn">Купить</a> </div> <div class="oboi"> <img src="/img/Gallery_Rectangle_102.webp" alt="oboi9"> <a href="#" class="oboi-btn">Купить</a> </div> </div> </div> </main> </body> </html> <!-- добавить ссылку в footer шаблон галереи-->