-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlife.html
380 lines (317 loc) · 20.3 KB
/
life.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, width=device-width">
<link rel="stylesheet" href="/lightlifephotography/static/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="/lightlifephotography/static/fontawesome.min.css" integrity="sha384-X8QTME3FCg1DLb58++lPvsjbQoCT9bp3MsUU3grbIny/3ZwUJkRNO8NPW6zqzuW9" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="/lightlifephotography/static/gallery.css">
<link href="/lightlifephotography/static/face.jpeg" rel="icon">
<link href="/lightlifephotography/static/styles.css" rel="stylesheet">
<link href="http://fonts.cdnfonts.com/css/anurati" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
<link href="/lightlifephotography/static/simple-line-icons/css/simple-line-icons.css" rel="stylesheet" type="text/css">
<script src="/lightlifephotography/static/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<script> src="mgGlitch.min.js"</script>
<script src="/lightlifephotography/static/iconify.min.js"></script>
<title>Light Life Photography</title>
<style>
/* The sidebar menu */
.sidebar {
height: 100%; /* 100% Full-height */
width: 0; /* 0 width - change this with JavaScript */
position: fixed; /* Stay in place */
z-index: 1; /* Stay on top */
top: 0;
left: 0;
background-color: #111; /* Black*/
overflow-x: hidden; /* Disable horizontal scroll */
padding-top: 60px; /* Place content 60px from the top */
transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}
/* The sidebar links */
.sidebar a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
transition: 0.3s;
}
/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
color: #f1f1f1;
}
/* Position and style the close button (top right corner) */
.sidebar .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
/* The button used to open the sidebar */
.openbtn {
font-size: 20px;
cursor: pointer;
background-color: #111;
color: white;
padding: 10px 15px;
border: none;
top: 40px;
}
.openbtn:hover {
background-color: #444;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
transition: margin-left .5s; /* If you want a transition effect */
padding: 20px;
padding-top: 100px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
.sidebar {padding-top: 15px;}
.sidebar a {font-size: 18px;}
}
</style>
</head>
<body class="back2">
<nav class="navbar navbar-expand-lg navbar-dark bg navbar-fixed" style="background-color: rgb(8, 8, 8); align-items: center; justify-content: left;" >
<button aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation" class="navbar-dark navbar-toggler" data-target="#navbar" data-toggle="collapse" type="button">
<span class="navbar-dark navbar-toggler-icon"></span>
</button>
<div class="pss"><a style= 'font-family: trajan-pro;' class="navbar-brand" href="/lightlifephotography"><span class="red">Light Life Photography</span></a></div>
<div class="collapse navbar-collapse labels" id="navbar" style='font-family: trajan-pro;'>
<ul class="navbar-nav mr-auto mt-2" id="navbarz">
<!-- <li class="nav-item"><a class="nav-link" href="/quote">Quote</a></li>
<li class="nav-item"><a class="nav-link" href="/buy">Buy</a></li> -->
<!-- <li class="nav-item"><a class="nav-link" href="/">Automotive</a></li> -->
<li class="nav-item dropdown">
<span class="nav-link aut" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Automotive
</span>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="/lightlifephotography/#outdoor">Outdoor</a>
<a class="dropdown-item" href="/lightlifephotography/#studio">Studio</a>
<a class="dropdown-item" href="/lightlifephotography/#light">Light Painting</a>
<a class="dropdown-item" href="/lightlifephotography/#packages">Packages</a>
</div>
</li>
<li class="nav-item"><a class="nav-link" href="/lightlifephotography/life">Life</a></li>
<li class="nav-item"><a class="nav-link" href="/lightlifephotography/non-profit">Non-profit</a></li>
<li class="nav-item"><a class="nav-link" href="/lightlifephotography/video">Video</a></li>
<li class="nav-item"><a class="nav-link" href="/lightlifephotography/clients">Clients</a></li>
</ul>
<!-- <div class="flex-row d-flex justify-content-center flex-nowrap"> -->
<ul class="list-inline navbar-nav ml-auto mt-2">
<li><a href="https://www.facebook.com/capture.lightlife" target="_blank" class="social-iconz"><div style="text-align:center;"><span class="spark border-secondary" id="face"><img src="/lightlifephotography/static/images/logoz/facebook.png" height="21"/></span></div></a></li>
<li><a href="https://www.instagram.com/light.life.photo" target="_blank" class="social-iconz"><div style="text-align:center;"><span class="spark border-secondary" id="insta"><img src="/lightlifephotography/static/images/logoz/instagram.png" height="21"/></span></div></a></li>
<li><a href="https://www.orion-hub.fr/c/light.life.photo/videos?s=1" target="_blank" class="social-iconz"><div style="text-align:center;"><span class="spark border-secondary" id="peer"><img src="/lightlifephotography/static/images/logoz/peertube.png" height="21"/></span></div></a></li>
<li><a href="https://t.me/LightLifePhoto" target="_blank" class="social-iconz"><div style="text-align:center;"><span class="spark border-secondary" id="tele"><img src="/lightlifephotography/static/images/logoz/telegram.png" height="21"/></span></div></a></li>
<li><a href="https://www.linkedin.com/in/darryl-light-life-photograhy-87139019a" target="_blank" class="social-iconz"><div style="text-align:center;"><span class="spark border-secondary" id="link"><img src="/lightlifephotography/static/images/logoz/linkedin.png" height="21"/></span></div></a></li>
<li><a href="https://mstdn.social/@light_life" target="_blank" class="social-iconz"><div style="text-align:center;"><span class="spark border-secondary" id="masto"><img src="/lightlifephotography/static/images/logoz/mastodon_1.png" height="21"/></span></div></a></li>
</ul>
<!-- </div> -->
<ul class="navbar-nav ml-auto mt-2">
<!-- <li class="nav-item"><a class="nav-link" href="/contact">Contact</a></li> -->
<li><a href="/lightlifephotography/contact" class="social-iconz"><div style="text-align:center;"><span id="conta"><img src="/lightlifephotography/static/images/logoz/contact.png" height="27"/></span></div></a></li>
</ul>
</div>
</div>
</nav>
<main class="p5">
<div class="containerL">
<div id="loader" class="center"></div>
<div id="viewer" class="odd">
<div class="row" style="margin-top: 0px;">
<div id="mySidebar" class="sidebar">
<!-- <a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a> -->
<div style="font-family: trajan-pro; color: #818181;" id = "chucky">
<p>
<h4></h4>
With a technical creative eye, a love for people, nature, light and an appreciation for detail, I’m ready to capture images and video that impress.
For more information and quotes or to view further examples of my work tailored to your needs: [email protected]
I’m based in beautiful South Africa, and am happy to work remotely.
More links and info.
</p>
</div>
</div>
<div id="main" style="font-family: trajan-pro; color: #818181;">
<button class="openbtn" onclick="blip()">›</button>
</div>
<div id= projects class="col-sm-6 col-md-8 col-lg-9">
<div class="galleryContainer_c">
<div id='one' class="thumbnails col-sm-3 col-md-2 col-lg-2 top-buffer">
<label class="thumbnailImage" for="c8" onclick="currentSlide(8)">
<img src="/lightlifephotography/static/images/Life/Nature&Landscape_05.jpg" class="gallImg">
</label>
<label class="thumbnailImage" for="c7" onclick="currentSlide(7)">
<img src="/lightlifephotography/static/images/Life/Nature&Landscape_04.jpg" class="gallImg">
</label>
<label class="thumbnailImage" for="c6" onclick="currentSlide(6)">
<img src="/lightlifephotography/static/images/Life/Nature&Landscape_03.jpg" class="gallImg">
</label>
<label class="thumbnailImage" for="c5" onclick="currentSlide(5)">
<img src="/lightlifephotography/static/images/Life/Nature&Landscape_02.jpg" class="gallImg">
</label>
<label class="thumbnailImage" for="c4" onclick="currentSlide(4)">
<img src="/lightlifephotography/static/images/Life/Nature&Landscape_01.jpg" class="gallImg">
</label>
<label class="thumbnailImage" for="c3" onclick="currentSlide(3)">
<img src="/lightlifephotography/static/images/Life/botsw_3.JPG" class="gallImg">
</label>
<label class="thumbnailImage" for="c2" onclick="currentSlide(2)">
<img src="/lightlifephotography/static/images/Life/botsw_2.jpg" class="gallImg">
</label>
<label class="thumbnailImage" for="c1" onclick="currentSlide(1)">
<img src="/lightlifephotography/static/images/Life/botsw_1.JPG" class="gallImg">
</label>
</div>
<div id= 'two' class="gallerySL month-picker-fieldset col-sm-9 col-md-9 col-lg-9 top-buffer">
<!-- <button type="buton" class="arrz month-picker-nav" onclick="NavBot('prev');"><</button> -->
<input type="radio" name="controls" id="c1" checked>
<img src="/lightlifephotography/static/images/Life/botsw_1.JPG" id="i1" class="gallImage_b">
<input type="radio" name="controls" id="c2" checked>
<img src="/lightlifephotography/static/images/Life/botsw_2.jpg" id="i2" class="gallImage_b">
<input type="radio" name="controls" id="c3" checked>
<img src="/lightlifephotography/static/images/Life/botsw_3.JPG" id="i3" class="gallImage_b">
<input type="radio" name="controls" id="c4" checked>
<img src="/lightlifephotography/static/images/Life/Nature&Landscape_01.jpg" id="i4" class="gallImage_b">
<input type="radio" name="controls" id="c5" checked>
<img src="/lightlifephotography/static/images/Life/Nature&Landscape_02.jpg" id="i5" class="gallImage_b">
<input type="radio" name="controls" id="c6" checked>
<img src="/lightlifephotography/static/images/Life/Nature&Landscape_03.jpg" id="i6" class="gallImage_b">
<input type="radio" name="controls" id="c7" checked>
<img src="/lightlifephotography/static/images/Life/Nature&Landscape_04.jpg" id="i7" class="gallImage_b">
<input type="radio" name="controls" id="c8" checked>
<img src="/lightlifephotography/static/images/Life/Nature&Landscape_05.jpg" id="i8" class="gallImage_b">
<!-- <img src="/lightlifephotography/static/images/Life/l8.jpeg" class="placehodor"> -->
<!-- <button type="buton" class="arrz month-picker-nav" onclick="NavBot('next');">></button> -->
</div>
</div>
</div>
</div>
</div>
</div>
<script>
const targetOut = document.getElementById("hhh")
const targetOutB = document.getElementById("iii")
const targetOutC = document.getElementById("jjj")
targetInA = function () {
// console.log("Hehe!")
if (targetOut.style.display !== "none") {
targetOut.style.display = "none";
}
// else {
// targetOut.style.display = "block";
// }
};
targetInB = function () {
// console.log("Hoho!")
if (targetOutB.style.display !== "none") {
targetOutB.style.display = "none";
}
// else {
// targetOut.style.display = "block";
// }
};
targetInC = function () {
// console.log("Haha!")
if (targetOutC.style.display !== "none") {
targetOutC.style.display = "none";
}
// else {
// targetOut.style.display = "block";
// }
};
NavBot = function (direction) {
var all = $('.month-picker-fieldset input:radio');
var current = $('.month-picker-fieldset input:radio:checked');
var index;
if (direction == 'prev') {
index = all.index(current) - 1;
} else if(direction == 'next') {
index = all.index(current) + 1;
}
if(index >= 8) index = 0;
console.log(index)
all.eq(index).click();
// if(index >= all.size()) index = 0;
return false;
};
resize_objects();
$(window).ready(resize_objects);
$(window).resize(resize_objects);
$(window).click(resize_objects);
// object.addEventListener("load", resize_objects);
function resize_objects(){
var $a = $('#one').height(), $b = $('#two').height();
var $c = $('#three').height(), $d = $('#four').height();
var $e = $('#five').height(), $f = $('#six').height();
if($a > $b) {
//#one is higher than #two
$("#one").css("height",$b);
}
else {
//#two is higher than #one
$("#one").css("height",$b);
}
// console.log("ping!")
if($c > $d) {
//#one is higher than #two
$("#three").css("height",$d);
}
else {
//#two is higher than #one
$("#three").css("height",$d);
}
if($e > $f) {
//#one is higher than #two
$("#five").css("height",$f);
}
else {
//#two is higher than #one
$("#five").css("height",$f);
}
// console.log("ping!")
}
// preload code
document.onreadystatechange = function() {
if (document.readyState !== "complete") {
document.querySelector(
"body").style.visibility = "hidden";
document.querySelector(
"#loader").style.visibility = "visible";
} else {
document.querySelector(
"#loader").style.display = "none";
document.querySelector(
"body").style.visibility = "visible";
}
resize_objects();
};
/* Set the width of the sidebar to 130px and the left margin of the page content to 130px */
function openTxt() {
document.getElementById("mySidebar").style.width = "130px";
document.getElementById("main").style.marginLeft = "130px";
}
/* Set the width of the sidebar to 0 and the left margin of the page content to 0 */
function closeTxt() {
document.getElementById("mySidebar").style.width = "0";
document.getElementById("main").style.marginLeft = "0";
}
/* open and close */
function blip(){
if(document.getElementById("mySidebar").style.width != "130px"){
openTxt()
} else{
closeTxt()
}
}
</script>
</main>
</body>
</html>