Created
August 3, 2014 21:41
-
-
Save ForestMars/9602bac219d2d2340a1f to your computer and use it in GitHub Desktop.
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
<div id="footer-wrapper"> | |
{% block footer %} | |
(This is the normal footer block.) | |
{% endblock %} | |
<!-- Footer --> | |
<div id="footer" class="container"> | |
{% block header %} | |
<header> | |
<h2>Questions or comments? <strong>Get in touch:</strong></h2> | |
</header> | |
{% endblock %} | |
<div class="row"> | |
{% block contact %} | |
<div class="6u"> | |
<section> | |
<form method="post" action="#"> | |
<div class="row half"> | |
<div class="6u"> | |
<input name="name" placeholder="Name" type="text" class="text" /> | |
</div> | |
<div class="6u"> | |
<input name="email" placeholder="Email" type="text" class="text" /> | |
</div> | |
</div> | |
<div class="row half"> | |
<div class="12u"> | |
<textarea name="message" placeholder="Message"></textarea> | |
</div> | |
</div> | |
<div class="row half"> | |
<div class="12u"> | |
<a href="#" class="button button-icon fa fa-envelope">Send Message</a> | |
</div> | |
</div> | |
</form> | |
</section> | |
</div> | |
{% endblock %} | |
{% block social %} | |
<div class="6u"> | |
<section> | |
<p>Erat lorem ipsum veroeros consequat magna tempus lorem ipsum consequat Phaselamet | |
mollis tortor congue. Sed quis mauris sit amet magna accumsan tristique. Curabitur | |
leo nibh, rutrum eu malesuada.</p> | |
<div class="row"> | |
<ul class="icons 6u"> | |
<li class="fa fa-home"> | |
1234 Somewhere Road<br /> | |
Nashville, TN 00000<br /> | |
USA | |
</li> | |
<li class="fa fa-phone"> | |
(000) 000-0000 | |
</li> | |
<li class="fa fa-envelope"> | |
<a href="#">[email protected]</a> | |
</li> | |
</ul> | |
<ul class="icons 6u"> | |
<li class="fa fa-twitter"> | |
<a href="http://twitter.com/n33co">@untitled-tld</a> | |
</li> | |
<li class="fa fa-dribbble"> | |
<a href="http://dribbble.com/n33">dribbble.com/untitled-tld</a> | |
</li> | |
<li class="fa fa-facebook"> | |
<a href="#">facebook.com/untitled-tld</a> | |
</li> | |
<li class="fa fa-google-plus"> | |
<a href="#">google.com/+untitled-tld</a> | |
</li> | |
</ul> | |
</div> | |
</section> | |
</div> | |
{% endblock %} | |
</div> | |
</div> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment