-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (57 loc) · 2.2 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>About Me</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<h1>Welcome to My About Me Webpage</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
</header>
<main>
<p>
<h2>My History and Goals</h2>
<p>
Hello, my name is Tim Maupin and welcome to my webpage! I graduated from Saint mary's College of California
with a bachelor's degree in Sociology. I have had a few jobs in my life from working with Red Bull in
college as a campus rep to being a woodshop worker. However, I spent the most of the last six yuears playing
professional rugby both in Ireland and here in the United States. I am hoping that with the knowledge and
understanding that I gain from this course I am able to gind a job that will be able to provide myself and
hopefully one day a family with a good standard of living. It would be a plus to find something that I
really enjoy in an industry, but I have already lived out my dream job so I can't really ask for more than
that.
</p>
<h3>Top 10 Animes of All Time</h3>
<ol>
<li>Fullmetal Alchemist: Brotherhood</li>
<li>Cowboy Bepop</li>
<li>Attack On Titan</li>
<li>Hunter x Hunter</li>
<li>Trigun</li>
<li>Rurouni Kenshin</li>
<li>Gundam Wing</li>
<li>Yu Yu Hakusho</li>
<li>DeathNote</li>
<li>DBZ</li>
</ol>
</p>
<section 1d="results">
</section1d>
</main>
<img src="images/Bepop.PNG">
<script src=" js/app.js"></script>
<footer>Tim Productions LLC</footer>
</body>
</html>