diff --git a/.gitignore b/.gitignore index ea06178..a451356 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -api/gin-bin -api/api api/.env +api/api +api/gin-bin +remote/.env remote/remote diff --git a/api/public/css/main.css b/api/public/css/main.css index 3b8affe..5aa90e4 100644 --- a/api/public/css/main.css +++ b/api/public/css/main.css @@ -1,7 +1,7 @@ /* overrides */ img { - display: inline; - max-width: inherit; + display: inline; + max-width: inherit; } /* main */ @@ -11,30 +11,36 @@ th.artist_column { } .artist_name, .track_name { - font-size: 200%; + font-size: 160%; } +.login-notice { + margin-top: 1.0em; +} + +.login-notice button:hover, .login-notice button a:hover { + color: #fff; +} .now-playing .container { - position: relative; - height: 128px; - margin-top: 10px; + height: 128px; + margin: 20px 0; + position: relative; } .now-playing img.logo { - position: absolute; - width: 300px; - - top: 0; - left:0; + height: 128px; + left: 0; + position: absolute; + top: 0; } .now-playing .rightside { - width: 600px; - position: absolute; - top: 0; - left: 360px; + left: 360px; + position: absolute; + top: 0; + width: 600px; } .now-playing .container h2 { @@ -53,10 +59,10 @@ th.artist_column { } .container .meta-name { - position: absolute; - top: 0; - width: 360px; - left: 140px; + left: 140px; + position: absolute; + top: 0; + width: 360px; } h2 { @@ -93,8 +99,8 @@ span.glyphicon-step-forward, span.glyphicon-step-backward { } .cover { - width: 64px; - height: 64px; + width: 64px; + height: 64px; background-size: cover; } @@ -120,20 +126,21 @@ span.glyphicon-step-forward, span.glyphicon-step-backward { cursor: pointer; } .queue tbody .artwork img { - height: 32px; - width: 32px; + height: 32px; + width: 32px; } .queue tbody td.artwork { padding-top: 4px; } .avatar { - height: 32px; - width: 32px; + height: 32px; + width: 32px; + border: 2px solid #888; border-radius: 32px; - border: 2px solid #888; } .volume , .playback-controls { display: none; } + diff --git a/api/public/images/140-proof-logo-anim.gif b/api/public/images/140-proof-logo-anim.gif new file mode 100644 index 0000000..b10cdaa Binary files /dev/null and b/api/public/images/140-proof-logo-anim.gif differ diff --git a/api/public/images/groupify.go-logo-wide.png b/api/public/images/groupify.go-logo-wide.png new file mode 100644 index 0000000..ab47d56 Binary files /dev/null and b/api/public/images/groupify.go-logo-wide.png differ diff --git a/api/public/images/groupify.go-logo.png b/api/public/images/groupify.go-logo.png index ab47d56..774a26b 100644 Binary files a/api/public/images/groupify.go-logo.png and b/api/public/images/groupify.go-logo.png differ diff --git a/api/public/index.html b/api/public/index.html index 9f2f16c..621f161 100644 --- a/api/public/index.html +++ b/api/public/index.html @@ -3,9 +3,11 @@
+# | -Time to Play | +Countdown | Track | Artist | @@ -90,7 +92,16 @@
---|