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 {