diff --git a/LabWork01/catalog.html b/LabWork01/catalog.html index 54a4bf4..a752833 100644 --- a/LabWork01/catalog.html +++ b/LabWork01/catalog.html @@ -2,12 +2,14 @@ + Каталог — Арсенал Времени
-

Арсенал Времени

+ +
-
+

Каталог оружия

-
+ + + diff --git a/LabWork01/contacts.html b/LabWork01/contacts.html index 735c91c..2016ab0 100644 --- a/LabWork01/contacts.html +++ b/LabWork01/contacts.html @@ -2,12 +2,14 @@ + Контакты — Арсенал Времени
-

Арсенал Времени

+ +
-
+

Контактная информация

Адрес: г. Москва, ул. Ретрооружейная, д. 7

Телефон: +7 (495) 123-45-67

Email: info@arsenal-time.ru

-
+ + + diff --git a/LabWork01/css/style.css b/LabWork01/css/style.css index 68db804..bff82ea 100644 --- a/LabWork01/css/style.css +++ b/LabWork01/css/style.css @@ -1,19 +1,49 @@ -body { - background-color: #f5f5dc; - font-family: Georgia, serif; - color: #2e2e2e; +* { + box-sizing: border-box; margin: 0; padding: 0; } +body { + font-family: Georgia, serif; + background-color: #edf7f6; + color: #2e2e2e; + line-height: 1.6; +} header { background-color: #3b5323; color: white; padding: 20px; + display: flex; + justify-content: space-between; + align-items: center; + flex-wrap: wrap; +} +.logo { + font-size: 1.8em; + font-weight: bold; +} +.navbar { + display: flex; + gap: 15px; + flex-wrap: wrap; } .navbar a { - margin-right: 10px; color: white; text-decoration: none; + padding: 8px 12px; + background-color: #4e6e3c; + border-radius: 4px; +} +.navbar a:hover { + background-color: #6c8f55; +} +.menu-toggle { + display: none; + background: none; + font-size: 30px; + border: none; + color: white; + cursor: pointer; } .content { padding: 20px; @@ -22,4 +52,37 @@ footer { background-color: #3b5323; color: white; padding: 20px; -} \ No newline at end of file + display: flex; + flex-wrap: wrap; + justify-content: space-between; + gap: 20px; +} +.footer-section { + max-width: 300px; +} +.social-icons img { + width: 24px; + height: 24px; + margin-right: 8px; +} + +/* Адаптивная часть */ +@media (max-width: 768px) { + .navbar { + display: none; + flex-direction: column; + gap: 10px; + width: 100%; + margin-top: 10px; + } + .navbar.active { + display: flex; + } + .menu-toggle { + display: block; + } + footer { + flex-direction: column; + align-items: flex-start; + } +} diff --git a/LabWork01/img/telegram.png b/LabWork01/img/telegram.png new file mode 100644 index 0000000..364f0c6 Binary files /dev/null and b/LabWork01/img/telegram.png differ diff --git a/LabWork01/img/vk.png b/LabWork01/img/vk.png new file mode 100644 index 0000000..468259c Binary files /dev/null and b/LabWork01/img/vk.png differ diff --git a/LabWork01/img/youtube.png b/LabWork01/img/youtube.png new file mode 100644 index 0000000..6c0a640 Binary files /dev/null and b/LabWork01/img/youtube.png differ diff --git a/LabWork01/index.html b/LabWork01/index.html index 938ccb0..463b4e9 100644 --- a/LabWork01/index.html +++ b/LabWork01/index.html @@ -2,12 +2,14 @@ + Арсенал Времени
-

Арсенал Времени

+ +
-
+

Популярные предложения

-
+ + + diff --git a/LabWork01/services.html b/LabWork01/services.html index 3f3cb91..a3cb3e3 100644 --- a/LabWork01/services.html +++ b/LabWork01/services.html @@ -2,12 +2,14 @@ + Услуги — Арсенал Времени
-

Арсенал Времени

+ +
-
-

Услуги

+
+

Наши услуги

-
+ + + diff --git a/LabWork01/stories.html b/LabWork01/stories.html index b81d5d7..8600c70 100644 --- a/LabWork01/stories.html +++ b/LabWork01/stories.html @@ -2,12 +2,14 @@ + Истории — Арсенал Времени
-

Арсенал Времени

+ +
-
+

Истории оружия

Маузер K98 — винтовка Второй мировой войны, активно использовалась Вермахтом.

Наган М1895 — легендарный револьвер Российской империи и СССР.

-
+ + + diff --git a/Отчет2.docx b/Отчет2.docx new file mode 100644 index 0000000..324b3c7 Binary files /dev/null and b/Отчет2.docx differ