Skip to content

Instantly share code, notes, and snippets.

@tomasovic
Created March 14, 2017 10:48
Show Gist options
  • Select an option

  • Save tomasovic/494a4e692258fd8f71d7cf57d3991300 to your computer and use it in GitHub Desktop.

Select an option

Save tomasovic/494a4e692258fd8f71d7cf57d3991300 to your computer and use it in GitHub Desktop.
html5
<footer>
<div class="sect">
<h3>Tweets</h3>
<ul>
<li>Something</li>
<li>News from space.</li>
</ul>
</div>
<div class="sect">
<h3>Recent posts</h3>
<ul>
<li><a href="#">Something</a></li>
<li><a href="#">News</a></li>
</ul>
</div>
<div class="sect">
<h3>Categories</h3>
<ul>
<li><a href="#">Work</a></li>
<li><a href="#">Personal</a></li>
<li><a href="#">Business</a></li>
<li><a href="#">Web Development</a></li>
</ul>
</div>
<div class="sect">
<h3>Contact Information</h3>
<p>John Doe</p>
</div>
</footer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment