Skip to content

Instantly share code, notes, and snippets.

@Tinusw
Created January 4, 2016 17:13
Show Gist options
  • Select an option

  • Save Tinusw/f179af4f347c3c1efaa7 to your computer and use it in GitHub Desktop.

Select an option

Save Tinusw/f179af4f347c3c1efaa7 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<!-- used to declare that page language is english -->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Used if you want to build responsive sites! -->
<title> About Me </title>
<!--[if lt IE 9]>
<script src="dist/html5shiv.js"></script>
<~[endif]-->
<!-- Code above is used to fix HTML5 support in older browsers -->
</head>
<body>
<div class="container">
<div class="header">
<h1>About Me</h1>
</div>
<div class="image">
<img src="img/kitty.jpg" alt="kitten" width="9%">
<p> I like kittens too. hmmm. </p>
</div>
<div class="intro column">
<h2> Introduction! </h2>
<p>
</div>
<div class="skills column">
<h3>My Skills</h3>
<ul id="skill-list">
<li>one list item</li>
<li> another list item</li>
</ul>
</div>
<div class="main-text">
<h3> My Story</h3>
<p> HIpster turned professional go-go dancer. I'm like a drug sniffing dog except with a nose for dancin.HIpster turned professional go-go dancer. I'm like a drug sniffing dog except with a nose for dancin.HIpster turned professional go-go dancer. I'm like a drug sniffing dog except with a nose for dancin </p>
</div>
</div><!-- end container div -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment