Created
October 18, 2013 15:59
-
-
Save michellemhey/7043715 to your computer and use it in GitHub Desktop.
footer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<footer role="contentinfo"> | |
<div class="footer-top"> | |
<div class="footer-container"> | |
<div class="footer-col-first"> | |
<h5>Our Services</h5> | |
<ul class="footer-list"> | |
<li>Urgent Care</li> | |
<li>Well Care</li> | |
<li>Physicals</li> | |
<li>Health Tests</li> | |
<li>Testing Panels</li> | |
<li>Immunizations</li> | |
<li>Travel Medicine</li> | |
<li>Occupational Health</li> | |
</ul> | |
</div> | |
<div class="footer-col"> | |
<h5>Who We Are</h5> | |
<ul class="footer-list"> | |
<li>Leadership</li> | |
<li>Testimonials</li> | |
<li>Community Support</li> | |
<li>Company History</li> | |
</ul> | |
<h5>Urgent Team</h5> | |
<ul class="footer-list"> | |
<li>Our Locations</li> | |
<li>Join Our Team</li> | |
<li>Contact Us</li> | |
<li>News</li> | |
</ul> | |
</div> | |
<div class="footer-col"> | |
<h5>Talk To Us</h5> | |
<ul class="footer-list"> | |
<li>1.855.493.5566</li> | |
<li>Email Us</li> | |
</ul> | |
<h5>Social</h5> | |
<ul class="footer-list"> | |
<li>twitter_icon</li> | |
<li>facebook_icon</li> | |
<li>linkedin_icon</li> | |
<li>g+_icon</li> | |
</ul> | |
</div> | |
</div> | |
</div> | |
<div class="footer-bottom"> | |
<p>test from page.tpl.php</p> | |
<?php print render($page['footer']); ?> | |
</div> | |
</footer> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment