-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
executable file
·208 lines (208 loc) · 16.8 KB
/
resume.html
File metadata and controls
executable file
·208 lines (208 loc) · 16.8 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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Simon Roth - Resume</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="./assets/favicon.ico" />
<!-- Custom Google font-->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet" />
<!-- Bootstrap icons-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body class="d-flex flex-column h-100 bg-dark">
<main class="flex-shrink-0">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-dark bg-darker py-3">
<div class="container px-5">
<a class="navbar-brand" href="index.html"><span class="fw-bolder text-primary">Simon Roth</span></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0 small fw-bolder">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="resume.html">Resume</a></li>
<li class="nav-item"><a class="nav-link" href="projects.html">Projects</a></li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- Page Content-->
<div class="container px-5 my-5">
<div class="text-center mb-5">
<h1 class="display-5 fw-bolder mb-0"><span class="text-gradient d-inline">Resume</span></h1>
</div>
<div class="row gx-5 justify-content-center">
<div class="col-lg-11 col-xl-9 col-xxl-8">
<!-- Experience Section-->
<section>
<div class="d-flex align-items-center justify-content-between mb-4">
<h2 class="text-primary fw-bolder mb-0">Experience</h2>
<!-- Download resume button-->
<!-- Note: Set the link href target to a PDF file within your project-->
<a class="btn btn-primary px-4 py-3" href="assets/SimonRoth_Resume.pdf">
<div class="d-inline-block bi bi-download me-2"></div>
Download Resume
</a>
</div>
<!-- Experience Card 1-->
<div class="card shadow border-0 rounded-4 mb-5 bg-darker">
<div class="card-body p-5">
<div class="row align-items-center gx-5">
<div class="col text-center text-lg-start mb-4 mb-lg-0">
<div class="bg-dark p-4 rounded-4">
<div class="text-primary fw-bolder mb-2">2021 - 2025</div>
<div class="small fw-bolder text-white">Web Applications Developer</div>
<div class="small text-muted">University of Central Florida</div>
<!--<div class="small text-muted">Orlando, FL</div>-->
</div>
</div>
<div class="col-lg-8 text-muted"><div>Alongside studying Information Technology, I worked part-time as a <a href="https://techrangers.cdl.ucf.edu/">Techranger</a> at UCF's Center for Distributed Learning. In this role, I contributed to multiple open-source projects designed to assist professors with their online coursework. This position has given me valuable experience with web development, accessible web design, working on a team, working in a remote environment, soliciting and applying feedback, and giving presentations.</div></div>
</div>
</div>
</div>
<!-- Experience Card 2-->
<div class="card shadow border-0 rounded-4 mb-5 bg-darker">
<div class="card-body p-5">
<div class="row align-items-center gx-5">
<div class="col text-center text-lg-start mb-4 mb-lg-0">
<div class="bg-dark p-4 rounded-4">
<div class="text-primary fw-bolder mb-2">2022 - 2025</div>
<div class="small fw-bolder text-white">Avian Caretaker</div>
<div class="small text-muted">Beak's Bird House</div>
<!--<div class="small text-muted">Orlando, FL</div>-->
</div>
</div>
<div class="col-lg-8 text-muted"><div>While I worked towards my degree at UCF, I also did volunteer work for <a href="https://www.drcrean.com/beaks-bird-house">Beak's Bird House</a>. In this role, I was responsible for cleaning and maintaining the aviary, completing evening feedings, and monitoring the birds.</div></div>
</div>
</div>
</div>
</section>
<!-- Education Section-->
<section>
<h2 class="text-secondary fw-bolder mb-4">Education</h2>
<!-- Education Card 1-->
<div class="card shadow border-0 rounded-4 mb-5 bg-darker">
<div class="card-body p-5">
<div class="row align-items-center gx-5">
<div class="col text-center text-lg-start mb-4 mb-lg-0">
<div class="bg-dark p-4 rounded-4">
<div class="text-secondary fw-bolder mb-2">2020 - 2025</div>
<div class="mb-2">
<div class="small fw-bolder text-white">University of Central Florida</div>
<!--<div class="small text-muted">Orlando, FL</div>-->
</div>
<div class="fst-italic">
<div class="small text-muted">Bachelor's</div>
<div class="small text-muted">Information Technology</div>
</div>
</div>
</div>
<div class="col-lg-8 text-muted"><div>At <a href="https://www.ucf.edu/">UCF</a>, I earned a Bachelor of Science in Information Technology with a Minor in Digital Media. I graduated with a total GPA of 3.709 on a 4.0 scale. I was also an active member of the Knighthawk Audubon student chapter and Art Club.</div></div>
</div>
</div>
</div>
</section>
<!-- Divider-->
<div class="pb-5"></div>
<!-- Skills Section-->
<section>
<!-- Skillset Card-->
<div class="card shadow border-0 rounded-4 mb-5 bg-darker">
<div class="card-body p-5">
<!-- Professional skills list-->
<div class="mb-5">
<div class="d-flex align-items-center mb-4">
<div class="feature bg-primary bg-gradient-primary-to-secondary text-white rounded-3 me-3"><i class="bi bi-tools"></i></div>
<h3 class="fw-bolder mb-0"><span class="text-gradient d-inline">Professional Skills</span></h3>
</div>
<div class="row row-cols-1 row-cols-md-3 mb-4">
<div class="col mb-4 mb-md-0"><div class="d-flex align-items-center bg-dark rounded-4 p-3 h-100 text-white">Web Development</div></div>
<div class="col mb-4 mb-md-0"><div class="d-flex align-items-center bg-dark rounded-4 p-3 h-100 text-white">User Interface Design</div></div>
<div class="col"><div class="d-flex align-items-center bg-dark rounded-4 p-3 h-100 text-white">User Experience Design</div></div>
</div>
<div class="row row-cols-1 row-cols-md-3">
<div class="col mb-4 mb-md-0"><div class="d-flex align-items-center bg-dark rounded-4 p-3 h-100 text-white">Graphic Design</div></div>
<div class="col mb-4 mb-md-0"><div class="d-flex align-items-center bg-dark rounded-4 p-3 h-100 text-white">Web Accessibility</div></div>
<!--<div class="col"><div class="d-flex align-items-center bg-dark rounded-4 p-3 h-100 text-white">Bootstrap</div></div>-->
</div>
</div>
<!-- Languages list-->
<div class="mb-5">
<div class="d-flex align-items-center mb-4">
<div class="feature bg-primary bg-gradient-primary-to-secondary text-white rounded-3 me-3"><i class="bi bi-code-slash"></i></div>
<h3 class="fw-bolder mb-0"><span class="text-gradient d-inline">Languages</span></h3>
</div>
<div class="row row-cols-1 row-cols-md-3 mb-4">
<div class="col mb-4 mb-md-0"><div class="d-flex align-items-center bg-dark rounded-4 p-3 h-100 text-white">HTML</div></div>
<div class="col mb-4 mb-md-0"><div class="d-flex align-items-center bg-dark rounded-4 p-3 h-100 text-white">CSS</div></div>
<div class="col"><div class="d-flex align-items-center bg-dark rounded-4 p-3 h-100 text-white">JavaScript</div></div>
</div>
<div class="row row-cols-1 row-cols-md-3 mb-4">
<div class="col mb-4 mb-md-0"><div class="d-flex align-items-center bg-dark rounded-4 p-3 h-100 text-white">React</div></div>
<div class="col mb-4 mb-md-0"><div class="d-flex align-items-center bg-dark rounded-4 p-3 h-100 text-white">AngularJS</div></div>
<div class="col"><div class="d-flex align-items-center bg-dark rounded-4 p-3 h-100 text-white">SQL</div></div>
</div>
<div class="row row-cols-1 row-cols-md-3">
<div class="col mb-4 mb-md-0"><div class="d-flex align-items-center bg-dark rounded-4 p-3 h-100 text-white">Java</div></div>
<div class="col mb-4 mb-md-0"><div class="d-flex align-items-center bg-dark rounded-4 p-3 h-100 text-white">C#</div></div>
<div class="col"><div class="d-flex align-items-center bg-dark rounded-4 p-3 h-100 text-white">Python</div></div>
</div>
</div>
<!-- Software list-->
<div class="mb-0">
<div class="d-flex align-items-center mb-4">
<div class="feature bg-primary bg-gradient-primary-to-secondary text-white rounded-3 me-3"><i class="bi bi-window-stack"></i></div>
<h3 class="fw-bolder mb-0"><span class="text-gradient d-inline">Software</span></h3>
</div>
<div class="row row-cols-1 row-cols-md-3 mb-4">
<div class="col mb-4 mb-md-0"><div class="d-flex align-items-center bg-dark rounded-4 p-3 h-100 text-white">Adobe Photoshop</div></div>
<div class="col mb-4 mb-md-0"><div class="d-flex align-items-center bg-dark rounded-4 p-3 h-100 text-white">Adobe Illustrator</div></div>
<div class="col"><div class="d-flex align-items-center bg-dark rounded-4 p-3 h-100 text-white">Git</div></div>
</div>
<div class="row row-cols-1 row-cols-md-3 mb-4">
<div class="col mb-4 mb-md-0"><div class="d-flex align-items-center bg-dark rounded-4 p-3 h-100 text-white">Figma</div></div>
<div class="col mb-4 mb-md-0"><div class="d-flex align-items-center bg-dark rounded-4 p-3 h-100 text-white">Canva</div></div>
<div class="col"><div class="d-flex align-items-center bg-dark rounded-4 p-3 h-100 text-white">Asana</div></div>
</div>
<div class="row row-cols-1 row-cols-md-3">
<div class="col mb-4 mb-md-0"><div class="d-flex align-items-center bg-dark rounded-4 p-3 h-100 text-white">Unity</div></div>
<div class="col mb-4 mb-md-0"><div class="d-flex align-items-center bg-dark rounded-4 p-3 h-100 text-white">Blender</div></div>
<div class="col"><div class="d-flex align-items-center bg-dark rounded-4 p-3 h-100 text-white">Microsoft Office</div></div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</main>
<!-- Footer-->
<footer class="bg-darker text-bg-dark py-4 mt-auto">
<div class="container px-5">
<div class="row align-items-center justify-content-between flex-column flex-sm-row">
<div class="col-auto"><div class="small m-0">Copyright © Simon Roth 2025</div></div>
<!--<div class="col-auto">
<a class="small" href="#!">Privacy</a>
<span class="mx-1">·</span>
<a class="small" href="#!">Terms</a>
<span class="mx-1">·</span>
<a class="small" href="#!">Contact</a>
</div> -->
</div>
</div>
</footer>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>