Skip to content

Instantly share code, notes, and snippets.

@bnb

bnb/block13.html Secret

Created August 22, 2017 22:42
Show Gist options
  • Save bnb/4f18bb09fb3918e2e499611d6e8d2b98 to your computer and use it in GitHub Desktop.
Save bnb/4f18bb09fb3918e2e499611d6e8d2b98 to your computer and use it in GitHub Desktop.
<header class="top"> <!-- Header element -->
<div class="headerContainer">
<nav>
<ul> <!-- List the social media icons with links using Font Awesome icons -->
<li><a href="http://"><i class="fa fa-paragraph"></i></a></li>
<li><a href="https://"><i class="fa fa-chevron-up"></i></a></li>
<li><a href="https://"><i class="fa fa-github-alt"></i></a></li>
<li><a href="https://"><i class="fa fa-eye-slash"></i></a></li>
</ul>
</nav>
<a href="/">
<a href="../{{ path }}/index.html"><h1 class="logo">bnb</h1></a> <!-- Link the logo back to the index of the site. -->
</a>
</div>
</header>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment