-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (75 loc) · 1.64 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Sander Hackey</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td>
<img src="https://pbs.twimg.com/profile_images/1345152898532048903/l8zpLXjo_400x400.jpg">
</td>
<td>
<h1>Sander Hackey</h1>
<p><em>Data Visualizer and Analyst</em></p>
<p>I am a recent Simmons University graduate.</p>
</td>
</tr>
</table>
<hr size="2" noshade>
<h3>Education</h3>
<ul>
<li>Simmons University</li>
<li>The New School Online</li>
<li><a href="https://www.udemy.com/course/the-complete-web-development-bootcamp/">Udemy Web Development Bootcamp</a></li>
</ul>
<hr size="2" noshade>
<h3>Work Experience</h3>
<table cellspacing = 10>
<thead>
<th>Dates</th>
<th>Positions</th>
</thead>
<tbody>
<tr>
<td>2015-2020</td>
<td>Print & Marketing Associate</td>
</tr>
<tr>
<td>2021</td>
<td>Research Assistant</td>
</tr>
</tbody>
</table>
<hr size="2" noshade>
<h3>Skills</h3>
<table cellspacing = 10>
<tr>
<td>R Programming</td>
<td>🌟🌟🌟🌟</td>
</tr>
<tr>
<td>HTML</td>
<td>🌟🌟</td>
</tr>
<tr>
<td>Data Visualization</td>
<td>🌟🌟🌟</td>
</tr>
<tr>
<td>French Language</td>
<td>🌟🌟🌟🌟</td>
</tr>
</table>
<hr size="2" noshade>
<h3>Hobbies</h3>
<ol>
<li>Napping</li>
<li>Hiking</li>
<li>Sudoku</li>
<li>Data Viz</li>
</ol>
<p><a href="contact.html">Contact Information</a></p>
</body>
</html>