-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
858 lines (724 loc) · 43.6 KB
/
index.html
File metadata and controls
858 lines (724 loc) · 43.6 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
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Website Title -->
<title>Anthony Bell</title>
<!-- Bootstrap -->
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Font-Awesome -->
<link href="assets/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<!-- Lightbox -->
<link href="assets/lightbox/css/lightbox.css" rel="stylesheet">
<!-- Text Rotator-->
<link href="assets/textrotator/simpletextrotator.css" rel="stylesheet">
<!-- FlexSlider -->
<link href="assets/flexslider/flexslider.css" rel="stylesheet">
<!-- Custom Favicon -->
<link href="img/favicon.png" rel="shortcut icon" type="image/x-icon" />
<!-- Emojis -->
<link href="https://afeld.github.io/emoji-css/emoji.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="assets/html5shiv/html5shiv.js"></script>
<script src="assets/respond/respond.min.js"></script>
<![endif]-->
<style type="text/css">
@import url("css/main.css");
</style>
</head>
<body id="top">
<!-- ****************************** Preloader ************************** -->
<div id="preloader"></div>
<!-- ==========================
HEADER SECTION
=========================== -->
<header id="home">
<div class="modal fade" tabindex="-1" role="dialog" aria-hidden="true" id="modalVideo">
<div class="modal-dialog modal-lg modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title js-title-insert"></h5>
<button class="close js-pause" type="button" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
</div>
<div class="modal-body px-0 py-0">
<div class="embed-responsive embed-responsive-16by9">
<div class="embed-responsive-item" id="youTubeIframe"></div>
</div>
</div>
</div>
</div>
</div>
<!-- creative menu -->
<div class="container-fluid">
<div class="row">
<div class="menu-wrap" id="el1">
<nav class="menu" >
<!-- Menu Links -->
<div class="icon-list">
<a href="index.html#home"><i class="fa fa-fw fa-home"></i><span>Home</span></a>
<a href="index.html#about"><i class="fa fa-fw fa-quote-left"></i><span>About</span></a>
<a href="index.html#skills"><i class="fa fa-fw fa-terminal"></i><span>Skills</span></a>
<a href="index.html#experience"><i class="fa fa-fw fa-calendar"></i><span>Experience</span></a>
<a href="index.html#projects"><i class="fa fa-fw fa-laptop"></i><span>Projects</span></a>
<a href="index.html#contact"><i class="fa fa-fw fa-envelope-o"></i><span>Contact</span></a>
</div>
</nav>
</div>
<button class="menu-button" id="open-button"></button><!-- menu button -->
</div><!--/row-->
</div><!--/container-->
<!-- Header Image -->
<section class="hero" id="hero">
<div class="container">
<!-- <script src="js/index.js"></script> -->
<!-- Slider Button (don't edit!)-->
<div class="row">
<div class="col-md-12 text-right navicon">
<a id="nav-toggle" class="nav_slide_button" href="index.html#"><span></span></a>
</div>
</div>
<!-- HEADER HEADLINE -->
<div class="row">
<div class="col-md-8 col-md-offset-1 inner">
<h1 class="animated fadeInDown">
<span>Ant</span></span><span style="color:rgb(68, 171, 255);">h</span><span>ony</span><span style="color:rgb(68, 171, 255);"> J.</span><br/>
<span>B<span style="color:rgb(68, 171, 255);">e</span>ll</span>
</h1><!-- Title -->
<h3 class="animated fadeInUp delay-05s"><span class="rotate">Software Engineer, Software Engineer, Graduate Student </span></h3><!-- Text Rotator -->
</div>
</div>
<!-- Learn More Button -->
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<a href="index.html#about" class="scrollto wow fadeInUp delay-5s ">
<p>SEE MORE</p>
<p class="scrollto--arrow"><img src="img/scroll-down.png" alt="scroll down arrow"></p>
</a>
</div>
</div>
</div>
</section>
<!-- Header Image End -->
</header>
<!-- ==========================
HEADER SECTION END
=========================== -->
<!-- ==========================
ABOUT SECTION
=========================== -->
<section class="intro text-center section-padding color-bg" id="about">
<div class="container">
<!-- WELCOME TEXT -->
<div class="row">
<div class="col-md-8 col-md-offset-2 wp1">
<div class="wraps">
<img src="img/aj.jpg" class="image--cover">
</div>
<h1 class="arrow">A little <span>about</span> me</h1><!-- Headline -->
<!-- about / welcome text -->
<p>I am a creative-minded, lifelong student. As a software engineer, I continuously strive to learn new & better ways to create software. My <font color="FFE800">goal</font> / <font color="FFE800">passion</font> is seeking opportunities to work & grow with people who are willing to share their insight as much as I want to learn. I am a Master's student at San Jose State University obtaining a MS in Software Engineering with a specialization in Software Systems Engineering, graduating May 2018. <br>
<b><font color="FFE800">Other interests</font></b> that doesn't involve coding include playing the saxophone, traveling, movies, and trying new foods!</p>
</div>
</div>
</div>
</section>
<!-- ==========================
SERVICE SECTION
=========================== -->
<section class="features text-center section-padding" id="skills">
<div class="col-md-8 col-md-offset-2 wp2">
<h1 class="arrow">Skills</h1><!-- Headline -->
</div>
<div class="container">
<!-- Headline -->
<!-- <div class="row">
<div class="col-md-12">
<h1 class="arrow">More Detail</h1>
</div>
</div> -->
<div class="row">
<div class="col-md-12">
<div class="services">
<!-- Service Box 1 -->
<div class="col-md-4 wp2 item">
<div class="icon">
<i class="fa fa-graduation-cap" aria-hidden="true"></i><!-- Icon -->
</div>
<h2 class="h2">Education</h2><!-- Title -->
<p><b>Bachelor's - Computer Science:</b></p><p2>University of California, Davis (2016)</p2>
<p><b>Master's - Software Engineering:</b></p><p2>San Jose State University (2018)</p2><!-- Description -->
</div>
<!-- Service Box 2 -->
<div class="col-md-4 wp2 item delay-05s">
<div class="icon">
<i class="fa fa-code" aria-hidden="true"></i><!-- Icon -->
</div>
<h2 class="h2">Languages</h2><!-- Title -->
<p2>Java<br>Javascript<br>C/C++<br>Python<br>HTML<br>SQL</p2><!-- Description -->
</div>
<!-- Service Box 3 -->
<div class="col-md-4 wp2 item delay-1s">
<div class="icon">
<i class="fa fa-github-square"></i><!-- Icon -->
</div>
<h2 class="h2">Frameworks / Tools</h2><!-- Title -->
<p2>Git & Github<br>Node<br>MongoDB<br>RESTful<br>Postman<br>Chrome DevTools<br>JQuery<br>Express<br>Swagger</p2><!-- Description -->
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
</section>
<!-- ==========================
EXPERIENCE SECTION
=========================== -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<div class="timeline-container wp3" id="experience">
<div class="timeline-header">
<h2 class="timeline-header__title" id="timeline-title">Experience</h2>
</div>
<div class="timeline">
<div class="timeline-item" data-text="JUNE 2017 - SEP 2017">
<div class="timeline__content"><img class="timeline__img" src="img/bluescape.png"/>
<h2 class="timeline__content-title">Bluescape</h2>
<h3 class="timeline-header__subtitle">Software Engineer Intern</h3>
<p class="timeline__content-desc">Wrote REST APIs with NodeJs &
improved my design/implementation skills for queries/database schemas <i class="em em-file_cabinet"></i> by analyzing/designing relational databases with Swagger & MongoDB/Mongoose.
Enhanced my leadership skills by mentoring high school & undergraduate interns by familiarizing them with REST calls & APIs, as well as an introduction to NodeJs.
</p>
</div>
</div>
<div class="timeline-item" data-text="2016 - 2018">
<div class="timeline__content"><img class="timeline__img" src="img/sjsu.png"/>
<h2 class="timeline__content-title">San Jose State University</h2>
<h3 class="timeline-header__subtitle">Charles W. Davidson College of Engineering</h3>
<p class="timeline__content-desc">Candidate for Master of Science in Software Engineering with a specialization in Software Systems Engineering. <b>Graduating in May 2018.</b></p>
</div>
</div>
<div class="timeline-item" data-text="AUG 2016 - Present">
<div class="timeline__content"><img class="timeline__img" src="img/sjsuE.png"/>
<h2 class="timeline__content-title">Charles W. Davidson College of Engineering</h2>
<h3 class="timeline-header__subtitle">Systems Administrator</h3>
<p class="timeline__content-desc">Tested & deployed scalable, highly available & modular software products.
Wrote scripts to enhance user experience & integrated scripts with Linux utilizing my command line skills. <i class="em em-keyboard"></i>
Utilized my verbal & writing communication skills by providing support for hardware & software related issues for clients & falculty. <i class="em em-desktop_computer"></i>
</p>
</div>
</div>
<div class="timeline-item" data-text="AUG 2014 - JUNE 2016">
<div class="timeline__content"><img class="timeline__img" src="img/ucdavisE.png"/>
<h2 class="timeline__content-title">UC Davis College of Engineering</h2>
<h3 class="timeline-header__subtitle">Jr. Unix System Administrator</h3>
<p class="timeline__content-desc">Worked with a team in maintaining 60+ Linux<i class="em em-penguin"></i> computers for students, faculty, & professors. I was able to tutor, & offer IT support for professors, faculty, & students. </p>
</div>
</div>
<div class="timeline-item" data-text="AUG 2012 - JUNE 2016">
<div class="timeline__content"><img class="timeline__img" src="img/ucdavis.png"/>
<h2 class="timeline__content-title">University of California, Davis</h2>
<h3 class="timeline-header__subtitle">UC Davis, College of Engineering</h3>
<p class="timeline__content-desc">Graduated with a Bachelor of Computer Science. I was fortunate enough to be able to attend two hackathons. <i class="em em-computer"></i></p>
</div>
</div>
</div>
</div>
</div>
<!-- <script src="js/index.js"></script> -->
<!-- ==========================
EXPERIENCE SECTION END
=========================== -->
<div class="container-fluid" id="projects">
<!-- <div class="timeline-header wp4"> -->
<h1 class="arrow wp4"><br><br><br><br><br><br><br><br>My Projects</h1>
<!-- </div> -->
<!-- About 1 -->
<div class="row color-bg wp5">
<div class="col-md-6 about-text2">
<!-- <div class="overlay-effect effects clearfix"> -->
<div class="wrapper2">
<div class="container">
<div class="row">
<div class="col">
<div class="card w-75 mx-auto">
<button class="btn p-0 js-play" type="button" data-toggle="modal" data-target="#modalVideo" data-src="ecvAKVQ6AO0" data-title=""><img class="card-img-top" width="500px" height="350px" src="img/demo.png" alt="GoXplr Demo"/><center><h1><font color="#FFE800">↑<br>Click for demo </font></h1></center></button>
</div>
</div>
</div>
</div>
</div>
<!-- </div> -->
</div>
<div class="col-md-6 about-text3" id="el2">
<h1>GoXplr Web App</h1><!-- headline-->
<p>Can't decide what to do or eat on your free time? GoXplr is a simple web app that does the thinking and planning for you. By taking a keyword specified by the user (i.e. bowling, tacos, movies, etc.), the app automatically launches the Uber app with a route to a destination that is the most <span><b>affordable</b></span>,
<span><b>highest rated</b></span> and best <span><b>describes</b></span> the specified keyword. Built for UberHacks 2017 using Node, Express, Yelp API & Uber API.
Check it out by using your native Camera app (iPhone), simply get the QR code in frame, and click the link when prompted.
Or use your favorite QR code scanner app (other smartphones). <br> <span>Note:</span> Must allow shared location and have Uber app installed.
</p>
<img src="img/GoXplr.png" style="width:200px; height:270px;"alt="qrcode">
<!-- Arrow Animation -->
<div class="div">
<svg class="svg" width="50px" height="50px" viewBox="0 47 18 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="prev" transform="translate(8.500000, 8.500000) scale(-1, 1) translate(-8.500000, -8.500000)">
<polygon class="arrow" points="16.3746667 8.33860465 7.76133333 15.3067621 6.904 14.3175671 14.2906667 8.34246869 6.908 2.42790698 7.76 1.43613596"></polygon>
<polygon class="arrow-fixed" points="16.3746667 8.33860465 7.76133333 15.3067621 6.904 14.3175671 14.2906667 8.34246869 6.908 2.42790698 7.76 1.43613596"></polygon>
<path d="M-1.48029737e-15,0.56157424 L-1.48029737e-15,16.1929159 L9.708,8.33860465 L-2.66453526e-15,0.56157424 L-1.48029737e-15,0.56157424 Z M1.33333333,3.30246869 L7.62533333,8.34246869 L1.33333333,13.4327013 L1.33333333,3.30246869 L1.33333333,3.30246869 Z"></path>
</g>
</svg>
</div>
</div>
</div>
<!-- <div class="col-md-6 nopadding features-intro-img">
<div class="about-image" style="background-image:url(img/about1.png)"></div>
</div> -->
<!-- Arrow Animation End -->
<!-- About 2 -->
<div class="row color-bg wp6">
<div class="col-md-6 about-text3">
<h1>Fitness VR Game</h1><!-- headline-->
<p>
A VR application that puts the user into a boxing gym, where they can interact with any of the virtual equiptment
in the gym. The user has the option to interact with different equiptment such as a punching bag, speed bag, hanging bedsheets,
etc. Built for my Master's project using Unity, and Apache JMeter.
<br><font color="#FFE800">NOTE: DEMO COMING SOON</font>
</p>
</div>
<div class="col-md-6 about-text2">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/vrfitness.png" data-lightbox="roadtrip" title="VR Boxing"><img class="grayscale img2" src="img/vrfitness.png" alt="Portfolio Item"></a>
</div>
</div>
</div>
</div>
<!-- <div class="row color-bg wp6">
<div class="col-md-6 nopadding features-intro-img">
<div class="about-image" style="background-image:url(img/about3.png)"></div>
</div>
<div class="col-md-6 about-text">
<h6>3d modeling and animations</h6>
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat.</p><br>
<a href="index.html#team" class="weight-outline-btn">Read more</a>
</div>
</div> -->
</div>
<!-- ==========================
ABOUT SECTION END
=========================== -->
<!-- ==========================
PORTFOLIO SECTION
=========================== -->
<!-- <section class="swag text-center" id="portfolio">
<div class="container">
<div class="row">
<h1 class="arrow">
Recent <span>Porojects</span>
</h1>
</div>
</div>
</section>
<div class="container">
<div class="row row-offset-0">
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-01-large.jpg" data-lightbox="roadtrip" title="Project One - Lorem Ipsum"><img class="grayscale" src="img/portfolio/portfolio-01-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-02-large.jpg" data-lightbox="roadtrip" title="Project Two - Lorem Ipsum"><img class="grayscale" src="img/portfolio/portfolio-02-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-03-large.jpg" data-lightbox="roadtrip" title="Project Three - Lorem Ipsum"><img class="grayscale" src="img/portfolio/portfolio-03-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 ">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-04-large.jpg" data-lightbox="roadtrip" title="Project Four - Lorem Ipsum"><img class="grayscale" src="img/portfolio/portfolio-04-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 ">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-05-large.jpg" data-lightbox="roadtrip" title="Project Five - Lorem Ipsum"><img class="grayscale" src="img/portfolio/portfolio-05-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-06-large.jpg" data-lightbox="roadtrip" title="Project Six - Lorem Ipsum"><img class="grayscale" src="img/portfolio/portfolio-06-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-07-large.jpg" data-lightbox="roadtrip" title="Project Seven - Lorem Ipsum"><img class="grayscale" src="img/portfolio/portfolio-07-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="overlay-effect effects clearfix">
<div class="img">
<a href="img/portfolio/portfolio-08-large.jpg" data-lightbox="roadtrip" title="Project Eight - Lorem Ipsum"><img class="grayscale" src="img/portfolio/portfolio-08-thumbnail.jpg" alt="Portfolio Item"></a>
</div>
</div>
</div>
</div>
</div> -->
<!-- ==========================
PORTFOLIO SECTION END
=========================== -->
<!-- ==========================
CUSTOM SPACER
=========================== -->
<!-- <div class="spacer-cta text-center">
<div class="container">
<div class="row">
<div class="col-md-12">
<a href="index.html#contact" class="outline-btn">hire john doe</a>
</div>
</div>
</div>
</div> -->
<!-- ==========================
CUSTOM SPACER END
=========================== -->
<!-- ==========================
BLOG SECTION
=========================== -->
<!-- <section class="text-center section-padding" id="blog">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="arrow">My <span>little</span> blog</h1>
</div>
</div><br><br>
<div class="row">
<div id="blogSlider">
<ul class="slides">
<li>
<div class="col-md-4 wp4">
<div class="overlay-effect effects clearfix">
<div class="img">
<img src="img/blog1.jpg" class="grayscale" alt="Blog Item">
</div>
</div>
<br>
<h2 class="h2">Creative Minds</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc ultricies nulla non metus pulvinar imperdiet. Praesent non adipiscing libero.</p>
</div>
<div class="col-md-4 wp4 delay-05s">
<div class="overlay-effect effects clearfix">
<div class="img">
<img src="img/blog2.jpg" class="grayscale" alt="Blog Item">
</div>
</div>
<br>
<h2 class="h2">Creative Hearts</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc ultricies nulla non metus pulvinar imperdiet. Praesent non adipiscing libero.</p>
</div>
<div class="col-md-4 wp4 delay-1s">
<div class="overlay-effect effects clearfix">
<div class="img">
<img src="img/blog3.jpg" class="grayscale" alt="Blog Item">
</div>
</div>
<br>
<h2 class="h2">Creative Ideas</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc ultricies nulla non metus pulvinar imperdiet. Praesent non adipiscing libero.</p>
</div>
</li>
<li>
<div class="col-md-4 wp4">
<div class="overlay-effect effects clearfix">
<div class="img">
<img src="img/blog1.jpg" class="grayscale" alt="Blog Item">
</div>
</div>
<br>
<h2>Creative Minds</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc ultricies nulla non metus pulvinar imperdiet. Praesent non adipiscing libero.</p>
</div>
<div class="col-md-4 wp4 delay-05s">
<div class="overlay-effect effects clearfix">
<div class="img">
<img src="img/blog2.jpg" class="grayscale" alt="Blog Item">
</div>
</div>
<br>
<h2>Creative Hearts</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc ultricies nulla non metus pulvinar imperdiet. Praesent non adipiscing libero.</p>
</div>
<div class="col-md-4 wp4 delay-1s">
<div class="overlay-effect effects clearfix">
<div class="img">
<img src="img/blog3.jpg" class="grayscale" alt="Blog Item">
</div>
</div>
<br>
<h2>Creative Ideas</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc ultricies nulla non metus pulvinar imperdiet. Praesent non adipiscing libero.</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</section> -->
<!-- ==========================
BLOG SECTION END
=========================== -->
<!-- ==========================
NEWSLETTER SECTION
=========================== -->
<!-- ==========================
NEWSLETTER SECTION END
=========================== -->
<!-- ==========================
CONTACT SECTION
=========================== -->
<section class="text-center section-paddingC contact-wrap " id="contact">
<!-- Headline -->
<!-- <div class="row contact-details"> -->
<!-- <div class="wrap"> -->
<div class="rowC color-bg wp7">
<div class="col-md-6 about-text4L">
<center>
<div class="iconC">
<div class="first"><font color="white">Touch Me<br>To<br>Connect!</font></div>
<div class="second">
<div class="square-1"><a href="https://www.linkedin.com/in/anthony-bell-492b448b/" target="_blank"><i data-feather="linkedin"></i>LinkedIn</a></div>
<div class="square-2"><a href="https://www.youtube.com/channel/UCjqKzeMNSbQfaaaldj8EmHw" target="_blank"><i data-feather="youtube"></i>YouTube</a></div>
<div class="square-3 js-emailcopybtn trigger copyCur" data-dialog-email="somedialogEmail" onclick="myFunctionEmail()" ><a class=""><i data-feather="mail"></i>Email</a></div>
<div class="square-4"><a href="https://github.com/anthony-bell" target="_blank"><i data-feather="github"></i>Github</a></div>
</div>
</div>
<div class="div">
<svg class="svg" width="50px" height="50px" viewBox="-45 34 18 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="prev" transform="translate(8.500000, 8.500000) scale(-1, 1) translate(-8.500000, -8.500000)">
<polygon class="arrow" points="16.3746667 8.33860465 7.76133333 15.3067621 6.904 14.3175671 14.2906667 8.34246869 6.908 2.42790698 7.76 1.43613596"></polygon>
<polygon class="arrow-fixed" points="16.3746667 8.33860465 7.76133333 15.3067621 6.904 14.3175671 14.2906667 8.34246869 6.908 2.42790698 7.76 1.43613596"></polygon>
<path d="M-1.48029737e-15,0.56157424 L-1.48029737e-15,16.1929159 L9.708,8.33860465 L-2.66453526e-15,0.56157424 L-1.48029737e-15,0.56157424 Z M1.33333333,3.30246869 L7.62533333,8.34246869 L1.33333333,13.4327013 L1.33333333,3.30246869 L1.33333333,3.30246869 Z"></path>
</g>
</svg>
</div>
</center>
</div>
<div class="col-md-6 about-text4">
<center class="svg-wrapper">
<div class="svg-wrapper" id="contact">
<div class="div" >
<svg class="svg" width="50px" height="50px" viewBox="85 -0.5 18 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g >
<polygon class="arrow" points="16.3746667 8.33860465 7.76133333 15.3067621 6.904 14.3175671 14.2906667 8.34246869 6.908 2.42790698 7.76 1.43613596"></polygon>
<polygon class="arrow-fixed" points="16.3746667 8.33860465 7.76133333 15.3067621 6.904 14.3175671 14.2906667 8.34246869 6.908 2.42790698 7.76 1.43613596"></polygon>
<path d="M-4.58892184e-16,0.56157424 L-4.58892184e-16,16.1929159 L9.708,8.33860465 L-1.64313008e-15,0.56157424 L-4.58892184e-16,0.56157424 Z M1.33333333,3.30246869 L7.62533333,8.34246869 L1.33333333,13.4327013 L1.33333333,3.30246869 L1.33333333,3.30246869 Z"></path>
</g>
</svg>
</div>
<svg height="60" width="320" xmlns="http://www.w3.org/2000/svg">
<rect class="shape" height="60" width="320" />
</svg>
<div class="text"><a href="./resume/resumeOrig.pdf" target="_blank"><font color="white">View My Resume</font></a></div>
</div>
</center>
</div>
</div>
<!-- <div class="row color-bg wp7">
<div class="iconC">
<div class="first">Lets<br>Connect!</div>
<div class="second">
<div class="square-1"><a href="https://www.linkedin.com/in/anthony-bell-492b448b/" target="_blank"><i data-feather="linkedin"></i>LinkedIn</a></div>
<div class="square-2 js-emailcopybtn trigger" data-dialog-mobile="somedialogMobile" onmousedown="myFunctionMobile()" ><a class="js-emaillink"><i data-feather="smartphone"></i>Mobile</a></div>
<div class="square-3 js-emailcopybtn trigger" data-dialog-email="somedialogEmail" onmousedown="myFunctionEmail()" ><a class=""><i data-feather="mail"></i>Email</a></div>
<div class="square-4"><a href="https://github.com/anthony-bell" target="_blank"><i data-feather="github"></i>Github</a></div>
</div>
</div>
<div class="div">
<svg class="svg" width="50px" height="50px" viewBox="45 35 18 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="prev" transform="translate(8.500000, 8.500000) scale(-1, 1) translate(-8.500000, -8.500000)">
<polygon class="arrow" points="16.3746667 8.33860465 7.76133333 15.3067621 6.904 14.3175671 14.2906667 8.34246869 6.908 2.42790698 7.76 1.43613596"></polygon>
<polygon class="arrow-fixed" points="16.3746667 8.33860465 7.76133333 15.3067621 6.904 14.3175671 14.2906667 8.34246869 6.908 2.42790698 7.76 1.43613596"></polygon>
<path d="M-1.48029737e-15,0.56157424 L-1.48029737e-15,16.1929159 L9.708,8.33860465 L-2.66453526e-15,0.56157424 L-1.48029737e-15,0.56157424 Z M1.33333333,3.30246869 L7.62533333,8.34246869 L1.33333333,13.4327013 L1.33333333,3.30246869 L1.33333333,3.30246869 Z"></path>
</g>
</svg>
<svg class="svg" width="50px" height="50px" viewBox="27 39.5 18 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g>
<polygon class="arrow" points="16.3746667 8.33860465 7.76133333 15.3067621 6.904 14.3175671 14.2906667 8.34246869 6.908 2.42790698 7.76 1.43613596"></polygon>
<polygon class="arrow-fixed" points="16.3746667 8.33860465 7.76133333 15.3067621 6.904 14.3175671 14.2906667 8.34246869 6.908 2.42790698 7.76 1.43613596"></polygon>
<path d="M-4.58892184e-16,0.56157424 L-4.58892184e-16,16.1929159 L9.708,8.33860465 L-1.64313008e-15,0.56157424 L-4.58892184e-16,0.56157424 Z M1.33333333,3.30246869 L7.62533333,8.34246869 L1.33333333,13.4327013 L1.33333333,3.30246869 L1.33333333,3.30246869 Z"></path>
</g>
</svg>
</div>
<div class="svg-wrapper" id="contact">
<svg height="60" width="320" xmlns="http://www.w3.org/2000/svg">
<rect class="shape" height="60" width="320" />
</svg>
<div class="text"><a href="./resume/resumeAnthony.pdf" target="_blank">View My Resume</a></div>
</div>
</div> -->
</section>
<!-- rgb(210, 212, 226) -->
<divClear>
<textarea id="mobile">(707)592-1788</textarea>
</divClear>
<divClear >
<textarea id="email">anthonyjbell21@gmail.com</textarea>
</divClear>
<!-- <div class="tooltip" >
<button onclick="myFunction()" onmouseout="outFunc()">
<span class="tooltiptext" id="myTooltip">Copy to clipboard</span>
Copy text
</button>
</div> -->
<div id="somedialogMobile" class="dialog dialog--close" >
<div class="dialog__overlay"></div>
<div class="dialog__content">
<div class="morph-shape">
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 560 280" preserveAspectRatio="none">
<rect x="3" y="3" fill="none" width="556" height="276"></rect>
</svg>
</div>
<div class="dialog-inner">
<h3>"<b>(707)592-1788</b>" copied to clipboard!</h3>
<div><button id="cancel" class="action" data-dialog-close="a">Close</button></div>
</div>
</div>
</div>
<div id="somedialogEmail" class="dialog dialog--close" >
<div class="dialog__overlay"></div>
<div class="dialog__content">
<div class="morph-shape">
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 560 280" preserveAspectRatio="none">
<rect x="3" y="3" fill="none" width="556" height="276"></rect>
</svg>
</div>
<div class="dialog-inner">
<h3>"<b>anthonyjbell21@gmail.com</b>" copied to clipboard!</h3>
<div><button id="cancel" class="action" data-dialog-close="a">Close</button></div>
</div>
</div>
</div>
<!-- </center> -->
<!-- </div> -->
<!-- </div> -->
<script src='https://unpkg.com/feather-icons/dist/feather.min.js'></script>
<br>
<!-- To Top Button -->
<!-- <a href="index.html#top" class="up-btn"><i class="fa fa-chevron-up"></i></a> -->
<!-- ==========================
CONTACT SECTION END
=========================== -->
<!-- ==========================
FOOTER SECTION
=========================== -->
<!-- <footer>
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<p>All Rights Reserved. © 2015 <a href="http://www.themewagon.com">ThemeWagon</a>
</div>
</div>
</div>
</footer> -->
<!-- ==========================
FOOTER SECTION END
=========================== -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js'></script>
<script src='https://tympanus.net/Development/DialogEffects/js/modernizr.custom.js'></script>
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<!-- SmoothScroll -->
<script type="text/javascript" src="assets/smoothscroll/smoothscroll.js"></script>
<!-- Bootstrap -->
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/waypoints.min.js"></script>
<!-- classie.js -->
<script src="js/classie.js"></script>
<!-- video.js -->
<script src="js/video.js"></script>
<!-- FlexSlider -->
<script src="assets/flexslider/jquery.flexslider.js"></script>
<script src="https://www.youtube.com/iframe_api"></script>
<!-- Modernizr -->
<!-- <script src="js/modernizr.js"></script> -->
<!-- Lets Connect -->
<script src="js/letsconnect.js"></script>
<!-- Copy Info -->
<script src="js/copyInfo.js"></script>
<!-- Text Rotator -->
<script src="assets/textrotator/jquery.simple-text-rotator.js"></script>
<!-- Lightbox.js -->
<script src="assets/lightbox/js/lightbox.min.js"></script>
<!-- Google Maps -->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDeKBBPJTG3v5w3cNPAgM6ZsJiPyL1mP_o&sensor=false"></script>
<!-- Theme JavaScript Core -->
<script src="js/main.js"></script>
<script src="js/script.js"></script>
<script src='https://s3-us-west-2.amazonaws.com/s.cdpn.io/50598/jquery.fancybox-three.min.js'></script>
<!-- Timeline -->
<script src="js/timeline.js"></script>
<!-- <script src='https://unpkg.com/two.js@0.6.0/build/two.min.js'></script>
<script src='https://unpkg.com/@reactivex/rxjs/dist/global/Rx.min.js'></script> -->
<!-- GOOGLE MAPS DATA -->
<script type="text/javascript">
// When the window has finished loading create our google map below
// google.maps.event.addDomListener(window, 'load', init);
// function init() {
// // Basic options for a simple Google Map
// // For more options see: https://developers.google.com/maps/documentation/javascript/reference#MapOptions
// var mapOptions = {
// // How zoomed in you want the map to start at (always required)
// zoom: 15,
// scrollwheel: false,
// // The latitude and longitude to center the map (always required)
// center: new google.maps.LatLng(40.68961985411178, -74.01618003845215), // New York
// // How you would like to style the map.
// // This is where you would paste any style found on Snazzy Maps.
// styles: [ { featureType:'water', stylers:[{color:'#F2F2F2'},{visibility:'on'}] },{ featureType:'landscape', stylers:[{color:'#FFFFFF'}] },{ featureType:'road', stylers:[{saturation:-100},{lightness:45}] },{ featureType:'road.highway', stylers:[{visibility:'simplified'}] },{ featureType:'road.arterial', elementType:'labels.icon', stylers:[{visibility:'off'}] },{ featureType:'administrative', elementType:'labels.text.fill', stylers:[{color:'#ADADAD'}] },{ featureType:'transit', stylers:[{visibility:'off'}] },{ featureType:'poi', stylers:[{visibility:'off'}] }]
// };
// // Get the HTML DOM element that will contain your map
// // We are using a div with id="map" seen below in the <body>
// var mapElement = document.getElementById('googlemaps');
// // Create the Google Map using out element and options defined above
// var map = new google.maps.Map(mapElement, mapOptions);
// }
function myFunctionMobile() {
var copyText = document.getElementById("mobile");
copyText.select();
document.execCommand("Copy");
}
function myFunctionEmail() {
var copyText = document.getElementById("email");
copyText.select();
document.execCommand("Copy");
}
</script>
<!-- TEXT ROTATOR SETTINGS -->
<script type="text/javascript">
$(".rotate").textrotator({
animation: "fade", // You can pick the way it animates when rotating through words. Options are dissolve (default), fade, flip, flipUp, flipCube, flipCubeUp and spin.
separator: ",", // If you don't want commas to be the separator, you can define a new separator (|, &, * etc.) by yourself using this field.
speed: 2000 // How many milliseconds until the next word show.
});
</script>
<!-- <script src="js/index.js"></script> -->
</body>
</html>