-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
368 lines (330 loc) · 17.6 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
<!DOCTYPE html>
<html>
<title>Gary Clark - Creative Thinking</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/jquery.slick/1.6.0/slick.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css">
<link rel="stylesheet" href="./public/css/custom.css">
<body>
<!-- Navbar (sit on top) -->
<div class="w3-top">
<div class="w3-bar" id="myNavbar">
<a class="w3-bar-item w3-button w3-hover-black w3-hide-medium w3-hide-large w3-right" href="javascript:void(0);" onclick="toggleFunction()"
title="Toggle Navigation Menu">
<i class="fa fa-bars"></i>
</a>
<a href="#home" class="w3-bar-item w3-button">HOME</a>
<a href="#about" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-user"></i> ABOUT</a>
<a href="#places" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-th"></i> PLACES</a>
<a href="#resume" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-file-text"></i> RESUME</a>
<a href="#contact" class="w3-bar-item w3-button w3-hide-small"><i class="fa fa-envelope"></i> CONTACT</a>
</div>
<!-- Navbar on small screens -->
<div id="navDemo" class="w3-bar-block w3-white w3-hide w3-hide-large w3-hide-medium">
<a href="#about" class="w3-bar-item w3-button" onclick="toggleFunction()">ABOUT</a>
<a href="#places" class="w3-bar-item w3-button" onclick="toggleFunction()">PLACES</a>
<a href="#resume" class="w3-bar-item w3-button" onclick="toggleFunction()">RESUME</a>
<a href="#contact" class="w3-bar-item w3-button" onclick="toggleFunction()">CONTACT</a>
</div>
</div>
<!-- First Parallax Image with Logo Text -->
<div class="bgimg-1 w3-display-container w3-opacity-min" id="home">
<div class="w3-display-middle">
<span class="w3-center w3-animate-opacity" style="color:white;">Mechanical & Data Engineering Hybrid who enjoys combining Data Science, Software & Web Development to express insights and open minds.</span>
</div>
<div class="w3-display-middle" style="white-space:nowrap; top:35%">
<span class="w3-center w3-padding-large w3-black w3-xlarge w3-wide w3-animate-opacity">GARY <span class="w3-hide-small">CLARK</span> JR.<br/></span>
</div>
</div>
<!-- Container (About Section) -->
<div class="w3-content w3-container w3-padding-64" id="about">
<h3 class="w3-center">ABOUT ME</h3>
<!--<p class="w3-center"><em>I love photography</em></p>-->
<p>Hi everyone! As you already know my name, I'll jump right into the stuff we're all more interested in. Born and bred
on the East Coast (Harrisburg, PA), I've always enjoyed 3 things:</p>
<ol>
<li>Soccer.. I love sports, but soccer is my passion. I've played competitvely at multiple levels.</li>
<li>Smiles... I really enjoy having social time to share laughs with close friends and loved ones. Preferably over
some local craft brews I've never tried before.</li>
<li>Asking why... Since I can remember, I've never stopped being curious about the world around me. Always learning
about how things work, solving problems, and challenging the status quo.</li>
</ol>
<div class="w3-row">
<div class="w3-col m6 w3-center w3-padding-large">
<p><b><i class="fa fa-user w3-margin-right"></i>Gary Lewis Clark Jr.</b></p><br>
<img src="./public/img/superbowl.jpg" class="w3-round w3-image w3-opacity w3-hover-opacity-off" alt="Photo of Me" width="400"
height="333">
</div>
<!-- Hide this text on small devices -->
<div class="w3-col m6 w3-hide-small w3-padding-large">
<p>I graduated with a B.S. in Mechanical Engineering, but my job has attracted me to the Data & Computer
Science world. I find it fun that I have an opportunity to mix them together and see what sort of insights
can be derived and then visualizing them in a nice dashboard for an attractive presentation.</p>
<p>I have been fortunate enough to receive travel opportunities (traveling is now a new hobby lol) to the UK,
Norway, and Germany to meet with customers and establish requirements for future projects. Still one
of my most cherished opportunities (and somewhat intimidating) was when I was less than 6 months into
my first ever job and asked to present the business to our incoming CEO (Don't worry, all went well).
</p>
<p>Thanks for reading a bit about me as I hope it was interesting. Please peruse and feel free to contact me...
Enjoy!
</p>
</div>
</div>
<p class="w3-large w3-center w3-padding-16">Im really good at:</p>
<p class="w3-wide"><i class="fa fa-futbol-o"></i>Soccer</p>
<div class="w3-light-grey">
<div class="w3-container w3-padding-small w3-dark-grey w3-center" style="width:90%">90%</div>
</div>
<p class="w3-wide"><i class="fa fa-smile-o"></i>Making People Smile</p>
<div class="w3-light-grey">
<div class="w3-container w3-padding-small w3-dark-grey w3-center" style="width:85%">85%</div>
</div>
<p class="w3-wide"><i class="fa fa-cutlery"></i>Finding Good Restaurants</p>
<div class="w3-light-grey">
<div class="w3-container w3-padding-small w3-dark-grey w3-center" style="width:75%">75%</div>
</div>
</div>
<!--<div class="w3-row w3-center w3-dark-grey w3-padding-16">
<div class="w3-quarter w3-section">
<span class="w3-xlarge">14+</span><br> Partners
</div>
<div class="w3-quarter w3-section">
<span class="w3-xlarge">55+</span><br> Projects Done
</div>
<div class="w3-quarter w3-section">
<span class="w3-xlarge">89+</span><br> Happy Clients
</div>
<div class="w3-quarter w3-section">
<span class="w3-xlarge">150+</span><br> Meetings
</div>
</div>-->
<!-- Second Parallax Image with Portfolio Text -->
<div class="bgimg-2 w3-display-container w3-opacity-min">
<div class="w3-display-middle">
<span class="w3-xxlarge w3-text-white w3-wide">PLACES</span>
</div>
</div>
<!-- Container (Portfolio Section) -->
<div class="w3-content w3-container w3-padding-64" id="portfolio">
<!-- Responsive Grid. Four columns on tablets, laptops and desktops. Will stack on mobile devices/small screens (100% width) -->
<div class="w3-row-padding w3-center">
<div class="w3-col m3">
<img src="/public/img/Aalesund.JPG" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Aalesund, Norway">
</div>
<div class="w3-col m3">
<img src="/public/img/Barbados.JPG" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Barbados">
</div>
<div class="w3-col m3">
<img src="/public/img/EuroTrip.JPG" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Norway & Germany">
</div>
<div class="w3-col m3">
<img src="/public/img/Heineken.JPG" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Amsterdam, Netherlands">
</div>
</div>
<div class="w3-row-padding w3-center w3-section">
<div class="w3-col m3">
<img src="/public/img/London.JPG" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="London, United Kingdom">
</div>
<div class="w3-col m3">
<img src="/public/img/Toronto.JPG" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Toronto, Canada">
</div>
<!--<div class="w3-col m3">
<img src="/w3images/p7.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Empty ghost train">
</div>
<div class="w3-col m3">
<img src="/w3images/p8.jpg" style="width:100%" onclick="onClick(this)" class="w3-hover-opacity" alt="Sailing">
</div>
<button class="w3-button w3-padding-large w3-light-grey" style="margin-top:64px">LOAD MORE</button>-->
</div>
</div>
<!-- Modal for full size images on click-->
<div id="modal01" class="w3-modal w3-black" onclick="this.style.display='none'">
<span class="w3-button w3-large w3-black w3-display-topright" title="Close Modal Image"><i class="fa fa-remove"></i></span>
<div class="w3-modal-content w3-animate-zoom w3-center w3-transparent w3-padding-64">
<img id="img01" class="w3-image">
<p id="caption" class="w3-opacity w3-large"></p>
</div>
</div>
</div>
<!-- Modal for full size images on click-->
<div id="modal01" class="w3-modal w3-black" onclick="this.style.display='none'">
<span class="w3-button w3-large w3-black w3-display-topright" title="Close Modal Image"><i class="fa fa-remove"></i></span>
<div class="w3-modal-content w3-animate-zoom w3-center w3-transparent w3-padding-64">
<img id="img01" class="w3-image">
<p id="caption" class="w3-opacity w3-large"></p>
</div>
</div>
<!-- Third Parallax Image with Portfolio Text -->
<div class="bgimg-3 w3-display-container w3-opacity-min">
<div class="w3-display-middle">
<span class="w3-xxlarge w3-text-white w3-wide">RESUMÉ</span>
</div>
</div>
<!-- Container (Resume Section) -->
<div class="w3-content w3-container w3-padding-64" id="resume">
<div class="row">
<div class="col-md-12">
<h2 class="heading">Resumé</h2>
<div class="row">
<a href="../Resume/resume.html" class="w3-button w3-padding-large w3-light-grey">Web Resumé</a>
</div>
<div class="row">
<a class="w3-button w3-padding-large w3-light-grey w3-disabled">Download</a>
</div>
<div class="row">
<a id="appsBtn" class="w3-button w3-padding-large w3-light-grey">Apps</a>
</div>
</div>
</div>
</div>
<!--Modal-->
<div id="myModal" class="modal fade" role="dialog">
<div class="modal-dialog">-->
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">Web Development</h4>
</div>
<div class="modal-body">
<ol>
<li>
<a href="http://marchmadness17.herokuapp.com/">2017 March Madness Bracket Challenge - React</a>
</li>
<li>
<a href="http://marchmadness-2017.herokuapp.com/">2017 March Madness Bracket Challenge</a>
</li>
<li>
<a href="../Highcharts/hcharts.html">Racial Homicide Rates</a>
</li>
<li>
<a href="../MarchMadness/index.html">2016 March Madness Bracket Challenge</a>
</li>
<li>
<a href="http://goodeatingcollege.herokuapp.com/">Good College Eating</a>
</li>
</ol>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Fourth Parallax Image with Portfolio Text -->
<div class="bgimg-4 w3-display-container w3-opacity-min">
<div class="w3-display-middle">
<span class="w3-xxlarge w3-text-white w3-wide">CONTACT</span>
</div>
</div>
<!-- Container (Contact Section) -->
<div class="w3-content w3-container w3-padding-64" id="contact">
<h3 class="w3-center">Currently Work @ Rolls-Royce Digital</h3>
<!--<p class="w3-center"><em>I'd love your feedback!</em></p>-->
<div class="w3-row w3-padding-32 w3-section">
<div class="w3-col m4 w3-container">
<!-- Add Google Maps -->
<div id="googleMap" class="w3-round-large w3-greyscale" style="width:100%;height:400px;"></div>
</div>
<div class="w3-col m8 w3-panel">
<div class="w3-large w3-margin-bottom">
<p>
Feel free to contact me whenever. Preferably via email, but I am available through linkedin as well. My github accont is
included if you have an interesting idea you would like to share or if you want to collaborate on
a project.
</p>
<h3>PLEASE NO SPAM!!</h3>
<p class="social">
<a href="mailto:[email protected]" class="email"><i class="fa fa-envelope fa-fw w3-hover-text-black w3-xlarge w3-margin-right"></i></a>
<a href="https://www.linkedin.com/in/gclarkjr5" title="" class="linkedin"><i class="fa fa-linkedin fa-fw w3-hover-text-black w3-xlarge w3-margin-right"></i></a>
<a href="https://github.com/gclarkjr5/" title="" class="github"><i class="fa fa-github fa-fw w3-hover-text-black w3-xlarge w3-margin-right"></i></a>
</p>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="w3-center w3-black w3-padding-64 w3-opacity w3-hover-opacity-off">
<a href="#home" class="w3-button w3-light-grey"><i class="fa fa-arrow-up w3-margin-right"></i>To the top</a>
<!--<div class="w3-xlarge w3-section">
<i class="fa fa-facebook-official w3-hover-opacity"></i>
<i class="fa fa-instagram w3-hover-opacity"></i>
<i class="fa fa-snapchat w3-hover-opacity"></i>
<i class="fa fa-pinterest-p w3-hover-opacity"></i>
<i class="fa fa-twitter w3-hover-opacity"></i>
<i class="fa fa-linkedin w3-hover-opacity"></i>
</div>-->
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.js"></script>
<!-- Add Google Maps -->
<script>
function myMap() {
myCenter = new google.maps.LatLng(29.758, -95.3635808);
var mapOptions = {
center: myCenter,
zoom: 9, scrollwheel: false, draggable: false,
mapTypeId: google.maps.MapTypeId.ROADMAP
};
var map = new google.maps.Map(document.getElementById("googleMap"), mapOptions);
var marker = new google.maps.Marker({
position: myCenter,
});
marker.setMap(map);
}
// Modal Image Gallery
function onClick(element) {
document.getElementById("img01").src = element.src;
document.getElementById("modal01").style.display = "block";
var captionText = document.getElementById("caption");
captionText.innerHTML = element.alt;
}
// Change style of navbar on scroll
window.onscroll = function () { myFunction() };
function myFunction() {
var navbar = document.getElementById("myNavbar");
if (document.body.scrollTop > 100 || document.documentElement.scrollTop > 100) {
navbar.className = "w3-bar" + " w3-card-2" + " w3-animate-top" + " w3-white";
} else {
navbar.className = navbar.className.replace(" w3-card-2 w3-animate-top w3-white", "");
}
}
// Used to toggle the menu on small screens when clicking on the menu button
function toggleFunction() {
var x = document.getElementById("navDemo");
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
$('#appsBtn').click(function () {
// e.preventDefault();
$('#myModal').modal('show');
});
$('.slider-for').slick({
slidesToShow: 1,
slidesToScroll: 1,
arrows: true,
fade: true,
asNavFor: '.slider-nav',
autoplay: true
});
$('.slider-nav').slick({
slidesToShow: 3,
slidesToScroll: 1,
asNavFor: '.slider-for',
dots: false,
centerMode: true,
focusOnSelect: true
});
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAG9Ic0JYMUcE2h69XmBSbnzaWWw3vD12U&callback=myMap"></script>
</body>
</html>