diff --git a/begushiybashkir/src/index.html b/begushiybashkir/src/index.html index 7125213..91a61fa 100644 --- a/begushiybashkir/src/index.html +++ b/begushiybashkir/src/index.html @@ -216,22 +216,92 @@

42,2 км (марафон)

21,1 км (полумарафон)

10 км

+
+ +
+

5 км

+
diff --git a/begushiybashkir/src/photo/RosHim2025_16_9.jpg b/begushiybashkir/src/photo/RosHim2025_16_9.jpg new file mode 100644 index 0000000..6169b79 Binary files /dev/null and b/begushiybashkir/src/photo/RosHim2025_16_9.jpg differ diff --git a/begushiybashkir/src/photo/Roshim2025_3.png b/begushiybashkir/src/photo/Roshim2025_3.png new file mode 100644 index 0000000..30e65de Binary files /dev/null and b/begushiybashkir/src/photo/Roshim2025_3.png differ diff --git a/begushiybashkir/src/photo/UMM2025.png b/begushiybashkir/src/photo/UMM2025.png new file mode 100644 index 0000000..c439eae Binary files /dev/null and b/begushiybashkir/src/photo/UMM2025.png differ diff --git a/begushiybashkir/src/style/results.css b/begushiybashkir/src/style/results.css index 014f3ed..cfd5992 100644 --- a/begushiybashkir/src/style/results.css +++ b/begushiybashkir/src/style/results.css @@ -15,8 +15,11 @@ background: white; border-radius: 10px; padding: 20px; - box-shadow: 0 2px 5px rgba(0,0,0,0.1); - width: 280px; + background: rgb(227, 244, 240); + -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2); + -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2); + box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2); + width: fit-content; } .achievement-category h3 { diff --git a/begushiybashkir/src/style/style.css b/begushiybashkir/src/style/style.css index cb6498f..72e3a2e 100644 --- a/begushiybashkir/src/style/style.css +++ b/begushiybashkir/src/style/style.css @@ -50,11 +50,8 @@ header { } .hero { - background: linear-gradient( - rgba(107, 170, 135, 0.473), - rgba(44, 139, 85, 0.212) - ), - url("../photo/MainPhoto10.png"); + background: + url("../photo/Roshim2025_3.png"); background-size: cover; color: rgb(255, 255, 255); text-align: center; diff --git a/serv_zitadel/.env b/serv_zitadel/.env new file mode 100644 index 0000000..5238c2d --- /dev/null +++ b/serv_zitadel/.env @@ -0,0 +1,10 @@ +DOMAIN=yalarba.ru +CERTBOT_EMAIL=vaitovgaziz@yandex.ru +NGINX_PROXY_PORT=80 +NGINX_SSL_PORT=443 +ZITADEL_HOST=zitadel.yalarba.ru +ZITADEL_PORT=8080 +ZITADEL_VERSION=v2.13.0 +POSTGRES_PASSWORD=strongpassword +POSTGRES_USER=zitadel +POSTGRES_DB=zitadel \ No newline at end of file diff --git a/serv_zitadel/docker-compose.yaml b/serv_zitadel/docker-compose.yaml new file mode 100644 index 0000000..e69de29