-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
296 lines (264 loc) · 11.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Matthew Roberts</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="src/img/icon.svg">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://kit.fontawesome.com/6b5fd5d08a.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="banner">
<p>Hey! I'm</p>
<h1>Matthew Roberts</h1>
<p>A Fullstack Developer</p>
</div>
<div class="arrow">
<i onclick="jumpto('about-section')" class="fas fa-angle-double-down"></i>
</div>
<nav class="mobileNav">
<div class="hamburger-menu">
<div onclick="toggleNav()" class="menu-wrapper">
<ul>
<li></li>
<li></li>
<li></li>
</ul>
</div>
</div>
<ul class="hide-dropdown" id="dropdown">
<li onclick="jumpto('about-section')">About</li>
<li onclick="jumpto('abilities-section')">Skills</li>
<li onclick="jumpto('experience-section')">Experience</li>
<li onclick="jumpto('contact-section')">Contact</li>
<li>
<a target="_blank" rel="noopener noreferrer" href="https://www.instagram.com/matt.ako/">
<i id="socials" class="fab fa-instagram"></i>
</a>
<a target="_blank" rel="noopener noreferrer" href="https://github.com/MattAko">
<i id="socials" class="fab fa-github"></i>
</a>
<a target="_blank" rel="noopener noreferrer" href="https://www.linkedin.com/in/mattako/">
<i id="socials" class="fab fa-linkedin-in"></i>
</a>
<a target="_blank" rel="noopener noreferrer" href="https://open.spotify.com/user/1253109382?si=AU4I_oz-Qr-wzn75E2iiIA">
<i id="socials" class="fab fa-spotify"></i>
</a>
</li>
</ul>
</nav>
<div class="floating-nav">
<ul>
<li onclick="jumpto('about-section')">About</li>
<li onclick="jumpto('abilities-section')">Skills</li>
<li onclick="jumpto('experience-section')">Experience</li>
<li onclick="jumpto('contact-section')">Contact</li>
</li>
</ul>
</div>
</div>
<div id="about-section" class="wrapper">
<h1 style="text-align: center; font-size: 40px;">About Me</h1>
<div class="line"></div>
<section id="about">
<p>I recently graduated from California State Polytechnic University, Pomona with a B.S in Computer Engineering. I am currently pursing a career as a software engineer, focusing on either fullstack devleopment or possibly machine learning.</p>
<img src="src/img/Prof.png" alt="none">
<div class="details">
<h2>Name:</h2>
<p>Matthew Pontawe Roberts</p>
<h2>Age:</h2>
<p>22 years old</p>
<h2>Location:</h2>
<p>Los Angeles, California, United States</p>
</div>
</section>
</div>
<div class="background-color">
<div id="abilities-section" class="wrapper">
<section id="abilities">
<h1>Skills</h1>
<div class="line"></div>
<h2>Abilities</h2>
<div class="side-by-side-list">
<ul class="side-by-side-list-element">
<li>HTML5</li>
<li>CSS3</li>
<li>JavaScript</li>
<li>jQuery</li>
<li>JSON</li>
<li>Django</li>
<li>React</li>
<li>Command Line Interface</li>
<li>C++</li>
<li>C#</li>
</ul>
<ul class="side-by-side-list-element">
<li>C</li>
<li>SQL</li>
<li>Python</li>
<li>Git Version Control</li>
<li>Verilog/VHDL</li>
<li>Object Oriented Programming</li>
<li>Data Structures</li>
<li>Algorithms</li>
<li>Computer Architecture</li>
</ul>
</div>
<div class="line"></div>
<h2>Tools</h2>
<div class="side-by-side-list">
<ul class="side-by-side-list-element">
<li>GitHub</li>
<li>VSCode</li>
<li>Vim</li>
<li>Sublime Text</li>
<li>Android Studio</li>
<li>Unity</li>
<li>Unreal Engine</li>
</ul>
<ul class="side-by-side-list-element">
<li>PyCharm</li>
<li>Windows</li>
<li>Linux</li>
<li>Adobe Photoshop</li>
<li>Sony Vegas Pro</li>
<li>Microsoft Office</li>
</ul>
</div>
</section>
</div>
</div>
<div id="experience-section" class="wrapper">
<section id="experience">
<h1>Experience</h1>
<div class="line"></div>
<h2>Education</h2>
<div class="card">
<div class="line-text">
<h3>California State Polytechnic Univeristy, Pomona</h3>
<p>Sept 2016 - May 2020</p>
</div>
<div class="stats">
<ul>
<li>Major: B.S in Computer Engineering</li>
<li>GPA: 3.7</li>
<li>Awards: Magna Cum Laude</li>
</ul>
</div>
<div class="description">
During university, I learned a tremendous amount of things; ranging from object oriented programming to designing and programming microcontrollers to learning how transistors work. As a computer engineer I did not learn a lot about web development, but I still was given the prior programming knowledge to undertake the learning process. This is also where I began to learn more about my personal interests and also when I started working out.
</div>
<div class="location">
<i class="fas fa-map-marker-alt"></i>
Pomona, CA
</div>
</div>
<div class="card">
<div class="line-text">
<h3>Alhambra High School</h3>
<p >Sept 2012 - May 2016</p>
</div>
<p class="description">
Personally, I really enjoyed my high school experience. Fortunately, I learned how to use Adobe Photoshop during my time which has been tremendously helpful throughout the years. I also did cross country and track and field for the four years I was here.
</p>
<div class="location">
<i class="fas fa-map-marker-alt"></i> Alhambra, CA
</div>
</div>
<div class="line"></div>
<h2>Work and Clubs</h2>
<div class="card">
<div class="line-text">
<h3>iD Tech Camps (Instructor)</h3>
<p >Jun 2019 - Aug 2019</p>
</div>
<p class="description">
Taught weekly programming and design courses to children ages 10-17 years old. Course topics would range from programming Arduinos, designing games in Unreal Engine, and creating games in VR using Unity.
</p>
<div class="location">
<i class="fas fa-map-marker-alt"></i> Pasadena, CA
</div>
</div>
<div class="card">
<div class="line-text">
<h3>Cal Poly Pomona Game Design and Development Club (Club Member)</h3>
<p >Jan 2019 - Mar 2020</p>
</div>
<p class="description">
Would attend weekly meetings to learn more about game design. While I was in the club, we worked on grouped projects on games every semester.
</p>
<div class="location">
<i class="fas fa-map-marker-alt"></i> Pomona, CA
</div>
</div>
<div class="card">
<div class="line-text">
<h3>pokeStuf (Shift Lead)</h3>
<p >Jun 2019 - Aug 2019</p>
</div>
<p class="description">
Became a shift lead who would manage other workers, prepare the restaurant both for openings and closings. Performed general tasks such as preparing ingredients/dishes, cashier duties, serving meals and more.
</p>
<div class="location">
<i class="fas fa-map-marker-alt"></i> Alhambra, CA
</div>
</div>
<div class="line"></div>
<h2>Projects</h2>
<div class="project-wrapper">
<div class="project-card">
<div onclick="openURL('https://github.com/MattAko/SpotifyPlaylistGenerator')" class="project-img" id="spotify"> </div>
<div class="project-desc">
Spotify Playlist Generator
</div>
</div>
<div class="project-card">
<div onclick="openURL('https://github.com/MattAko/tldr')" class="project-img" id="tldr"> </div>
<div class="project-desc">
tl;dr
</div>
</div>
<div class="project-card">
<div onclick="openURL('https://github.com/tloeney1785/Pin_It')" class="project-img" id="pin-it"> </div>
<div class="project-desc">
Pin-it
</div>
</div>
</div>
</section>
</div>
<div class="background-color">
<div id="contact-section" class="wrapper">
<section id="contact">
<h1>Contact</h1>
<div class="line"></div>
<div id="contact-list">
<a href="">
<i class="fas fa-at"></i>
<p>[email protected]</p>
</a>
<a target="_blank" href="https://www.linkedin.com/in/mattako/">
<i class="fab fa-linkedin-in"></i>
<p>mattako</p>
</a>
<a target="_blank" href="https://www.instagram.com/matt.ako/">
<i class="fab fa-instagram"></i>
<p>matt.ako</p>
</a>
<a target="_blank" href="https://github.com/MattAko">
<i class="fab fa-github"></i>
<p>MattAko</p>
</a>
<a target="_blank" href="https://open.spotify.com/user/1253109382?si=AU4I_oz-Qr-wzn75E2iiIA">
<i class="fab fa-spotify"></i>
<p>Matthew Roberts</p>
</a>
</div>
</section>
</div>
</div>
<script src="app.js"></script>
</body>
</html>