-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (43 loc) · 1.21 KB
/
index.html
File metadata and controls
43 lines (43 loc) · 1.21 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
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>🐺Rebecca's Personal Site</title>
</head>
<body>
<img src="images/notrebecca.png" width=400px; height=500px; alt="placeholder image of random red-haired cosplayer">
<h1>Rebecca L. Spaulding</h1>
<p><em>Blue badger plebeian for <strong><a href="http://www.nintendo.com/whatsnew">n.com</a></strong></em></p>
<p>I am not a programmer, I am a gamer.</p>
<hr>
<h3>Education</h3>
<ul>
<li>North Mason High School</li>
<li>Washington State University</li>
</ul>
<h3>Work Experience</h3>
<table cellspacing="20">
<thead>
<tr>
<th>Dates</th>
<th>Job</th>
</tr>
</thead>
<tr>
<td>2010-2015</td>
<td>Sandwich Artist</td>
</tr>
<tr>
<td>2015-2020</td>
<td>GameStop Store Manager</td>
</tr>
<tr>
<td>2020-2022</td>
<td>Web Production Assistant</td>
</tr>
</table>
<a href="hobbies.html">My Hobbies</a>
<a href="contact.html">Contact Me</a>
</body>
</html>