forked from desdemonhu/About-Me
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnew_index.html
106 lines (104 loc) · 3.71 KB
/
new_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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!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=#about-me>Education</a></li>
<li class="navigation-text"><a href=#quiz-count>Quiz results</a></li>
<li class="navigation-text"><a href=#top-ten>Top Ten</a></li>
</ul>
</section>
<section id="introduction">
<h1 id="welcome-message">Welcome Citizen</h1>
<h2>Congradulations, you have completed your weekly calibration test.</h2>
</section>
<section id= "columns">
<section id="about-me">
<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>
<p id="quiz-count">Quiz total goes here</p>
</section>
<section id="quiz-block">
<section id="quiz-answers">
<p>Quiz answers go here</p>
</section>
</section>
<section id="top-ten">
<section id="ten-vacation">
<ul>
<li><strong>Top 5 Places I've been</strong></li>
<ol>
<li>Rome, Italy</li>
<li>Zurich, Switzerland</li>
<li>Florence, Italy</li>
<li>London, England</li>
<li>San Francisco, USA</li>
</ol>
</ul>
</section >
<section id="ten-video-games">
<ul>
<li><strong>Top 10 Video Games</strong></li>
<ol>
<li>Persona Series</li>
<li>Silent Hill 2</li>
<li>Zero Escape Series</li>
<li>Ghost Trick</li>
<li>Last of Us</li>
<li>Shadow Hearts Covenant</li>
<li>Final Fantasy VI</li>
<li>Ico</li>
<li>Bioshock Infinite</li>
<li>UnderTale</li>
</ol>
</ul>
</section>
</section>
</section>
</section>
<script src="app.js"></script>
</body>
</html>