Footer
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 13 Oct 2014 19:21:48 +0000 (15:21 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 13 Oct 2014 19:21:48 +0000 (15:21 -0400)
Add the vcard to the footer for small

footer.php

index d353f8b..64a5a93 100644 (file)
@@ -8,6 +8,21 @@
                         </div>
                     </div><!-- /#main -->
 
+                    <footer class="small-6 show-for-small-only small-centered columns">
+                        <div class="vcard">
+                            <h2 class="fn org"><?php bloginfo('name');?></h2>
+                            <p class="street-address">8110 W. Hazel Rd</p>
+                            <p>
+                                <span flexy:if="city" class="locality">Mears,</span>
+                                <abbr class="region" title="Michigan">MI</abbr>
+                                <span class="postal-code">49436</span>
+                            </p>
+                            <p class="tel">
+                                <span class="type">Phone</span>:
+                                <span class="value">231-873-8400</span>
+                            </p>
+                        </div><!-- /#address -->
+                    </footer>
                     <div id="copyright">
                         Copyright&copy;<?php echo date('Y');?> <?php bloginfo('name');?> - Produced by <a href="http://www.gaslightmedia.com">Gaslight Media</a>, All Rights Reserved.
                     </div><!-- /#copyright -->