Skip to content

Instantly share code, notes, and snippets.

@mattmawhinney
Last active December 19, 2015 13:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattmawhinney/5960802 to your computer and use it in GitHub Desktop.
Save mattmawhinney/5960802 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="navbar.css"/>
</head>
<body>
<div id="header">
<ul id="nav">
<a href="http://www.mattmawhinney.com"><li>Home</li></a>
<a href="https://www.linkedin.com/pub/matt-mawhinney/1a/238/176/" target="blank"><li>LinkedIn</li></a>
<a href="https://github.com/mattmawhinney/Practice" target="blank"><li>GitHub</li></a>
<a href="mailto:matt.mawhinney@gmail.com" target="blank"><li>Email</li></a>
<a href="https://www.twitter.com/TweetsbyMatt" target="blank"><li>@TweetsbyMatt</li></a>
</ul>
</div>
<!-- MORE BODY HTML-->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment