-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·709 lines (684 loc) · 28.4 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Hues by Anu Devarmanai</title>
<!-- custom-theme -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Anu's personal website showcasing her photography" />
<script>
function preloader()
{
var img=new Image();
img.src="../images/RedsandOranges/DSC01598.jpg";
}
</script>
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false);
function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- //custom-theme -->
<script type="text/javascript" src="js/jquery-1.11.1.min.js"></script>
<!-- stylesheet -->
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<link rel="stylesheet" href="./css/tabs.css" type="text/css" media="all">
<!-- Custom-Stylesheet-Links -->
<!-- Bootstrap-CSS --> <link rel="stylesheet" href="./css/bootstrap.min.css" type="text/css" media="all">
<!-- Insex-Page.CSS --> <link rel="stylesheet" href="./css/style.css" type="text/css" media="all"/>
<!-- Slider-CSS --> <link rel="stylesheet" href="./css/camera.css" id="camera-css" type="text/css" media="all">
<!-- Portfolio-CSS --> <link rel="stylesheet" href="./css/swipebox.css" type="text/css" media="all">
<!-- //Custom-Stylesheet-Links -->
<!-- //stylesheet -->
<!-- online fonts -->
<link href="https://fonts.googleapis.com/css?family=Lora|Tangerine:700" rel="stylesheet">
<!-- //online fonts -->
<!-- font-awesome-icons -->
<link href="css/font-awesome.css" type="text/css" rel="stylesheet">
<!-- //font-awesome-icons -->
</head>
<body onload="preloader()">
<div class="agileits_main" >
<!-- title -->
<div class="w3_agile_logo">
<h1 class="text-center"><a href="index.html"></a></h1>
</div>
<!-- intro -->
<div class="w3_banner" id = "main">
<div class="container">
<div class="slider">
<div class="callbacks_container">
<ul class="rslides callbacks callbacks1" id="slider4">
<li>
<div class="banner_text_w3layouts">
<h3 style = "font-size: 6em;">Hues.</h3>
<span style = "line-height: 100px;"> </span>
<p style = "font-size: 1.35em;">Anu Devarmanai</p>
</div>
</li>
</ul>
</div>
<script src="js/responsiveslides.min.js"></script>
<script>
// You can also use "$(window).load(function() {"
$(function () {
// Slideshow 4
$("#slider4").responsiveSlides({
auto: true,
pager:true,
nav:true,
speed: 500,
namespace: "callbacks",
before: function () {
$('.events').append("<li>before event fired.</li>");
},
after: function () {
$('.events').append("<li>after event fired.</li>");
}
});
});
</script>
</div>
</div>
</div>
<!-- menu -->
<nav class="navbar navbar-inverse ">
<div class="container">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="collapse navbar-collapse top-nav w3l" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav linkEffects linkHoverEffect_11 custom-menu">
<li class="agile_active"><a href="index.html" class="scroll"><span>home</span></a></li>
<li><a href="#whereivebeen" class="scroll"><span>where i've been</span></a></li>
<li><a href="#about" class="scroll"><span>about me</span></a></li>
<li><a href="#gallery" class="scroll"><span>portfolio </span></a></li>
<li><a href="#contact" class="scroll"><span>drop me a line</span></a></li>
</ul>
</div>
</div>
</nav>
<!-- //menu -->
</div>
<!-- //banner -->
<!-- welcome
<div class="about_agileinfo" style = "background-color: #ffffed;">
<div class="container" style = "padding-left:100px;">
<div class="about_main" style = "height: 200px;">
<div class="temp">
<p>Hi there! Welcome to Hues. This webpage showcases some of my photography from this past year. </p>
<p>Scroll down to see where I've shot, learn a bit about me, and check out my portfolio. </p>
<p> Cheers! </p>
<p> Anu Devarmanai
</p>
</div>
<div class="clearfix"></div>
</div>
<script>
$(function() {
var header = $(".temp");
$(window).scroll(function() {
var scroll = $(window).scrollTop();
if (scroll >= 200) {
header.removeClass('temp').addClass("typewriter");
}
});
});
</script>
</div>
</div>
welcome -->
<!-- home -->
<div class="home_ w3layouts" id = "whereivebeen">
<div class="home_grids_w3">
<div class="home_main">
<div class="col-md-7 col-sm-7 col-xs-7 img1 img-grid">
<div class="img_text_w3ls text-center">
<h4>United States</h4>
<span> </span>
<p>New York City, Chicago</p>
</div>
</div>
<div class="col-md-5 img2 col-sm-5 col-xs-5 img-grid">
<div class="img_text_w3ls text-center">
<h4>Spain</h4>
<span> </span>
<p>Barcelona</p>
</div>
</div>
<div class="clearfix"></div>
</div>
<div class="home_main">
<div class="col-md-5 col-sm-5 col-xs-5 img3 img-grid ">
<div class="img_text_w3ls text-center">
<h4>United Kingdom</h4>
<span> </span>
<p>London</p>
</div>
</div>
<div class="col-md-7 col-sm-7 col-xs-7 img4 img-grid">
<div class="img_text_w3ls text-center">
<h4>Italy</h4>
<span> </span>
<p>Venice, Florence, Rome</p>
</div>
</div>
<div class="clearfix"></div>
</div>
<div class="home_main">
<div class="col-md-7 col-sm-7 col-xs-7 img-grid img5">
<div class="img_text_w3ls text-center">
<h4>Portugal</h4>
<span> </span>
<p>Lisbon</p>
</div>
</div>
<div class="col-md-5 col-sm-5 col-xs-5 img-grid img6">
<div class="img_text_w3ls text-center">
<h4>France</h4>
<span> </span>
<p>Paris</p>
</div>
</div>
<div class="clearfix"></div>
</div>
<div class="home_main">
<div class="col-md-5 col-sm-5 col-xs-5 img7 img-grid ">
<div class="img_text_w3ls text-center">
<h4>Malta</h4>
<span> </span>
<p>Sliema, Valletta, Buġibba</p>
</div>
</div>
<div class="col-md-7 col-sm-7 col-xs-7 img8 img-grid">
<div class="img_text_w3ls text-center">
<h4>Aruba</h4>
<span> </span>
<p>Oranjestad, San Nicolas</p>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!-- //home -->
<!-- about -->
<div class="about_agileinfo" id="about" style="background: #bababa;">
<div class="container">
<h3 class="title" >About Me</h3>
<div class="about_main">
<div class="col-md-6 col-sm-6 col-xs-6 about_agileits"></div>
<div class="col-md-6 col-sm-6 col-xs-6 about_text_w3l">
<h4 >Anu Devarmanai</h4>
<P style="color:#565656;" > I am a student at University of Illinois at Urbana-Champaign, where I study Computer Science. Over the past year, I've had the opportunity to travel to some extraordinary places. And so, I wanted to share my experiences with you through my photography. As a student, my passion lies at the intersection of design and technology. Building this website was an opportunity for me to practice both my design and coding skills on a fun project. Besides all that, here is a brief list of some other things I like: ukuleles, bubble tea, jazz music, and latte art.
</P>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!-- //about -->
<!-- gallery -->
<div class="gallery_wthree" id="gallery">
<div class="container">
<h3 class="title" style = "padding-bottom:.3em;">Portfolio</h3>
<!-- tabs -->
<div class="nav nav-pills" style = "display:block; text-align:center">
<button class="w3-bar-item w3-button tablink w3-red" style = "display:inline-block; padding: 0 30px 0 30px; color: #717171;" onclick="openTab(event, 'section-bar-1')">Reds and Oranges</button>
<button class="w3-bar-item w3-button tablink" style = "display:inline-block; padding: 0 30px 0 30px; color: #717171;" onclick="openTab(event, 'section-bar-2')">Blues and Purples</button>
<button class="w3-bar-item w3-button tablink" style = "display:inline-block; padding: 0 30px 0 30px; color: #717171;" onclick="openTab(event, 'section-bar-3')">Greens and Yellows</button>
<button class="w3-bar-item w3-button tablink" style = "display:inline-block; padding: 0 30px 0 30px; color: #717171;" onclick="openTab(event, 'section-bar-4')">Blacks and Whites</button>
</div>
<!-- tab1 red and orange -->
<div class="gallery_grid agileits_w3layouts" id = "section-bar-1" style = "display:block;">
<div class="col-md-6 col-sm-6 col-xs-6 grid_w3">
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/RedsandOranges/coconut.jpg">
<img src="images/RedsandOranges/coconut.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">California Lighthouse <br> Noord, Aruba</p>
</div>
</a>
</div>
<br>
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/RedsandOranges/DSC01705-2.jpg">
<img src="images/RedsandOranges/DSC01705-2.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">Brooklyn Bridge <br> Brooklyn, New York</p>
</div>
</a>
</div>
<br>
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/RedsandOranges/P6090697.jpg">
<img src="images/RedsandOranges/P6090697.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">Barcelona, Spain</p>
</div>
</a>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-6 grid_w3">
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/RedsandOranges/P6020187.jpg">
<img src="images/RedsandOranges/P6020187.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">Lisbon, Portugal</p>
</div>
</a>
</div>
<br>
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/RedsandOranges/roshbb.jpg">
<img src="images/RedsandOranges/roshbb.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">The Allis<br> Chicago, Illinois</p>
</div>
</a>
</div>
<br>
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/RedsandOranges/vbaby.jpg">
<img src="images/RedsandOranges/vbaby.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">Venice, Italy</p>
</div>
</a>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-6 grid_w3">
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/RedsandOranges/DSC01057-2.jpg">
<img src="images/RedsandOranges/DSC01057-2.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">University of Illinois Main Quad <br> Champaign, Illinois</p>
</div>
</a>
</div>
<br>
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/RedsandOranges/picnicbenchportugal.jpg">
<img src="images/RedsandOranges/picnicbenchportugal.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">Santa Cruz Beach <br> Torres Vedras, Portugal</p>
</div>
</a>
</div>
<br>
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/RedsandOranges/vultures.jpg">
<img src="images/RedsandOranges/vultures.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">Bushwick Collective <br> Brooklyn, New York</p>
</div>
</a>
</div>
</div>
<div class="clearfix"></div>
</div>
<!-- tab2 blueand purple-->
<div class="gallery_grid agileits_w3layouts" id = "section-bar-2" style = "display:none;">
<div class="col-md-6 col-sm-6 col-xs-6 grid_w3">
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/Misc/nyc.jpg">
<img src="images/Misc/nyc.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">Oculus <br> Manhattan, New York</p>
</div>
</a>
</div>
<br>
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/BluesandPurples/DSC01641-4.jpg">
<img src="images/BluesandPurples/DSC01641-4.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">Bushwick Collective <br> Brooklyn, New York</p>
</div>
</a>
</div>
<br>
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/BluesandPurples/maybe.jpg">
<img src="images/BluesandPurples/maybe.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">Staten Island Ferry <br> New York</p>
</div>
</a>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-6 grid_w3">
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/BluesandPurples/thescream.jpg">
<img src="images/BluesandPurples/thescream.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">Bushwick Collective <br> Brooklyn, New York</p>
</div>
</a>
</div>
<br>
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/BluesandPurples/bbridge.jpg">
<img src="images/BluesandPurples/bbridge.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">Brooklyn Bridge <br> Brooklyn, New York</p>
</div>
</a>
</div>
<br>
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/BluesandPurples/bigrox.jpg">
<img src="images/BluesandPurples/bigrox.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">Santa Cruz Beach <br> Torres Vedras, Portugal</p>
</div>
</a>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-6 grid_w3">
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/BluesandPurples/stpatricks-4.jpg">
<img src="images/BluesandPurples/stpatricks-4.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">St. Patrick's Cathedral <br> Manhattan, New York</p>
</div>
</a>
</div>
<br>
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/BluesandPurples/arubastones.jpg">
<img src="images/BluesandPurples/arubastones.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">Wish Rock Garden <br> Noord, Aruba</p>
</div>
</a>
</div>
<br>
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/BluesandPurples/DSC01637-2.jpg">
<img src="images/BluesandPurples/DSC01637-2.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">Bushwick Collective <br> Brooklyn, New York</p>
</div>
</a>
</div>
</div>
<div class="clearfix"></div>
</div>
<!-- tab3 green and yellow-->
<div class="gallery_grid agileits_w3layouts" id = "section-bar-3" style = "display:none;">
<div class="col-md-6 col-sm-6 col-xs-6 grid_w3">
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/RedsandOranges/industrycity-2.jpg">
<img src="images/RedsandOranges/industrycity-2.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">Industry City <br> Brooklyn, New York</p>
</div>
</a>
</div>
<br>
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/GreensandYellows/yellowsquareport.jpg">
<img src="images/GreensandYellows/yellowsquareport.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">Praça do Comércio <br> Lisbon, Portugal</p>
</div>
</a>
</div>
<br>
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/GreensandYellows/leaves.jpg">
<img src="images/GreensandYellows/leaves.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">House of Parliament<br> London, UK</p>
</div>
</a>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-6 grid_w3">
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/GreensandYellows/iguana-2.jpg">
<img src="images/GreensandYellows/iguana-2.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">Eagle Beach <br> Oranjestad, Aruba</p>
</div>
</a>
</div>
<br>
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/GreensandYellows/dome.jpg">
<img src="images/GreensandYellows/dome.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">Venice, Italy</p>
</div>
</a>
</div>
<br>
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/GreensandYellows/trees-3.jpg">
<img src="images/GreensandYellows/trees-3.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">911 Memorial <br> Manhattan, New York</p>
</div>
</a>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-6 grid_w3">
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/GreensandYellows/Palmtreesbarc.jpg">
<img src="images/GreensandYellows/Palmtreesbarc.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">La Barceloneta <br> Barcelona, Spain</p>
</div>
</a>
</div>
<br>
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/GreensandYellows/mossrocks.jpg">
<img src="images/GreensandYellows/mossrocks.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">Santa Cruz Beach <br> Torres Vedras, Portugal</p>
</div>
</a>
</div>
<br>
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/RedsandOranges/DSC01127-3.jpg">
<img src="images/RedsandOranges/DSC01127-3.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">Arashi <br> Noord, Aruba</p>
</div>
</a>
</div>
</div>
<div class="clearfix"></div>
</div>
<!-- tab4 b&w-->
<div class="gallery_grid agileits_w3layouts" id = "section-bar-4" style = "display:none;">
<div class="col-md-6 col-sm-6 col-xs-6 grid_w3">
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/BlackandWhites/lightpost.jpg">
<img src="images/BlackandWhites/lightpost.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">London, UK</p>
</div>
</a>
</div>
<br>
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/BlackandWhites/DSC01666-3.jpg">
<img src="images/BlackandWhites/DSC01666-3.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">Bushwick Collective <br> Brooklyn, New York</p>
</div>
</a>
</div>
<br>
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/BlackandWhites/rock-3.jpg">
<img src="images/BlackandWhites/rock-3.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">Natural Bridge <br> Arikok National Park, Aruba</p>
</div>
</a>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-6 grid_w3">
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/BlackandWhites/oculus2-3.jpg">
<img src="images/BlackandWhites/oculus2-3.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">Oculus World Trade Center<br> Manhattan, New York</p>
</div>
</a>
</div>
<br>
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/BlackandWhites/DSC01578-3.jpg">
<img src="images/BlackandWhites/DSC01578-3.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">Central Park <br> Manhattan, New York</p>
</div>
</a>
</div>
<br>
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/BlackandWhites/DSC01568-3.jpg">
<img src="images/BlackandWhites/DSC01568-3.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">Grand Central <br> Manhattan, New York</p>
</div>
</a>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-6 grid_w3">
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/BlackandWhites/johnlennon-3.jpg">
<img src="images/BlackandWhites/johnlennon-3.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">Strawberry Fields <br> Manhattan, New York</p>
</div>
</a>
</div>
<br>
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/BlackandWhites/vv-3.jpg">
<img src="images/BlackandWhites/vv-3.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">Venice, Italy</p>
</div>
</a>
</div>
<br>
<div class="grid-1" style = "width:90%; margin: 0 auto;">
<a class="cm-overlay" href="images/BlackandWhites/gillian-3.jpg">
<img src="images/BlackandWhites/gillian-3.jpg" alt=" " class="img-responsive" />
<div class="w3agile-text w3agile-text-smal1">
<p style = "color:#d3d3d3; position: absolute; bottom: 0; left: 5px; ">Model: Gillian Tierney <br> Naperville, Illinois</p>
</div>
</a>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
<script>
// You can also use "$(window).load(function() {"
function openTab(evt, tabName) {
var i, x, tablinks;
x = document.getElementsByClassName("gallery_grid");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
tablinks = document.getElementsByClassName("tablink");
for (i = 0; i < x.length; i++) {
tablinks[i].className = tablinks[i].className.replace(" w3-red", "");
}
document.getElementById(tabName).style.display = "block";
evt.currentTarget.className += " w3-red";
}
</script>
</div>
</div>
</div>
<!-- //gallery -->
<!-- Tooltip -->
<div class="tooltip-content">
<div class="modal fade features-modal" id="myModal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-md">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h2 class="modal-title text-center">Contact Me</h2>
</div>
<div class="modal-body">
<img src="images/Misc/IMG_2345-4.jpg" alt="image" >
<p style = "color:#000;">If you have any feedback, questions, or just want to say hi, shoot me an email at [email protected]. I'd love to hear from you.</p>
</div>
</div>
</div>
</div>
<!-- //Tooltip -->
<!-- section -->
<div class="w3layouts-section" id="contact">
<div class="container">
<h3 class="title">Drop me a line</h3>
<p>I'd love to hear what you think about my site, photography, or anything else! </p>
<a href="#myModal" class="agilebtn" data-toggle="modal" data-target="#myModal"><span>Contact me</span></a>
</div>
</div>
<!-- //section -->
<!-- copy-right -->
<div class="copy-right agileits-w3layouts">
<div class="container">
<div class="social-icons agileits">
<ul>
<li><a href="https://www.facebook.com" class="fa fa-facebook icon icon-border facebook"> </a></li>
<li><a href="https://twitter.com/i_am_nunu" class="fa fa-twitter icon icon-border twitter"> </a></li>
<li><a href="https://www.instagram.com/anu_devarmanai/" class="fa fa-instagram icon icon-border dribbble"> </a></li>
</ul>
<div class="clearfix"> </div>
</div>
<p>© 2017 Hues. All rights reserved | Design by Anu Devarmanai X <a href="http://w3layouts.com">W3</a></p>
</div>
</div>
<!-- //copy-right -->
<!-- Gallery-plugin -->
<script src="js/jquery.mobile.custom.min.js"></script>
<script src="js/jquery.cm-overlay.js"></script>
<script>
$(document).ready(function(){
$('.cm-overlay').cmOverlay();
});
</script>
<!-- //Gallery-plugin -->
<!-- start-smooth-scrolling -->
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top},1000);
});
});
</script>
<script src="js/SmoothScroll.min.js"></script>
<!-- //end-smooth-scrolling -->
<!-- smooth-scrolling-of-move-up -->
<script type="text/javascript">
$(document).ready(function() {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({ easingType: 'easeOutQuart' });
});
</script>
<script type="text/javascript" src="js/bootstrap.js"></script>
</body>
</html>