Skip to content

Instantly share code, notes, and snippets.

@themonster2015
Created August 20, 2016 01:48
Show Gist options
  • Save themonster2015/5f2939c172ce95fdbbc595666a9181df to your computer and use it in GitHub Desktop.
Save themonster2015/5f2939c172ce95fdbbc595666a9181df to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang=“en”>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/about_styles.css">
<!--[if lt IE 9]>
<script src="dist/html5shiv.js"></script>
<![endif]-->
<title>Jen Vo - About Me</title>
</head>
<body>
<div class="container">
<div class="header"><h1>About Me</h1></div>
<div class="column meo image"><img src="http://placekitten.com/400/500" alt="kitten"></div>
<div class="intro column">
<h2>Introduction</h2>
<p>I like to advertise my skills on this page</p>
</div>
<div class="skills column">
<ul id="skill-list">
<li>an item in a list</li>
<li>another item</li>
</ul>
</div>
<div class="main-text">
<h3>My Story</h3>
<p>Plaid lumbersexual stumptown food truck gochujang marfa listicle, drinking vinegar everyday carry taxidermy messenger bag green juice. Intelligentsia dreamcatcher franzen godard, blue bottle hammock disrupt messenger bag asymmetrical cornhole. Austin williamsburg cliche, four loko readymade mumblecore gentrify iPhone cronut 90's yr affogato deep v banh mi. Tattooed chillwave brooklyn put a bird on it church-key. Offal franzen chambray, green juice tattooed blue bottle roof party neutra locavore migas vinyl chia kombucha. Cornhole brooklyn salvia vegan tofu. Man bun green juice yuccie, distillery tacos salvia echo park ugh gluten-free fap.
Aesthetic schlitz fashion axe, seitan chambray pug listicle you probably haven't heard of them migas master cleanse squid tacos venmo. Brunch vegan seitan offal 3 wolf moon, bitters viral chillwave iPhone retro scenester austin pour-over. Bicycle rights venmo selvage vice, viral yuccie echo park food truck blue bottle. Viral tilde pug sriracha, pabst fanny pack 3 wolf moon gluten-free biodiesel kale chips helvetica. Sustainable biodiesel 8-bit VHS four dollar toast, PBRB skateboard godard cold-pressed fashion axe truffaut wayfarers. Mlkshk fanny pack disrupt, stumptown venmo umami pinterest retro. Typewriter next level green juice, XOXO yuccie narwhal flannel quinoa echo park asymmetrical direct trade slow-carb pour-over synth.</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