diff --git a/begushiybashkir/allPhoto/AtylqrEsbMCdt79zyh8qtA4Z9zeBM9kpp6T7NGukNUnm1aYHA6D52sQNmRzTE18LIWiBwdk9oZllNZWihCPZJFXG.jpg b/begushiybashkir/allPhoto/mainPhoto.jpg similarity index 100% rename from begushiybashkir/allPhoto/AtylqrEsbMCdt79zyh8qtA4Z9zeBM9kpp6T7NGukNUnm1aYHA6D52sQNmRzTE18LIWiBwdk9oZllNZWihCPZJFXG.jpg rename to begushiybashkir/allPhoto/mainPhoto.jpg diff --git a/begushiybashkir/src/index.html b/begushiybashkir/src/index.html index c8d325c..5ac5d80 100644 --- a/begushiybashkir/src/index.html +++ b/begushiybashkir/src/index.html @@ -72,34 +72,33 @@
-
-

Расписание тренировок

- - - - - - - - - - - - - - - - - - - - - - - - - -
День неделиВремяМестоТип тренировки
Понедельник19:00Парк ПобедыИнтервальный бег
Среда19:00Стадион "Динамо"Техника бега + ОФП
Суббота09:00Набережная реки БелойДлительный кросс
+
+
+

Расписание тренировок

+
+
+
+

Понедельник в 19.30 Техника бега + ОФП

+
+
+

Вторник восстановление

+
+
+

Среда в 19.30 Техника бега + СБУ

+
+
+

Четверг восстановление

+
+
+

Пятница восстановление

+
+
+

Суббота в 10.00 Длительный кросс

+
+
+

Воскресенье восстановление

+
+
diff --git a/begushiybashkir/src/photo/mainPhoto.jpg b/begushiybashkir/src/photo/mainPhoto.jpg new file mode 100644 index 0000000..26ddd6e Binary files /dev/null and b/begushiybashkir/src/photo/mainPhoto.jpg differ diff --git a/begushiybashkir/src/photo/sprinting-athletics-man-scaled.jpg b/begushiybashkir/src/photo/sprinting-athletics-man-scaled.jpg new file mode 100644 index 0000000..6d39f70 Binary files /dev/null and b/begushiybashkir/src/photo/sprinting-athletics-man-scaled.jpg differ diff --git a/begushiybashkir/src/style/descktop.css b/begushiybashkir/src/style/descktop.css new file mode 100644 index 0000000..e69de29 diff --git a/begushiybashkir/src/style/mobile.css b/begushiybashkir/src/style/mobile.css new file mode 100644 index 0000000..e69de29 diff --git a/begushiybashkir/src/style/style.css b/begushiybashkir/src/style/style.css index 5fed978..69f51cb 100644 --- a/begushiybashkir/src/style/style.css +++ b/begushiybashkir/src/style/style.css @@ -35,13 +35,17 @@ header { } .hero { - background: linear-gradient(rgba(46, 139, 87, 0.8), rgba(46, 139, 87, 0.6)), - url("https://example.com/running-track.jpg"); + background: linear-gradient( + rgba(32, 133, 77, 0.699), + rgba(44, 139, 85, 0.705) + ), + url("../photo/mainPhoto.jpg"); background-size: cover; color: white; text-align: center; padding: 80px 20px; margin-bottom: 30px; + background-position: center 40%; } .hero h1 { @@ -69,6 +73,7 @@ header { .btn:hover { background-color: #e6c200; + cursor: pointer; } .section { @@ -132,30 +137,38 @@ header { .schedule { background-color: #e8f5e9; - padding: 40px 20px; -} - -table { width: 100%; - max-width: 800px; - margin: 30px auto; - border-collapse: collapse; + height: 100%; } -th, -td { - padding: 12px; - border: 1px solid #ddd; - text-align: center; +.week { + background-color: #ffd700; + display: flex; + flex-wrap: wrap; + flex-direction: column; } -th { - background-color: #2e8b57; - color: white; +.days { + display: flex; + gap: 2em; + flex-direction: row; + flex-wrap: wrap; } -tr:nth-child(even) { - background-color: #f2f2f2; +.day { + background-color: aqua; + width: 150px; + height: 150px; + border-radius: 1em; + padding: 5px; + margin: 0; + justify-content: center; + align-items: center; +} + +.day p { + display: flex; + background-color: #3feb6a; } .contact { @@ -194,6 +207,11 @@ tr:nth-child(even) { margin: 1em; } +.contact .container button:hover { + background-color: #e6c200; + cursor: pointer; +} + footer { background-color: #1a3e23; color: white; diff --git a/begushiybashkir/src/style/tablet.css b/begushiybashkir/src/style/tablet.css new file mode 100644 index 0000000..e69de29