Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mgscion authored Sep 19, 2024
0 parents commit fd21114
Show file tree
Hide file tree
Showing 85 changed files with 20,452 additions and 0 deletions.
63 changes: 63 additions & 0 deletions LICENSE.txt

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Massively by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)


This is Massively, a text-heavy, article-oriented design built around a huge background
image (with a new parallax implementation I'm testing) and scroll effects (powered by
Scrollex). A *slight* departure from all the one-pagers I've been doing lately, but one
that fulfills a few user requests and makes use of some new techniques I've been wanting
to try out. Enjoy it :)

Demo images* courtesy of Unsplash, a radtastic collection of CC0 (public domain) images
you can use for pretty much whatever.

(* = not included)

AJ
[email protected] | @ajlkn


Credits:

Demo Images:
Unsplash (unsplash.com)

Icons:
Font Awesome (fontawesome.io)

Other:
jQuery (jquery.com)
Scrollex (github.com/ajlkn/jquery.scrollex)
Responsive Tools (github.com/ajlkn/responsive-tools)
70 changes: 70 additions & 0 deletions about_me.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,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>
101 changes: 101 additions & 0 deletions assets/css/fontawesome-all.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit fd21114

Please sign in to comment.