-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
372 lines (331 loc) · 15.4 KB
/
index.html
File metadata and controls
372 lines (331 loc) · 15.4 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
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
<!-- <!DOCTYPE html> -->
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width initial-scale=1" name="viewport"/>
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-PGZH8HT');</script>
<!-- End Google Tag Manager -->
<!-- Materialize - Compiled and minified CSS-->
<link href="//cdnjs.cloudflare.com/ajax/libs/materialize/0.95.3/css/materialize.min.css" rel="stylesheet"/>
<!-- Font Awesome Icon - CSS-->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet"/>
<!-- Custom Styles-->
<link href="/assets/css/style.css" rel="stylesheet"/>
<title>meeks</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-126939217-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-126939217-2');
</script>
<!-- Google Site Verification for indexing -->
<meta content="_qxK8tePiU2fhnwlwnJ7pkDFnj1k2EiKq_cYGy1Cb84" name="google-site-verification"/>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe height="0"
src="https://www.googletagmanager.com/ns.html?id=GTM-PGZH8HT" style="display:none;visibility:hidden" width="0"></iframe>
</noscript>
<!-- Navigation Menu-->
<!-- Nav class 1 -->
<nav class="hide-on-small-only">
<ul class="side-nav fixed section table-of-contents">
<li class="logo">
<a aria-label="Navigate to the beginning of the page" class="brand-logo grey-blue-text" href="#intro"
id="logo-container">
<img alt="avatar" class="circle img-responsive profile-pic" src="/assets/img/logo.jpg">
</a>
</li>
<li class="bold">
<a aria-label="Navigate to the Projects section" class="teal-text" href="#projects"><i
class="mdi-av-my-library-books small"></i><span>Projects</span></a>
</li>
<li class="sub bold">
<a aria-label="Navigate to the Write-Ups section" class="waves-effect waves-dark teal-text" href="/writeups"><i
class="mdi-hardware-keyboard-arrow-right small"></i><span>Write-Ups</span></a>
</li>
<li class="sub bold">
<a aria-label="Navigate to the Tools section" class="waves-effect waves-dark teal-text" href="/tools"><i
class="mdi-hardware-keyboard-arrow-right small"></i><span>Tools</span></a>
</li>
<li class="sub bold">
<a aria-label="Navigate to the Side Projects section" class="waves-effect waves-dark teal-text" href="/side-projects"><i
class="mdi-hardware-keyboard-arrow-right small"></i><span>Side Projects</span></a>
</li>
<li class="bold">
<a aria-label="Navigate to the Competitions section" class="waves-effect waves-dark teal-text"
href="#competitions"><i
class="mdi-social-people small"></i><span>Competitions</span></a>
</li>
<li class="bold">
<a aria-label="Navigate to the Certifications section" class="waves-effect waves-dark teal-text"
href="#certifications"><i
class="mdi-action-book small"></i><span>Certifications</span></a>
</li>
<li class="bold">
<a aria-label="Navigate to the Contact section" class="waves-effect waves-dark teal-text" href="#contact"><i
class="mdi-content-mail small"></i><span>Contact</span></a>
</li>
</ul>
</nav>
<!-- Nav class 2 -->
<nav class="hide-on-large only trigger z-depth-1">
<a aria-label="Toggle visibility of the mobile navbar" class="button-collapse" data-activates="slide-out"
href="#"><i class="mdi-navigation-menu"></i></a>
<div class="name-title">
<a aria-label="Navigate to the beginning of the page" class="teal-text" href="#" id="name">meeks</a>
</div>
</nav>
<!-- Nav class 3 -->
<nav class="hide-on-large only">
<ul class="side-nav" id="slide-out">
<li>
<a aria-label="Navigate to the Projects section" class="waves-effect waves-dark teal-text" href="#projects"><i
class="mdi-av-my-library-books small"></i><span>Projects</span></a>
</li>
<li class="sub">
<a aria-label="Navigate to the Write-Ups section" class="waves-effect waves-dark teal-text" href="/writeups"><i
class="mdi-hardware-keyboard-arrow-right small"></i><span>Write-Ups</span></a>
</li>
<li class="sub">
<a aria-label="Navigate to the Tools section" class="waves-effect waves-dark teal-text" href="/tools"><i
class="mdi-hardware-keyboard-arrow-right small"></i><span>Tools</span></a>
</li>
<li class="sub">
<a aria-label="Navigate to the Side Projects section" class="waves-effect waves-dark teal-text" href="/side-projects"><i
class="mdi-hardware-keyboard-arrow-right small"></i><span>Side Projects</span></a>
</li>
<li>
<a aria-label="Navigate to the Competitions section" class="waves-effect waves-dark teal-text"
href="#competitions"><i
class="mdi-social-people small"></i><span>Competitions</span></a>
</li>
<li>
<a aria-label="Navigate to the Certifications section" class="waves-effect waves-dark teal-text"
href="#certifications"><i
class="mdi-action-book small"></i><span>Certifications</span></a>
</li>
<li>
<a aria-label="Navigate to the Contact section" class="waves-effect waves-dark teal-text" href="#contact"><i
class="mdi-content-mail small"></i><span>Contact</span></a>
</li>
</ul>
</nav>
<!-- Main Content-->
<main>
<!-- First Section: Heading lines and image -->
<section class="section scrollspy full-height" id="intro">
<div class="overlay"></div>
<div class="container">
<div class="col-md-9">
<div class="content section-padding valign" style="margin-left: 10%; margin-top: 50px;">
<div class="caption">
<div class="text-3d">meeks</div>
<br>
<h5>Cybersecurity student dedicated to learning new things.</h5>
</div>
</div>
</div>
</div>
</section>
<!-- Fourth Section: Projects -->
<section class="section scrollspy" id="projects">
<h3 class="page-title white-text teal">Projects</h3>
<div class="container">
<div class="row">
<div class="col s12 m6 l4">
<div class="card medium">
<a href="/writeups/">
<div class="card-image waves-effect waves-block waves-light">
<img class="centered-image white-image" src="/assets/img/file-pen-solid.svg" />
</div>
</a>
<div class="card-content">
<a href="/writeups/" class="card-title activator teal-text"><span>Write-Ups</span></a>
<p>
A collection of write-ups from various online labs.
</p>
</div>
</div>
</div>
<div class="col s12 m6 l4">
<div class="card medium">
<a href="/tools/">
<div class="card-image waves-effect waves-block waves-light">
<img class="centered-image white-image" src="/assets/img/screwdriver-wrench-solid.svg" />
</div>
</a>
<div class="card-content">
<a href="/tools/" class="card-title activator teal-text"><span>Tools</span></a>
<p>
Custom written security tools designed and developed to meet specific needs.
</p>
</div>
</div>
</div>
<div class="col s12 m6 l4">
<div class="card medium">
<a href="/side-projects/">
<div class="card-image waves-effect waves-block waves-light">
<img class="centered-image white-image" src="/assets/img/rocket-solid.svg" />
</div>
</a>
<div class="card-content">
<a href="/side-projects/" class="card-title activator teal-text"><span>Side Projects</span></a>
<p>
Fun projects that are not related to security.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Fifth Section -->
<section class="section scrollspy" id="competitions">
<h3 class="page-title white-text teal">Competitions</h3>
<div class="container">
<div class="card">
<div class="card-content">
<h4 class="teal-text light">
CPTC10 SoCal Regionals
<span class="right-align">Nov. 2024</span>
</h4>
<ul>
<li><div class="bold">1st Place</div></li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="card">
<div class="card-content">
<h4 class="teal-text light">
CPTC9 SoCal Regionals
<span class="right-align">Nov. 2023</span>
</h4>
<ul>
<li><div class="bold">1st Place</div></li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="card">
<div class="card-content">
<h4 class="teal-text">
WRCCDC Invitationals 1
<span class="right-align">Oct. 2024</span>
</h4>
<ul>
<li><div class="bold">2nd Place</div></li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="card">
<div class="card-content">
<h4 class="teal-text">
Hivestorm 2024
<span class="right-align">Oct. 2024</span>
</h4>
<ul>
<li><div class="bold">6th Highest Linux Box Score</div></li>
<li><div class="bold">Top 9% of Teams</div></li>
</ul>
</div>
</div>
</div>
</section>
<!-- Seventh Section -->
<section class="section scrollspy" id="certifications">
<h3 class="page-title white-text teal">Certifications</h3>
<div class="container">
<div class="row">
<div class="col s12 m6 l3">
<div class="card medium">
<a href="/">
<div class="card-image waves-effect waves-block waves-light">
<img class="centered-image" src="/assets/img/logosecurityplus.svg" />
</div>
</a>
<div class="card-content">
<a href="/" class="card-title activator teal-text"><span>CompTIA Security+</span></a>
<p>
May 29, 2024 - May 29, 2027
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Eigth Section -->
<section class="section scrollspy full-height" id="contact">
<h3 class="page-title white-text teal">Contact</h3>
<div class="container">
<p>
<a aria-label="Email Maxwell" class="btn-floating btn-large waves-effect waves-light teal tooltipped" data-position="top" data-tooltip="Email Maxwell"
href="mailto:maxwell.caron2@gmail.com" target="_blank"><i
class="fa fa-envelope"></i><a aria-label="Email Maxwell" class="hoverline"
href="mailto:maxwell.caron2@gmail.com">maxwell.caron2@gmail.com</a></a>
</p>
<p>
<a aria-label="View Maxwell on GitHub" class="btn-floating btn-large waves-effect waves-light teal tooltipped" data-position="top"
data-tooltip="View Maxwell on GitHub" href="https://github.com/MaxwellCaron"
target="_blank"><i
class="fa fa-github"></i><a
aria-label="Maxwell on Github" class="hoverline" href="https://github.com/MaxwellCaron"
target="_blank">github.com/MaxwellCaron</a></a>
</p>
<p>
<a aria-label="View Maxwell on LinkedIn" class="btn-floating btn-large waves-effect waves-light teal tooltipped"
data-position="top"
data-tooltip="View Maxwell on LinkedIn" href="https://www.linkedin.com/in/maxwell-caron-6194a7290/"
target="_blank"><i
class="fa fa-linkedin"></i><a aria-label="Maxwell on LinkedIn"
class="hoverline"
href="https://www.linkedin.com/in/maxwell-caron-6194a7290/"
target="_blank">linkedin.com/in/maxwell-caron</a></a>
</p>
</div>
</section>
</main>
<!-- jQuery-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!-- Materialize - Compiled and minified JavaScript-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.95.3/js/materialize.min.js"></script>
<script>
// Materialize - Initializers
$(document).ready(function () {
$(".scrollspy").scrollSpy()
// Initialize collapse button
$(".button-collapse").sideNav({
menuWidth: 210, // Default is 240
edge: "left", // Choose the horizontal origin
closeOnClick: true // Closes side-nav on <a> clicks, useful for Angular/Meteor
})
})
</script>
</body>
</html>