-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
615 lines (562 loc) · 33.7 KB
/
index.html
File metadata and controls
615 lines (562 loc) · 33.7 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
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
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="CV of DarrenM">
<meta name="author" content="darrenrm.com">
<!-- Favicon
<link rel="icon" href="images/favicon.png">-->
<!-- Site Title -->
<title>DarrenRM - CV & Portfolio</title>
<meta property="og:title" content="DarremRM - Portfolio" />
<meta property="og:type" content="" />
<meta property="og:url" content="https://darrenrm.github.io" />
<meta property="og:image" content="https://darrenrm.github.io/portfolio/images/og-image.jpg" />
<!-- Bootstrap 4 core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Styles -->
<link href="css/style.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/magnific-popup.css" rel="stylesheet">
<link href="css/owl.carousel.min.css" rel="stylesheet">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Comfortaa:300,400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat:700,900" rel="stylesheet">
<link href="css/fontawesome-all.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<div id="preloader">
<div class="preloader">
<span></span>
<span></span>
</div>
</div>
<div id="top"></div>
<div id="main-content">
<nav class="navbar navbar-expand-lg navbar-light bg-transparent fixed-top">
<div class="container">
<a class="navbar-brand" href="index.html"><img src="images/logo.png" alt=""></a>
<button class="navbar-toggler collapsed menu-text" type="button" data-toggle="collapse" data-target="#navbar-toggle" aria-controls="navbar-toggle" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar top-bar"></span>
<span class="icon-bar middle-bar"></span>
<span class="icon-bar bottom-bar"></span>
<span class="sr-only">Toggle navigation</span>
</button><!-- / navbar-toggler -->
<div class="collapse navbar-collapse" id="navbar-toggle">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link active" href="index.html">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="project-story-1.html">PROJECT STORIES</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#my-story">MY BACKGROUND</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">RECENT WORK</a>
</li>
</ul><!-- / navbar-nav -->
</div><!-- / navbar-collapse -->
</div><!-- / container -->
</nav><!-- / navbar -->
<div id="particles-js" class="content-second hide-mobile"></div>
<header class="portfolio-demo parallax">
<div class="container">
<div class="row">
<div class="container w40 text-left col-lg-6 col-xs-12">
<div class="header-content content-first has-raised-content">
<div class="spacer-3x"> </div>
<p></p>
<h2>DESIGN LEADER <br /></h2>
<h5>full stack, focused on product design</h5>
<div class="spacer"> </div>
<p class="" style="line-height:28px;">I am a crypto nerd, entrepreneur, and technical creative with experience building companies & implementing my work on the front-end .</p>
<div class="spacer"> </div>
<div class="hero-buttons">
<!-- <a href="#portfolio" class="btn btn-info smooth-scroll pill m-1">View Other Work</a> -->
<a href="project-story-1.html" class="btn btn-cta smooth-scroll pill m-1" style="color:#000000 !important;">Dive into Project Stories</a>
</div>
</div><!-- / header-content -->
</div><!-- / container -->
<div class="col-lg-6 w40 container col-xs-12">
<div class="header-content content-first">
<div class="spacer-2x hide-mobile"> </div>
<h5 class="showcase-title">PROJECT STORIES</h5>
<div class="spacer-1x"> </div>
<div class="project-widget">
<ul class="list-unstyled footer-list">
<li>
<div class="recent-posts first">
<div class="recent-post-image">
<img class="round-corners" src="images/story-hero-thumb-1c.png" alt="">
</div><!-- / recent-post-image -->
<div class="recent-post-content">
<a href="project-story-1.html" class="recent-showcase-title">Multi-Sig Crypto Wallet</a>
<p class="text-sm mb-2">Product Design</p>
</div><!-- / recent-post-content -->
</div><!-- / recent-posts -->
</li>
<li>
<div class="recent-posts pt-2">
<div class="recent-post-image">
<img class="round-corners" src="images/story-hero-thumb-2.png" alt="">
</div><!-- / recent-post-image -->
<div class="recent-post-content">
<a href="project-story-2.html" class="recent-showcase-title">Marketplace Curated Categories</a>
<p class="text-sm mb-2">Product Design, Front-End</p>
</div><!-- / recent-post-content -->
</div><!-- / recent-posts -->
</li>
<li>
<div class="recent-posts pt-2">
<div class="recent-post-image">
<img class="round-corners" src="images/story-hero-thumb-3.png" alt="">
</div><!-- / recent-post-image -->
<div class="recent-post-content">
<a href="project-story-3.html" class="recent-showcase-title">Municipal Mobile App</a>
<p class="text-sm mb-2">Product Design, Mobile</p>
</div><!-- / recent-post-content -->
</div><!-- / recent-posts -->
</li>
</ul>
</div><!-- / project-widget -->
</div>
</div><!-- / column-->
</div>
</div>
</header>
<section id="about" class="container">
<div class="boxed-content content-wrapper-raised content-first" style="">
<div class="row">
<div class="col-md-6 col-lg-3">
<div class="promo-box text-center inner-space">
<img src="images/icons/responsive-icon.png" alt="" class="promo-box-icon">
<h5 class="box-title">CRYPTO-VERSED</h5>
<p class="box-description">I've been learning about Bitcoin & crypto everyday since 2013 and worked on top teams.</p>
</div><!-- / icon-block -->
</div><!-- / column -->
<div class="col-md-6 col-lg-3">
<div class="promo-box text-center inner-space">
<img src="images/icons/design-icon.png" alt="" class="promo-box-icon">
<h5 class="box-title">STARTUP FOCUSED</h5>
<p class="box-description">Since 2011, I've worked at startups as either a founder, early team member or consultant.</p>
</div><!-- / icon-block -->
</div><!-- / column -->
<div class="col-md-6 col-lg-3">
<div class="promo-box text-center inner-space">
<img src="images/icons/adjust-icon.png" alt="" class="promo-box-icon">
<h5 class="box-title">TECHNICAL</h5>
<p class="box-description">I've worked directly with engineering teams building multi-sig wallets, in git workflows, often coding.</p>
</div><!-- / icon-block -->
</div><!-- / column -->
<div class="col-md-6 col-lg-3">
<div class="promo-box text-center inner-space">
<img src="images/icons/idea-icon.png" alt="" class="promo-box-icon">
<h5 class="box-title">CREATIVE</h5>
<p class="box-description">For a decade, I've been in a creative design role. Product, Brand, Graphic, UI/UX.</p>
</div><!-- / icon-block -->
</div><!-- / column -->
</div><!-- / row -->
</div><!-- / content-wrapper-lowered -->
</section><!-- / about -->
<div class="spacer-2x"> </div>
<a name="my-story"></a>
<section id="clients" class="">
<h2 class="text-center" style="font-size: 12px; color:#c2c2c2;font-family:Comfortaa !important;">Recent Clients:</h2>
<div class="container">
<div id="clients-carousel" class="owl-carousel owl-theme">
<img src="images/clients/clients-02.png" alt="">
<img src="images/clients/clients-03.png" alt="">
<img src="images/clients/clients-04.png" alt="">
<img src="images/clients/clients-05.png" alt="">
<img src="images/clients/clients-06.png" alt="">
<img src="images/clients/clients-07.png" alt="">
<img src="images/clients/clients-08.png" alt="">
<img src="images/clients/clients-09.png" alt="">
<img src="images/clients/clients-10.png" alt="">
<img src="images/clients/clients-11.png" alt="">
<img src="images/clients/clients-12.png" alt="">
</div><!-- / owl-carousel -->
<!-- / clients carousel -->
</div><!-- / container -->
</section><!-- / clients -->
<div class="spacer-2x"> </div>
<section id="recent-news">
<div class="spacer-2x"> </div>
<h2 class="text-center">MY BACKGROUND</h2>
<p class="text-center">A quick review of how we got here</p>
<div class="spacer-2x"> </div>
<div class="container">
<div class="row">
<div class="col-lg-4">
<div class="blog block">
<div class="post-image">
<img src="images/story/story-01.png" alt="">
</div><!-- / post-image -->
<div class="post-content">
<div class="post-meta">
<p class="text-sm"><i class="far fa-clock text-primary mr-1"></i>THE 90s</p>
</div><!-- / post-meta -->
<h4 class="background-title">GROWING UP</h4>
<p class="mb-3">I grew up in Ohio, near Cleveland. Growing up was mostly about running in the woods with friends and playing PC games.</p>
</div><!-- / post-content -->
</div><!-- / blog-block -->
</div><!-- / column -->
<div class="col-lg-4">
<div class="blog block">
<div class="post-image">
<img src="images/story/story-02.png" alt="">
</div><!-- / post-image -->
<div class="post-content">
<div class="post-meta">
<p class="text-sm"><i class="far fa-clock text-primary mr-1"></i>LATE 2000s<i class="far fa-bookmark text-primary ml-3 mr-1"></i> DESIGN, PRINT, WEB </p>
</div><!-- / post-meta -->
<h4 class="background-title">COLLEGE</h4>
<p class="mb-3">I attended Kent State University and BGSU where I focused on Business, and later Visual Communication. I left with 7/8ths of a degree.</p>
</div><!-- / post-content -->
</div><!-- / blog-block -->
</div><!-- / column -->
<div class="col-lg-4">
<div class="blog block">
<div class="post-image">
<img src="images/story/story-03.png" alt="">
</div><!-- / post-image -->
<div class="post-content">
<div class="post-meta">
<p class="text-sm"><i class="far fa-clock text-primary mr-1"></i> 2009+<i class="far fa-bookmark text-primary ml-3 mr-1"></i> BRANDING, FRONT-END </p>
</div><!-- / post-meta -->
<h4 class="background-title">FREELANCE</h4>
<p class="mb-3">This is why I left school; it cost $90/hr and I could work for real clients and make $50/hr. Was a pretty easy choice.</p>
</div><!-- / post-content -->
</div><!-- / blog-block -->
</div><!-- / column -->
</div><!-- / row -->
<div class="row">
<div class="col-lg-4">
<div class="blog block">
<div class="post-image">
<img src="images/story/story-04.png" alt="">
</div><!-- / post-image -->
<div class="post-content">
<div class="post-meta">
<p class="text-sm"><i class="far fa-clock text-primary mr-1"></i>2010s<i class="far fa-bookmark text-primary ml-3 mr-1"></i> FOUNDER, PRODUCT LEAD </p>
</div><!-- / post-meta -->
<h4 class="background-title">MY OWN STARTUPS</h4>
<p class="mb-3">I help found two angel-funded startups in Ohio. We won awards, won grants, had paying customers and learned a lot.</p>
</div><!-- / post-content -->
</div><!-- / blog-block -->
</div><!-- / column -->
<div class="col-lg-4">
<div class="blog block">
<div class="post-image">
<img src="images/story/story-05.png" alt="">
</div><!-- / post-image -->
<div class="post-content">
<div class="post-meta">
<p class="text-sm"><i class="far fa-clock text-primary mr-1"></i> 2014+<i class="far fa-bookmark text-primary ml-3 mr-1"></i> PRODUCT, BRAND, FRONT-END </p>
</div><!-- / post-meta -->
<h4 class="background-title">CRYPTO CONSULTING</h4>
<p class="mb-3">This is where the party started. I went down the rabbit hole and ended up working with some of the top individuals & teams in crypto.</p>
</div><!-- / post-content -->
</div><!-- / blog-block -->
</div><!-- / column -->
<div class="col-lg-4">
<div class="blog block">
<div class="post-image">
<img src="images/story/story-06.png" alt="">
</div><!-- / post-image -->
<div class="post-content">
<div class="post-meta">
<p class="text-sm"><i class="far fa-clock text-primary mr-1"></i>2017-2019 <i class="far fa-bookmark text-primary mr-1 ml-3"></i> DIR. OF CONTENT STRATEGY</p>
</div><!-- / post-meta -->
<h4 class="background-title">PURSE & BCOIN</h4>
<p class="mb-3">I wore many hats. I built websites, designed multisig wallets, rebranded. I learned Javascript and helped grow a FOSS community.</p>
</div><!-- / post-content -->
</div><!-- / blog-block -->
</div><!-- / column -->
</div><!-- / row -->
<a name="projects"></a>
<div class="spacer"> </div>
</div><!-- / container -->
</section><!-- / recent-news -->
<div class="spacer-2x"> </div>
<h2 class="text-center">RECENT WORK</h2>
<div class="spacer-4x"> </div>
<section id="portfolio" class="container">
<div class="spacer-2x"> </div>
<div class="boxed-content grid-content content-wrapper-raised">
<!-- portfolio filter
<ul class="portfolio-filter mt-0 list-inline text-center">
<li><a href="#" data-group="all" class="active ml-2">ALL</a></li>
<li><a href="#" data-group="branding">BRANDING</a></li>
<li><a href="#" data-group="design">UI/UX</a></li>
<li><a href="#" data-group="illustrations">GRAPHICS</a></li>
<li><a href="#" data-group="illustrations">FRONT-END</a></li>
</ul> -->
<!-- / portfolio filter -->
<ul class="row portfolio lightbox list-unstyled mb-0 p-3" id="grid">
<!-- project -->
<li class="col-md-6 col-lg-4 project" data-groups='["branding", "ui-ux", "graphics", "front-end"]'>
<figure class="portfolio-item">
<div class="hovereffect">
<img class="img-responsive" src="images/projects/projects-01.png" alt="">
<div class="overlay">
<div class="hovereffect-title">
<!-- <a href="images/projects/projects-01.png" class="image-lightbox"> -->
<h5 class="project-title">PURSE REBRAND</h5>
<p class="project-skill">Astronaut follows the customer journey, with vivid illustrations and space themes.</p>
</a><!-- / project link -->
</div><!-- / hovereffect-title -->
</div><!-- / overlay -->
</div><!-- / hovereffect -->
</figure><!-- / portfolio-item -->
</li><!-- / project -->
<!-- project -->
<li class="col-md-6 col-lg-4 project" data-groups='["branding", "ui-ux", "graphics", "front-end"]'>
<figure class="portfolio-item">
<div class="hovereffect">
<img class="img-responsive" src="images/projects/projects-02.png" alt="">
<div class="overlay">
<div class="hovereffect-title">
<!-- <a href="images/projects/projects-02.png" class="image-lightbox"> -->
<h5 class="project-title">LIGHTNING LABS BRAND & WEBSITE</h5>
<p class="project-skill">A shadowed bolt logo, marketing website & technical graphics.</p>
</a><!-- / project link -->
</div><!-- / hovereffect-title -->
</div><!-- / overlay -->
</div><!-- / hovereffect -->
</figure><!-- / portfolio-item -->
</li><!-- / project -->
<!-- project -->
<li class="col-md-6 col-lg-4 project" data-groups='["branding", "graphics"]'>
<figure class="portfolio-item">
<div class="hovereffect">
<img class="img-responsive" src="images/projects/projects-03.png" alt="">
<div class="overlay">
<div class="hovereffect-title">
<!-- <a href="images/projects/projects-03.png" class="image-lightbox"> -->
<h5 class="project-title">BLOCKCHANNEL BRAND MGMT</h5>
<p class="project-skill">Unique show-card graphics every 5 episodes for 55+ podcasts.</p>
</a><!-- / project link -->
</div><!-- / hovereffect-title -->
</div><!-- / overlay -->
</div><!-- / hovereffect -->
</figure><!-- / portfolio-item -->
</li><!-- / project -->
<!-- project -->
<li class="col-md-6 col-lg-4 project" data-groups='["branding", "ui-ux", "graphics", "front-end"]'>
<figure class="portfolio-item">
<div class="hovereffect">
<img class="img-responsive" src="images/projects/projects-04.png" alt="">
<div class="overlay">
<div class="hovereffect-title">
<!-- <a href="images/projects/projects-04.png" class="image-lightbox"> -->
<h5 class="project-title">BCOIN SITE, DOCS & COMMUNITY</h5>
<p class="project-skill">A community resource for bcoin, a JS implementation of Bitcoin.</p>
</a><!-- / project link -->
</div><!-- / hovereffect-title -->
</div><!-- / overlay -->
</div><!-- / hovereffect -->
</figure><!-- / portfolio-item -->
</li><!-- / project -->
<!-- project -->
<li class="col-md-6 col-lg-4 project" data-groups='["branding", "ui-ux", "graphics", "front-end"]'>
<figure class="portfolio-item">
<div class="hovereffect">
<img class="img-responsive" src="images/projects/projects-05.png" alt="">
<div class="overlay">
<div class="hovereffect-title">
<!-- <a href="images/projects/projects-05.png" class="image-lightbox"> -->
<h5 class="project-title">MULTI-SIG BPANEL WALLET</h5>
<p class="project-skill">A full featured multi-sig wallet with hardware support for node operators.</p>
</a><!-- / project link -->
</div><!-- / hovereffect-title -->
</div><!-- / overlay -->
</div><!-- / hovereffect -->
</figure><!-- / portfolio-item -->
</li><!-- / project -->
<!-- project -->
<li class="col-md-6 col-lg-4 project" data-groups='["branding", "ui-ux", "graphics", "front-end"]'>
<figure class="portfolio-item">
<div class="hovereffect">
<img class="img-responsive" src="images/projects/projects-06.png" alt="">
<div class="overlay">
<div class="hovereffect-title">
<!-- <a href="images/projects/projects-06.png" class="image-lightbox"> -->
<h5 class="project-title">BPANEL SITE, DOCS & COMMUNITY</h5>
<p class="project-skill">Full community site including dynamic docs from markdown, maintenance free.</p>
</a><!-- / project link -->
</div><!-- / hovereffect-title -->
</div><!-- / overlay -->
</div><!-- / hovereffect -->
</figure><!-- / portfolio-item -->
</li><!-- / project -->
<!-- project -->
<li class="col-md-6 col-lg-4 project" data-groups='["branding"]'>
<figure class="portfolio-item">
<div class="hovereffect">
<img class="img-responsive" src="images/projects/projects-07.png" alt="">
<div class="overlay">
<div class="hovereffect-title">
<!-- <a href="images/projects/projects-07.png" class="image-lightbox"> -->
<h5 class="project-title">POP CHEST</h5>
<p class="project-skill">Brand strategy & identity complete with website, logos and style guide.</p>
</a><!-- / project link -->
</div><!-- / hovereffect-title -->
</div><!-- / overlay -->
</div><!-- / hovereffect -->
</figure><!-- / portfolio-item -->
</li><!-- / project -->
<!-- project -->
<li class="col-md-6 col-lg-4 project" data-groups='["design"]'>
<figure class="portfolio-item">
<div class="hovereffect">
<img class="img-responsive" src="images/projects/projects-08.png" alt="">
<div class="overlay">
<div class="hovereffect-title">
<!-- <a href="images/projects/projects-08.png" class="image-lightbox"> -->
<h5 class="project-title">CITIZEN SYNC APP</h5>
<p class="project-skill">A mobile app product for city governments. Ten+ cities w/ 40,000 installs.</p>
</a><!-- / project link -->
</div><!-- / hovereffect-title -->
</div><!-- / overlay -->
</div><!-- / hovereffect -->
</figure><!-- / portfolio-item -->
</li><!-- / project -->
<!-- project -->
<li class="col-md-6 col-lg-4 project" data-groups='["illustrations"]'>
<figure class="portfolio-item">
<div class="hovereffect">
<img class="img-responsive" src="images/projects/projects-09.png" alt="">
<div class="overlay">
<div class="hovereffect-title">
<!-- <a href="images/projects/projects-09.png" class="image-lightbox"> -->
<h5 class="project-title">YOURS BRAND & MARKETING</h5>
<p class="project-skill">The original Yours product, brand, website and graphic assets.</p>
</a><!-- / project link -->
</div><!-- / hovereffect-title -->
</div><!-- / overlay -->
</div><!-- / hovereffect -->
</figure><!-- / portfolio-item -->
</li><!-- / project -->
</ul> <!-- / portfolio -->
</div><!-- / content-wrapper-raised -->
</section><!-- / portfolio -->
<div class="spacer"> </div>
</div><!-- / main-content -->
<!-- <a href="#top" class="scroll-to-top dark-scroll is-hidden smooth-scroll" data-nav-status="toggle"><i class="md-icon dp24">expand_less</i></a> -->
<div id="reveal-footer">
<div class="reveal-content">
<footer class="bg-darkgrey dark">
<div class="container text-center">
<div class="row">
<div class="col-lg-8 footer-left-area">
<p>© 2019 DarrenRM</p>
</div>
<div class="col-lg-4 social-icons footer-right-area">
<a href="https://twitter.com/DarrenMills" class="btn-social"><i class="fab fa-twitter"></i></a>
<a href="https://github.com/DarrenRM" class="btn-social"><i class="fab fa-github"></i></a>
</div><!-- / social-icons -->
</div><!-- / row -->
</div><!-- / container -->
</footer>
</div><!-- / reveal-content -->
</div><!-- / reveal-footer -->
<!-- Core JavaScript -->
<script src="js/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script>
<script src="js/bootstrap.min.js"></script>
<!-- / Core JavaScript -->
<!-- preloader -->
<script src="js/preloader.js"></script>
<!-- / preloader -->
<!-- Smooth Scrolling -->
<script src="js/jquery.easing.min.js"></script>
<script src="js/smooth-scroll.js"></script>
<!-- / Smooth Scrolling -->
<!-- Particles -->
<script src="js/particles.js"></script>
<script src="js/particles-app.js"></script>
<!-- / Particles -->
<!-- Portfolio Script -->
<script src="js/jquery.shuffle.min.js"></script>
<script src="js/portfolio.js"></script>
<script>
$(document).ready(function(){
if (Modernizr.touch) {
// show the close overlay button
$(".close-overlay").removeClass("hidden");
// handle the adding of hover class when clicked
$(".img").click(function(e){
if (!$(this).hasClass("hover")) {
$(this).addClass("hover");
}
});
// handle the closing of the overlay
$(".close-overlay").click(function(e){
e.preventDefault();
e.stopPropagation();
if ($(this).closest(".img").hasClass("hover")) {
$(this).closest(".img").removeClass("hover");
}
});
} else {
// handle the mouseenter functionality
$(".img").mouseenter(function(){
$(this).addClass("hover");
})
// handle the mouseleave functionality
.mouseleave(function(){
$(this).removeClass("hover");
});
}
});
</script>
<!-- / Portfolio Script -->
<!-- LightBox -->
<script src="js/jquery.magnific-popup.min.js"></script>
<script>
// This will create a single gallery from all elements that have class "lightbox"
$('.lightbox').each(function() {
$(this).magnificPopup({
delegate: 'a.image-lightbox', // the selector for gallery item
type: 'image',
gallery: {
enabled:true
}
});
});
</script>
<!-- / LightBox -->
<!-- Owl Carousel -->
<script src="js/owl.carousel.min.js"></script>
<script>
$('#clients-carousel').owlCarousel({
loop:true,
margin:50,
dots: false,
autoplay:true,
responsive:{
0:{
items:1
},
600:{
items:3
},
1000:{
items:5
}
}
})
</script>
<!-- / Owl Carousel -->
<!-- Hide Nav -->
<script src="js/hide-nav.js"></script>
<!-- / Hide Nav -->
</body>
</html>