-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
427 lines (421 loc) · 20.3 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
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="An example of a basic, responsive portfolio webpage using only HTML and CSS (no JS nor CSS frameworks).">
<title>A Portfolio Example</title>
<link rel="icon" type="image/png" href="assets/images/favicon.png">
<link rel="stylesheet" href="assets/css/reset.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/glitch.css">
<link rel="stylesheet" href="assets/css/scanlines.css">
</head>
<body>
<nav>
<ul>
<li>
<a href="#about-me" data-text="About me">
<span>About me</span>
</a>
</li>
<span class="slash">/</span>
<li>
<a href="#skills" data-text="Skills">
<span>Skills</span>
</a>
</li>
<span class="slash">/</span>
<li>
<a href="#work-experience" data-text="Work Experience">
<span>Work Experience</span>
</a>
</li>
<span class="slash">/</span>
<li>
<a href="#projects" data-text="Projects">
<span>Projects</span>
</a>
</li>
<span class="slash">/</span>
<li>
<a href="#photos" data-text="Photos">
<span>Photos</span>
</a>
</li>
</ul>
</nav>
<div id="hero-container">
<img id="title" src="assets/images/title.png" />
<img id="subtitle" src="assets/images/subtitle.png" />
<video autoplay id="hero-video" loop muted>
<source src="assets/video/video2.mp4" type="video/mp4" />
</video>
<div id="scroll-down-wrapper">
<a href="#about-me">
<div>
<img src="assets//images/stat_minus.svg" class="down-arrow" alt="" />
<span class="scroll-down glitch layers" data-text="Scroll down">Scroll down</span>
</div>
</a>
<a href="#about-me">
<div>
<span class="scroll-down glitch layers" data-text="Scroll down">Scroll down</span>
<img src="assets//images/stat_minus.svg" class="down-arrow" alt="" />
</div>
</a>
</div>
<div id="overlay"></div>
</div>
<main>
<div id="about-me" class="jump"></div>
<section id="__about-me">
<article>
<h2 class="glitch">
<span class="layers" data-text="About me">About me</span>
</h2>
<p>
I started programming in 2018 upon attending LaunchCode's free coding boot camp.
After my first few classes, I realized I had a passion for programming!
Post course completion, I maintained my momentum by staying involved in programming academically
and
professionally.
</p>
<p>
In 2019, I enrolled in a bachelor's degree program at Lindenwood University and a data
analytics
boot camp at Washington University in Saint Louis. After completing my second coding boot
camp, I went on to
work as an IT Consultant at Daugherty Business Solutions. During my time at Daugherty, I
contributed
as a Data Engineer, Full Stack Developer, and Mobile Developer.
</p>
<p>
In between college classes and my work as an IT Consultant,
I also worked as a Teaching Assistant across two coding boot camps and three cohorts, twice as a
TA for
LaunchCode's Lc101, once as a TA for Southern Methodist University's Full Stack
Flex (via edX / Trilogy Education Services).
</p>
<div class="redacted layers" data-text="[REDACTED]">
<div>
<span>[REDACTED]</span>
<span>[REDACTED]</span>
<span>[REDACTED]</span>
</div>
<p>
Software Engineer WebRTC fast-paced Technology video startup
React UI/UX web sockets security AWS testing architecture full-stack dashboard
JWT artificial intelligence TypeScript documentation RESTful API develop analytics Python
</p>
</div>
<div class="redacted layers" data-text="[REDACTED]">
<div>
<span>[REDACTED]</span>
<span>[REDACTED]</span>
<span>[REDACTED]</span>
</div>
<p>
Software Engineer Mapbox agriculture React large company fast-api
Python seeds MUI agile research and development JIRA full-stack
UI/UX TypeScript unit testing responsive GitLab AWS documentation
</p>
</div>
</article>
</section>
<div id="skills" class="jump"></div>
<section id="__skills">
<h2 class="glitch">
<span class="layers" data-text="Skills">Skills</span>
</h2>
<ul>
<li id="javascript">
<div>
<img src="assets/images/technologies/javascript.png" />
<p class="skill">JavaScript</p>
</div>
<span class="level"></span>
</li>
<li id="react">
<div>
<img src="assets/images/technologies/react.png" />
<p class="skill">React</p>
</div>
<span class="level"></span>
</li>
<li id="python">
<div>
<img src="assets/images/technologies/python.png" />
<p class="skill">Python</p>
</div>
<span class="level"></span>
</li>
<li id="typescript">
<div>
<img src="assets/images/technologies/typescript.png" />
<p class="skill">TypeScript</p>
</div>
<span class="level"></span>
</li>
<li id="aws">
<div>
<img src="assets/images/technologies/aws.png" />
<p class="skill">AWS</p>
</div>
<span class="level"></span>
</li>
<li id="css">
<div>
<img src="assets/images/technologies/css.png" />
<p class="skill">CSS</p>
</div>
<span class="level"></span>
</li>
<li id="docker">
<div>
<img src="assets/images/technologies/docker.png" />
<p class="skill">Docker</p>
</div>
<span class="level"></span>
</li>
<li id="sql">
<div>
<img src="assets/images/technologies/sql.png" />
<p class="skill">SQL</p>
</div>
<span class="level"></span>
</li>
<li id="git">
<div>
<img src="assets/images/technologies/git.png" />
<p class="skill">Git</p>
</div>
<span class="level"></span>
</li>
</ul>
</section>
<div id="work-experience" class="jump"></div>
<section id="__work-experience">
<h2 class="glitch">
<span class="layers" data-text="Work Experience">Work Experience</span>
</h2>
<ul>
<li class="redacted layers" data-text="[REDACTED]">
<div>
<span>[REDACTED]</span>
</div>
<p class="job-title">Software Engineer</p>
<p class="company">Agriculture Company</p>
<p class="date">Mar 2024 - Current</p>
</li>
<li class="redacted layers" data-text="[REDACTED]">
<div>
<span>[REDACTED]</span>
</div>
<p class="job-title">Software Engineer</p>
<p class="company">Security Company</p>
<p class="date">Nov 2021 - Dec 2023 · 2 yr 2 mos</p>
</li>
<li>
<p class="job-title">Instructional Specialist</p>
<p class="company">edX @ Southern Methodist University</p>
<p class="date">Jul 2021 - Feb 2022 · 8 mos</p>
</li>
<li>
<p class="job-title">
Associate Consultant (Software Engineer)</p>
<p class="company">Daugherty Business Solutions</p>
<p class="date">Jan 2020 - Oct 2021 · 1 yr 10 mos</p>
</li>
<li>
<p class="job-title">Teaching Assistant</p>
<p class="company">LaunchCode</p>
<p class="date">Dec 2020 - Jul 2021 · 8 mos</p>
</li>
<li>
<p class="job-title">Teaching Assistant</p>
<p class="company">LaunchCode</p>
<p class="date">Jul 2019 - Feb 2020 · 8 mos</p>
</li>
<li>
<p class="job-title">Seed Technician</p>
<p class="company">Bayer (via Randstad USA)</p>
<p class="date">Jan 2019 - May 2019 · 5 mos</p>
</li>
</ul>
<a href="assets/files/resume-theo-moreland-redacted.pdf" download="resume-theo-moreland-redacted">
<button type="button" id="download">
DOWNLOAD RESUME
</button>
</a>
</section>
<div id="projects" class="jump"></div>
<section id="__projects">
<h2 class="glitch">
<span class="layers" data-text="Projects">Projects</span>
</h2>
<div>
<article class="project">
<a href="https://main.d1rdpoich583rp.amplifyapp.com/" target="_blank">
<img src="https://raw.githubusercontent.com/theodoremoreland/OrderDashboard/main/presentation/thumbnail.webp"
alt="" />
</a>
<h3 class="name">
Order Dashboard
</h3>
<p class="description">
A dashboard for visualizing DoorDash order history. Made with React, TypeScript,
Material UI X Charts, and Python.
</p>
</article>
<article class="project">
<a href="https://main.d2wyze0voo0sc5.amplifyapp.com/" target="_blank">
<img src="https://raw.githubusercontent.com/theodoremoreland/ProjectList/main/presentation/thumbnail.webp"
alt="" />
</a>
<h3 class="name">
Project List
</h3>
<p class="description">
A dashboard for previewing and analyzing my GitHub content. Made with React, TypeScript,
Material UI X Charts, Tanstack Query, and GitHub API.
</p>
</article>
<article class="project">
<a href="https://master.d1gzfx9o22abaw.amplifyapp.com/" target="_blank">
<img src="https://raw.githubusercontent.com/theodoremoreland/EssentialWorkers/refs/heads/master/presentation/thumbnail.webp"
alt="" />
</a>
<h3 class="name">
Essential Workers
</h3>
<p class="description">
Spin-off of STLRDA's essential-workers, a webpage featuring demographic profiles (2018) of
essential workers across Saint Louis, Missouri, and Illinois. Built with TypeScript, React,
MapBox, and MUI.
</p>
</article>
<article class="project">
<a href="https://master.d1wzvrnr7vhxf7.amplifyapp.com/" target="_blank">
<img src="https://raw.githubusercontent.com/theodoremoreland/TypeRace/master/presentation/thumbnail.webp"
alt="" />
</a>
<h3 class="name">
Type Race
</h3>
<p class="description">
Practice your typing speed while reading words of wisdom. Built with React, TypeScript,
Vite, TanStack Query, Zod, and AWS.
</p>
</article>
</div>
</section>
<div id="photos" class="jump"></div>
<section id="__photos">
<h2 class="glitch">
<span class="layers" data-text="Photos">Photos</span>
</h2>
<div id="photo-grid">
<div>
<div class="scanlines">
<img src="assets/images/personal/wash-u-data-analytics-group.png" alt="" />
<div class="scanlines__layers wu">
<div class="scanlines__layer"></div>
<div class="scanlines__layer"></div>
</div>
</div>
<span class="label">Wash U Data Analytics Boot Camp Class (2019)</span>
</div>
<div>
<div class="scanlines">
<img src="assets/images/personal/geekgala2019.png" alt="" />
<div class="scanlines__layers gg">
<div class="scanlines__layer"></div>
<div class="scanlines__layer"></div>
</div>
</div>
<span class="label">LaunchCode's GeekGala (2019)</span>
</div>
<div>
<div class="scanlines">
<img src="assets/images/personal/launchcode-ta-group-2020.png" alt="" />
<div class="scanlines__layers ta">
<div class="scanlines__layer"></div>
<div class="scanlines__layer"></div>
</div>
</div>
<span class="label">My first cohort as a LaunchCode TA (2020)</span>
</div>
<div>
<div class="scanlines">
<img src="assets/images/personal/daugherty-university-data-analytics-2020.png" alt="" />
<div class="scanlines__layers du">
<div class="scanlines__layer"></div>
<div class="scanlines__layer"></div>
</div>
</div>
<span class="label">Daugherty University - Data Analytics Cohort (2020)</span>
</div>
<div>
<div class="scanlines">
<img src="assets/images/personal/mighty-ducks-bayer-daughtery-2021.png" alt="" />
<div class="scanlines__layers md">
<div class="scanlines__layer"></div>
<div class="scanlines__layer"></div>
</div>
</div>
<span class="label">Dev Team "Mighty Ducks" - Bayer & Daugherty (2021)</span>
</div>
<div>
<div class="scanlines">
<img src="assets/images/personal/smu-bootcamp-celebration-crop.png" alt="" />
<div class="scanlines__layers su">
<div class="scanlines__layer"></div>
<div class="scanlines__layer"></div>
</div>
</div>
<span class="label">SMU Boot Camp Celebration (2022)</span>
</div>
</div>
</section>
</main>
<div id="socials" class="jump">
<!-- Putting here for desired layout, despite being unideal semantically. -->
<div id="back-to-top-wrapper">
<a href="#">
<div>
<img src="assets//images/stat_minus.svg" class="up-arrow" alt="" />
<span class="scroll-down glitch layers" data-text="Back to top">Back to top</span>
</div>
</a>
<a href="#">
<div>
<span class="scroll-down glitch layers" data-text="Back to top">Back to top</span>
<img src="assets//images/stat_minus.svg" class="up-arrow" alt="" />
</div>
</a>
</div>
</div>
<footer id="__socials">
<h3 class="glitch">
<span class="layers" data-text="Socials">Socials</span>
</h3>
<ul class="contacts">
<li>
<a href="https://www.linkedin.com/in/theodore-moreland/" target="_blank">
<img src="assets/images/LinkedIn-Logo.png" id="linkedin-logo" alt="linkedin-logo" />
<p>LinkedIn</p>
</a>
</li>
<li>
<a href="https://github.com/theodoremoreland" target="_blank">
<img src="assets/images/Octocat.png" id="octocat" alt="github's octocat logo" />
<p>GitHub</p>
</a>
</li>
</ul>
</footer>
</body>
</html>