forked from coding-boot-camp/prework-about-me
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (33 loc) · 1.59 KB
/
index.html
File metadata and controls
40 lines (33 loc) · 1.59 KB
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 My Name is...</p>
<h1 class='masthead-heading'>Selwyn Davenport</h1>
</header>
<section class="details">
<h1>Introduction</h1>
<p>Hello and welcome to my first website template. Here you will learn a few things about me and my passions.</p>
<h1>Where I'm From</h1>
<p>I was born in Hamilton Ontario and now live in Mississauga Ontario. Although I am born here my biological background is Guyanese and Jamaican.</p>
<h1>What are your favorite hobbies?</h1>
<p>My Favorite hobbies are computer gaming and designing.</p>
<h1>What's your dream job?</h1>
<p>My dream job is to become a software developer. I love to learn every little bit about coding, when it comes to phrases or terms it fascinates me to know how they interact and what you can do with them. </p>
<h1>Where do you live?</h1>
<p>I currently live in Mississauga Ontario, about 40min drive from the University of Toronto. </p>
<h1>Why do you want to be a web developer?</h1>
<p>I want ot become a web Developer because I feel like it would make a great first step onto becoming a software developer and help me understand coding a bit more.</p>
</section>
<footer id="footer">
<ul class="social">
<li><a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">Mystery link</a></li>
</ul>
</footer>
</body>
</html>