база страниц информации

This commit is contained in:
Frog-Lover-Antony
2023-10-31 23:06:00 +03:00
parent 629f6cbd3c
commit 2c058fc856
6 changed files with 53 additions and 22 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 KiB

View File

@@ -18,9 +18,6 @@
</head> </head>
<body> <body>
<!--SNOWFLAKES-->
<div w3-include-html="/style/snowflakes.html"></div>
<!--HEADER --> <!--HEADER -->
<div w3-include-html="/style/header.html"></div> <div w3-include-html="/style/header.html"></div>
@@ -40,12 +37,7 @@
<!--FOOTER--> <!--FOOTER-->
<footer> <div w3-include-html="/style/footer.html"></div>
<div class="prevFooter"></div>
<div class = "postFooter">
<p class="miniText"> ©Defectum studio</p>
</div>
</footer>
<!-- load all included html pages --> <!-- load all included html pages -->
<script>includeHTML();</script> <script>includeHTML();</script>

View File

@@ -3,8 +3,8 @@
<div class="button-grid"> <div class="button-grid">
<div> <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="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> <a href="/pages/Музей кружева.html"><button class="image-button" style="background-image: url('/images/Музейружева.webp');"></button></a>
<p class="normalText">Музей заповедник</p> <p class="normalText">Музей кружева</p>
</div> </div>
<div> <div>

View File

@@ -8,7 +8,7 @@
<link rel="icon" href="/favicon.ico"> <link rel="icon" href="/favicon.ico">
<meta charset="utf-8"/> <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> <script type="text/javascript" charset="utf-8" src="/scripts/w3-include.js"></script>
@@ -18,21 +18,18 @@
</head> </head>
<body> <body>
<!-- SNOWFLAKES -->
<div w3-include-html="/style/snowflakes.html"></div>
<!--HEADER --> <!--HEADER -->
<div w3-include-html="/style/header.html"></div> <div w3-include-html="/style/header.html"></div>
<!--VOLOGDA DESCRIPTION--> <!--TEXT-->
<div class="vologdaDescription"> <div class="vologdaPlace">
<p class="normalText">Вологда город, которые многие называют душой Русского Севера. Это родина вологодского масла и вологодского кружева, столица Опричнины и кладезь исторических достопримечательностей. Это город древний с девятивековой историей, богатый с более чем двумястами памятниками культуры и архитектуры, самобытный и живописный.</p> <p class="titleText">Музей кружева</p>
<p class="normalText">бэ бэ бу...</p>
</div> </div>
<!--FOOTER--> <!--FOOTER-->
<footer> <div w3-include-html="/style/footer.html"></div>
<p class="miniText"> ©Defectum studio</p>
</footer>
<!-- load all included html pages --> <!-- load all included html pages -->
<script>includeHTML();</script> <script>includeHTML();</script>
</body> </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>

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>