Skip to content

Instantly share code, notes, and snippets.

@ZacharyDinerstein
Last active August 29, 2015 14:06
Show Gist options
  • Select an option

  • Save ZacharyDinerstein/e9b2dc22667a6330e093 to your computer and use it in GitHub Desktop.

Select an option

Save ZacharyDinerstein/e9b2dc22667a6330e093 to your computer and use it in GitHub Desktop.
HTML Template Example
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>About Me</title>
<link rel="stylesheet" type="type/css" href="css/main.css" />
</head>
<body>
<header>
<div class="header-info">
<h1>About Me</h1>
<h2>Hi! I'm a Brooklyn-based illustrator and designer, born and bred in midcoast Maine.</h2>
</div>
<img src="http://critterbabies.com/wp-content/gallery/kittens/Kitten-pic-cute-kittens-16292210-1024-768.jpg">
</header>
<div class="main group">
<div class="list-left">
<h3>Things I like:</h3>
<ul class="thumbs-up">
<li>Takeout and Netflix</li>
<li>Getting out of the city on the weekends</li>
<li>Finding time to paint</li>
</ul>
</div>
<div class="list-right">
<h3>Things I dislike:</h3>
<ul class="thumbs-down">
<li>Weekday mornings</li>
<li>Slow and meandering walkers</li>
<li>Onions</li>
</ul>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment