diff --git a/_sass/_elements.scss b/_sass/_elements.scss index d5da4cd..e3b9a61 100644 --- a/_sass/_elements.scss +++ b/_sass/_elements.scss @@ -54,7 +54,11 @@ a:hover { -moz-transition: all var(--anim-speed) ease-in-out; -ms-transition: all var(--anim-speed) ease-in-out; transition: all var(--anim-speed) ease-in-out; - + background-image: linear-gradient(228deg, var(--accent1-alt), var(--accent2-alt)); + background-size: 400% 400%; + -webkit-animation: backgroundBlink 2s ease infinite; + -moz-animation: backgroundBlink 2s ease infinite; + animation: backgroundBlink 2s ease infinite; } diff --git a/radio.html b/radio.html index 97d4cb7..b5e1112 100644 --- a/radio.html +++ b/radio.html @@ -15,109 +15,103 @@ video_path: /assets/vid/radio.mp4 image: /assets/vid/radio.jpg layout: default --- - {% include relBase.html %}
-
-
-
-
- - +
+
+
+
+ - -

- -
+
-
-

{{ page.title }}

-

{{ page.description }}

-
-


-

To enjoy the stream in your favorite player click here

-

Questions about the playlist? Requests? Want to submit tracks? Chat with us!

-

Featured on the Radio

-

This is the list of all the generous artists making this radio possible. Some of them simply have no crib on the internet. If you know that they now have a URL, if you somehow find a missing name or if you are featured on this list but no longer wish to be, please conact us ASAP. Also feel free to contact us if you think your music would fit in the radio!

-

- {% assign sorted = site.data.radio | sort: 'name' %} - {% for artist in sorted %} - {% if artist.url %} - {{ artist.name }} {% unless forloop.last %}-{% endunless %} - {% else %} - {{ artist.name }} {% unless forloop.last %}-{% endunless %} - {% endif %} - {% endfor %} -

-

Chat with us!

- -

You do not need to register to participate. This chat is public. We never ask you to submit credit-card (or any other payment information) nor personal information. It is provided by kiwi via freenode. Read the privacy policy of Kiwi and Freenode
Matrix user? Click here

+
+

{{ page.title }}

+

{{ page.description }} To enjoy the stream in your favorite player click here

- +
+

+ +

Bellow is the list of all the generous artists making this radio possible. Some of them simply have no crib on the + internet. If you know that they now have a URL, if you somehow find a missing name or if you are featured on this + list but no longer wish to be, please conact us ASAP. Also feel free to contact us if + you think your music would fit in the radio!

+

+ {% assign sorted = site.data.radio | sort: 'name' %} + {% for artist in sorted %} + {% if artist.url %} + {{ artist.name }} + {% unless forloop.last %}-{% endunless %} + {% else %} + {{ artist.name }} {% unless forloop.last %}-{% endunless %} + {% endif %} + {% endfor %} +

+

Chat with us!

+

Questions about the playlist? Requests? Want to submit tracks? Chat with us!
You do not + need to register to participate. This chat is public. We never ask you to submit credit-card (or any other + payment information) nor personal information. It is provided by kiwi via freenode. Read the privacy + policy of Kiwi and Freenode
Matrix user? Click here

+
+ +
- {% include author.html %} - -

Play!

+ {% include author.html %} +

Play!

-
- - - - - -
-{% include footer.html %} - + + {% include footer.html %} +
- -
-
-
- -
-
- + + \ No newline at end of file