This commit is contained in:
Петухова Ростислава
2023-10-31 23:06:58 +03:00
7 changed files with 53 additions and 19 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 KiB

View File

@@ -37,12 +37,7 @@
<!--FOOTER-->
<footer>
<div class="prevFooter"></div>
<div class = "postFooter">
<p class="miniText"> ©Defectum studio</p>
</div>
</footer>
<div w3-include-html="/style/footer.html"></div>
<!-- load all included html pages -->
<script>includeHTML();</script>

View File

@@ -3,8 +3,8 @@
<div class="button-grid">
<div>
<!-- <a href="https://yandex.ru/profile/1013241328?no-distribution=1&source=wizbiz_new_map_single&ysclid=lo71yg4axi242363857"><button class="image-button" style="background-image: url('https://avatars.mds.yandex.net/get-altay/1909414/2a0000016ae3289d21e668710123484a2ba4/XXXL');"></button></a> -->
<a href="/pages/Музей-заповедник.html"><button class="image-button" style="background-image: url('/images/Музей-заповедник.webp');"></button></a>
<p class="normalText">Музей заповедник</p>
<a href="/pages/Музей кружева.html"><button class="image-button" style="background-image: url('/images/Музейружева.webp');"></button></a>
<p class="normalText">Музей кружева</p>
</div>
<div>

View File

@@ -8,9 +8,9 @@
<link rel="icon" href="/favicon.ico">
<meta charset="utf-8"/>
<title>Site</title>
<title>Музей кружева</title>
<!-- HTML loader script -->
<!--HTML loader script-->
<script type="text/javascript" charset="utf-8" src="/scripts/w3-include.js"></script>
<!--VOLOGDA MAPS-->
<script type="text/javascript" charset="utf-8" src="https://api-maps.yandex.ru/services/constructor/1.0/js/?um=constructor%3Abac1416c747a6867070208e3a71fefae060843d99a9cd9f4c84fc00cb6aba4f0&amp;id=AttractionsMap&amp;lang=ru_RU&amp;apikey=<API-ключ>"></script>
@@ -18,21 +18,18 @@
</head>
<body>
<!-- SNOWFLAKES -->
<div w3-include-html="/style/snowflakes.html"></div>
<!--HEADER -->
<div w3-include-html="/style/header.html"></div>
<!--VOLOGDA DESCRIPTION-->
<div class="vologdaDescription">
<p class="normalText">Вологда город, которые многие называют душой Русского Севера. Это родина вологодского масла и вологодского кружева, столица Опричнины и кладезь исторических достопримечательностей. Это город древний с девятивековой историей, богатый с более чем двумястами памятниками культуры и архитектуры, самобытный и живописный.</p>
<!--TEXT-->
<div class="vologdaPlace">
<p class="titleText">Музей кружева</p>
<p class="normalText">бэ бэ бу...</p>
</div>
<!--FOOTER-->
<footer>
<p class="miniText"> ©Defectum studio</p>
</footer>
<div w3-include-html="/style/footer.html"></div>
<!-- load all included html pages -->
<script>includeHTML();</script>
</body>

View File

@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="ru">
<head>
<link rel="stylesheet" href="/style/textFont.css">
<link rel="stylesheet" href="/style/background.css">
<link rel="stylesheet" href="/style/buttonStyle.css">
<link rel="stylesheet" href="/style/backgroundEffect.css">
<link rel="icon" href="/favicon.ico">
<meta charset="utf-8"/>
<title>Памятник букве О</title>
<!--HTML loader script-->
<script type="text/javascript" charset="utf-8" src="/scripts/w3-include.js"></script>
<!--VOLOGDA MAPS-->
<script type="text/javascript" charset="utf-8" src="https://api-maps.yandex.ru/services/constructor/1.0/js/?um=constructor%3Abac1416c747a6867070208e3a71fefae060843d99a9cd9f4c84fc00cb6aba4f0&amp;id=AttractionsMap&amp;lang=ru_RU&amp;apikey=<API-ключ>"></script>
<!-- <script type="text/javascript" charset="utf-8" src="https://api-maps.yandex.ru/services/constructor/1.0/js/?um=constructor%3Adff641cfd3a15a83ae8bfb686cf24c228c2737343f7aa7ea54e39ad42c100ead&amp;id=RestaurantsMap&amp;lang=ru_RU&amp;apikey=<API-ключ>"></script> -->
</head>
<body>
<!--HEADER -->
<div w3-include-html="/style/header.html"></div>
<!--TEXT-->
<div class="vologdaPlace">
<p class="titleText">Памятник букве О</p>
<p class="normalText">бэ бэ бу...</p>
</div>
<!--FOOTER-->
<div w3-include-html="/style/footer.html"></div>
<!-- load all included html pages -->
<script>includeHTML();</script>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

6
site/style/footer.html Normal file
View File

@@ -0,0 +1,6 @@
<footer>
<div class="prevFooter"></div>
<div class = "postFooter">
<p class="miniText"> ©Defectum studio</p>
</div>
</footer>