changeset 138:fc86604ea0ad

Update home page with Guitar Player magazine cover.
author Brian Neal <bgneal@gmail.com>
date Fri, 14 Feb 2014 19:42:42 -0600
parents 964d5e9130c2
children c962f58c2693
files madeira/templates/index.html static/css/theme.css
diffstat 2 files changed, 22 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/madeira/templates/index.html	Fri Feb 14 19:42:07 2014 -0600
+++ b/madeira/templates/index.html	Fri Feb 14 19:42:42 2014 -0600
@@ -23,9 +23,20 @@
 </div>
 
 <div>
-<h2>We are in Guitar Player Magazine!</h2>
-<p>The <a href="http://guitarplayer.com/march2014">March 2014 issue of Guitar Player magazine</a> features the Madeira! Read all about it <a href="/news/story/61/">here</a>.
-</p>
+   <div class="row">
+      <div class="col-md-8 col-md-offset-2 text-center bg-primary page-header">
+         <h1>We are in Guitar Player Magazine!</h1>
+         <p>The <a href="http://guitarplayer.com/march2014">March 2014 issue of Guitar Player magazine</a> features
+         the Madeira! Read all about it <a href="/news/story/61/">here</a>.
+         </p>
+         <p>
+         <a href="http://guitarplayer.com/march2014">
+         <img src="https://s3-us-west-1.amazonaws.com/sg101.user.photos/39efb6b4dbb44a7ba0959e7a442e53dd.jpg" 
+            alt="Guitar Player March 2014" title="Guitar Player March 2014" class="img-responsive img-thumbnail" />
+         </a>
+         </p>
+      </div>
+   </div>
 </div>
 
 <div>
--- a/static/css/theme.css	Fri Feb 14 19:42:07 2014 -0600
+++ b/static/css/theme.css	Fri Feb 14 19:42:42 2014 -0600
@@ -166,3 +166,11 @@
 .table tfoot > tr > td {
   border-top: 1px solid #dddddd;
 }
+
+.bg-primary {
+  color: #fff;
+  background-color: #428bca;
+}
+.bg-primary a {
+  color: black;
+}