added blog icon to social list
authorIan Weller <ian@gaslightmedia.com>
Wed, 13 Jan 2016 21:01:47 +0000 (16:01 -0500)
committerIan Weller <ian@gaslightmedia.com>
Wed, 13 Jan 2016 21:01:47 +0000 (16:01 -0500)
assets/blog.png [new file with mode: 0644]
styles.css
templates/template.html

diff --git a/assets/blog.png b/assets/blog.png
new file mode 100644 (file)
index 0000000..059e9f0
Binary files /dev/null and b/assets/blog.png differ
index 274d276..60e9592 100644 (file)
@@ -265,6 +265,9 @@ header .social li a.instagram {
 header .social li a.google {
     background: url(assets/google.jpg) no-repeat center center;
 }
+header .social li a.blog {
+    background: url(assets/blog.png) no-repeat center center;
+}
 @media only screen and (max-width: 40em) {
   header {
     padding-right: 15px;
index b9cf23b..e491bd7 100755 (executable)
@@ -59,7 +59,7 @@
                 <li><a href="http://twitter.com/#!/KeweenawCVB" class="twitter"></a></li>
                 <li><a href="https://instagram.com/michiganskeweenaw/" class="instagram"></a></li>
                 <li><a href="https://plus.google.com/u/0/102633747928473540911/about" class="google"></a></li>
-                
+                <li><a href="http://blog.keweenaw.info" class="blog"></a></li>
               </ul>
 
             </div>