-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
87 lines (87 loc) · 3.17 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html>
<link rel="stylesheet" type="text/css" href="style.css" />
<head>
<meta charset="utf-8">
<title>Jedidiah Esposito</title>
</head>
<body>
<header id="header-fixed">
<div id="menu">
<section id="header-section">
<h1 id="title">Hi. I'm Jed.</h1>
</section>
</div>
</header>
<main>
<section class="block-full">
<h2>About me</h2>
<div class="pdiv">
<p id="one-p">I teach businesses how to craft engaging digital experiences that decrease learning time, speed adoption, and change behavior. <a href="www.google.com">link</a>
</p>
<p id="one-p">If you've made it here, chances are you're rolling out a new system, changing processes, or looking to take your training and learning initiatives to the next level. If that's the case, feel free to schedule me for a <a href="mailto:[email protected]?subject=consultation availability">free consultation</a>. We'll take some time to understand your needs and decide whether I'm the right person for the job.
</p>
<p id="one-p">In the meantime, perhapse I can interest you in a game of chance? <br>
Click <a href="quiz.html">here </a>to find out how well you know me.
</p>
</div>
</section>
<section class="block-half">
<h2>Work History:</h2>
<div class="pdiv">
<div id="one-p">
<ul>
<li>Sr. LX Designer with Amazon.com (current)</li>
<li>Instructional Designer with King County EMS</li>
<li>Instructional Desinger with MCC</li>
</ul>
</div>
</div>
</section>
<section class="block-half">
<h2>Education:</h2>
<div class="pdiv">
<div id="one-p">
<ul>
<li>BS Education, Northern Arizona University</li>
<li>MS Information Technology Mgmt., Colorado Technical University</li>
</ul>
</div>
</div>
</section>
<section class="block-full">
<h2>My top 10 favorite places:</h2>
<div class="pdiv">
<div id="three-p">
<ol start = "1">
<li>Seoul, South Korea</li>
<li>Tokyo, Japan</li>
<li>Seattle, WA</li>
</ol>
</div>
<div id="three-p">
<ol start = "4">
<li>Disneyland</li>
<li>Chicago, IL</li>
<li>Flagstaff, AZ</li>
</ol>
</div>
<div id="three-p">
<ol start = "7">
<li>Probably Paris</li>
<li>Possibly Cannes</li>
<li>It might be in Germany</li>
<li>Kingman, AZ</li>
</ol>
</div>
</div>
</section>
<main>
<div class="spacer"></div>
<footer>
<section id="footer-section">
<p id="p-footer">Created by Jedidiah Esposito</p>
</section>
</footer>
</body>
</html>