-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
189 lines (157 loc) · 6.53 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
<!DOCTYPE HTML>
<!--
Prologue by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Matthew Merritt</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="shortcut icon" type="image/png" href="images\CSCI-2600-favicon.png">
<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>
<h1 id="title">Matthew Merritt</h1>
<p>Bachelor Student at Rensselaer Polytechnic Institute</p>
<p>2024</p>
<p>Software Engineer</p>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="#top" id="top-link"><span class="icon solid fa-home">Intro</span></a></li>
<li><a href="#portfolio" id="portfolio-link"><span class="icon solid fa-th">Portfolio</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">
<li><a href="https://github.com/MattLMerritt" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="mailto:merrittlmatt@gmail.com" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
</ul>
</div>
</div>
<!-- Main -->
<div id="main">
<!-- Intro -->
<section id="top" class="one dark cover">
<div class="container">
<header>
<h2 class="alt">Hi! I'm <strong>Matthew Merritt,</strong><br> a
class of 2024 student studying Computer Science at Rensselaer Polytechnic Institute.</h2>
<p>I'm currently looking for a Full-Time Software Engineering role<br> where I can enhance my skills and work in a collaborative team envoriment.<br /></p>
</header>
<footer>
<a href="#portfolio" class="button scrolly">My Projects</a>
</footer>
</div>
</section>
<!-- Portfolio -->
<section id="portfolio" class="two">
<div class="container">
<header>
<h2>Projects</h2>
</header>
<p>Over my time working on computer science projects, I have focused on intertwining my passion
for software engineering and computer engineering. Below is a sample of projects both personal and from school that I have worked on.
</p>
<div class="row">
<div class="col-4 col-12-mobile">
<article class="item">
<a href="https://github.com/MattLMerritt/MIPS-PROCESSOR-IN-C/blob/main/Comp%20Org%20Project.pdf" class="image fit"><img src="images/datapath_2.png" alt="" /></a>
<header>
<h3>Microprocessor without Interlocked Pipeline Stages Processor in C</h3>
</header>
</article>
<article class="item">
<a href="https://github.com/MattLMerritt/SIR_Modeling" class="image fit"><img src="images/Figure_Model_Example.png" alt="" /></a>
<header>
<h3>Modeling Epidemiology of COVID-19 applying the Susceptible-Infectious-Recovered-Vaccinated Model empoying Differential Equations</h3>
</header>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<a href="https://github.com/MattLMerritt/GA-Algorithm" class="image fit"><img src="images/GA_ago_growth.PNG" alt="" /></a>
<header>
<h3>String Identification Genetic Algorithm with Visualization</h3>
</header>
</article>
<article class="item">
<a href="#" class="image fit"><img src="images/NYC_Subway_Challenge.png" alt="" /></a>
<header>
<h3>Finding the fastest path between all subway stations in NYC</h3>
</header>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<a href="https://github.com/MattLMerritt/Keyboard-Project" class="image fit"><img src="images/copying_device.png" alt="" /></a>
<header>
<h3>Copy and Paste Physical Device</h3>
</header>
</article>
<article class="item">
<a href="#" class="image fit"><img src="images/parachute_project.png" alt="" /></a>
<header>
<h3>Model Rocket Guidance Device and Algorithm</h3>
</header>
</article>
</div>
</div>
</div>
</section>
<!-- About Me -->
<section id="about" class="three">
<div class="container">
<header>
<h2>About Me</h2>
</header>
<a href="#" class="image featured"><img src="images/background_image1.jpg" alt="" /></a>
<p>I currently attend school at Rensselaer Polytechnic Institute located in Troy, New York.
I want to dive into the world of growing technology and
advancements, and by attending RPI I'm able to take that next step. I am currently
searching for a Software Engineering Internship, Co-op, or Research Opportunity for
Summer 2023 to improve my skills and create meaningful contributions within a team
environment.</p>
</div>
</section>
<!-- Contact -->
<section id="contact" class="four">
<div class="container">
<header>
<h2>Contact Me</h2>
</header>
<h3>Email: merrittlmatt@gmail.com</h3>
<h3>Phone: (661)-289-4711</h3>
</div>
</section>
</div>
<!-- Footer -->
<div id="footer">
<!-- Copyright -->
<ul class="copyright">
<li>© Made By: Matthew Merritt</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
<!-- Scripts -->
<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>