Skip to content

Instantly share code, notes, and snippets.

@jensechu
Last active December 10, 2015 10:38
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 jensechu/4422236 to your computer and use it in GitHub Desktop.
Save jensechu/4422236 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML>
<html>
<head>
<title>hi reddit</title>
<link href="./test/main.css" rel="stylesheet" type="text/css">
</head>
<body>
<section class="section">
<section class="inner">
<nav id="navbar">
<ul>
<li><a href="#">WitConf</a></li>
<li><a href="#">Home</a></li>
<li><a href="#">Schedule</a></li>
<li><a href="#">Speakers</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact</a></li>
</ul>
</section>
</section>
<section class="section">
<section class="inner">
<h1>Home</h1>
<p>
Mixtape next level master cleanse, wayfarers authentic try-hard meggings wolf ut aute YOLO organic
8-bit small batch. Typewriter tempor excepteur, odio ethical seitan whatever delectus pour-over
bicycle rights deep v cliche dolor pinterest. Butcher umami neutra, pinterest minim biodiesel aute
aesthetic ugh wayfarers. 3 wolf moon minim freegan banksy mcsweeney's, nisi trust fund pickled non
fingerstache id sriracha placeat pitchfork. Actually laboris pork belly semiotics delectus, put a
bird on it pop-up. Direct trade selvage craft beer tumblr. Plaid do street art, tousled accusamus
meh ennui cosby sweater dolore odd future quinoa banh mi cupidatat.
</p>
<p>
Vinyl ugh caries farm-to-table, ut et mollit mcsweeney's elit terry richardson pork belly. Thundercats
selvage godard, bushwich small batch nostrud est. Laborum leggings church-key seitan sakteboard master
cleanse, duis next level dolore pour-over nisi. Veniam readymade keytar in, scenester artisan selfies
portland ad placeat ea wayfarers. Leggings incididunt seitan, wolf tousled tofu mumblecore VHS irure
dolore enim. Photo booth salvia bushwick, readymade selfies labories excepteur lo-fi eu. Pour-over enim
esse gastropub.
</p>
</section>
</section>
<section class="section">
<section class="inner">
<h1>About</h1>
<p>Lalala about me</p>
<p>Lalala about me</p>
<p>Lalala about me</p>
<p>Lalala about me</p>
<ul>
<li>My name is Jensen</li>
<li>Cat's name is Stein</li>
</ul>
</section>
</section>
<section class="section">
<section class="inner">
<div id="footer">
<p>Later d00ds</p>
<p>Sorry about your eyes.</p>
</div>
</section>
</section>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment