From f7a5291e17f8729e1e1aab3924846353b0868178 Mon Sep 17 00:00:00 2001 From: Jonathan Cremin Date: Thu, 4 Dec 2014 13:01:45 +0000 Subject: [PATCH] Design updates --- public/stylesheets/style.css | 5 +++++ views/album.ejs | 4 ++-- views/index.ejs | 6 +++--- views/track.ejs | 38 ++++++++++++++++++++++-------------- 4 files changed, 33 insertions(+), 20 deletions(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 1ed0d7f..6fabdeb 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -45,6 +45,11 @@ h2 { text-align: center; } +.btn-custom { + background-color: #e6832e; + color: #fff; +} + .service { padding: 40px 10px 10px 10px; } diff --git a/views/album.ejs b/views/album.ejs index 5749646..b503a3e 100644 --- a/views/album.ejs +++ b/views/album.ejs @@ -31,8 +31,8 @@ <% for (var i=0;i < items.length;i++) { var album = items[i]; %>
"> -
<%= i==0 ? "Found matches for this album" : "" %>
- +
<%= i==0 ? "Found matches for this link" : "" %>
+ diff --git a/views/index.ejs b/views/index.ejs index ca8b4cf..a5dabdb 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -27,7 +27,7 @@
- +
@@ -37,8 +37,8 @@

Make sharing music from subscription services better. - We match links from Rdio, Spotify and Google Music and give you back a link with all of them. - Here's an example.

+ We match links from Rdio, Spotify and Google Music and give you back a link with all of them.

+

Here's an example.

diff --git a/views/track.ejs b/views/track.ejs index 71d6c4a..5ec2271 100644 --- a/views/track.ejs +++ b/views/track.ejs @@ -12,29 +12,37 @@ +
+
+
+ +
+
+
-

match.audio

-

<%= items[0].artist.name %> - <%= items[0].name %>

+

<%= items[0].artist.name %> - <%= items[0].name %>

- <% for (var i=0;i < items.length;i++) { var track = items[i]; %> -
-
"> -
<%= i==0 ? "Matching track from this album" : "" %>
- - - <% } %> -
- -
- - + +