Skip to content

Instantly share code, notes, and snippets.

@Steph-harris
Created May 28, 2015 02:18
Show Gist options
  • Save Steph-harris/7e78ff7e9e2db9306c4d to your computer and use it in GitHub Desktop.
Save Steph-harris/7e78ff7e9e2db9306c4d to your computer and use it in GitHub Desktop.
Exercise 3
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link style="text/css" rel="stylesheet" href="css/about_styles.css">
<title>Stephanie Harris Web</title>
<!--[if IE 9]>
<script src="dist/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="header">
<h1>More About Me</h1>
</div>
<div class="image"><img src="img/beach.jpg" alt="Jersey Shore pic">
</div>
<div class="intro column">
<h2>Introduction</h2>
<p>I am a late 20's career changer trying to break into a new industry in the least amount of time, but with the maximum amount of effort possible.</p>
</div>
<div class="skills column">
<h3>My Skills</h3>
<ul id="skill_list">
<li>Html/CSS</li>
<li>Music Performance and Conducting</li>
<li>Baseball and Basketball Scorebooking</li>
</ul>
</div>
<div class="main_text">
<h3>"My Story"</h3>
<p>Until very recently, I thought that my life's goal was to become a full-time church musician. To that end I studied for and received both a B.A. and a Master's Degree in music. After months of feeling like I had maybe chosen the wrong career, I decided to make a drastic change and pursue web development instead. It has been less than a month since I started down this path, but I already feel much happier and excited than I have been in awhile.
</div>
</div><!--end of main container-->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment