From ba6d0d177678db6ad398998aa70cc5979f75121d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D1=82=D1=83=D1=85=D0=BE=D0=B2=D0=B0=20=D0=A0?= =?UTF-8?q?=D0=BE=D1=81=D1=82=D0=B8=D1=81=D0=BB=D0=B0=D0=B2=D0=B0?= Date: Wed, 1 Nov 2023 01:19:15 +0300 Subject: [PATCH] Site v4 --- site/index.html | 8 ++++++-- site/pages/restaurants.html | 34 ++++++++++++++++++++++++++++++++++ site/style/header.html | 10 +++++----- site/style/textFont.css | 2 +- 4 files changed, 46 insertions(+), 8 deletions(-) create mode 100644 site/pages/restaurants.html diff --git a/site/index.html b/site/index.html index cb5f5d7..443e4de 100644 --- a/site/index.html +++ b/site/index.html @@ -15,7 +15,7 @@ - + @@ -35,7 +35,11 @@
- +
+

Рестораны Вологды

+
+ +
diff --git a/site/pages/restaurants.html b/site/pages/restaurants.html new file mode 100644 index 0000000..32ef9a1 --- /dev/null +++ b/site/pages/restaurants.html @@ -0,0 +1,34 @@ +
+

Места где можно хорошо поесть

+
+
+ +

Музей кружева

+
+ +
+ +

Памятник букве О

+
+ +
+ +

Посидим-поокаем

+
+ +
+ +

Бульвар Пирогова

+
+ +
+ +

Церковь Александра Невского

+
+ +
+ +

Государственный историко-архитектурный и художественный музей-заповедник

+
+
+
\ No newline at end of file diff --git a/site/style/header.html b/site/style/header.html index 16fbb33..e3e6133 100644 --- a/site/style/header.html +++ b/site/style/header.html @@ -1,22 +1,22 @@
- + - +

Вологда

- +

Достопримечательности

- +

Рестораны

diff --git a/site/style/textFont.css b/site/style/textFont.css index 5f50384..72e032b 100644 --- a/site/style/textFont.css +++ b/site/style/textFont.css @@ -62,7 +62,7 @@ .miniText { font-size: calc(var(--textSize) * 0.9); font-family: 'Sometype Mono', monospace; - color: rgb(0, 0, 0); + color: rgb(255, 255, 255); } :root {