From 2b9f4b702bae6239ff50c06e4c2decbbf9b266ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?murat=20emir=20cabaro=C4=9Flu?= Date: Wed, 2 Jun 2021 23:13:58 +0300 Subject: [PATCH] =?UTF-8?q?canl=C4=B1=20yay=C4=B1n=20izleme=20ekran=C4=B1?= =?UTF-8?q?=20eklendi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/_default/baseof.html | 2 +- layouts/live/list.html | 47 ++++++++++++++++++++++++++++++++++++ layouts/partials/head.html | 6 +++++ static/icons.svg | 7 ++++++ static/live.css | 16 ++++++++++++ static/theme.css | 2 +- 6 files changed, 78 insertions(+), 2 deletions(-) create mode 100644 layouts/live/list.html create mode 100644 static/live.css diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 4736e25..7e9744f 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -20,7 +20,7 @@ {{ partial "footer.html" . }} {{ end }} - + {{ block "scripts" . }} {{ end }} diff --git a/layouts/live/list.html b/layouts/live/list.html new file mode 100644 index 0000000..ed59862 --- /dev/null +++ b/layouts/live/list.html @@ -0,0 +1,47 @@ +{{ define "main" }} +{{ .Content }} +
+
+ +
+

#ÖzgürKon2021 live!

+
+
+
+
+ + + +
+
+
+
+ + +
+
+
+
+ +{{end}} + + + +{{ define "scripts"}} + + + +{{ end }} \ No newline at end of file diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 952ca40..474494f 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -73,6 +73,12 @@ + + + +{{ if eq .URL "/2021/live/" }} + +{{ end }} {{ block "headextra" . }} diff --git a/static/icons.svg b/static/icons.svg index 5709201..c3c3d92 100644 --- a/static/icons.svg +++ b/static/icons.svg @@ -131,4 +131,11 @@ + + + + + + + \ No newline at end of file diff --git a/static/live.css b/static/live.css new file mode 100644 index 0000000..8e57ac1 --- /dev/null +++ b/static/live.css @@ -0,0 +1,16 @@ +@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@600&display=swap'); + + +.hashtag { + margin-left: auto !important; + margin-right: auto !important; + text-align: center !important; + font-family: 'Bitter', serif; + margin-bottom: 30px; + color: #c03e24; +} + +.live-chat { + height: 100%; + width: 350px; +} \ No newline at end of file diff --git a/static/theme.css b/static/theme.css index 3346236..95b41a9 100644 --- a/static/theme.css +++ b/static/theme.css @@ -123,7 +123,7 @@ a, a:visited { .language.english::before { content: '🇬🇧'; } -.language.english::before { +.language.turkish::before { content: '🇹🇷'; } .visually-hidden {