Skip to content

Instantly share code, notes, and snippets.

@w1shen
Last active December 16, 2015 17:10
Show Gist options
  • Save w1shen/5468794 to your computer and use it in GitHub Desktop.
Save w1shen/5468794 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<title>The HTML5 Outline</title>
<meta charset="utf-8">
</head>
<body>
<h1>I WANT YOU!</h1>
<article>
<h2>Backend Engineer</h2>
<section>
<h1>Java</h1>
</section>
<section>
<h1>Hadoop</h1>
</section>
<section>
<h1>Algorithm</h1>
</section>
</article>
<article>
<h2>Frontend Engineer</h2>
<section>
<h1>HTML</h1>
</section>
<section>
<h1>CSS</h1>
</section>
<section>
<h1>JavaScript</h1>
</section>
</article>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment