forked from volny/creative-theme-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
506 lines (460 loc) · 20.7 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
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
<!DOCTYPE HTML>
<html>
<head>
<title>Taylor Elder - Portfolio</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<div id="header">
<div class="top">
<!-- Logo -->
<div id="logo">
<!-- <span class="image avatar48"><img src="images/avatar.jpg" alt="" /></span> -->
<a href="#top" id="top-link">
<h1 id="title">Taylor Elder</h1>
</a>
<p>Cyber Security B.S.</p>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="#skills" id="skills-link"><span class="icon solid fa-code">Skills</span></a></li>
<li><a href="#certs" id="certs-link"><span class="icon solid fa-award">Certifications</span></a>
</li>
<li><a href="#education" id="contact-link"><span
class="icon solid fa-graduation-cap">Education</span></a></li>
<li><a href="#projects" id="project-link"><span class="icon solid fa-th">Projects</span></a></li>
<li><a href="#about" id="about-link"><span class="icon solid fa-user">About Me</span></a></li>
<li><a href="#contact" id="contact-link"><span class="icon solid fa-envelope">Contact</span></a>
</li>
</ul>
</nav>
</div>
<div class="bottom">
<!-- Social Icons -->
<ul class="icons">
<h1 id="title">Connect Wtih Me</h1>
<li><a href="https://github.com/aelder202" target="_blank" class="icon brands"><i
class="fab fa-github"></i></a></li>
<li><a href="https://utc.joinhandshake.com/users/18939350" target="_blank" class="icon brands"><i
class="far fa-handshake"></i></a></li>
<li><a href="https://www.linkedin.com/in/taylor-elder/" target="_blank" class="icon brands"><i
class="fab fa-linkedin"></i></a></li>
<li><a href="mailto:[email protected]" class="icon brands"><i class="far fa-envelope"></i></a>
</li>
</ul>
</div>
</div>
<!-- Main -->
<div id="main">
<!-- Intro class="one dark cover" -->
<section id="top" class="one dark cover">
<div class="container">
<header>
<h2 class="alt"><strong>Welcome to my Portfolio!</strong></h2>
<p>
<strong>Take some time to look around at my skills, education, projects, and find out more about
me!</strong>
</p>
</header>
<!-- Button
<footer>
<a href="#portfolio" class="button scrolly">See My Portfolio</a>
</footer>
-->
</div>
</section>
<!-- Skills -->
<section id="skills" class="two">
<div class="container">
<h2>Skills</h2>
<br>
<h1>Languages</h1>
<img src="images/python.png" width="125" alt="" class="images">
<img src="images/java.png" width="200" alt="" class="images">
<img src="images/html.png" width="200" alt="" class="images">
<img src="images/php.png" width="200" alt="" class="images">
<img src="images/powershell.png" width="200" alt="" class="images">
<br>
<br>
<h1>Operating Systems</h1>
<img src="images/linux.png" width="300" alt="" class="images">
<img src="images/windows.png" width="200" alt="" class="images">
<br>
<br>
<h1>Database Management Systems</h1>
<img src="images/maria.png" width="200" alt="" class="images">
<img src="images/mysql.png" width="200" alt="" class="images">
<br>
<br>
<h1>Web Application Vulnerability Scanning</h1>
<img src="images/tennable.png" width="200" alt="" class="images">
<img src="images/acunetix.png" width="100" alt="" class="images">
<img src="images/burp.png" width="250" alt="" class="images">
</div>
</section>
<!-- Certifications -->
<section id="certs" class="three">
<div class="container">
<h2>Certifications</h2>
<img src="images/secplus.png" width="125" alt="CompTIA Sec+" class="images">
<p>CompTIA Security+ ce</p>
<br>
<p>Verification available through LinkedIn profile.</p>
</div>
</section>
<!-- Education -->
<section id="education" class="three">
<div class="container">
<header>
<h2>Education</h2>
</header>
<h3 style="text-align: left; font-weight: bold; font-size: 30px;">
<img src="images/mocs_c.png" width="35" alt="C">
University of Tennessee at Chattanooga
</h3>
<br>
<h3 style="text-align: left; font-size: 20px;">Major</h3>
<p style="text-align: left; font-size: 15px; font-weight: bold;">Cyber Security, B.S.</p>
<h3 style="text-align: left; font-size: 20px;">Latin Honors Recieved</h3>
<p style="text-align: left; font-size: 15px; font-weight: bold;">Magna Cum Laude</p>
<h3 style="text-align: left; font-size: 20px;">Graduation Date</h3>
<p style="text-align: left; font-size: 15px; font-weight: bold;">December 2022</p>
<h3 style="text-align: left; font-size: 20px;">Transcript Request</h3>
<p style="text-align: left; font-size: 15px; font-weight: bold;">This will be provided per individual
request only. Please
contact me using any of the social links below or through email if you would like to request a
transcript.</p>
</div>
</section>
<!-- Projects -->
<section id="projects" class="four">
<div class="container">
<h2>Projects</h2>
<br>
<div class="row">
<!-- E-Guard -->
<article class="item">
<div class="vividworknav">
<img src="images/gui_threat.png" width="750" class="myBtn_multi" alt="">
<div class="work-text-content">
<p>Click To Learn More</p>
</div>
<header>
<h3>E-Guard</h3>
</header>
<div class="modal modal_multi">
<div class="modal-content">
<span class="close close_multi">x</span>
<h2>E-Guard Keylogger Detector</h2>
<h3 style="text-align: left;">
Description
</h3>
<p style="text-align: left; font-size: 15px; font-weight: bold;">
E-Guard Keylogger Detector combats keylogging software by monitoring all running
applications, targeting those attempting to communicate
through popular SMTP ports for Gmail, Yahoo, ATT, Microsoft, and AOL for both
Windows and Linux machines. This software will run
uninterrupted in the background while the device runs so that workflow can
proceed as normal. Once the software has targeted an application
that is communicating through specific SMTP ports, the process will be paused,
and the user will be notified of the potential threat.
Then, the user will be asked if this process should be added to a trusted
whitelist to continue running as normal or kill the process
immediately and be added to a blacklist so that any other time this process is
running it will be automatically terminated.
</p>
<button onclick="window.open('https://youtu.be/_DdlRVMn38Y','_blank')"
type="button">
<i class="fas fa-eye fa-fw"></i> View Demo
</button>
<button onclick="window.open('https://github.com/aelder202/E-Guard','_blank')"
type="button">
<i class="fab fa-github fa-fw"></i> View on GitHub
</button>
</div>
</div>
</div>
</article>
<!-- E-Guard END -->
<!-- Virtual Lab -->
<article class="item">
<div class="vividworknav">
<img src="images/sphinx_project.png" width="750" class="myBtn_multi" alt="">
<div class="work-text-content">
<p>Click To Learn More</p>
</div>
<header>
<h3>Virtual Labs</h3>
</header>
<div class="modal modal_multi">
<div class="modal-content">
<span class="close close_multi">x</span>
<h2>Virtual Labs</h2>
<h3 style="text-align: left;">
Description
</h3>
<p style="text-align: left; font-size: 15px; font-weight: bold;">
I began by completing and refining lab documents on various cybersecurity
topics,
including data anonymization, virtual switches and bridges, network
virtualization
with Open vSwitch and Linux Bridge, OpenFlow software, SDN controllers, Overlay
Network protocols,
Network Intrusion Detection Systems, system and network vulnerabilities (using
Nmap), TCP/IP security,
firewall configurations, and VPN basics.
<br>
After several weeks of debugging, I partnered with another Research Assistant to
rebuild these documents
using Sphinx. We converted .docx files to reStructuredText, using bash scripts
for efficiency. This
transformation provided a cohesive format with improved graphics and syntax.
<br>
Following the project's completion and peer review, we helped teach and present
these lab documents to students
during a week-long workshop. Acting as Teaching Assistants to the leading
professor, we supported participants
with understanding and applying the material.
</p>
<button
onclick="window.open('https://aelder202.github.io/sphinx_project/','_blank')"
type="button">
<i class="fas fa-eye fa-fw"></i> View Project
</button>
<button
onclick="window.open('https://github.com/aelder202/sphinx_project','_blank')"
type="button">
<i class="fab fa-github fa-fw"></i> View on GitHub
</button>
<!-- First Modal -->
<button class="myBtn_multi"><i class="far fa-file-code"></i> Source Files</button>
<div class="modal modal_multi">
<div class="modal-content">
<span class="close close_multi">x</span>
<a href="images/linux_bridge.pdf" target="_blank">Linux Bridge Lab</a>
<br>
<a href="https://github.com/seed-labs/seed-labs" target="_blank">SEED
Labs</a>
</div>
</div>
<!-- Second Modal -->
<button class="myBtn_multi"><i class="fas fa-user-friends"></i> Credit</button>
<div class="full-screen-modal modal_multi">
<div class="modal-content">
<span class="close close_multi">x</span>
<p><a href="https://github.com/aelder202" target="_blank"><strong>Taylor
Elder</strong></a></p>
<p><a href="https://github.com/matthewoneil0"
target="_blank"><strong>Matthew O'Neil</strong></a></p>
</div>
</div>
</div>
</div>
</div>
</article>
<!-- Virtual Lab END-->
<!-- Secure Python Scripting -->
<article class="item">
<div class="vividworknav">
<img src="images/python_scripting.png" width="750" class="myBtn_multi" alt="">
<div class="work-text-content">
<p>Click To Learn More</p>
</div>
<header>
<h3>Secure Python Scripting</h3>
</header>
<div class="modal modal_multi">
<div class="modal-content">
<span class="close close_multi">x</span>
<h2>Secure Python Scripting</h2>
<h3 style="text-align: left;">
Description
</h3>
<p style="text-align: left; font-size: 15px; font-weight: bold;">
The materials in this project were originally developed by Catalyzing Computing
and Cybersecurity in
Community Colleges (C5) project and contained PowerPoint presentations with
corresponding lab documents
that instructs beginner programmers how to write secure code and robust Python
code.
<br>
This project was created originally using Python 2 and specifically for Linux.
I, along with two other Research Assistants
were tasked with updating the PowerPoints, lab documents, and solutions to
Python 3 as well as creating both
Linux and Windows friendly versions.
<br>
Once our task was completed and our work had been peer reviewed, our updated
project was presented to a group of students,
with no prior coding experience, attending a university in California for a week
long workshop to get a peek inside the world of coding
and cyber security. Myself and the two other Research Assistants participated as
Teaching Assistants in this event, helping
students one on one and as a group to ensure if somebody was behind and needed
help or a further explanation of the lecture.
</p>
<button
onclick="window.open('https://github.com/nexus-lab/secure_scripting_python','_blank')"
type="button">
<i class="fab fa-github fa-fw"></i> View on GitHub
</button>
<!-- First Modal -->
<button class="myBtn_multi"><i class="far fa-file-code"></i> Source Files</button>
<div class="modal modal_multi">
<div class="modal-content">
<span class="close close_multi">
x
</span>
<p>
The source files in this project are any files in the repository not
inside 'For Linux' or 'For Windows' directories.
</p>
</div>
</div>
<!-- Second Modal -->
<button class="myBtn_multi"><i class="fas fa-user-friends"></i> Credit</button>
<div class="modal modal_multi">
<div class="modal-content">
<span class="close close_multi">x</span>
<p><a href="https://github.com/aelder202" target="_blank"><strong>Taylor
Elder</strong></a></p>
<p><a href="https://github.com/matthewoneil0"
target="_blank"><strong>Matthew O'Neil</strong></a></p>
<p><a href="https://github.com/jacobdoescode" target="_blank"><strong>Jacob
McClain</strong></a></p>
</div>
</div>
</div>
</div>
</div>
</article>
<!-- Secure Python Scripting END -->
</div>
</div>
</section>
<!-- About Me -->
<section id="about" class="three">
<div class="container">
<header>
<h2>About Me</h2>
</header>
<h3 style="text-align: left; font-weight: bold; font-size: 30px;">Background</h3>
<br>
<div class="wrapingimage-right">
<img src="images/aboutme2.jpeg" width="650" alt="">
</div>
<p style="text-align: left; font-size: 15px; font-weight: bold;">
Technology has always been something that’s both fascinated and terrified me since I was young, like
how I learned not trust everything
that can be downloaded on the internet. My favorite video game growing up was RuneScape where I
could adventure online with my friends
running around an open world, exploring, training my skills, killing dragons, and even other
players. The problem was, I wasn’t very good,
and I didn't have the patience to earn gold myself to become a better player. As a naive kid looking
for an easy way out, I quickly found
internet tools that promised to make my character rich beyond my wildest dreams with one click. How
lucky, I thought, I was to be one of
the only people to know about this! Without question, I downloaded it and after entering my username
and password into this magical application,
I sat and waited as I began to write down all the ways I wanted to spend my gold. Unfortunately, the
gold never came as I was soon kicked offline,
had my items stolen, and was left with a sinking feeling in my stomach thinking how I was so easily
manipulated.
<br><br>
As I grew into adulthood, my passion for technology grew and I was eventually hired with a cable
company as an installation and repair
technician where I trained growing my skills in a professional environment. I started at the bottom,
no prior work experience, only this passion
I've held onto since I was young. It soon became abundantly clear I would need to put in more effort
than I ever had before, as the competition
was tough, and the success rate was low. Not only was the material challenging, but I also struggled
to learn how to carry the equipment,
in particular a 32-foot extension ladder. Admittedly, I’m not the strongest nor tallest guy in the
world, so using brute force wasn’t an option.
Instead, I had to master the proper technique, failing many times along the way, even being told by
my training supervisors I should reconsider
if this is something I want to pursue. I pushed myself beyond what I thought I was capable of and
graduated top of the class, earning some of the
highest scores for performance. Eventually, after more time and dedication to perfecting my work, I
was promoted to lead technician and was
responsible for training new hires for 90 days. I was the person my team members relied on for help
or advise, and that was an amazing feeling.
After a few years of hard work, I found myself at the top of my current position, unable to progress
further without a higher education.
For me, school had never been something I prioritized, or put much effort into. Looking back, I saw
my perseverance in all of the times I was
told I couldn’t do something. Not only was I able accomplish my goals but became one of the best at
and taught others my methods. I realized what
I’m capable of, and since then I’ve began at UTC in Summer 2019. I’ve consistently been awarded a
Dean’s List participant each semester, an
achievement I’ve never held in my academic life. What I study is my true passion, and I realize now
more than ever my full potential and what
I can accomplish when I put my mind to it.
</p>
<h3 style="text-align: left; font-weight: bold; font-size: 30px;">Hobbies and Interests</h3>
<div class="wrapingimage-left">
<img src="images/bindi.jpeg" width="500" alt="">
</div>
<p style="text-align: left; font-size: 15px; font-weight: bold;">
I’m a huge nature enthusiast and spend a good amount of my free time exploring new trails or going
to the park with my wife and dog.
Chattanooga is an amazing city for this kind of lifestyle where we are able to explore nearly
endless amounts of hiking trails filled with
beautiful scenery right next to downtown where we find great spots to eat or drink with friends and
family.
<br><br>
When the weather doesn’t permit us to be out for long, or at all, I keep myself entertained inside
by reading books on technology or space
innovation, Chasing New Horizons as of lately which describes in stunning detail the New Horizon
satellite that launched mid-2015 to
explore Pluto and the Kepler belt. I also enjoy playing open-world video games such as RuneScape
still as well as more recent titles such
as Red Dead Redemption 2.
</p>
<br>
</section>
<!-- Contact -->
<section id="contact" class="four">
<div class="container">
<header>
<h2>Contact</h2>
</header>
<p>
You can contact me through any of the social media links provided below or through email.
</p>
<div class="a myLink">
<a href="https://github.com/aelder202" target="_blank" class="myLink"><i
class="fab fa-github fa-3x fa-fw"></i></a>
<a href="https://utc.joinhandshake.com/users/18939350" target="_blank" class="myLink"><i
class="far fa-handshake fa-3x fa-fw"></i></a>
<a href="https://www.linkedin.com/in/taylor-elder/" target="_blank" class="myLink"><i
class="fab fa-linkedin fa-3x fa-fw"></i></a>
<a href="mailto:[email protected]" class="myLink"><i
class="far fa-envelope fa-3x fa-fw"></i></a>
</div>
</div>
</section>
</div>
<!-- Footer -->
<div id="footer">
<!-- Copyright -->
<ul class="copyright">
<li>© Untitled.</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
<!-- Scripts -->
<script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>