Skip to content

Instantly share code, notes, and snippets.

@Scosentino
Created October 7, 2015 02:29
Show Gist options
  • Save Scosentino/7eaa236c57d226f54535 to your computer and use it in GitHub Desktop.
Save Scosentino/7eaa236c57d226f54535 to your computer and use it in GitHub Desktop.
cf_html_david
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
Who am I?
</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> <!--container ends-->
<div class="image">
<img src="img/chicks.jpg" alt="kitten">
</div> <!--end of image class-->
<div class="intro column">
<h2> Who is this crazy guy with humour, style and coding grace? </h2>
<p> I'm more than a developer-to-be. I'm a cool guy with great aspirations! </p>
</div>
<div class="skills column">
<ul id="skill-list">
<h3> My Skills </h3>
<ul>
<li> Jack of all trades</li>
<li> Master of none</li>
</ul>
</ul>
</div> <!--skills end-->
<div class="main-text">
<h3> More about me </h3>
<p> Part man. Part amazing. Mere mortal. I have a zest for life, and believe in fulfilling a purpose. Helping you with your web dev needs isn't exactly my purpose, but I love doing it and I love working with growing companies and aspiring entrepreneurs. And believe it or not, it's a stepping stone towards that purpose.
</div> <!--main end-->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment