-
Notifications
You must be signed in to change notification settings - Fork 0
/
assignment.html
594 lines (575 loc) · 24.3 KB
/
assignment.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
<!DOCTYPE html>
<html lang="zxx">
<head>
<title>Glenelg Photography</title>
<!-- Meta Tag Keywords -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8" />
<meta name="keywords" content="Glenelg, Photographs, Photography, Tourism, Tourist, Tourists, Travelling, Travel, History, Showcase"
/>
<script>
addEventListener("load", function () {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<!--// Meta Tag Keywords -->
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="manifest" href="extras/site.webmanifest">
<link rel="shortcut icon" href="images/favicon.ico">
<meta name="msapplication-TileColor" content="#ffc40d">
<meta name="msapplication-config" content="extras/browserconfig.xml">
<!-- Custom-Files -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Bootstrap-Core-CSS -->
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<!-- Style-CSS -->
<link href="css/font-awesome.css" rel="stylesheet">
<!-- Font-Awesome-Icons-CSS -->
<link href="css/lsb.css" rel="stylesheet" type="text/css" media="all">
<!-- For-Gallery -->
<!-- //Custom-Files -->
<!-- Web-Fonts -->
<link href="//fonts.googleapis.com/css?family=Amaranth:400,400i,700,700i" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i" rel="stylesheet">
<!-- //Web-Fonts -->
</head>
<body>
<!-- Header -->
<div class="header-w3l">
<!-- Navigation -->
<div class="nav-agile">
<nav class="navbar navbar-default">
<div class="navbar-header logo-w3layouts">
<button type="button" class="navbar-toggle collapsed" 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>
<!-- Logo -->
<a href="https://www.holdfast.sa.gov.au/"><img src="images/logos/Holdfast Bay Logo White.png" class="img-responsive" alt="" height="60" width="358" /></a>
<!-- <h1>
<a href="index.html">Geleng Photography</a>
</h1> -->
<!-- //Logo -->
</div>
<!-- NavBar Header -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<div class="w3l-navtop">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="index.html">Home</a>
</li>
<!-- <li>
<a href="about.html">About</a>
</li> -->
<li>
<a href="assignment.html" class="active">Assignment</a>
</li>
<li>
<a href="photographs.html">Photographs</a>
</li>
<!-- <li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Pages
<b class="caret"></b>
</a>
<ul class="dropdown-menu agile_short_dropdown">
<li>
<a href="icons.html">Web Icons</a>
</li>
<li>
<a href="typography.html">Typography</a>
</li>
</ul>
</li> --> <!-- Developmental Purposes Only Do Not Enable For Release -->
</ul>
</div>
<!-- Social Icons -->
<div class="social-icons">
<ul>
<li>
<a href="https://facebook.com/CityofHoldfastBay" class="fa fa-facebook icon-border facebook"> </a>
</li>
<li>
<a href="https://twitter.com/HoldfastBay" class="fa fa-twitter icon-border twitter"> </a>
</li>
<li>
<a href="https://instagram.com/HoldfastBay" class="fa fa-instagram icon-border instagram"> </a>
</li>
<li>
<a href="https://www.youtube.com/user/CityofHoldfastBay" class="fa fa-youtube icon-border youtube"> </a>
</li>
<!-- <li>
<a href="#" class="fa fa-google-plus icon-border googleplus"> </a>
</li> --> <!-- Google Plus No Longer Exists. -->
<!-- <li>
<a href="#" class="fa fa-rss icon-border rss"> </a>
</li> --> <!-- RSS Is Too Old and Mostly Depricated in Modern Websites. -->
</ul>
</div>
<!-- //Social Icons -->
<div class="clearfix"> </div>
</div>
</nav>
<div class="clearfix"> </div>
</div>
</div>
<!-- //Navigation -->
<!-- //Header -->
<!-- Banner -->
<div class="inner_banner_agile2">
</div>
<!--//Banner -->
<!-- Short -->
<div class="services-breadcrumb">
<div class="inner_breadcrumb">
<ul class="short_ls">
<li>
<a href="index.html">Home</a>
<span>/ /</span>
</li>
<li>Gallery</li>
</ul>
</div>
</div>
<!-- //Short-->
<!-- //Banner -->
<!-- Gallery -->
<div class="gallery">
<div class="container">
<h3 class="title">Photograph Analysis</h3>
<div class="w3layouts_gallery_grids">
<div class="col-md-4 col-xs-4 w3layouts_gallery_grid">
<a href="images/photographs/DSC_0323.jpg" class="lsb-preview" data-lsb-group="header">
<div class="w3layouts_news_grid">
<img src="images/photographs/DSC_0323.jpg" alt="" class="img-responsive">
<div class="w3layouts_news_grid_pos">
<div class="wthree_text">
<h3>Cibo Shop Front</h3>
</div>
</div>
</div>
</a>
</div>
</div>
<div class="col-md-6 welcome-left">
<h3>Cibo Shop Front With Patrons</h3>
<h4><ul>
<li>F-Stop: f/9</li>
<li>Exposure Time: 1/320 sec.</li>
<li>ISO Speed: ISO-180</li>
<li>Focal Length: 70mm</li>
<li>Max Aperture: 4.3</li>
<li>35mm Focal Length: 105mm</li>
</ul></h4>
</div>
<div class="clearfix"> </div>
<div class="w3layouts_gallery_grids">
<div class="col-md-4 col-xs-4 w3layouts_gallery_grid">
<a href="images/photographs/CiboShopFront.jpg" class="lsb-preview" data-lsb-group="header">
<div class="w3layouts_news_grid">
<img src="images/photographs/CiboShopFront.jpg" alt="" class="img-responsive">
<div class="w3layouts_news_grid_pos">
<div class="wthree_text">
<h3>Cibo Shop Front</h3>
</div>
</div>
</div>
</a>
</div>
</div>
<div class="cold-md-6 welcome-left">
<h4>When taking this image I had to tried various angles and locations, I tried further left near the other restaurant and far right to where the end of the Tram Station Platform was, I finally chose the middle of the Tram Station Pad, angles were another important thing, as certain parts of the nearby area weren't perfectly flat and were uneven I had to manipulate the height of the tripod, another issue was foot-traffic, there are still people walking around here as evident by the people sitting down, so I often had to wait for people to walk through before being able to take my photographs. When editing the photograph, I had issues with brightness, the image was too dark and colours appeared washed out, so in Photoshop I raised up Brightness, increased Vibrance and Saturation to increase the quality of the photograph.</h4>
</div>
<div class="clearfix"> </div>
<!-- -->
<div class="w3layouts_gallery_grids">
<div class="col-md-4 col-xs-4 w3layouts_gallery_grid">
<a href="images/photographs/DSC_0371.jpg" class="lsb-preview" data-lsb-group="header">
<div class="w3layouts_news_grid">
<img src="images/photographs/DSC_0371.jpg" alt="" class="img-responsive">
<div class="w3layouts_news_grid_pos">
<div class="wthree_text">
<h3>Glenelg Food Court</h3>
</div>
</div>
</div>
</a>
</div>
</div>
<div class="col-md-6 welcome-left">
<h3>Glenelg Food Court</h3>
<h4><ul>
<li>F-Stop: f/9</li>
<li>Exposure Time: 1/250 sec.</li>
<li>ISO Speed: ISO-100</li>
<li>Focal Length: 55mm</li>
<li>Max Aperture: 5</li>
<li>35mm Focal Length: 82mm</li>
</ul></h4>
</div>
<div class="clearfix"> </div>
<div class="w3layouts_gallery_grids">
<div class="col-md-4 col-xs-4 w3layouts_gallery_grid">
<a href="images/photographs/GlenelgCourt.jpg" class="lsb-preview" data-lsb-group="header">
<div class="w3layouts_news_grid">
<img src="images/photographs/GlenelgCourt.jpg" alt="" class="img-responsive">
<div class="w3layouts_news_grid_pos">
<div class="wthree_text">
<h3>Glenelg Food Court</h3>
</div>
</div>
</div>
</a>
</div>
</div>
<div class="cold-md-6 welcome-left">
<h4>When taking the photograph of the Banners I didn't realise at the time when I took them that the road signs were going to be a big distraction and I didn't get any more images of the banner without the Police Car being present where I should've taken more without distractions, other issues were passing vehicles on the road and pedestrians walking in the way of my view of focus, when editing the image I focused the brightness to make it lighter and then darker to make image look better along with raising the Vibrance and Saturation to give it nice deep colours.</h4>
</div>
<div class="clearfix"> </div>
<!-- -->
<div class="w3layouts_gallery_grids">
<div class="col-md-4 col-xs-4 w3layouts_gallery_grid">
<a href="images/photographs/DSC_0527.jpg" class="lsb-preview" data-lsb-group="header">
<div class="w3layouts_news_grid">
<img src="images/photographs/DSC_0527.jpg" alt="" class="img-responsive">
<div class="w3layouts_news_grid_pos">
<div class="wthree_text">
<h3>Glenelg Monument</h3>
</div>
</div>
</div>
</a>
</div>
</div>
<div class="col-md-6 welcome-left">
<h3>Glenelg Founding & War Memorials </h3>
<h4><ul>
<li>F-Stop: f/9</li>
<li>Exposure Time: 1/250 sec.</li>
<li>ISO Speed: ISO-100</li>
<li>Focal Length: 24mm</li>
<li>Max Aperture: 3.9</li>
<li>35mm Focal Length: 36mm</li>
</ul></h4>
</div>
<div class="clearfix"> </div>
<div class="w3layouts_gallery_grids">
<div class="col-md-4 col-xs-4 w3layouts_gallery_grid">
<a href="images/photographs/GlenelgMonument.jpg" class="lsb-preview" data-lsb-group="header">
<div class="w3layouts_news_grid">
<img src="images/photographs/GlenelgMonument.jpg" alt="" class="img-responsive">
<div class="w3layouts_news_grid_pos">
<div class="wthree_text">
<h3>Glenelg Monument</h3>
</div>
</div>
</div>
</a>
</div>
</div>
<div class="cold-md-6 welcome-left">
<h4>When taking photographs of the Memorial Monument I had to get the entire thing included in the photograph, but in doing this I needed to get my camera on a level position with the tripod which was difficult considering the tiles for the upper-beach area were not level, I was able to get a some-what flat photograph with the tripod, during editing I darkened and brightened the image again to make it look sharper, I increased the Contrast and Saturation to also make the photograph have a better sense of depth to it.</h4>
</div>
<div class="clearfix"> </div>
<!-- -->
<div class="w3layouts_gallery_grids">
<div class="col-md-4 col-xs-4 w3layouts_gallery_grid">
<a href="images/photographs/DSC_0095.jpg" class="lsb-preview" data-lsb-group="header">
<div class="w3layouts_news_grid">
<img src="images/photographs/DSC_0095.jpg" alt="" class="img-responsive">
<div class="w3layouts_news_grid_pos">
<div class="wthree_text">
<h3>Underneath Glenelg Wharf</h3>
</div>
</div>
</div>
</a>
</div>
</div>
<div class="col-md-6 welcome-left">
<h3>Underneath the Glenelg Wharf</h3>
<h4><ul>
<li>F-Stop: f/9</li>
<li>Exposure Time: 1/250 sec.</li>
<li>ISO Speed: ISO-140</li>
<li>Focal Length: 300mm</li>
<li>Max Aperture: 5.3</li>
<li>35mm Focal Length: 450mm</li>
</ul></h4>
</div>
<div class="clearfix"> </div>
<div class="w3layouts_gallery_grids">
<div class="col-md-4 col-xs-4 w3layouts_gallery_grid">
<a href="images/photographs/UnderneathWharf.jpg" class="lsb-preview" data-lsb-group="header">
<div class="w3layouts_news_grid">
<img src="images/photographs/UnderneathWharf.jpg" alt="" class="img-responsive">
<div class="w3layouts_news_grid_pos">
<div class="wthree_text">
<h3>Underneath Glenelg Wharf</h3>
</div>
</div>
</div>
</a>
</div>
</div>
<div class="cold-md-6 welcome-left">
<h4>This Photograph wasn't planned but was taken in the moment to show the amazing areas you can visit while on Glenelg Beach, you aren't just confined to the sand and the shore when you are visiting, you are confined to your imagination. You can explore as this grandparent did with his grandchild at the water’s edge under the Wharf, to get this image perfect I had to take several upon several images from different focal lengths and adjustments of the Camera tripod, when editing I made things darker and again brighter but drastically increasing the Vibrance/Contrast and Saturation to make the water appear more tropical and the barnacles on the wooden support beams pop-out more.</h4>
</div>
<div class="clearfix"> </div>
<!-- -->
<div class="w3layouts_gallery_grids">
<div class="col-md-4 col-xs-4 w3layouts_gallery_grid">
<a href="images/photographs/DSC_0203.jpg" class="lsb-preview" data-lsb-group="header">
<div class="w3layouts_news_grid">
<img src="images/photographs/DSC_0203.jpg" alt="" class="img-responsive">
<div class="w3layouts_news_grid_pos">
<div class="wthree_text">
<h3>Glenelg Wharf Poles</h3>
</div>
</div>
</div>
</a>
</div>
</div>
<div class="col-md-6 welcome-left">
<h3>The Glenelg Wharf Poles</h3>
<h4><ul>
<li>F-Stop: f/9</li>
<li>Exposure Time: 1/250 sec.</li>
<li>ISO Speed: ISO-100</li>
<li>Focal Length: 300mm</li>
<li>Max Aperture: 5.3</li>
<li>35mm Focal Length: 450mm</li>
</ul></h4>
</div>
<div class="clearfix"> </div>
<div class="w3layouts_gallery_grids">
<div class="col-md-4 col-xs-4 w3layouts_gallery_grid">
<a href="images/photographs/WharfPoles.jpg" class="lsb-preview" data-lsb-group="header">
<div class="w3layouts_news_grid">
<img src="images/photographs/WharfPoles.jpg" alt="" class="img-responsive">
<div class="w3layouts_news_grid_pos">
<div class="wthree_text">
<h3>Glenelg Wharf Poles</h3>
</div>
</div>
</div>
</a>
</div>
</div>
<div class="cold-md-6 welcome-left">
<h4>I was experimenting with view shots when I decided upon taking this image, it shows two people who I assume were a couple sitting down on the Wharf with their legs dangling over the edge as they were talking while people to the right of them crab fish. I tried different angles and heights when taking this photograph and the multiple other versions of this photograph. I opened it in Photoshop to increase the Vibrance and Contrast to make the water appear brighter and the sky, which helped improve the photograph along with changing the Saturation.</h4>
</div>
</div>
</div>
<div class="clearfix"> </div>
<!-- //Gallery -->
<!-- Middle Section One -->
<div class="middle-w3l">
<div class="container">
<div class="middle-left-w3l">
</div>
</div>
</div>
<!-- //Middle Section One -->
<!-- About2 -->
<!-- About3 -->
<div class="welcome" id="about2">
<div class="container">
<h3 class="title">Design, Development and Planning</h3>
<div class="col-md-6 welcome-left">
<h3>Insightful Ideas</h3>
<h4>There were insightful ideas that helped me with obtaining my photographs, such insightful ideas included taking as many photographs as I could of one chosen object at a time to obtain the final optimal photograph out of said multiple photographs, other insightful ideas included dragging viewer’s attention to certain areas of the photograph, for example with the photo on the Home Page for this website I dragged everyone’s attention to the people and the trees in the image.</h4>
</div>
<div class="col-md-6 welcome-right">
<div class="welcome-right-top">
<img src="images/ab.jpg" alt="">
</div>
<div class="welcome-right-bottom">
<img src="images/ab1.jpg" alt="">
</div>
<div class="clearfix"> </div>
</div>
<div class="clearfix"> </div>
</div>
</div>
<div class="welcome" id="about3">
<div class="container">
<div class="col-md-6 welcome-left">
<h3>Ethical Considerations</h3>
<h4>There are several ethical considerations to consider when taking Photographs in South Australia, there are several laws to protect Photographers when taking street/tourism photographs. Although I've had to think about the ethical dilemma of people not being aware they are being photographed, or are they fine with knowing if they are being photographed and what happens if I am approached by the people I am taking a photograph of?. These are the few ethical dilemmas that I had to consider out of several.</h4>
<div class="readmore-w3-agileits about-read">
<!-- <a href="#" data-toggle="modal" data-target="#myModal1">Read More</a> -->
<a href="photographs.html">Photographs</a>
</div>
</div>
<div class="col-md-6 welcome-right">
<div class="welcome-right-top">
<img src="images/ab2.jpg" alt="">
</div>
<div class="welcome-right-bottom">
<img src="images/ab3.jpg" alt="">
</div>
<div class="clearfix"> </div>
</div>
<div class="clearfix"> </div>
</div>
</div>
<!-- //About2 -->
<!-- //About3 -->
<!-- Middle Section Two -->
<div class="middle-w3l">
<div class="container">
<div class="middle-left-w3l">
</div>
</div>
</div>
<!-- //Middle Section Two -->
<!-- About2 -->
<!-- About3 -->
<div class="welcome" id="about4">
<div class="container">
<h3 class="title">Evaluation</h3>
<div class="col-md-6 welcome-left">
<ul><li><h4>I have produced a Tourism website that showcases information about Glenelg, Holdfast Bay and showcases Photographs I have taken there, this website can be used to showcase the beautiful area of Glenelg and inform people of past, present and future news/events.</h4></li>
<li><h4>My brief didn't specify that I would be doing a website but I decided to use a website as I have more knowledge on setting up websites and coding them rather than using PowerPoint, Publisher or Indesign, since this is a website I need to make sure the Photographs are of high enough detail but not too high detailed as they may take ages to be downloaded on slow devices such as phones, tablets and Android Smart TV's. I was able to work with the limitations of not living in Holdfast Bay and not near Glenelg Beach to be able to keep the information of images relevant.</h4></li>
<li><h4>The website is easily navigable with the buttons on the top of the website in the Navigation Bar and buttons throughout other pages linking to relevant resources such as Photographs or the Home Page. This navigation system helps people find my Photographs easily on Glenelg so they can see what it is like from my Photographs along with a short description and or paragraph accompanying it.</h4></li></ul>
</div>
<div class="col-md-6 welcome-left">
<ul><li><h4>Learning how to take good landscape and Tourism like photographs was an interesting task, I had to get people’s attention aimed at my photographs depending on the content displayed within them. This may include using the rule of thirds or getting something beautiful in the background and other objects that enhance the effect such as people or animals. Learning how to take Tourism photographs was achieved by watching YouTube videos of professional photographers and reading articles on taking good photographs, other class-mates helped assist me when I was stuck as well so I wasn't lost or wasting time waiting for the teacher if he's busy with other students or has gone on a break.</h4></li>
<li><h4>While most if not a lot of my Photographs came out good or perfect some were blurry, out of focus or way too bright/dark and were not saveable with software such as Photoshop. This was due to the fact the images being too dark it may take hours to get it into a viewable state at which that point the image may not even be what it was originally. Therefore, setting ISO and Aperture is important, so the Photographs do not turn out too bright or dark as in some instances the images are irrecoverable. So, I changed different settings finding out what suited the light conditions verifying the settings worked as I moved around so they were of a high enough quality that I required for the website.</h4></li></ul>
</div>
<div class="clearfix"> </div>
</div>
</div>
<!-- //About4 -->
<!-- Footer -->
<div class="footer">
<div class="container">
<div class="footer-row w3layouts-agile">
<div class="col-md-4 col-xs-4 footer-grids">
<h2>More Information</h2>
<p class="footer-one-w3ls">This website was created for my Photography class where I had to the City of Glenelg in the outer suburbs of Adelaide.</p>
</div>
<div class="col-md-5 col-xs-5 footer-grids w3l-agileits">
<form action="#" method="post">
<a href="https://www.education.sa.gov.au/"><img src="images/logos/DECD Logo.png" class="img-responsive" alt="" height="81" width="393" /></a>
<!-- <input type="email" placeholder="Email" name="email" required="">
<input type="submit" value="Subscribe" /> -->
</form>
</div>
<div class="col-md-3 col-xs-3 footer-grids social-agileits">
<div class="social-w3l">
<ul>
<li>
<a href="https://facebok.com/CityofHoldfastBay" class="wthree_facebook">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://twitter.com/HoldfastBay" class="wthree_twitter">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</li>
<!-- <li>
<a href="https://instagram.com/HoldfastBay">
<i class="fa fa-instagram" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="#" class="wthree_dribbble">
<i class="fa fa-dribbble" aria-hidden="true"></i>
</a>
</li> --> <!-- What the hell is Dribbble??? -->
</ul>
</div>
<div class="social-w3r">
<ul>
<li>
<a href="https://facebook.com/CityofHoldfastBay">Facebook</a>
</li>
<li>
<a href="https://twitter.com/HoldfastBay">Twitter</a>
</li>
<!-- <li>
<a href="https://instagram.com/HoldfastBay">Instagram</a>
</li>
<li>
<a href="#">Dribbble</a>
</li> --> <!-- What the hell is Dribbble? -->
</ul>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!-- Copyright Information -->
<div class="copy-section">
<p>© 2020 Glenelg Photographs. All Rights Reserved. | Design by
<a href="http://w3layouts.com">W3layouts</a>
</p>
</div>
<!-- //Copyright Information -->
<!-- //Footer -->
<!-- JS files -->
<!-- JavaScript -->
<script src="js/jquery-2.2.3.min.js"></script>
<!-- Default-JavaScript-File -->
<script src="js/bootstrap.js"></script>
<!-- Necessary-JavaScript-File-For-Bootstrap -->
<!-- js for gallery -->
<script src="js/lsb.min.js"></script>
<script>
$(window).load(function () {
$.fn.lightspeedBox();
});
</script>
<!-- //js for gallery -->
<!-- smooth scrolling -->
<script src="js/SmoothScroll.min.js"></script>
<!-- //smooth scrolling -->
<!-- start-smoth-scrolling -->
<script src="js/move-top.js"></script>
<script src="js/easing.js"></script>
<script>
jQuery(document).ready(function ($) {
$(".scroll").click(function (event) {
event.preventDefault();
$('html,body').animate({
scrollTop: $(this.hash).offset().top
}, 1000);
});
});
</script>
<!-- start-smoth-scrolling -->
<!-- smooth scrolling-bottom-to-top -->
<script>
$(document).ready(function () {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({
easingType: 'easeOutQuart'
});
});
</script>
<a href="#" id="toTop" style="display: block;">
<span id="toTopHover" style="opacity: 1;"> </span>
</a>
<!-- //smooth scrolling-bottom-to-top -->
<!-- //Js files -->
</body>
</html>