-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
306 lines (295 loc) Β· 14.1 KB
/
Copy pathabout.html
File metadata and controls
306 lines (295 loc) Β· 14.1 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Learn more about Morgan Rogers - Background, Education, Interests, and Professional Journey">
<title>About - Morgan Rogers</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar" id="navbar">
<div class="nav-container">
<div class="logo">
<a href="index.html">Morgan Rogers</a>
</div>
<button class="nav-toggle" id="navToggle" aria-label="Toggle navigation">
<span></span>
<span></span>
<span></span>
</button>
<ul class="nav-menu" id="navMenu">
<li><a href="index.html">Home</a></li>
<li><a href="about.html" class="active">About</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
<!-- Page Header -->
<header class="page-header">
<div class="container">
<h1>About Me</h1>
<p>Get to know my background, interests, and professional journey.</p>
</div>
</header>
<!-- Biography Section -->
<section class="biography-section">
<div class="container">
<div class="bio-grid">
<div class="bio-image">
<img src="images/Profile.jpg" alt="Morgan Rogers" loading="lazy">
<div class="bio-stats">
<div class="stat">
<h3>5+</h3>
<p>Years of Experience</p>
</div>
<div class="stat">
<h3>10+</h3>
<p>Technologies</p>
</div>
<div class="stat">
<h3>15+</h3>
<p>Projects Completed</p>
</div>
</div>
</div>
<div class="bio-content">
<h2>Professional Journey</h2>
<p class="lead">
I am an Information Systems professional with a strong foundation in networking,
system administration, and cybersecurity. My journey in technology has been driven
by a passion for understanding complex systems and creating secure, efficient solutions.
</p>
<p>
Currently pursuing a Master's degree in Computer Information Systems at Boston University,
I'm specializing in Web Application Development and Network Systems. This advanced education
builds upon my Bachelor's degree in Secondary Education from the University of Maine at Farmington,
combining technical expertise with strong communication and teaching abilities.
</p>
<p>
My professional experience as an Applications Support Specialist with the city of South Portland
has given me hands-on experience with enterprise-level systems, Active Directory administration, and
critical infrastructure management. I've developed skills in maintaining system uptime, implementing
security best practices, and providing expert-level technical support.
</p>
<p>
Beyond my formal education and professional work, I maintain a comprehensive home lab
environment where I continuously experiment with new technologies, security tools, and
network configurations. This practical experience complements my theoretical knowledge
and keeps me at the forefront of emerging technologies.
</p>
</div>
</div>
</div>
</section>
<!-- Interests Section -->
<section class="interests-section">
<div class="container">
<div class="section-header">
<h2>Interests & Passions</h2>
<div class="section-divider"></div>
</div>
<div class="interests-grid">
<div class="interest-card">
<div class="interest-icon">π</div>
<h3>Cybersecurity</h3>
<p>
Passionate about security research, penetration testing, and staying current with
the latest security vulnerabilities and mitigation strategies. Active in security
communities and regularly participate in CTF challenges.
</p>
</div>
<div class="interest-card">
<div class="interest-icon">π</div>
<h3>Web Development</h3>
<p>
Fascinated by modern web technologies and frameworks. I enjoy building responsive,
accessible web applications using React, TypeScript, and cutting-edge CSS techniques.
Always exploring new tools and methodologies.
</p>
</div>
<div class="interest-card">
<div class="interest-icon">π§</div>
<h3>Open Source</h3>
<p>
Strong advocate for open-source software and Linux systems. Experienced with multiple
distributions including Fedora, Ubuntu, Kali, and Parrot. Contributing to open-source
projects and learning from the community.
</p>
</div>
<div class="interest-card">
<div class="interest-icon">π€</div>
<h3>Automation</h3>
<p>
Enthusiastic about automating repetitive tasks and improving system efficiency.
Proficient in scripting with Python, Bash, and PowerShell to streamline operations
and reduce manual intervention.
</p>
</div>
<div class="interest-card">
<div class="interest-icon">βοΈ</div>
<h3>Cloud Technologies</h3>
<p>
Exploring cloud platforms and infrastructure-as-code. Experienced with GCP and
interested in building scalable, cloud-native applications. Understanding of
containerization with Docker and orchestration.
</p>
</div>
<div class="interest-card">
<div class="interest-icon">π</div>
<h3>Continuous Learning</h3>
<p>
Committed to lifelong learning through online courses, certifications, and hands-on
practice. Completed Hack the Box Academy SOC Analyst path and continuously expanding
my skill set through practical exercises.
</p>
</div>
</div>
</div>
</section>
<!-- Education Timeline -->
<section class="education-timeline">
<div class="container">
<div class="section-header">
<h2>Education & Training</h2>
<div class="section-divider"></div>
</div>
<div class="timeline">
<div class="timeline-item" data-animate="fade-in">
<div class="timeline-date">2024 - 2026</div>
<div class="timeline-content">
<h3>Master of Science in Computer Information Systems</h3>
<h4>Boston University</h4>
<p>
Specialization: Web Application Development & Network Systems<br>
Expected Graduation: August 2026
</p>
<p class="coursework">
<strong>Coursework:</strong>Business Data Communication & Networks, Network Security,
System Architecture, Information Structures with Python, Web Application Development,
Information Systems Analysis & Design
</p>
</div>
</div>
<div class="timeline-item" data-animate="fade-in">
<div class="timeline-date">2024 - 2025</div>
<div class="timeline-content">
<h3>Hack the Box Academy - SOC Analyst Path</h3>
<h4>Security Training</h4>
<p>
Intensive training covering Linux/Windows fundamentals, network enumeration,
vulnerability assessment, penetration testing, Active Directory security, and
web application testing
</p>
</div>
</div>
<div class="timeline-item" data-animate="fade-in">
<div class="timeline-date">2019 - 2023</div>
<div class="timeline-content">
<h3>Bachelor of Science in Secondary Education</h3>
<h4>University of Maine Farmington</h4>
<p>
Graduated: December 2023<br>
Developed strong communication, presentation, and leadership skills
</p>
</div>
</div>
<div class="timeline-item" data-animate="fade-in">
<div class="timeline-date">2010 - 2016</div>
<div class="timeline-content">
<h3>USMC Information Assurance Management</h3>
<h4>Professional Certification</h4>
<p>
Comprehensive training in: Introduction to Information Assurance, Risk Management,
Information Environments, Countermeasures, Incident Handling, and Strategic Planning
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Values Section -->
<section class="values-section">
<div class="container">
<div class="section-header">
<h2>Core Values</h2>
<div class="section-divider"></div>
</div>
<div class="values-grid">
<div class="value-card">
<h3>π― Excellence</h3>
<p>Committed to delivering high-quality work and continuously improving my craft</p>
</div>
<div class="value-card">
<h3>π Curiosity</h3>
<p>Always exploring new technologies and methodologies to expand my knowledge</p>
</div>
<div class="value-card">
<h3>π€ Collaboration</h3>
<p>Believing in the power of teamwork and open communication</p>
</div>
<div class="value-card">
<h3>π‘ Innovation</h3>
<p>Seeking creative solutions to complex problems</p>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="cta-section">
<div class="container">
<h2>Want to Know More?</h2>
<p>Check out my resume or get in touch to discuss opportunities.</p>
<div class="cta-buttons">
<a href="resume.html" class="btn btn-light">View Resume</a>
<a href="contact.html" class="btn btn-light">Get In Touch</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-section">
<h3>Morgan Rogers</h3>
<p>Software Developer</p>
<p>Boston University - MS in CIS</p>
<p>WGU - BS/MS in SWE</p>
</div>
<div class="footer-section">
<h4>Quick Links</h4>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Connect</h4>
<ul class="social-links">
<li><a href="https://github.com/PromptNebula05" target="_blank" rel="noopener">GitHub</a></li>
<li><a href="https://www.linkedin.com/in/morgan-rogers-0042972b9/" target ="_blank" rel="noopener">LinkedIn</a></li>
<li><a href="mailto:mrgn.rogers@gmail.com">Email</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Location</h4>
<p>Cornish, Maine 04020</p>
<p>(207) 823-0747</p>
</div>
</div>
<div class="footer-bottom">
<p>© 2026 Morgan Rogers. All rights reserved.</p>
<p class="footer-note">Built with HTML5, CSS3, JavaScript & React</p>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>