diff --git a/config.toml b/config.toml index da4f853..35e2fe7 100644 --- a/config.toml +++ b/config.toml @@ -13,10 +13,10 @@ theme = "swr" name = 'Расписание' url = '/schedule' weight = 2 - # [[menu.main]] - # name = 'Новости' - # url = '/posts/' - # weight = 3 + [[menu.main]] + name = 'Мобильные приложения' + url = '/mobile-apps/' + weight = 3 [[menu.main]] name = 'О радио' url = '/about/' diff --git a/content/_index.md b/content/_index.md index 2b083b3..32e873d 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,4 +2,10 @@ Отбираем самую годную музыку без привязки к жанрам. Тщательно подобранный плейлист музыки будет сопровождать ваш день. Делаем все возможное, чтобы заслужить внимание ваших ушей. +*Если у вас не работает веб-плеер, вы можете воспользоваться прямой ссылкой на поток*: +- [AAC 192kbps](https://azuracast.southwestradio.ru/listen/southwest_radio/radio.aac) (для пользователей iOS, macOS) +- [OGG 192kbps](https://azuracast.southwestradio.ru/listen/southwest_radio/radio.ogg) (для всех остальных) + +Кроме того, присутствует возможность прослушивать радиостанцию через [мобильные приложения](/mobile-apps/). + *Настраивайтесь на наши волны!* \ No newline at end of file diff --git a/content/mobile-apps.md b/content/mobile-apps.md new file mode 100644 index 0000000..0185656 --- /dev/null +++ b/content/mobile-apps.md @@ -0,0 +1,23 @@ +# Мобильные приложения + +## Android + +- Transistor ([Source Code](https://codeberg.org/y20k/transistor), [APK](https://f-droid.org/repo/org.y20k.transistor_91.apk)) + +### Инструкция + +1. Открываете приложение Transistor +2. Нажимаете на кнопку "Add new station" + +3. Вводите Southwest Radio в поле ввода +4. Выбираете найденную станцию и нажимаете кнопку "Add" + +5. Нажимаете на добавленную радиостанцию, она начнет проигрываться. + +## iOS + +- Cuterdio ([AppStore](https://apps.apple.com/app/cuterdio-internet-radio-app/id1489513385?platform=iphone)) + +## Инструкция + +В поиске радиостанций найти "Southwest Radio" и добавить радиостанцию в избранные. \ No newline at end of file diff --git a/static/android-screenshot-1.jpg b/static/android-screenshot-1.jpg new file mode 100644 index 0000000..b63e9b3 Binary files /dev/null and b/static/android-screenshot-1.jpg differ diff --git a/static/android-screenshot-2.jpg b/static/android-screenshot-2.jpg new file mode 100644 index 0000000..b63e9b3 Binary files /dev/null and b/static/android-screenshot-2.jpg differ diff --git a/static/logo.jpg b/static/logo.jpg new file mode 100644 index 0000000..9e668a0 Binary files /dev/null and b/static/logo.jpg differ diff --git a/themes/swr/assets/css/style.scss b/themes/swr/assets/css/style.scss index db3cd4a..f472112 100644 --- a/themes/swr/assets/css/style.scss +++ b/themes/swr/assets/css/style.scss @@ -52,7 +52,19 @@ aside { padding: 16px; padding-top: 0; padding-bottom: 0; - width: 75vh; + width: 30vw; +} + +#nav { + display: block; + list-style-type: none; + padding: 0; + margin: 0; +} + +.menu-item { + margin-block-start: 1em; + margin-block-end: 1em; } a { @@ -153,4 +165,9 @@ article { min-width: 100%; justify-content: center; } + + .menu-item { + display: flex; + justify-content: center; + } } \ No newline at end of file diff --git a/themes/swr/layouts/partials/nav.html b/themes/swr/layouts/partials/nav.html index 06ee057..771d4f3 100644 --- a/themes/swr/layouts/partials/nav.html +++ b/themes/swr/layouts/partials/nav.html @@ -1,27 +1,26 @@ \ No newline at end of file