-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
392 lines (379 loc) · 15.8 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
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
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-T7GDSEQVB7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-T7GDSEQVB7');
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Adrian Grimm</title>
<meta name="description" content="Developer portfolio for Adrian Grimm; highlights some key abilities and skills as a front-end web developer" />
<!-- Tab Icon -->
<link rel="icon" href="./assets/png/tabIcon.png" type="image/png">
<!-- CSS -->
<link rel="stylesheet" href="css/style.css" />
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Cambay&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
</head>
<body>
<header class="header" role="heading" aria-level="1">
<div class="header__content">
<div class="header__logo-container">
<div class="header__logo-img-cont">
<img
src="./assets/png/adrian.png"
alt="Adrian Grimm header image"
class="header__logo-img"
/>
</div>
<span class="header__logo-sub">Adrian Grimm</span>
</div>
<div class="header__main">
<ul class="header__links">
<li class="header__link-wrapper">
<a href="./index.html" class="header__link"> Home </a>
</li>
<li class="header__link-wrapper">
<a href="./index.html#about" class="header__link">About </a>
</li>
<li class="header__link-wrapper">
<a href="./index.html#projects" class="header__link">
Projects
</a>
</li>
<li class="header__link-wrapper">
<a href="./index.html#podcasts" class="header__link">
Podcast
</a>
</li>
<li class="header__link-wrapper">
<a href="./index.html#contact" class="header__link"> Contact </a>
</li>
</ul>
<div class="header__main-ham-menu-cont">
<img
src="./assets/svg/ham-menu.svg"
alt="hamburger menu"
class="header__main-ham-menu"
/>
<img
src="./assets/svg/ham-menu-close.svg"
alt="hamburger menu close"
class="header__main-ham-menu-close d-none"
/>
</div>
</div>
</div>
<div class="header__sm-menu">
<div class="header__sm-menu-content">
<ul class="header__sm-menu-links">
<li class="header__sm-menu-link">
<a href="./index.html"> Home </a>
</li>
<li class="header__sm-menu-link">
<a href="./index.html#about"> About </a>
</li>
<li class="header__sm-menu-link">
<a href="./index.html#projects"> Projects </a>
</li>
<li class="header__sm-menu-link">
<a href="./index.html#podcasts"> Podcast </a>
</li>
<li class="header__sm-menu-link">
<a href="./index.html#contact"> Contact </a>
</li>
</ul>
</div>
</div>
</header>
<main role="main">
<section class="home-hero">
<div class="home-hero__content">
<h1 class="heading-primary">Adrian Grimm</h1>
<div class="home-hero__info">
<p class="text-primary">
I am the hardest-working Front-End Engineer you'll ever meet.
</p>
<p class="text-primary">
I love to write code and bring projects to life!
</p>
</div>
<div class="home-hero__cta">
<a href="./#projects" class="btn btn--bg">Projects</a>
</div>
</div>
<div class="home-hero__mouse-scroll-cont">
<div class="mouse"></div>
</div>
</section>
<section id="about" class="about sec-pad">
<div class="main-container">
<h2 class="heading heading-sec heading-sec__mb-med">
<span class="heading-sec__main">About Me</span>
<span class="heading-sec__sub">
I love writing code that conforms to and exceeds established "best practices" of design and accessibility standards. I love to learn and improve my skills while building cool projects.
</span>
</h2>
<div class="about__content">
<div class="about__content-main">
<h3 class="about__content-title">More about me:</h3>
<div class="about__content-details">
<p class="about__content-details-para">
Hello there! I am <strong>Adrian Grimm</strong>, a front-end developer currently living in Ohio.
A veteran of the <strong>United States Marine Corps</strong>, I am a career-changer looking to establish myself as a professional developer.
</p>
<P class="about__content-details-para">
A contributing member of the <strong>#VetsWhoCode</strong> community, I completed the front-end developer program. I aslo have a certificate in Web Design & Development from Stark State College.
</P>
<p class="about__content-details-para">
When I'm not coding, I'm spending time with my wife, kids and cats. I love <strong>Star Wars</strong> and the <strong>Indianapolis Colts</strong>, so there's a good chance I'm watching or chatting about either of them!
</p>
</div>
<a href="./#contact" class="btn btn--med btn--theme dynamicBgClr"
>Contact Me</a
>
</div>
<div class="about__content-skills">
<h3 class="about__content-title">My Skills</h3>
<div class="skills">
<div class="skills__skill">HTML</div>
<div class="skills__skill">CSS</div>
<div class="skills__skill">JavaScript</div>
<div class="skills__skill">React</div>
<div class="skills__skill">Next.js</div>
<div class="skills__skill">Git</div>
<div class="skills__skill">Accessibility</div>
<div class="skills__skill">dotCMS</div>
</div>
</div>
</div>
</div>
</section>
<section id="projects" class="projects sec-pad">
<div class="main-container">
<h2 class="heading heading-sec heading-sec__mb-bg">
<span class="heading-sec__main">Projects</span>
<span class="heading-sec__sub">
Here are a few things I've been working on
</span>
</h2>
<div class="projects__content">
<div class="projects__row">
<div class="projects__row-img-cont">
<img
src="./assets/jpeg/havamalScreen.JPG"
alt="Havamal Website Screenshot"
class="projects__row-img proj-img"
loading="lazy"
/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">Havamal</h3>
<p class="projects__row-content-desc">
This is a website I built and maintain for the Swedish band <strong>Havamal</strong>.
</p>
<a
href="./HavamalBand.html"
class="btn btn--med btn--theme dynamicBgClr"
>More Info</a
>
</div>
</div>
<div class="projects__row">
<div class="projects__row-img-cont">
<img
src="./assets/png/vwc_extension.png"
alt="VetsWhoCode Extension Pack"
class="projects__row-img vwc-img proj-img"
loading="lazy"
/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">VWC Extension Pack</h3>
<p class="projects__row-content-desc">
I maintain a list of VS Code extensions used in the training program for veterans.
</p>
<a
href="./vwc-extension-pack.html"
class="btn btn--med btn--theme dynamicBgClr"
>More Info</a
>
</div>
</div>
<!-- <div class="projects__row">
<div class="projects__row-img-cont">
<img
src="./assets/jpeg/portfolioScreen.JPG"
alt="Portfolio Screenshot"
class="projects__row-img proj-img"
loading="lazy"
/>
</div>
<div class="projects__row-content">
<h3 class="projects__row-content-title">Portfolio</h3>
<p class="projects__row-content-desc">
A previous iteration of my website, built with HTML, CSS, and JavaScript.
</p>
<a
href="./portfolio.html"
class="btn btn--med btn--theme dynamicBgClr"
>More Info</a
>
</div>
</div> -->
</div>
</div>
</section>
<section id="podcasts" class="podcasts sec-pad">
<div class="main-container">
<h2 class="heading heading-sec heading-sec__mb-bg">
<span class="heading-sec__main">Podcast</span>
<span class="heading-sec__sub">
I was featured in an episode of the HashFlag Nation podcast! Check it out below:
</span>
</h2>
<div class="podcasts__content">
<div class="podcasts__row">
<iframe title="vwc-podcast" aria-label="vwc podcast" style="border-radius:12px" src="https://open.spotify.com/embed/episode/2kr9b3b0ujyrpEJyYIS32Z?utm_source=generator" width="100%" height="232" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"></iframe>
</div>
</div>
</div>
</section>
<section id="contact" class="contact sec-pad dynamicBg">
<div class="main-container">
<h2 class="heading heading-sec heading-sec__mb-med">
<span class="heading-sec__main heading-sec__main--lt">Contact Me</span>
<span class="heading-sec__sub heading-sec__sub--lt">
Like what you've seen? Send me a message. Let's connect and talk!
</span>
</h2>
<div class="contact__form-container">
<form
name="contact"
action="success"
class="contact__form"
method="POST"
data-netlify="true"
>
<div class="contact__form-field">
<label class="contact__form-label" for="name">Name</label>
<input
required
placeholder="Enter Your Name"
type="text"
minlength="2"
maxlength="50"
pattern="[A-Za-z]{2,50}"
class="contact__form-input"
name="name"
id="name"
/>
</div>
<div class="contact__form-field">
<label class="contact__form-label" for="email">Email</label>
<input
required
placeholder="Enter Your Email"
type="email"
class="contact__form-input"
name="email"
id="email"
/>
</div>
<div class="contact__form-field">
<label class="contact__form-label" for="message">Message</label>
<textarea
required
cols="30"
rows="10"
class="contact__form-input"
placeholder="Enter Your Message"
name="message"
id="message"
pattern="[a-zA-Z][a-zA-Z0-9-_.]{5,}"
></textarea>
</div>
<button type="submit" class="btn btn--theme contact__btn" aria-label="Submit message">
Submit
</button>
</form>
</div>
</div>
</section>
<div class="linkMenu">
<a href="#" class="float" id="menu-share">
<i class="fas fa-bars menu-button"></i>
</a>
<ul class="float-menu">
<li class="float-list social-1">
<a href="https://github.com/usmcamgrimm" target="_blank" rel="noreferrer">
<i class="fab fa-github social-button">
</a></i>
</li>
<li class="float-list social-2">
<a href="https://twitter.com/usmcamgrimm/" target="_blank" rel="noreferrer">
<i class="fab fa-twitter social-button">
</a></i>
</li>
<li class="float-list social-3">
<a href="https://www.dev.to/usmcamgrimm/" target="_blank" rel="noreferrer">
<i class="fab fa-brands fa-dev social-button">
</a></i>
</li>
<li class="float-list social-4">
<a href="https://www.linkedin.com/in/grimmam/" target="_blank" rel="noreferrer">
<i class="fab fa-linkedin-in social-button">
</a></i>
</li>
</ul>
</div>
</main>
<footer class="main-footer">
<div class="main-container">
<div class="main-footer__upper">
<div class="main-footer__row main-footer__row-1">
<p class="heading heading-sm">
<span>Social Links</span>
</p>
<div class="main-footer__social-cont">
<a href="https://github.com/usmcamgrimm" aria-label="Look through GitHub repositories" target="_blank" rel="noreferrer">
<i class="fab fa-github footer_social"></i>
</a>
<a href="https://twitter.com/usmcamgrimm" aria-label="See my recent Twitter activity" target="_blank" rel="noreferrer">
<i class="fab fa-twitter footer_social"></i>
</a>
<a href="https://dev.to/usmcamgrimm" aria-label="Read my blog posts" target="_blank" rel="noreferrer">
<i class="fab fa-brands fa-dev footer_social"></i>
</a>
<a href="https://linkedin.com/in/grimmam" aria-label="Connect with me on LinkedIn" target="_blank" rel="noreferrer">
<i class="fab fa-linkedin-in footer_social"></i>
</a>
</div>
</div>
<div class="main-footer__row main-footer__row-2">
<p class="heading heading-sm">Adrian Grimm</p>
<p class="main-footer__short-desc">
Thank you for looking through my portfolio. Let's connect!
</p>
</div>
</div>
<div class="main-footer__lower">
©<script>document.write(new Date().getFullYear())</script> Adrian Grimm
</div>
</div>
</footer>
<script src="./index.js"></script>
</body>
</html>