-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
167 lines (164 loc) · 7.18 KB
/
resume.html
File metadata and controls
167 lines (164 loc) · 7.18 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
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Eric Nelson</title>
<link rel="stylesheet" type="text/css" href="resume.css">
<meta content="width=device-width, initial-scale=1" name="viewport" />
</head>
<body>
<main>
<header>
<h1>Eric Nelson</h1>
<h3>Full Stack Developer</h3>
</header>
<div id="container">
<div id="main-2">
<section id="work">
<h2>WORK EXPERIENCE</h2>
<hr>
<h3>Full Stack Developer</h3>
<p><b>Sling TV</b></p>
<p><i>06/2021 - Present</i></p>
<p><i>TV over the internet</i></p>
<p class="emphasize">Tasks</p>
<ul>
<li>
<div class="bullet-point"></div>Development of dashboard website
</li>
<li>
<div class="bullet-point"></div>Development of monitoring tools
</li>
<li>
<div class="bullet-point"></div>New Relic product owner
</li>
<li>
<div class="bullet-point"></div>Management of Business Intelligence platform
</li>
<li>
<div class="bullet-point"></div>Linux Server Management
</li>
</ul>
<!-- <p><i><span class="emphasize">Contact:</span> Scott Hayes, Manager – 801 376 9373</i></p> -->
<br>
<h3>Full Stack Developer</h3>
<p><b>cardcave.net</b></p>
<p><i>02/2020 - 02/2021</i></p>
<p><i>Website for aiding in deck-building for Magic the Gathering players, designed by Command
Valley youtube channel</i></p>
<p class="emphasize">Tasks</p>
<ul>
<li>
<div class="bullet-point"></div>Website Development
</li>
<li>
<div class="bullet-point"></div>Server Set-up
</li>
<li>
<div class="bullet-point"></div>Website maintenance
</li>
<li>
<div class="bullet-point"></div>User experience aimed design
</li>
</ul>
<!-- <p><i><span class="emphasize">Contact:</span> Landon Nelson, Co-Founder (Command Valley) – 801 455 8783</i></p> -->
</section>
<br>
<section id="education">
<h2>EDUCATION</h2>
<hr>
<h3>Computer Science - Networking Focus</h3>
<p>Utah Valley University</p>
<p><i>08/2018 - Present</i></p>
</section>
<br>
<section id="projects">
<h2>PERSONAL PROJECTS</h2>
<hr>
<p>Developed POS software for a private metal recycling business</p>
<ul>
<li>
<div class="bullet-point"></div> Used QT for Python to develop and maintain a Point-Of-Sale
Application to handle
transactions and reporting tasks for a local metal recycling business
</li>
</ul>
<p>Developed Title Scanning automation software</p>
<ul>
<li>
<div class="bullet-point"></div> Worked extensively with computer vision techniques and OCR
to develop a software to
automate scanning of Vehicle Titles
</li>
</ul>
<p>Developed web portfolio for other students</p>
<ul>
<li>
<div class="bullet-point"></div>Developed and implement website for another student to host
their portfolio
</li>
</ul>
</section>
</div>
<div id="sub-text">
<div id="address">
<div id="small-show">
<h2>CONTACT ME</h2>
<hr>
</div>
<p><a href="mailto:nelson.eric.n@gmail.com"><span class='icons'>✉</span>
nelson.eric.n@gmail.com</a>
<p>
</div>
<br>
<section id="skills">
<h2>SKILLS</h2>
<hr>
<ul id="skill-list">
<li>Python</li>
<li>JavaScript</li>
<li>REACT</li>
<li>NodeJS Express</li>
<li>Flask</li>
<li>Bash</li>
<li>Linux Command Line</li>
<li>C/C++</li>
<li>Machine Learning/AI</li>
<li>HTML5/CSS3</li>
<li>JQuery</li>
<li>APIs</li>
<li>PyQT</li>
<li>Flutter</li>
<li>Dart</li>
<li>SQL</li>
<li>Bootstrap</li>
</ul>
</section>
<br>
<section id="languages">
<h2>LANGUAGES</h2>
<hr>
<ul id="language-list">
<li>English <span class="rating">★★★★★</span></li>
<li>Norwegian <span class="rating">★★★★☆</span></li>
<li>Danish <span class="rating">★★★☆☆</span></li>
<li>Swedish <span class="rating">★★★☆☆</span></li>
</ul>
</section>
<section id="interests">
<h2>INTERESTS</h2>
<hr>
<ul id="interest-list">
<li>Full Stack Web Development</li>
<li>Linux Systems Administration</li>
<li>Cybersecurity</li>
<li>Computer Penetration Testing</li>
<li>Application Development</li>
</ul>
</section>
</div>
</div>
<!--container-->
</main>
</body>
</html>