Skip to content

Commit

Permalink
New 1tuner logo, UI and podcasts 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbakker committed Jan 26, 2020
1 parent 159dccc commit f551ad7
Show file tree
Hide file tree
Showing 72 changed files with 4,083 additions and 3,698 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 1tuner
![Logo](https://1tuner.com/assets/icons/android-chrome-192x192.png)
![Logo](https://1tuner.com/assets/icons/icon-192x192.png)

A web app to listen to online radio. Also, create your own daily schedule (planning) and listen to different radio stations consecutively - the player will switch between radio streams automatically.

Expand Down
Binary file added assets/chromecast/bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions assets/chromecast/default.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.background {
background: center no-repeat url(bg.jpg);
background-size: cover;
}

.logo {
background-image: url(logo.png);
}

.progressBar {
background-color: #ff6000;
}

/* .splash {
background-image: url(splash.png);
} */
/*
.watermark {
background-image: url(watermark.png);
background-size: 57px 57px;
} */
Binary file added assets/chromecast/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions assets/data/genres.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,14 @@
},
"reggae" : {
"name" : "Reggae"
},
"comedy" : {
"name" : "Comedy"
},
"drama" : {
"name" : "Drama"
},
"history" : {
"name" : "History"
}
}
228 changes: 227 additions & 1 deletion assets/data/podcasts.json

Large diffs are not rendered by default.

Loading

0 comments on commit f551ad7

Please sign in to comment.