-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
303 lines (280 loc) · 14.6 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
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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="./output.css" rel="stylesheet" />
<script src="scripts.js" defer></script>
</head>
<body class="bg-stone-50 font-serif">
<!-- a sticky navbar with anchors to sections of the page -->
<nav
class="max-w-full sticky top-0 flex flex-auto justify-around py-2 px-5 bg-stone-50 backdrop-blur-sm bg-opacity-50 z-50">
<a href="#">Home</a>
<a href="#aboutMe">About Me</a>
<a href="#skills">Skills</a>
<a href="#projects">Projects</a>
<!-- <a href="#experience">Experience</a> -->
</nav>
<main class="flex flex-col px-10 md:px-48 content-center">
<!-- an about me section -->
<div id="aboutMe" class="m-2"></div>
<section>
<h1 class="text-4xl font-bold">Braedon Watkins</h1>
<h2 class="text-2xl pt-1 pb-1">
Full-Stack Software Engineer
</h2>
<h4>
⚠️ UNDER CONSTRUCTION⚠️ Please be patient as I write a new portfolio. I'm writing it in SvelteKit on
<a href="https://github.com/braedonwatkins/resume/tree/svelte"> this branch </a>
</h4>
<section>
<div class="flex flex-wrap justify-center">
<figure class="basis-44 shrink-0 mr-10">
<img src="./me.png"
alt="a photo of a handsome and employable young man wearing formal clothes in a tasteful nature backdrop. when hovered he is in the same photoshoot but making a silly face."
onmouseover="hover(this);" onmouseout="unhover(this);" />
<figcaption class="text-center opacity-50 text-sm">
an employable young man
</figcaption>
</figure>
<div class="grow basis-8/12">
I am passionate about helping others by using the technical skills
I've acquired. I have a wide range of interests includeing game
development, artificial intelligence, robotics, and web
development.<br />
Before I aspired to a career in software, I studied astrophysics.
I have a lot of love for it but software development was my
calling. <br /><br />
To wind down, I like playing games. Some of my favorite game fixations are
Fire Emblem 8, Bloodborne, and Dungeons & Dragons.<br />
<div class="grid grid-cols-1">
<div
class="flex flex-col sm:flex-row justify-center gap-2 md:gap-10 py-4 mx-10 md:mx-0 md:px-40 lg:px-40">
<a class="flex-1" href="mailto:[email protected]" target="_blank">
<button
class="shrink-0 hover:bg-pink-700 hover:translate-y-1 hover:border-0 bg-pink-500 text-stone-100 border-pink-600 border-b-4 w-full rounded-md py-2 px-10 inline-flex items-center justify-center gap-2">
<span>Email</span>
<img class="w-4 h-4" src="./mail.svg" />
</button>
</a>
<a class="flex-1" href="https://github.com/braedonwatkins" target="_blank">
<button
class="hover:bg-purple-700 hover:translate-y-1 hover:border-0 bg-purple-500 text-stone-100 border-purple-600 border-b-4 w-full rounded-md py-2 px-10 inline-flex items-center justify-center gap-2">
<span>GitHub</span>
<img class="w-4 h-4" src="./github.svg" />
</button>
</a>
<a class="flex-1" href="https://www.linkedin.com/in/braedonwatkins/" target="_blank">
<button
class="hover:bg-blue-700 hover:translate-y-1 hover:border-0 bg-blue-500 text-stone-100 border-blue-600 border-b-4 w-full rounded-md py-2 px-10 inline-flex items-center justify-center gap-2">
<span>LinkedIn</span>
<img class="w-4 h-4" src="./linkedin.svg" />
</button>
</a>
</div>
</div>
</div>
</div>
</section>
</section>
<!-- technical skills section -->
<div id="skills" class="m-10"></div>
<section>
<h1 class="text-2xl font-bold">Technical Skills</h1>
<!-- couldnt get grid working, working on custom padding -->
<div class="px-5">
<strong>Proficient Languages:</strong> TypeScript, JavaScript, Java,
C, Python, C# <br />
<strong>Familiar Languages:</strong> SQL, Lua, C++, Haskell, Erlang
<br />
<strong>Technologies, Tools, & Frameworks:</strong> Git, Tailwind,
Unity, Heroku, Linux, Apache, MySQL, PHP, MongoDB, Express, React,
Node, Next JS, Prisma, NGINX, TWGL, GLSL, PyTorch, TensorFlow, Pandas,
FFmpeg<br />
</div>
</section>
<!-- projects section -->
<!-- NEEDS BETTER FORMATTING FOR ROLES & FRAMEWORKS -->
<div id="projects" class="m-10"></div>
<section>
<h1 class="text-2xl font-bold">Projects</h1>
<div class="grid grid-cols-1">
<div class="projComponent pl-5 pr-10 py-2">
<div class="text-center grid grid-cols-2 gap-3">
<div class="grid grid-cols-3 auto-cols-auto items-center">
<div class="text-left font-bold">EMURR Capstone</div>
<div class="text-sm visibility: hidden sm:block">PM</div>
<div class="text-sm visibility: hidden sm:block">Next JS</div>
</div>
<!-- favicon right here -->
<div class="text-right">07/2022 - 10/2022</div>
</div>
<div></div>
<ul class="pl-5 list-disc">
<li>
Web application focused on bridging the gap between digital and
physical sites
</li>
<li>
Finalist project (top 7 out of 90) for UCF CECS senior design
showcase awards ceremony
</li>
<li>
Developed frontend user interaction and backend bash scripts for
Raspberry Pi
</li>
</ul>
</div>
<div class="projComponent pl-5 pr-10 py-2">
<div class="text-center grid grid-cols-2 gap-3">
<!-- favicon right here -->
<div class="grid grid-cols-3 auto-cols-auto items-center">
<div class="text-left font-bold">Etch-A-Sketch</div>
<div class="text-sm visibility: hidden sm:block"></div>
<div class="text-sm visibility: hidden sm:block"></div>
</div>
<div class="text-right">05/2022</div>
</div>
<div></div>
<ul class="pl-5 list-disc">
<li>
A classic toy reimagined: a weekend project for frontend review
</li>
<li>
Reinforced knowledge and implementation of JavaScript and DOM
Manipulation
</li>
<li>
Managed scope with optional features to deliver a functional
site in the time allotted
</li>
</ul>
</div>
<div class="projComponent pl-5 pr-10 py-2">
<div class="text-center grid grid-cols-2 gap-3">
<!-- favicon right here -->
<div class="grid grid-cols-3 auto-cols-auto items-center">
<div class="text-left font-bold">Grass, Water, Fire</div>
<div class="text-sm visibility: hidden sm:block"></div>
<div class="text-sm visibility: hidden sm:block"></div>
</div>
<div class="text-right">05/2022</div>
</div>
<ul class="pl-5 list-disc">
<li>
Rock, Paper, Scissors with a twist: a weekend project for
frontend review
</li>
<li>
Reinforced knowledge and implementation of JavaScript and CSS
patterns
</li>
<li>
Functioned independently to deliver a clean, user-friendly
interface
</li>
</ul>
</div>
<div class="projComponent pl-5 pr-10 py-2">
<div class="text-center grid grid-cols-2 gap-3">
<!-- favicon right here -->
<div class="grid grid-cols-3 auto-cols-auto items-center">
<div class="text-left font-bold">Gamers Social Media</div>
<div class="text-sm visibility: hidden sm:block">PM</div>
<div class="text-sm visibility: hidden sm:block">MERN</div>
</div>
<div class="text-right">10/2021 - 11/2021</div>
</div>
<ul class="pl-5 list-disc">
<li>
Social media app and mobile companion to connect users by video
game interests
</li>
<li>
Collaborated with Frontend, API, and Backend teams to solve
critical issues
</li>
<li>
Curated scrum meetings to build solutions together as a team
</li>
</ul>
</div>
<div class="projComponent pl-5 pr-10 py-2">
<div class="text-center grid grid-cols-2 gap-3">
<!-- favicon right here -->
<div class="grid grid-cols-3 auto-cols-auto items-center">
<div class="text-left font-bold">Khantact Manager</div>
<div class="text-sm visibility: hidden sm:block">
PM & Frontend
</div>
<div class="text-sm visibility: hidden sm:block">LAMP</div>
</div>
<div class="text-right">08/2021 - 09/2021</div>
</div>
<ul class="pl-5 list-disc">
<li>
An online rolodex with registration, log in, and CRUD operations
</li>
<li>
Discussed with Frontend, API, and Backend teams to solve urgent
problems
</li>
<li>
Maintained CSS animations and stylization of webpage with
Frontend team
</li>
</ul>
</div>
</div>
</section>
<!-- work experience -->
<!-- <div id="experience" class="m-10"></div> -->
<!-- <section>
<h1 class="text-2xl font-bold">Experience</h1>
<div class="grid grid-cols-1">
<div class="jobComponent pl-5 pr-10 py-2">
<div class="text-left grid grid-cols-3 gap-1">
<div class="text-left font-bold whitespace-nowrap">Target</div>
<div class="text-sm">Fulfillment Specialist</div>
<div class="text-right">01/2022 - Present</div>
</div>
</div>
<div class="jobComponent pl-5 pr-10 py-2">
<div class="text-left grid grid-cols-3 gap-1">
<div class="text-left font-bold">Walmart</div>
<div class="text-left text-sm">Team Lead</div>
<div class="text-right">08/2020 - 12/2021</div>
</div>
</div>
<div class="jobComponent pl-5 pr-10 py-2">
<div class="text-left grid grid-cols-3 gap-1">
<div class="font-bold">Seminole State College of Florida</div>
<div class="text-sm">Tutor (Temp)</div>
<div class="text-right">01/2020 - 08/2020</div>
</div>
</div>
<div class="jobComponent pl-5 pr-10 py-2">
<div class="text-left grid grid-cols-3 gap-1">
<div class="text-left font-bold whitespace-nowrap">
CapTel Service Specialists
</div>
<div class="text-sm">Captioning Assistant</div>
<div class="text-right">01/2018 - 01/2020</div>
</div>
</div>
<div class="jobComponent pl-5 pr-10 py-2">
<div class="text-left grid grid-cols-3 gap-1">
<div class="font-bold whitespace-nowrap">McDonald's</div>
<div class="text-sm">Crew Trainer</div>
<div class="text-right">01/2015 - 01/2018</div>
</div>
</div>
</div>
</section> -->
</main>
<footer class="h-10">
<div>Last Updated: 12/2022 I'd guess?... New version soon :) </div>
</footer>
</body>
</html>