-
Notifications
You must be signed in to change notification settings - Fork 0
/
Photographer.html
498 lines (317 loc) · 17.5 KB
/
Photographer.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
<!doctype html>
<!--[if IE 7 ]> <html lang="en-gb" class="isie ie7 oldie no-js"> <![endif]-->
<!--[if IE 8 ]> <html lang="en-gb" class="isie ie8 oldie no-js"> <![endif]-->
<!--[if IE 9 ]> <html lang="en-gb" class="isie ie9 no-js"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en-gb" class="no-js"> <!--<![endif]-->
<head>
<title>Photographer | Vinss Media</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="keywords" content="Photographer, wedding Photographer, Photographers" />
<meta name="description" content="Vinss Media, We as Photographers use our cameras as tools of exploration and instruments of change." />
<!-- Favicon -->
<link rel="shortcut icon" href="images/favicon.ico">
<!-- this styles only adds some repairs on idevices -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Google fonts - witch you want to use - (rest you can just remove) -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900' rel='stylesheet' type='text/css'>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- ######### CSS STYLES ######### -->
<link rel="stylesheet" href="css/reset.css" type="text/css" />
<link rel="stylesheet" href="css/style.css" type="text/css" />
<link rel="stylesheet" href="css/font-awesome/css/font-awesome.min.css">
<!-- responsive devices styles -->
<link rel="stylesheet" media="screen" href="css/responsive-leyouts.css" type="text/css" />
<!-- animations -->
<link href="js/animations/css/animations.min.css" rel="stylesheet" type="text/css" media="all" />
<!-- just remove the below comments witch color skin you want to use -->
<!--<link rel="stylesheet" href="css/colors/red.css" />-->
<!--<link rel="stylesheet" href="css/colors/green.css" />-->
<!--<link rel="stylesheet" href="css/colors/cyan.css" />-->
<!--<link rel="stylesheet" href="css/colors/orange.css" />-->
<!--<link rel="stylesheet" href="css/colors/lightblue.css" />-->
<!--<link rel="stylesheet" href="css/colors/pink.css" />-->
<!--<link rel="stylesheet" href="css/colors/purple.css" />-->
<!--<link rel="stylesheet" href="css/colors/bridge.css" />-->
<!--<link rel="stylesheet" href="css/colors/slate.css" />-->
<!--<link rel="stylesheet" href="css/colors/yellow.css" />-->
<!--<link rel="stylesheet" href="css/colors/darkred.css" />-->
<!-- just remove the below comments witch bg patterns you want to use -->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-default.css" />-->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-one.css" />-->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-two.css" />-->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-three.css" />-->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-four.css" />-->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-five.css" />-->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-six.css" />-->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-seven.css" />-->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-eight.css" />-->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-nine.css" />-->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-ten.css" />-->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-eleven.css" />-->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-twelve.css" />-->
<!--<link rel="stylesheet" href="css/bg-patterns/pattern-thirteen.css" />-->
<!-- mega menu -->
<link href="js/mainmenu/sticky.css" rel="stylesheet">
<link href="js/mainmenu/bootstrap.min.css" rel="stylesheet">
<link href="js/mainmenu/demo.css" rel="stylesheet">
<link href="js/mainmenu/menu.css" rel="stylesheet">
<!-- slide panel -->
<link rel="stylesheet" type="text/css" href="js/slidepanel/slidepanel.css">
<!-- cubeportfolio -->
<link rel="stylesheet" type="text/css" href="js/cubeportfolio/cubeportfolio.min.css">
<!-- tabs -->
<link rel="stylesheet" type="text/css" href="js/tabs/assets/css/responsive-tabs.css">
<link rel="stylesheet" type="text/css" href="js/tabs/assets/css/responsive-tabs2.css">
<link rel="stylesheet" type="text/css" href="js/tabs/assets/css/responsive-tabs3.css">
<!-- carousel -->
<link rel="stylesheet" href="js/carousel/flexslider.css" type="text/css" media="screen" />
<link rel="stylesheet" type="text/css" href="js/carousel/skin.css" />
<!-- progressbar -->
<link rel="stylesheet" href="js/progressbar/ui.progress-bar.css">
<!-- accordion -->
<link rel="stylesheet" href="js/accordion/accordion.css" type="text/css" media="all">
<!-- Lightbox -->
<link rel="stylesheet" type="text/css" href="js/lightbox/jquery.fancybox.css" media="screen" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55766903-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="clearfix"></div>
<header id="header">
<div id="trueHeader">
<div class="wrapper">
<div class="container">
<div class="logo"><a href="index.html" id="logo"></a></div>
<div class="menu_main">
<div class="navbar yamm navbar-default">
<div class="container">
<div class="navbar-header">
<div class="navbar-toggle .navbar-collapse .pull-right " data-toggle="collapse" data-target="#navbar-collapse-1"><span>Menu</span>
<button type="button" > <i class="fa fa-bars"></i></button>
</div>
</div>
<div id="navbar-collapse-1" class="navbar-collapse collapse pull-right">
<ul class="nav navbar-nav">
<li><a href="index.html" ><i class="fa fa-home"></i> Home</a></li>
<li><a href="About-Us.html"><i class="fa fa-film"></i> About Us</a></li>
<li><a href="#"><i class="fa fa-video-camera"></i> Photographer</a></li>
<li><a href="Wedding-Videographer.html"><i class="fa fa-film"></i> Videographer</a></li>
<li><a href="Wedding-Blog.html"><i class="fa fa-users"></i> Blog</a></li>
<li><a href="Contact-Us.html"><i class="fa fa-phone"></i> Contact US</a></li>
</ul>
<div id="wrap">
<form action="index.html" autocomplete="on">
<input id="search" name="search" type="text" placeholder=""><input id="search_submit" value="search" type="submit">
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
</div>
</div>
<div class="clearfix"></div>
<div class="content_fullwidth">
<div class="container">
<h1>Photographer</h1>
<br />
<div class="features_sec42 two">
<div class="container">
<img src="images/Vinss Media Photography .jpg" alt="Vinss Media Photography" title="Vinss Media Photography" class="img_left11" />
<h4>PHOTOGRAPHY IN ITS ESSENCE</h4>
<h6> <i class="fa fa-arrow-left"></i> <span>A picture is worth a thousand words.</span></h6>
<br />
<p>The general definition of photography is ‘the art or practice of taking and processing
photographs’. We’ve all heard the saying, “A picture is worth a thousand words”, but we know that’s not
all a photo is worth. There is a lot more than just aiming and clicking to taking an amazing photo.
Photographers use their cameras as tools of exploration and instruments of change. Their images
can evoke powerful emotions for their viewers; from shock to happiness to heartbreak and intrigue.
Capturing vibrant colors, odd angles and once in a life time moments. There is a personal involvement
and expression in their photos. They experiment and adjust continuously to find that perfect angle to
capture that perfect image to share their journey.
<br />
<br />
The essence of photography is for the photographer to share the world through their eyes; a way
for their viewers to see what they feel and evoke a similar or same emotion. To capture people or places
we will not see again. Think about a time that you saw a photograph, maybe one that was taken of a
beloved relative during an event like a casual family gathering. Think about all the emotions you felt
while looking at that one simple photo. Certainly there were many and you felt what the photographer
was feeling.
<br />
<br />
When we observe photographs we tend to become nostalgic or yearn for the photo subject.
Imagine looking at a photo of an open field with a calm lake and snow-capped mountain in the distance
or one of small waves lapping at the shores of a remote Caribbean beach. A sense of serenity is evoked by
the photographer for their viewer. As the observer we search for the story the photographer is conveying
to us through their art.
<br />
<br />
A good photographer tells the story through their work without any explanation at all or allows
you to create your own through their visions and documentation of light. It’s all about the story and
emotion of the people in front of the camera. It’s the photographer’s way of immortalizing their
experience. Photographers know their tools are unforgiving and give exactly what’s there, whether it’s
good or bad.
<br />
<br />
With a photograph one can be brought together from across the globe. Through captured images
one can walk across hot, sandy deserts, push their way through the thickets of a rainforest, or scale the
walls of mountains. All in all, photography is the telling of the photographer’s journeys.</p>
<br /><br />
<div class="box animate" data-anim-type="fadeInUp">
<ul>
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div><!-- end section -->
</div>
</div>
<div class="clearfix divider_dashed2"></div><!-- end divider line -->
<div class="features_sec20">
<div class="container">
<div id="grid-container" class="cbp-l-grid-projects four">
<ul>
<li class="cbp-item graphic">
<div class="cbp-caption-defaultWrap">
<a><img src="images/Photographer_1.jpg" alt="Photographer_1" title="" /> </a>
</li>
<li class="cbp-item graphic">
<div class="cbp-caption-defaultWrap">
<a><img src="images/Photographer_2.JPG" alt="Photographer_2" title="" /> </a>
</li>
<li class="cbp-item graphic">
<div class="cbp-caption-defaultWrap">
<a><img src="images/Photographer_3.JPG" alt="Photographer_3" title="" /> </a>
</li>
<li class="cbp-item graphic">
<div class="cbp-caption-defaultWrap">
<a><img src="images/Photographer_4.JPG" alt="Photographer_4" title="" /> </a>
</li>
<li class="cbp-item graphic">
<div class="cbp-caption-defaultWrap">
<a><img src="images/Photographer_5.JPG" alt="Photographer_5" title="" /> </a>
</li>
<li class="cbp-item graphic">
<div class="cbp-caption-defaultWrap">
<a><img src="images/Photographer_6.jpg" alt="Photographer_6" title="" /> </a>
</li>
<li class="cbp-item graphic">
<div class="cbp-caption-defaultWrap">
<a><img src="images/Photographer_7.jpg" alt="Photographer_7" title="" /> </a>
</li>
<li class="cbp-item graphic">
<div class="cbp-caption-defaultWrap">
<a><img src="images/Photographer_8.jpg" alt="Photographer_8" title="" /> </a>
</li>
</ul>
</div>
<div class="cbp-l-loadMore-text">
<div data-href="#" class="cbp-l-loadMore-text-link"></div>
</div>
</div>
</div>
</div>
<div class="clearfix"></div>
<div class="copyright_info">
<div class="container">
<div class="clearfix divider_dashed10"></div>
<div class="one_half animate" data-anim-type="fadeInRight">
Copyright © 2015 vinssmedia.com. All rights reserved. <a href="#">Terms of Use</a> | <a href="#">Privacy Policy</a>
</div>
<div class="one_half last">
<ul class="footer_social_links">
<li class="animate" data-anim-type="zoomIn"><a href="#"><i class="fa fa-facebook"></i></a></li>
<li class="animate" data-anim-type="zoomIn"><a href="#"><i class="fa fa-twitter"></i></a></li>
<li class="animate" data-anim-type="zoomIn"><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li class="animate" data-anim-type="zoomIn"><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li class="animate" data-anim-type="zoomIn"><a href="#"><i class="fa fa-flickr"></i></a></li>
<li class="animate" data-anim-type="zoomIn"><a href="#"><i class="fa fa-youtube"></i></a></li>
</ul>
</div>
</div>
</div>
<a href="#" class="scrollup">Scroll</a>
</div>
<!-- ######### JS FILES ######### -->
<!-- get jQuery from the google apis -->
<script type="text/javascript" src="js/universal/jquery.js"></script>
<!-- style switcher -->
<script src="js/style-switcher/jquery-1.js"></script>
<script src="js/style-switcher/styleselector.js"></script>
<!-- animations -->
<script src="js/animations/js/animations.min.js" type="text/javascript"></script>
<!-- slide panel -->
<script type="text/javascript" src="js/slidepanel/slidepanel.js"></script>
<!-- Master Slider -->
<script src="js/masterslider/jquery.easing.min.js"></script>
<script src="js/masterslider/masterslider.min.js"></script>
<script type="text/javascript">
(function($) {
"use strict";
var slider = new MasterSlider();
slider.setup('masterslider' , {
width: 1400, // slider standard width
height:580, // slider standard height
space:0,
speed:45,
fullwidth:true,
loop:true,
preload:0,
autoplay:true,
view:"basic"
});
// adds Arrows navigation control to the slider.
slider.control('arrows');
slider.control('bullets');
})(jQuery);
</script>
<!-- mega menu -->
<script src="js/mainmenu/bootstrap.min.js"></script>
<script src="js/mainmenu/customeUI.js"></script>
<!-- jquery jcarousel -->
<script type="text/javascript" src="js/carousel/jquery.jcarousel.min.js"></script>
<!-- scroll up -->
<script src="js/scrolltotop/totop.js" type="text/javascript"></script>
<!-- tabs -->
<script src="js/tabs/assets/js/responsive-tabs.min.js" type="text/javascript"></script>
<!-- jquery jcarousel -->
<script type="text/javascript">
(function($) {
"use strict";
jQuery(document).ready(function() {
jQuery('#mycarouselthree').jcarousel();
});
})(jQuery);
</script>
<!-- accordion -->
<script type="text/javascript" src="js/accordion/custom.js"></script>
<!-- sticky menu -->
<script type="text/javascript" src="js/mainmenu/sticky.js"></script>
<script type="text/javascript" src="js/mainmenu/modernizr.custom.75180.js"></script>
<!-- cubeportfolio -->
<script type="text/javascript" src="js/cubeportfolio/jquery.cubeportfolio.min.js"></script>
<script type="text/javascript" src="js/cubeportfolio/main.js"></script>
<script type="text/javascript" src="js/cubeportfolio/main5.js"></script>
<script type="text/javascript" src="js/cubeportfolio/main6.js"></script>
<!-- carousel -->
<script defer src="js/carousel/jquery.flexslider.js"></script>
<script defer src="js/carousel/custom.js"></script>
<!-- lightbox -->
<script type="text/javascript" src="js/lightbox/jquery.fancybox.js"></script>
<script type="text/javascript" src="js/lightbox/custom.js"></script>
</body>
</html>