Commit v2

This commit is contained in:
Петухова Ростислава
2023-10-31 21:31:34 +03:00
7 changed files with 1269 additions and 9 deletions

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,7 +18,7 @@
</head>
<body>
<!-- SNOWFLAKES -->
<!--SNOWFLAKES-->
<div w3-include-html="/style/snowflakes.html"></div>
<!--HEADER -->
@@ -36,7 +36,6 @@
<div w3-include-html="/pages/attractions.html"></div>
<!--RESTAURANTS-->

BIN
site/style/background.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

Binary file not shown.

View File

@@ -1,3 +1,4 @@
/* Beryozki */
@font-face {
font-family: 'Beryozki';
src: url('/style/fonts/Beryozki.eot') format('embedded-opentype');
@@ -12,22 +13,42 @@
url('/style/fonts/Beryozki.svg#Beryozki') format('svg');
font-weight: normal;
font-style: normal;
}
}
/* Tsarevich */
@font-face {
font-family: 'Tsarevich-Regular';
src: url('/style/fonts/Tsarevich-Regular.eot') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Tsarevich-Regular';
src: url('/style/fonts/Tsarevich-Regular.woff') format('woff'),
url('/style/fonts/Tsarevich-Regular.ttf') format('truetype'),
url('/style/fonts/Tsarevich-Regular.svg#Tsarevich-Regular') format('svg');
font-weight: normal;
font-style: normal;
}
.normalText {
font-size: var(--textSize);
font-family: 'Sometype Mono', monospace;
color: rgb(0, 0, 0);
/* color: rgb(0, 0, 0); */
color: rgb(255, 255, 255);
}
.titleText {
font-size: calc(var(--textSize) + (var(--textSize) * 0.3));
font-family: 'Sometype Mono', monospace;
font-size: calc(var(--textSize) + (var(--textSize) * 1.6));
/* font-family: 'Sometype Mono', monospace; */
font-family: 'Tsarevich-Regular';
text-align: left;
margin-left: 3vw;
color: rgb(0, 0, 0);
color: rgb(255, 255, 255);
}
.miniText {