-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
53 lines (44 loc) · 1.63 KB
/
resume.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
<!doctype html>
<html lang="en">
<header>
<title>Blue Ork's Resume</title>
<link rel="stylesheet" href="css/master.css">
<link rel="FaviconIcon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="name" content="Blue Ork's Resume">
<meta charset="UTF-8">
</header>
<body>
<hr>
<img src="images/headshot1.jpg" alt="Blue Ork's headshot" width="20%">
<h1>Blue Ork</h1>
<h4>Amateur Website Developer, Discord Mod</h4>
<p>Email: <a href="mailto:[email protected]" target="_blank">[email protected]</a></p>
<h2>Portfolio</h2>
<h3>GitHub: <a href="https://github.com/blueorks" target="_blank" rel="noopener noreferrer"
>https://github.com/blueorks</a></h3>
<h2>Education</h2>
<h4>B.S. Comp Sci, 2022-Current </h4>
<h2>Professional Experiences</h2>
<h3>Entry Level Web Developer</h3>
<h4>Corridor Digital, Mountain View, CA</h4>
<h5>March 2020 - Present</h5>
<ul>
<li>Link the content database to website</li>
<li>Work with content creators to produce an enhanced website experience</li>
</ul>
<h3>Discord Mod, Amateur FOSS Enjoyer</h3>
<h4>Wicks & Co, Prague, Czech republic</h4>
<h5>January 2019 - Present</h5>
<ul>
<li>Remote Moderation of Discord communities</li>
<li>Independent computer service contractor</li>
<li>Web Developer</li>
</ul>
</body>
<footer>
<hr>
<p><a href="index.html">Back to my portal</a><p>
</footer>
</html>