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 @@
+
-
-
<%= 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" : "" %>
-
-
-
Listen on
+ <% for (var i=0;i < items.length;i++) { var track = items[i]; %>
+
+
">
+
<%= i==0 ? "Found matches for this link" : "" %>
+
+
+ <% } %>
- <% } %>
-
-
-
-
-