Skip to content

Instantly share code, notes, and snippets.

@shangardezi
Created June 2, 2016 14:26
Show Gist options
  • Save shangardezi/872f7bc5d15b464d1cbf708169bd0933 to your computer and use it in GitHub Desktop.
Save shangardezi/872f7bc5d15b464d1cbf708169bd0933 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">
<title>About Me</title>
<!--[if lt IE 9]>
<script src="dist/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class ="header">
<h1>About me</h1>
</div>
<div class="container">
<div class="intro column">
<h2>Introduction</h2>
<p>Some introduction here</p>
</div> <!-- end intro -->
<div class="skills column">
<h3>My Skills</h3>
<ul id="skill-list">
<li>One skills</li>
<li>Another skill</li>
</ul>
</div> <!-- end skills -->
<div class="image">
<img src="img/ball.png" alt="ball">
</div> <!-- end image -->
</div> <!-- end container -->
Page content goes in here
</body>
The rest of the document goes in here.
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment