Skip to content

Instantly share code, notes, and snippets.

@shangardezi
Created June 10, 2016 14:55
Show Gist options
  • Save shangardezi/79e35bfa8ea4237b5e13c032edd36c9d to your computer and use it in GitHub Desktop.
Save shangardezi/79e35bfa8ea4237b5e13c032edd36c9d 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">
<!-- Stylesheet -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/about_styles.css">
<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="main-text">
<h3>More about me</h3>
<p>Organic irony asymmetrical, pug celiac PBR&B pickled roof party pour-over tattooed small batch kombucha banh mi selfies. Knausgaard PBR&B chartreuse tumblr forage, deep v brooklyn heirloom selfies drinking vinegar master cleanse lomo. Knausgaard migas hammock, letterpress direct trade put a bird on it iPhone synth cred ugh stumptown. Meditation fixie franzen church-key street art. Quinoa normcore YOLO chambray keytar, kale chips irony pitchfork man bun austin chillwave selfies fingerstache freegan. PBR&B cronut gentrify, pop-up selfies locavore man bun twee plaid green juice marfa truffaut pabst wayfarers. Kickstarter trust fund tote bag pour-over.</p>
</div>
<div class="main-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