-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
404 lines (384 loc) · 24.4 KB
/
about.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
393
394
395
396
397
398
399
400
401
402
403
404
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Michael J. Thompson - Portfolio - About Me</title>
<meta name="description"
content="About Michael J. Thompson. I am a web developer living in Bear, Delaware. I volunteer my time at the Sunday Breakfast Mission.">
<meta name="robots" content="index, follow">
<!-- SEO: Author and keywords -->
<meta name="author" content="Michael J. Thompson">
<meta name="keywords"
content="About me, Michael J. Thompson, Michael Thompson, mikethompson100, Delaware, Wilmington, Delaware, New York, Long Island">
<!-- Social Sharing: Open Graph -->
<meta property="og:title" content="Michael's Web Developer Portfolio">
<meta property="og:description"
content="Explore Michael's bootstrap web development project with HTML, CSS, and JavaScript.">
<meta property="og:image" content="images/mike.jpeg">
<meta property="og:url" content="https://www.mikethompson100.com/about.html">
<!-- Twitter Card: Twitter link sharing -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Michael's Web Developer Bootstrap Portfolio Project">
<meta name="twitter:description"
content="Web development portfolio project highlighting Bootstrap 5, HTML, CSS, JavaScript.">
<meta name="twitter:image" content="images/mike.jpeg">
<link rel="icon" href="https://www.mikethompson100.com/images/favicon.ico" type="image/x-icon">
<!--
This website uses Bootstrap framework (https://getbootstrap.com)
Bootstrap is licensed under the MIT License (https://opensource.org/licenses/MIT)
Bootstrap is a product of Twitter, Inc.
-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet">
<link rel="stylesheet" href="dist/css/styles.min.css">
</head>
<body>
<header>
<nav class="navbar navbar-expand-sm navbar-dark bg-dark fixed-top">
<div class="container-fluid container-md">
<button type="button" class="navbar-toggler" data-bs-target="#navbarNav" data-bs-toggle="collapse"
aria-controls="navbarNav" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a href="index.html" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="skills.html" class="nav-link">Skills</a>
</li>
<li class="nav-item">
<a href="experience.html" class="nav-link">Experience</a>
</li>
<li class="nav-item">
<a href="about.html" class="nav-link active">About</a>
</li>
</ul>
</div>
<div id="nav-logos" class="d-flex align-items-center justify-content-end nav-logos">
<div>
<a href="https://www.linkedin.com/in/mikethompson100/" target="_blank"><img
src="https://www.mikethompson100.com/images/external/[email protected]"
class="img-fluid" alt="linked in profile"></a>
</div>
<div>
<a href="https://github.com/mikethompson100/portfolio_bootstrap" target="_blank"><img
src="https://www.mikethompson100.com/images/external/github-mark-white.svg"
class="img-fluid" alt="github portfolio for this site"></a>
</div>
</div>
</div>
</nav>
<div class="text-bg-primary navTitle">
<div class="container-fluid container-md">
<div class="row">
<div class="col-12 navheight d-flex align-items-center">
<h1>Michael J. Thompson - Front End Developer</h1>
</div>
</div>
</div>
</div>
</header>
<main id="about">
<div class="container-fluid container-md">
<div class="row">
<div class="col-12">
<h2 class="text-primary mt-4 mb-3">About me</h2>
<p>
<span id="headshotContainer">
<img id="headshot" class="img-fluid d-flex float-start mt-2 me-4 mb-2"
src="https://www.mikethompson100.com/images/mike.jpeg" alt="Michael J. Thompson">
</span>
I'm a native New Yorker from Long Island living in Delaware. I enjoy spending time with family,
following
baseball and sports, self improvement reading, traveling to South America when I can and giving
back to the local community with volunteerism.
</p>
<p>
I've always had a heart for those that suffer with homelessness. <a
href="https://sundaybreakfastmission.org/" target="_blank"><img class="sbm float-end mt-3"
src="https://www.mikethompson100.com/images/sbm.jpg" alt="Sunday Breakfast Mission"></a>
Once a month I lead a team of
volunteers to provide kitchen help and serve food to the homeless in Wilmington Delaware at the
<a href="https://sundaybreakfastmission.org/who-we-are" target="_blank"><span
class="visually-hidden">Who is the </span>Sunday Breakfast Mission</a>.
It's a very gratifying experience and keeps life in perspective. They provide emergency shelter
and long-term rehabilitative programs.
</p>
<p>
I have visited Colombia twice, Spain, Brazil and Canada twice. In 2012, I took a week vacation
to Canada with my sister and saw 3 hockey games in 3 different cities, Buffalo, Toronto and
Montreal. Included in that trip was the Hockey Hall of Fame, Niagara Falls and the Montreal
Canadiens Hall of Fame.
</p>
</div>
</div>
<div id="modals" class="row">
<div class="container-fluid container-md">
<div class="row">
<h1 class="mt-5 mb-2 py-2 text-bg-primary">Exploring the world</h1>
</div>
<div class="row">
<div class="col-12 ps-3 py-4">
<h2 class="text-primary">Trips</h2>
<hr class="d-block mt-4 mb-0 pb-1">
</div>
</div>
<div class="row">
<div class="col-12 col-sm-4 mt-0 ps-4 pb-1">
<h3 class="pb-2">Colombia</h3>
<h4><button type="button" class="btn btn-primary mb-3" data-bs-toggle="modal"
data-bs-target="#colombia">Click
here</button></h4>
<div class="flag">
<img class="img-fluid" src="https://www.mikethompson100.com/images/colombia.jpg"
alt="flag of the country of colombia">
</div>
<hr class="d-block d-sm-none mt-5 pb-1">
</div>
<div class="col-12 col-sm-4 mt-4 mt-sm-0 ps-4 pb-1">
<h3 class="pb-2">Spain</h3>
<h4><button type="button" class="btn btn-primary mb-3" data-bs-toggle="modal"
data-bs-target="#spain">Click
here</button></h4>
<div class="flag">
<img class="img-fluid" src="https://www.mikethompson100.com/images/spain.jpg"
alt="flag of the country of spain">
<hr class="d-block d-sm-none mt-5 pb-1">
</div>
</div>
<div class="col-12 col-sm-4 mt-4 mt-sm-0 ps-4 pb-1">
<h3 class="pb-2">Brazil</h3>
<h4><button type="button" class="btn btn-primary mb-3" data-bs-toggle="modal"
data-bs-target="#brazil">Click
here</button></h4>
<div class="flag">
<img class="img-fluid" src="https://www.mikethompson100.com/images/brazil_flag.jpg"
alt="flag of the country of brazil">
</div>
</div>
</div>
</div>
<div class="modal fade" id="colombia" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1"
aria-labelledby="colombiaLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title" id="colombiaLabel">Colombia photos</h1>
<button type="button" class="modal-close-button" data-bs-dismiss="modal"
aria-label="Close"><i class="bi bi-x"></i></button>
</div>
<div class="modal-body">
<h2 class="mb-4">Colombia</h2>
<div class="container">
<div class="row">
<div class="col-12 col-md-4 mb-5">
<img src="https://www.mikethompson100.com/images/modals/colombia/colombia1.jpg"
class="img-fluid" alt="Museum of Gold Exhibit in Bogota Colombia">
</div>
<div class="col-12 col-md-4 mb-5">
<img src="https://www.mikethompson100.com/images/modals/colombia/colombia2.jpg"
class="img-fluid" alt="Museum of Gold Artifact">
</div>
<div class="col-12 col-md-4 mb-5">
<img src="https://www.mikethompson100.com/images/modals/colombia/colombia3.jpg"
class="img-fluid" alt="Museum of Gold Exhibit in Bogota Colombia">
</div>
<div class="col-12 col-md-4 mb-5">
<img src="https://www.mikethompson100.com/images/modals/colombia/colombia4.jpg"
class="img-fluid"
alt="View from a mountain called Monserrate overlooking the city of Bogota Colombia">
</div>
<div class="col-12 col-md-4 mb-5">
<img src="https://www.mikethompson100.com/images/modals/colombia/colombia5.jpg"
class="img-fluid"
alt="Traditional Colombian food dish called Bandeja Paisa">
</div>
<div class="col-12 col-md-4 mb-5">
<img src="https://www.mikethompson100.com/images/modals/colombia/colombia6.jpg"
class="img-fluid" alt="Church building on top of Monserrate mountain">
</div>
<div class="col-12 col-md-4 mb-5">
<img src="https://www.mikethompson100.com/images/modals/colombia/colombia7.jpg"
class="img-fluid" alt="Outside view of the Museum of Gold Building">
</div>
<div class="col-12 col-md-4 mb-5">
<img src="https://www.mikethompson100.com/images/modals/colombia/colombia8.jpg"
class="img-fluid" alt="Tropical tree in the city">
</div>
<div class="col-12 col-md-4 mb-5">
<img src="https://www.mikethompson100.com/images/modals/colombia/colombia9.jpg"
class="img-fluid" alt="Jeep in the town of Armenia Colombia">
</div>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="spain" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1"
aria-labelledby="spainLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title" id="spainLabel">Spain photos</h1>
<button type="button" class="modal-close-button" data-bs-dismiss="modal"
aria-label="Close"><i class="bi bi-x"></i></button>
</div>
<div class="modal-body">
<h2 class="mb-4">Spain</h2>
<div class="container">
<div class="row">
<div class="col-12 col-md-4 mb-5">
<img src="https://www.mikethompson100.com/images/modals/spain/spain1.jpg"
class="img-fluid"
alt="Historical landmark Plaza de España in Seville, Spain">
</div>
<div class="col-12 col-md-4 mb-5">
<img src="https://www.mikethompson100.com/images/modals/spain/spain3.jpg"
class="img-fluid" alt="Palace called Royal Alcázar of Seville">
</div>
<div class="col-12 col-md-4 mb-5">
<img src="https://www.mikethompson100.com/images/modals/spain/spain2.jpg"
class="img-fluid" alt="Flamenco dancers dancing">
</div>
<div class="col-12 col-md-4 mb-5">
<img src="https://www.mikethompson100.com/images/modals/spain/spain4.jpg"
class="img-fluid" alt="Famous bridge in the town of Ronda, Spain">
</div>
<div class="col-12 col-md-4 mb-5">
<img src="https://www.mikethompson100.com/images/modals/spain/spain5.jpg"
class="img-fluid"
alt="Distance shot of the town of Zahara de la Sierra, Spain">
</div>
<div class="col-12 col-md-4 mb-5">
<img src="https://www.mikethompson100.com/images/modals/spain/spain6.jpg"
class="img-fluid"
alt="View of the countryside from an overlook in Ronda, Spain">
</div>
<div class="col-12 col-md-4 mb-5">
<img src="https://www.mikethompson100.com/images/modals/spain/spain7.jpg"
class="img-fluid" alt="Building with a flag of Spain on a flag pole">
</div>
<div class="col-12 col-md-4 mb-5">
<img src="https://www.mikethompson100.com/images/modals/spain/spain8.jpg"
class="img-fluid" alt="Entree Rabo de Toro on a plate">
</div>
<div class="col-12 col-md-4 mb-5">
<img src="https://www.mikethompson100.com/images/modals/spain/spain9.jpg"
class="img-fluid"
alt="View of a long pool at Alhambra palace in Granada, Spain">
</div>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div id="brazil" class="modal" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1"
aria-labelledby="brazilLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title" id="brazilLabel">Brazil video</h1>
<a href="https://iguazufalls.com/national-park/" class="mx-auto" target="_blank">Iguassu
Falls<span class="bi-link-45deg"></span></a>
<button type="button" class="modal-close-button" data-bs-dismiss="modal"
aria-label="Close"><i class="bi bi-x"></i></button>
</div>
<figure class="video-wrapper">
<iframe id="youtubeVideo"
src="https://www.youtube.com/embed/RClKfQeumso?si=o3M9IJaX31PqrsAp"
title="A non-verbal video showing footage of the roaring igassu waterfalls in Brazil."
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<figcaption class="video-caption">A non-verbal video of the roaring iguassu waterfalls
in Brazil. It is the only place in the world where a river separates three
countries.</figcaption>
</figure>
</div>
</div>
</div>
</div>
</div>
</main>
<footer>
<hr>
<div class="container-fluid container-md footer-bg">
<div class="row">
<div class="col-4 g-0">
<div class="row bord">
<div class="d-flex pb-2"> </div>
</div>
<div class="row">
<div class="d-flex justify-content-around justify-content-sm-evenly bord">
<a href="https://www.linkedin.com/in/mikethompson100/" class="img-fluid" target="_blank"><img
src="https://www.mikethompson100.com/images/external/In-Blue-40.png"
alt="linked in profile"></a>
<a href="https://github.com/mikethompson100/portfolio_bootstrap" class="img-fluid" target="_blank"><img
src="https://www.mikethompson100.com/images/external/github-mark.png"
alt="github portfolio for this site"></a>
</div>
</div>
</div>
<div class="col-8 g-0">
<div class="container">
<div class="row">
<div class="d-flex justify-content-center pb-2">Validations</div>
</div>
<div class="row justify-content-around">
<div class="col-3 col-md-4 d-flex justify-content-center">
<a href="https://chromewebstore.google.com/detail/validity/bbicmjjbohdfglopkidebfccilipgeif"
target="_blank"><img
src="https://www.mikethompson100.com/images/external/validity.png"
alt="Validity evaluation tool"></a>
</div>
<div class="col-3 col-md-4 d-flex justify-content-center">
<a href="https://chromewebstore.google.com/detail/wave-evaluation-tool/jbbplnpkjmmeebjpijfedlgcdilocofh?hl=en-US"
target="_blank"><img src="https://www.mikethompson100.com/images/external/wave.png"
alt="Wave evaluation tool">
</a>
</div>
<div class="col-3 col-md-4 d-flex justify-content-center">
<a href="https://chromewebstore.google.com/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk"
target="_blank"><img
src="https://www.mikethompson100.com/images/external/lighthouse.png"
alt="Lighthouse evaluation tool"></a>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
<script src="dist/js/scripts.min.js"></script>
<script> // Stops video play when modal closed
window.onload = function () {
document.getElementById('brazil').addEventListener('hidden.bs.modal', function () {
const iframe = document.getElementById('youtubeVideo');
iframe.src = iframe.src; // Reset the iframe src
});
}
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-G072HJDRS4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-G072HJDRS4');
</script>
</body>
</html>