diff --git a/radio-player/index.html b/radio-player/index.html deleted file mode 100644 index db330ac..0000000 --- a/radio-player/index.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - BBC Radio Relay - - - - - - - - - - - - - -
-

BBC Radio Relay

- - -
- - -
- -
- - - - - - - -
-
- - - - - - \ No newline at end of file diff --git a/radio-player/media/radio-static-2.mp3 b/radio-player/media/radio-static-2.mp3 new file mode 100644 index 0000000..ba15058 Binary files /dev/null and b/radio-player/media/radio-static-2.mp3 differ diff --git a/radio-player/media/radio-static.mp3 b/radio-player/media/radio-static.mp3 new file mode 100644 index 0000000..b7c008e Binary files /dev/null and b/radio-player/media/radio-static.mp3 differ diff --git a/radio-player/stations/style.css b/radio-player/stations/style.css new file mode 100644 index 0000000..4abbac0 --- /dev/null +++ b/radio-player/stations/style.css @@ -0,0 +1,45 @@ + .logo { + box-shadow: 1px 1px 0px 0px black, 2px 2px 0px 0px black, 3px 3px 0px 0px black, 4px 4px 0px 0px black, 5px 5px 0px 0px black; + border: 3px solid black; + } + + .button-raised { + font-family: "Open Sans", sans-serif; + font-weight: bold; + font-size: 16px; + letter-spacing: 2px; + background-color: lightgrey; + text-decoration: none; + text-transform: uppercase; + color: #000; + cursor: pointer; + border: 3px solid; + padding: 0.25em 0.5em; + margin: 5px; + box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px; + position: relative; + user-select: none; + -webkit-user-select: none; + touch-action: manipulation; + } + + .button-raised:active { + box-shadow: 0px 0px 0px 0px; + top: 5px; + left: 5px; + } + + .button-raised:disabled { + pointer-events: none; + background-color: chocolate; + } + + .button-raised-mute.muted { + background-color: darkred; + } + + /* CSS for hiding the alert initially */ +#player-alert { + display: none; + } + \ No newline at end of file diff --git a/radio-player/templates/_footer.j2 b/radio-player/templates/_footer.j2 index eb934ca..d2231bf 100644 --- a/radio-player/templates/_footer.j2 +++ b/radio-player/templates/_footer.j2 @@ -3,7 +3,7 @@
- GitHub Check out the project on GitHub. + GitHub
diff --git a/radio-player/templates/_home.j2 b/radio-player/templates/_home.j2 index 2d6a52c..fc8038f 100644 --- a/radio-player/templates/_home.j2 +++ b/radio-player/templates/_home.j2 @@ -4,14 +4,9 @@ - - - + - \ No newline at end of file +}); + \ No newline at end of file