Browse Source

add link to Frostbite's site

raylu 14 years ago
parent
commit
a6b266a2e6
2 changed files with 6 additions and 3 deletions
  1. 2 2
      static/home.css
  2. 4 1
      templates/home.html

+ 2 - 2
static/home.css

@@ -4,7 +4,7 @@ p {
 	margin: 50px 0;
 }
 
-article p a:link, article p a:visited {
+article p a.create:link, article p a.create:visited {
 	color: #111;
 	padding: 10px;
 	border: 1px solid #888;
@@ -15,7 +15,7 @@ article p a:link, article p a:visited {
 	font-weight: bold;
 }
 
-article p a:hover {
+article p a.create:hover {
 	background: -moz-linear-gradient(top, #08b, #047);
 	background: -webkit-linear-gradient(top, #08b, #047);
 	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088bb', endColorstr='#004477')";

+ 4 - 1
templates/home.html

@@ -12,11 +12,14 @@
 	Create playlists. Share the link. Collaborate in real-time.
 	</p>
 	<p>
-	<a href="/create">Get started</a>
+	<a href="/create" class="create">Get started</a>
 	</p>
 	<p>
 	Questions? Ask raylu.
 	</p>
+	<p>
+	Also, a special thanks to <a href="http://frost.メイドさん.jp/">Frostbite</a> for his help.
+	</p>
 </article>
 
 {{template "footer.html"}}