-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·425 lines (345 loc) · 18.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
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
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
<!doctype html>
<head>
<meta charset="utf-8">
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>
<!-- Title -->
<title>James J Cummings</title>
<meta name="description" content="James Cummings">
<meta name="keywords" content="james cummings, james j cummings, full-stack developer, futurist, resume, developer, javascript">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<!-- Google Font -->
<link href='http://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway:400,700' rel='stylesheet' type='text/css'>
<!-- Ionicons -->
<!-- <link href="http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" rel='stylesheet' type="text/css"> -->
<!-- Bootstrap Core CSS -->
<link href="assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- Plugins CSS -->
<link href="assets/plugins/jpreloader/css/jpreloader.css" rel="stylesheet" type="text/css">
<link href="assets/plugins/icons-mind/style.css" rel="stylesheet" type="text/css">
<link href="assets/plugins/animate-css/animate.min.css" rel="stylesheet" type="text/css">
<link href="assets/plugins/magnificPopup/magnific-popup.css" rel="stylesheet" type="text/css">
<link href="assets/plugins/flexSlider/flexslider.css" rel="stylesheet" type="text/css">
<link href="assets/plugins/morphext/morphext.css" rel="stylesheet" type="text/css">
<!-- Main CSS -->
<link href="assets/css/style.css" rel="stylesheet" type="text/css">
<!-- Color CSS -->
<link href="assets/css/colors/blue.css" rel="stylesheet" type="text/css">
<!-- Modernizr JS for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 8]>
<script src="assets/plugins/modernizr.min.js"></script>
<![endif]-->
</head>
<!-- The #page-top ID is part of the scrolling feature - the data-spy and data-target are part of the built-in Bootstrap scrollspy function -->
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top" data-offset="66">
<!--[if lt IE 7]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- START -->
<header id="home" class="hero">
<div class="pattern-overlay"></div>
<div class="hero-body">
<div class="hero-text text-center">
<h1 class="small">
New Site Design Coming Q1 2019 <span class="blinker"></span>
</h1>
<!-- <h1>
<span id="js-rotating">Software Developer | Fitness Geek | Coffee Lover </span>
</h1> -->
<!-- <h1>New Site Coming Q1 2019</h1> -->
<!-- <p>33 year old Full-Stack Javascript Developer/Small-Business Owner/Endorphin Addict/Coffee Fanatic.</p> -->
<div class="page-scroll">
<!-- <a href="#portfolio" class=""> -->
<!-- <i class="icon ion-chevron-down down-arrow"></i> -->
<!-- </a> -->
</div>
<!-- //.page-scroll -->
</div>
<!-- //.hero-text -->
</div>
<!-- //.hero-body -->
</header>
<!-- //END -->
<!-- NAVIGATION START -->
<!-- <nav id="navigation" class="navbar navbar-fixed-top center-menu" role="navigation">
<div class="container navbar-container">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".berg-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand visible-xs visible-sm" href="#page-top">James J Cummings</a>
</div>
<div class="navbar-collapse collapse berg-collapse">
<ul class="nav navbar-nav">
<li class="page-scroll">
<a href="#home">Home</a>
</li>
<li class="page-scroll">
<a href="#portfolio">Portfolio</a>
</li>
<li class="page-scroll">
<a href="#contact">Contact</a>
</li>
</ul>
</div> -->
<!-- //.navbar-collapse -->
<!-- </div> -->
<!-- //.navbar-container -->
<!-- </nav> -->
<!-- //NAVIGATION END -->
<!-- PORTFOLIO SECTION START -->
<!-- <section id="portfolio" class="section">
<div class="port-wall">
</div> -->
<!-- <div class="container-fluid section-wrapper">
<div class="section-content">
<div class="row">
<div class="col-md-12 text-center">
<h2 class="section-title uppercase">My Work</h2>
<span class="divider center"></span>
</div>
</div>
<div class="portfolio">
<div class="row">
<div class="item col-sm-6 col-md-3">
<div class="project-wrapper">
<div class="project-link">
<a href="assets/images/portfolio/wpwd1180.jpg" class="zoom" title="Wash Park Web">
<i class="icon-Full-Screen"></i>
</a>
<a href="http://www.washparkweb.com" target="_blank" class="external-link">
<i class="icon-Link"></i>
</a>
</div>
<div class="project-title">
<h4>Wash Park Web</h4>
</div>
<img src="assets/images/portfolio/wpwd1180.jpg" alt="" class="img-responsive"/>
</div>
</div>
<div class="item col-sm-6 col-md-3">
<div class="project-wrapper">
<div class="project-link">
<a href="assets/images/portfolio/L420R1180.png" class="zoom" title="Luxury 420 Rentals">
<i class="icon-Full-Screen"></i>
</a>
<a href="https://washparkweb.bitbucket.io/Luxury420Rentals/" target="_blank" class="external-link">
<i class="icon-Link"></i>
</a>
</div>
<div class="project-title">
<h4>Luxury 420 Rentals</h4>
</div>
<img src="assets/images/portfolio/L420R1180.png" alt="" class="img-responsive"/>
</div>
</div>
<div class="item col-sm-6 col-md-3">
<div class="project-wrapper">
<div class="project-link">
<a href="assets/images/portfolio/stoikkfull1180.jpg" class="zoom" title="Stoikk Chrome Extension">
<i class="icon-Full-Screen"></i>
</a>
<a href="http://www.stoikk.com" target="_blank" class="external-link">
<i class="icon-Link"></i>
</a>
</div>
<div class="project-title">
<h4>Stoikk - Chrome Extension</h4>
</div>
<img src="assets/images/portfolio/stoikkfull1180.jpg" alt="" class="img-responsive"/>
</div>
</div>
<div class="item col-sm-6 col-md-3">
<div class="project-wrapper">
<div class="project-link">
<a href="assets/images/portfolio/howl1180.png" class="zoom" title="Project H.0.W.L. Mobile App">
<i class="icon-Full-Screen"></i>
</a>
<a href="http://www.projecthowl.com" target="_blank" class="external-link">
<i class="icon-Link"></i>
</a>
</div>
<div class="project-title">
<h4>Project H.O.W.L. Mobile App</h4>
</div>
<img src="assets/images/portfolio/howl1180.png" alt="" class="img-responsive"/>
</div>
</div>
<div class="item col-sm-6 col-md-3">
<div class="project-wrapper">
<div class="project-link">
<a href="assets/images/portfolio/flekkco1180.png" class="zoom" title="FlekkCo">
<i class="icon-Full-Screen"></i>
</a>
<a href="http://www.flekkco.com" target="_blank" class="external-link">
<i class="icon-Link"></i>
</a>
</div>
<div class="project-title">
<h4>FlekkCo - Etsy Shop</h4>
</div>
<img src="assets/images/portfolio/flekkco1180.png" alt="" class="img-responsive"/>
</div>
</div>
<div class="item col-sm-6 col-md-3">
<div class="project-wrapper">
<div class="project-link">
<a href="assets/images/portfolio/project-image-6.jpg" class="zoom" title="The First Encounter">
<i class="icon-Full-Screen"></i>
</a>
<a href="https://www.behance.net/gallery/25505317/The-first-Encounter" target="_blank" class="external-link">
<i class="icon-Link"></i>
</a>
</div>
<div class="project-title">
<h4>The First Encounter</h4>
</div>
<img src="assets/images/portfolio/project-image-6.jpg" alt="" class="img-responsive"/>
</div>
</div>
<div class="item col-sm-6 col-md-3">
<div class="project-wrapper">
<div class="project-link">
<a href="assets/images/portfolio/project-image-7.jpg" class="zoom" title="Dead Pool">
<i class="icon-Full-Screen"></i>
</a>
<a href="https://www.behance.net/gallery/25763797/DEADPOOL" target="_blank" class="external-link">
<i class="icon-Link"></i>
</a>
</div>
<div class="project-title">
<h4>Dead Pool</h4>
</div>
<img src="assets/images/portfolio/project-image-7.jpg" alt="" class="img-responsive"/>
</div>
</div>
<div class="item col-sm-6 col-md-3">
<div class="project-wrapper">
<div class="project-link">
<a href="assets/images/portfolio/project-image-8.jpg" class="zoom" title="Rebus II">
<i class="icon-Full-Screen"></i>
</a>
<a href="https://www.behance.net/gallery/19401293/Rebus-2" target="_blank" class="external-link">
<i class="icon-Link"></i>
</a>
</div>
<div class="project-title">
<h4>Rebus II</h4>
</div>
<img src="assets/images/portfolio/project-image-8.jpg" alt="" class="img-responsive"/>
</div>
</div>
</div>
</div>
</div>
</div> -->
</section>
<!-- //PORTFOLIO SECTION END -->
<!-- CONTACT SECTION START -->
<!-- <section id="contact" class="section">
<div class="container section-wrapper">
<div class="section-content">
<div class="row">
<div class="col-md-12 text-center">
<h2 class="section-title uppercase">Contact Me</h2>
<p class="section-subtitle">
Have a project you'd like help with? Want to talk JS over coffee?
</p>
<span class="divider center"></span>
</div>
</div>
<div class="row">
<div class="col-md-12">
CONTACT DETAILS START -->
<!-- <div class="contact-details text-center">
<div class="speech-bubble">
<i class="icon-Speach-Bubble11"></i>
<h4 class="uppercase text-grey">
Say<br>Hello
</h4>
</div>
<h2 class="uppercase">James <strong>Cummings</strong></h2>
<h4 class="text-grey">hello@jamesjcummings.com</h4>
<span class="divider center"></span>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- <footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="page-scroll">
<a href="#home"><i class="icon-Arrow-Up"></i></a>
</div>
<ul class="list-inline social-icons">
<li>
<div class="item">
<a href="#" target="_blank">
<img src="assets/img/social-icons/Facebook-2_24px.png" alt="facebook" class="img-responsive"/>
</a>
</div>
</li>
<li>
<div class="item">
<a href="https://twitter.com/JJCummings" target="_blank">
<img src="assets/img/social-icons/Twitter-2_24px.png" alt="twitter" class="img-responsive"/>
</a>
</div>
</li>
<li>
<div class="item">
<a href="https://www.linkedin.com/in/jamesjcummings" target="_blank">
<img src="assets/img/social-icons/Linkedin-2_24px.png" alt="linkedin" class="img-responsive"/>
</a>
</div>
</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="copyright text-center">
<p class="text-grey">© 2019 James J Cummings. All rights reserved.</p>
</div>
</div>
</div>
</div>
</footer> -->
<!-- Plugins JS -->
<script src="assets/plugins/jquery.min.js"></script>
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/plugins/jpreloader/js/jpreloader.min.js"></script>
<script src="assets/plugins/detectmobilebrowser/detectmobilebrowser.js"></script>
<script src="assets/plugins/debouncer/debouncer.js"></script>
<script src="assets/plugins/easing/jquery.easing.min.js"></script>
<script src="assets/plugins/sticky/jquery.sticky.js"></script>
<script src="assets/plugins/inview/jquery.inview.min.js"></script>
<script src="assets/plugins/matchHeight/jquery.matchHeight-min.js"></script>
<script src="assets/plugins/magnificPopup/jquery.magnific-popup.min.js"></script>
<script src="assets/plugins/flexSlider/jquery.flexslider-min.js"></script>
<script src="assets/plugins/countTo/jquery.countTo.js"></script>
<script src="assets/plugins/morphext/morphext.min.js"></script>
<!-- Main JS -->
<script src="assets/js/main.js"></script>
<!-- Text Rotator JS -->
<script src="assets/js/text-rotator.js"></script>
<!-- Animation JS (Optional) -->
<script src="assets/js/animation.js"></script>
<!-- Ionicons -->
<!-- <script src="https://unpkg.com/ionicons@4.5.0/dist/ionicons.js"></script> -->
</body>
</html>