Skip to content

Instantly share code, notes, and snippets.

@ademsas
Created January 26, 2016 06:52
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 ademsas/7204e2f24a8c79d72ab2 to your computer and use it in GitHub Desktop.
Save ademsas/7204e2f24a8c79d72ab2 to your computer and use it in GitHub Desktop.
About Me
<!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="container">
<div class="header">
<h1>About Me</h1>
</div>
<div class="image">
<img src="img/Liverpool.jpg" alt="Liverpool">
</div>
<div class="intro column">
<h2>Intro</h2>
<p>I was born and raised in East Africa. I moved to the US in 1998. I currently reside in sunny Santa Barbara, CA.</p>
</div>
<div class="skills column">
<h3>My Skills</h3>
<ul>
<li>HTML5</li>
<li>CSS3</li>
<li>Ruby On Rails</li>
</ul>
</div>
<div class="main text">
<h3>More About Me</h3>
<p>I am a big Liverpool FC fan. I love to stay active playing soccer and basketball. If I'm not on the pitch or on the basketball court I am enjoying the beautiful outdoors. </p>
</div>
</div> <!-- end container -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment