From d2459166e561d51644737ce905a5ddb79f3fed55 Mon Sep 17 00:00:00 2001 From: none Date: Thu, 1 Feb 2024 19:29:26 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BF=D0=B0=D0=BD=D0=B5=D0=BB=D1=8C=20=D0=B2?= =?UTF-8?q?=D0=B2=D0=B5=D1=80=D1=85=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/discord.svg | 1 + assets/github-mark-white.svg | 1 + assets/github-mark.svg | 1 + assets/style.css | 34 ++++++++++++++++++++++++-- assets/telegram.svg | 1 + site.py | 46 ++++++++++++++++++++---------------- 6 files changed, 61 insertions(+), 23 deletions(-) create mode 100644 assets/discord.svg create mode 100644 assets/github-mark-white.svg create mode 100644 assets/github-mark.svg create mode 100644 assets/telegram.svg diff --git a/assets/discord.svg b/assets/discord.svg new file mode 100644 index 0000000..6fd9e78 --- /dev/null +++ b/assets/discord.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/github-mark-white.svg b/assets/github-mark-white.svg new file mode 100644 index 0000000..d5e6491 --- /dev/null +++ b/assets/github-mark-white.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/github-mark.svg b/assets/github-mark.svg new file mode 100644 index 0000000..37fa923 --- /dev/null +++ b/assets/github-mark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/style.css b/assets/style.css index 006fb6b..d5b7bd9 100644 --- a/assets/style.css +++ b/assets/style.css @@ -27,6 +27,33 @@ body { color: white; } +/* Верхняя панель */ +.panel { + background-color: #161819; + margin: -8px; + display: flex; + flex-direction: row; + justify-content: flex-start; +} + +/* Иконка + текст слева в панели */ +.img_text_panel { + display: flex; + flex-wrap: wrap; + align-items: center; + flex: 1; +} + +/* Кнопки социалок */ +.soc_buttons { + display: flex; + flex-wrap: wrap; + align-items: center; + flex: 1; + justify-content: center; + gap: 10px; +} + /* Div для социалок */ .socials { @@ -35,11 +62,14 @@ body { display: flex; flex-direction: row; padding-left: 1%; - padding-right: 1%; + padding-right: 4%; + align-items: center; + height: 60%; } /* Текст социалок */ -.socials_text { +.soc_text { color: white; text-decoration: auto; padding-left: 8%; + font-size: 1rem; } diff --git a/assets/telegram.svg b/assets/telegram.svg new file mode 100644 index 0000000..80317a6 --- /dev/null +++ b/assets/telegram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/site.py b/site.py index 84dad9b..7250135 100644 --- a/site.py +++ b/site.py @@ -21,7 +21,32 @@ app.index_string = ''' +
+
+ +
SS14 Tools
+
+ + + +
+ +
{%app_entry%}