-
-
Save collin/5a813dd19f2bdaf83dc5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang=“en”> | |
<head> | |
<meta charset="utf-8"> | |
<title>About | Janet Ferguson Full Stack Web Developer</title> | |
<!--[if lt IE 9]> | |
<script src="dist/html5shiv.js"></script> | |
<![endif]--> | |
</head> | |
<body> | |
<div class="container"> | |
<div class="header"> | |
<h1>About Janet</h1> | |
<div class="image"> | |
<img src="img/janet2.png" alt="ruby"/> | |
</div> <!-- end image class div --> | |
<div class="intro column"> | |
<h2>Who is Janet?</h2> | |
<p>For some odd reason, I thrive on being overwhelmed (for lack of a better word.) What that means is, I love dabbling in many projects at once. It makes me feel alive and more focused. Despite having multiple projects going simultaneously, do know that I never do things only halfway...every project is completed to its fullest extent.</p> | |
<div class="skills column"> | |
<h3>My Skills</h3> | |
</div> <!-- end skills column class div --> | |
<ul id="skill_list"> | |
<li>Ruby on Rails</li> | |
<li>JavaScript/jQuery</li> | |
<li>HTML5</li> | |
<li>CSS3</li> | |
<li>What else are we learning in this course? I'll finish this list later! :)</li> | |
</ul> | |
</div> <!-- end intro column class div --> | |
<div class="main_text"> | |
<h3>More About Me</h3> | |
<p>I am a non-cookie cutter, anti-9-to-5 kind of person. Office politics and rushed lunch breaks are not my thing. I work hard (smart, actually), but I also maximize my "me" time and family time.</p> | |
<p>My home base is in Los Angeles, California, but I've spent a lot of time living in Colorado as well. Both places have their appeal and quirks.</p> | |
<p>Besides Ruby on Rails and other web development projects, my interests gravitate toward world travel (especially if I can mix travel with a web dev project!), food, tea, biking, beachgoing, integrating the concept of <a href="http://www.kaizen.com/about-us/definition-of-kaizen.html">kaizen</a> into my life, dogs, and most of all -- my 11 year old son, Alex. </p> | |
</div> <!-- end main_text class div --> | |
</div> <!-- end header class div --> | |
</div> <!-- end container --> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment