Skip to content

Instantly share code, notes, and snippets.

@benschac
Created March 7, 2013 23:19
Show Gist options
  • Save benschac/5112773 to your computer and use it in GitHub Desktop.
Save benschac/5112773 to your computer and use it in GitHub Desktop.
<DOCTYPE html>
<html lang="en">
<head>
<title> Benjamin Schachter</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="stylesheet.css">
<!--[if lt IE 9]
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div id="wrap">
<section id= "main">
<header id="intro-bar">
<a href="#" id="logo"><img src="http://i.imgur.com/qo9plVy.png"></a>
</header>
</section> <!--End main-->
<nav id="navigation">
<ul id="nav-ul">
<li class="nav-li"><a href="#">Home</a</li>
<li class="nav-li"><a href="#">About</a></li>
<li class="nav-li"><a href="">Coding Background</a></li>
<li class="nav-li"><a href="#">Contact</a></li>
</ul>
</nav><!--End Navigation-->
<section>
<header>
<h1>I'm Benjamin, and I'm learning to Code</h1>
</header>
<article>
<header>
<h1> I'm new to this, but I'm eager to learn!</h1>
</header>
<p>For the last few weeks I've been agressively learning about web developement andt how to write clean code.</p>
<button class="btn feat"> Contact Me!</button>
<aside> Hopefully this will continue to get better!</aside>
</article>
<footer>
<h3> Benjamin Schachter</h3>
<p>&copy Benjamin Schachter 2013 all rights reserved</p>
</footer>
</section>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment