-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patheducation.html
66 lines (66 loc) · 2.53 KB
/
education.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css" />
<title>About Me</title>
</head>
<body>
<section id="page-box">
<section id="navigation">
<ul class="navigation-text">
<li class="navigation-text"><a href=index.html>Home</a></li>
<li class="navigation-text"><a href=#about-me>Education</a></li>
<li class="navigation-text"><a href=quiz.html>Royal Quiz</a></li>
<li class="navigation-text"><a href=top-ten.html#top-ten>Top Ten</a></li>
</ul>
</section>
<section id="introduction">
<h1 id="welcome-message">Royal Pedigree</h1>
</section>
<section id= "columns">
<section id="about-me">
<img src="assets/princess.png" alt="Queen of the Dust Bunnies" id="princess" />
<ul>
<li><h2>Education:</h2></li>
<li><strong>Western Washington University</strong></li>
<ul>
<li>English major with a creative writing concentration</li>
</ul>
<li><h2>Work History:</h2></li>
<ul>
<li><strong>Assistant Manager</strong> at Gamestop</li>
<li><strong>Administrative Assistant</strong> at Captaris</li>
<ul>
<li>Fax software company (thrilling)</li>
</ul>
<ul>
<li>Assistant to the VP of IT</li>
</ul>
<li><strong>Receptionist/IT Specialist</strong> at Acucela</li>
<ul>
<li>Biotech company working on drugs to help people with blinding diseases.</li>
</ul>
<ul>
<li>SharePoint administrator</li>
<li>Help desk</li>
<li>Administrative assistant</li>
</ul>
<li><strong>Principle Applications Specialist</strong> at Seattle Public Library</li>
<ul>
<li>SharePoint administrator</li>
<ul>
<li>PowerShell</li>
<li>Starting JavaScript</li>
</ul>
<li>WordPress administrator</li>
<li>Vendor wrangler</li>
</ul>
</ul>
</ul>
</section>
</section>
</section>
<!-- <script src="app.js"></script> -->
</body>
</html>