-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutme.html
More file actions
38 lines (37 loc) · 1.27 KB
/
Copy pathaboutme.html
File metadata and controls
38 lines (37 loc) · 1.27 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
<!DOCTYPE html>
<html>
<head>
<link rel = "stylesheet" href = "index.css" />
<title>About Me</title>
<style>
body{background-color: Wheat;}
p {
background-color: Wheat;
color: LightCoral;
}
li {
color: Coral;
}
</style>
</head>
<body>
<h1>About Me</h1>
<br>
<br>
<p>My name is Shaun. I was born in 1988 in a small Missouri town called Warrensburg.</p>
<p>I moved away in 2009 when I enlisted in the U.S. Air Force. I was assigned to Lackland AFB in TX, Keesler AFB in MS, Altus AFB in OK, and Andersen AFB on the remote island of Guam.</p>
<p>In all, I spent more than seven years in the service as an Air Traffic Controller. I spent another year-plus in the same profession as a civilian before resigning my position in 2018.</p>
<p>I am 30 years old now and working on my third career. Armed with very little (basically zero) experience with the field, I chose to pursue a career in Computer Programming.</p>
<br>
<h2> My four favorite movies are: </h2>
<br>
<ol>
<li>The Big Lebowski</li>
<li>Major League</li>
<li>Bull Durham</li>
<li>Ace Ventura: Pet Detective</li>
</ol>
<br>
<a href = "index.html"> Back to basement</a>
</body>
</html>