-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout_me.html
70 lines (62 loc) · 4.05 KB
/
about_me.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
<!DOCTYPE HTML>
<!--
Massively by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Generic Page - Massively by HTML5 UP</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" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo">About Me</a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="about_me.html">About Me</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="resume.html">Resume</a></li>
</ul>
<ul class="icons">
<li><a href="https://www.linkedin.com/in/matthew-harris-482693247/" class="icon brands alt fa-linkedin" target="_blank"><span class="label">LinkedIn</span></a></li>
<li><a href="https://www.instagram.com/mattt.harris/" class="icon brands alt fa-instagram" target="_blank" span class="label" ><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/mgscion" class="icon brands alt fa-github" target="_blank"><span class="label">GitHub</span></a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Post -->
<section class="post">
<header class="major">
<p>Explore my journey, skills, and projects to learn more about my professional and personal growth.</p>
</header>
<p><span class="image left"><img src="images/IMG_8932.JPG" alt="Picture Failed to Load" /></span>
Hello! My name is Matthew Harris, a senior at Saint Francis University majoring in Cybersecurity. I have a passion for technology and innovation, always eager to learn and tackle new challenges. My expertise lies in cybersecurity. Throughtout my four years, I have taken classes that cover all aspects of cybersecurity.
Classes include incident response, digital forensics, system administration, ethical hacking, etc. In addition to taking classes, I currently hold several leadership postions. As a resident assistant, I am constantly making an effort to
provide my residents the best on-campus living experience. I am also responsible for managing the JFK Center for Student Engagement tech team. My team is responsible for operating the audio and video for various programs that occur around campus.</p>
<p>Throughout my academic and professional journey, I have developed strong analytical and problem-solving skills. My latest internship has taught me how to be an aware and detailed-oriented person. Awareness is everything.
With cybersecurity constantly changing, it is important to update yourself with the latest news to keep from falling behind. I chose this field because I believe in safeguarding the digital world, ensuring that technology can be a force for good without fear of exploitation.</p>
<p><span class="image right"><img src="images/IMG_7228.jpg" alt="Picture Failed to Load" /></span>
When I'm not immersed in the world of technology or in the classroom, I enjoy hiking, biking, 3D-printing, and exploring new places. These activities help me maintain a balanced lifestyle and inspire creativity in my work. Feel free to browse through my projects, resume, and contact me for any opportunities.</p>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.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>