forked from coding-boot-camp/prework-about-me
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (33 loc) · 1.38 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>About Me</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header class='masthead'>
<p class='masthead-intro'>Hi I'm</p>
<h1 class='masthead-heading'>Harry Shambaugh</h1>
</header>
<section class="details">
<h1>Introduction</h1>
<p>I am a Programmer/Analyst at FCC Services</p>
<h1>Where I'm From</h1>
<p>Colorado. Raised in the Springs..not a barn!</p>
<h1>What are your favorite hobbies?</h1>
<p>Besides scaring the daylights out of myself every now and then I like to take on challenges or was that the world?</p>
<h1>What's your dream job?</h1>
<p>To be able to develop a really cool website which will not only change the world but bring me lots of money! - Anyone hiring?</p>
<h1>Where do you live?</h1>
<p>My sarcastic mind says..earth. My socially acceptable mind..lives in Parker.</p>
<h1>Why do you want to be a web developer?</h1>
<p>I believe the world is changing to the point where the web is going to be a central part of everything we do. I want to be in heart of the game...not to mention employed :)</p>
</section>
<footer id="footer">
<ul class="social">
<li><a href="http://www.github.com/usernamehere">Github</a></li>
</ul>
</footer>
</body>
</html>