Skip to content

Instantly share code, notes, and snippets.

@FrankWiebe
Created July 27, 2015 13:55
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 FrankWiebe/4b55de0188f3abc7c0f2 to your computer and use it in GitHub Desktop.
Save FrankWiebe/4b55de0188f3abc7c0f2 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>About</title>
<!--[if lt IE 9]>
<script scr="dist/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="header">
<h1>About Me</h1>
</div>
<div>
<img src="img/kitten.jpg" alt="Kitten">
</div>
<div class="intro column">
<h2>Kitties Meow!!</h2>
<p></p>
</div>
<div class="skills column">
<h3>My Skills</h3>
<ul id="skill_list">
<li>one list item</li>
<li>another list item</li>
</ul>
</div>
<div class="main_text">
<h3>More about me</h3>
<p>Flannel farm-to-table fingerstache Bushwick forage, distillery Schlitz before they sold out tofu meggings slow-carb scenester. Thundercats squid tousled Shoreditch church-key. Yr gentrify hoodie DIY, kale chips Austin umami Echo Park Odd Future mumblecore. Four loko locavore Pitchfork Truffaut, tofu tote bag semiotics tousled PBR forage cold-pressed Echo Park literally four dollar toast. Bitters meggings cred, four dollar toast trust fund vegan put a bird on it taxidermy VHS kale chips locavore sartorial polaroid. Wayfarers Intelligentsia ennui Vice Tumblr. Chillwave American Apparel artisan asymmetrical PBR&B slow-carb mustache.</p>
</div>
</div><!-- end container -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment