mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Updated README
This commit is contained in:
18
README.md
18
README.md
@@ -1,14 +1,8 @@
|
|||||||
Zoff
|
Zoff
|
||||||
====
|
====
|
||||||
|
|
||||||
##### The server-side is required for this website, and it's found at: <a href="https://github.com/zoff-music/zoff-server">here</a>
|
|
||||||
|
|
||||||
## Zoff supports integrated casting with chromecast
|
## Zoff supports integrated casting with chromecast
|
||||||
|
|
||||||
##### Config
|
|
||||||
|
|
||||||
To get the website to run as intended, please enabled mod_rewrite for apache2, and add ```AllowOverride All``` to the directory containing the webserver in Apache2 (it's usually /etc/apache2/sites-enabled/000-default.conf)
|
|
||||||
|
|
||||||
### About
|
### About
|
||||||
|
|
||||||
Zoff is a shared (free) YouTube based radio service, built upon the YouTube API.
|
Zoff is a shared (free) YouTube based radio service, built upon the YouTube API.
|
||||||
@@ -23,20 +17,20 @@ The team can be reached on <a href="mailto:contact@zoff.no?Subject=Contact%20Zof
|
|||||||
|
|
||||||
### Screenshots of desktop version:
|
### Screenshots of desktop version:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Screenshots of the mobile version:
|
### Screenshots of the mobile version:
|
||||||
|
|
||||||
<div style="text-align:center;">
|
<div style="text-align:center;">
|
||||||
<img src="http://lh5.googleusercontent.com/-_rATUkLCLH8/VUKTzZ19TqI/AAAAAAAABLc/ab9ZiJtLy4g/w330-h586-no/Screenshot_2015-04-30-22-30-43.png" alt="frontpage" height="600px">
|
<img src="http://i.imgur.com/aWlEmIx.png" alt="frontpage" height="600px">
|
||||||
<br>
|
<br>
|
||||||
<img src="http://i.imgur.com/yXM7zZi.png" alt="channel1" height="600px">
|
<img src="http://i.imgur.com/VgmoWGA.png" alt="channel1" height="600px">
|
||||||
<br>
|
<br>
|
||||||
<img src="http://i.imgur.com/N6ZPMZE.png" alt="channel2" height="600px">
|
<img src="http://i.imgur.com/UrlyfGg.png" alt="channel2" height="600px">
|
||||||
<br>
|
<br>
|
||||||
<img src="http://i.imgur.com/0YBbZ5v.png" alt="channel3" height="600px">
|
<img src="http://i.imgur.com/GuBz8zK.png" alt="channel3" height="600px">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
# Zoff-Serverside
|
# Zoff-Serverside
|
||||||
|
|
||||||
For the client-side repo, go to <a href="https://github.com/zoff-music/Zoff">here</a>
|
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
Prerequisites:
|
Prerequisites:
|
||||||
@@ -18,7 +16,7 @@ Clone this repository into a folder, and navigate to it. Use ```npm install```
|
|||||||
|
|
||||||
Zoff is a shared (free) YouTube based radio service, built upon the YouTube API.
|
Zoff is a shared (free) YouTube based radio service, built upon the YouTube API.
|
||||||
|
|
||||||
Zoff is mainly a webbased service. The website uses NodeJS with Socket.IO, MongoDB and express on the backend, with JavaScript, jQuery and Materialize on the frontend.
|
Zoff is mainly a webbased service. The website uses NodeJS with Socket.IO, MongoDB and PHP on the backend, with JavaScript, jQuery and Materialize on the frontend.
|
||||||
|
|
||||||
The team consists of Kasper Rynning-Tønnesen and Nicolas Almagro Tonne, and the project has been worked on since late 2014.
|
The team consists of Kasper Rynning-Tønnesen and Nicolas Almagro Tonne, and the project has been worked on since late 2014.
|
||||||
|
|
||||||
|
|||||||
@@ -609,7 +609,7 @@ display: inline-flex;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navbar-fixed {
|
.navbar-fixed {
|
||||||
z-index:1000;
|
z-index: 999999;
|
||||||
height: 128px;
|
height: 128px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1652,6 +1652,7 @@ nav ul li:hover, nav ul li.active {
|
|||||||
max-height: calc(100vh - 64px);
|
max-height: calc(100vh - 64px);
|
||||||
overflow: overlay;
|
overflow: overlay;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
/* z-index: 99999999; */
|
||||||
}
|
}
|
||||||
.result:hover, .hoverResults {
|
.result:hover, .hoverResults {
|
||||||
background-color: rgba(0,0,0,0.4);
|
background-color: rgba(0,0,0,0.4);
|
||||||
|
|||||||
Reference in New Issue
Block a user