diff --git a/config.toml b/config.toml index 8238297..da4f853 100644 --- a/config.toml +++ b/config.toml @@ -5,21 +5,21 @@ theme = "swr" [menu] [[menu.main]] - name = 'Home' + name = 'Главная' url = '/' weight = 1 [[menu.main]] - name = 'Schedule' + name = 'Расписание' url = '/schedule' weight = 2 + # [[menu.main]] + # name = 'Новости' + # url = '/posts/' + # weight = 3 [[menu.main]] - name = 'News' - url = '/posts/' - weight = 3 - [[menu.main]] - name = 'About' - url = '#' + name = 'О радио' + url = '/about/' weight = 4 diff --git a/content/_index.md b/content/_index.md index 3d7c61c..2b083b3 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,3 +1,5 @@ -Non-commercial radio run by MIREA students. +**Радио Southwest** - некоммерческий проект свободного радио, созданный студентами университета РТУ МИРЭА. -**Stay locked in!** \ No newline at end of file +Отбираем самую годную музыку без привязки к жанрам. Тщательно подобранный плейлист музыки будет сопровождать ваш день. Делаем все возможное, чтобы заслужить внимание ваших ушей. + +*Настраивайтесь на наши волны!* \ No newline at end of file diff --git a/content/about.md b/content/about.md index cbd7021..5aa44bc 100644 --- a/content/about.md +++ b/content/about.md @@ -1,3 +1,3 @@ -# About +# О нас -Test. \ No newline at end of file +Кто прочитал тот лох. \ No newline at end of file diff --git a/static/background.jpg b/static/background.jpg new file mode 100644 index 0000000..2283e8c Binary files /dev/null and b/static/background.jpg differ diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..7f8551b Binary files /dev/null and b/static/favicon.ico differ diff --git a/themes/swr/assets/css/style.scss b/themes/swr/assets/css/style.scss index 58cdd5e..a038682 100644 --- a/themes/swr/assets/css/style.scss +++ b/themes/swr/assets/css/style.scss @@ -5,6 +5,10 @@ body { font-size: 14pt; padding: 0; margin: 0; + background-attachment: fixed; + background-image: linear-gradient( rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) ),url('../background.jpg'); + backdrop-filter: blur(5px); + height: 100vh; } #container { @@ -22,7 +26,10 @@ body { aside { margin-right: 2em; border: 1px solid; + border-radius: 3mm; padding: 16px; + padding-top: 0; + padding-bottom: 0; min-width: 5em; align-self: start; } @@ -30,6 +37,7 @@ aside { #player { margin-left: 2em; border: 1px solid; + border-radius: 3mm; padding: 16px; padding-bottom: 0; display: flex; @@ -40,13 +48,20 @@ aside { #content { border: 1px solid; + border-radius: 3mm; padding: 16px; - max-width: 50%; - // min-width: 40em; + padding-top: 0; + padding-bottom: 0; + width: 75vh; } a { color: #cc61be; + text-decoration: none; +} + +a:hover { + color: #faa0ee; } #calendar { @@ -80,6 +95,7 @@ article { width: 100%; margin: 0; display: flex; + margin-bottom: 16px; flex-direction: column; align-items: center; align-self: unset; @@ -88,8 +104,9 @@ article { #content{ // max-width: 100%; width: 100%; + margin-bottom: 16px; max-width: unset; - // min-width: unset; + min-width: unset; } #player { diff --git a/themes/swr/layouts/_default/baseof.html b/themes/swr/layouts/_default/baseof.html index f7084e4..837d051 100644 --- a/themes/swr/layouts/_default/baseof.html +++ b/themes/swr/layouts/_default/baseof.html @@ -11,7 +11,12 @@
- + +
{{- partial "footer.html" . -}} diff --git a/themes/swr/layouts/partials/header.html b/themes/swr/layouts/partials/header.html index 8696721..7f60e9e 100644 --- a/themes/swr/layouts/partials/header.html +++ b/themes/swr/layouts/partials/header.html @@ -1 +1 @@ -

{{ .Site.Title }}

\ No newline at end of file +

{{ .Site.Title }}

\ No newline at end of file