-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
337 lines (245 loc) · 9.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>David Andres Leon Portfolio</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Source Code Pro' rel='stylesheet'>
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/styles.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body oncontextmenu="return false;">
<!-- splash screen -->
<div class="splash">
<p id = "title">davidandresleon</p>
<br>
<br>
<p id="animation01"></p>
<!-- <canvas></canvas> -->
<ahref="#" class="enter_link">Enter on the website</a>
</div>
<div class="david-mobile hidden-lg hidden-sm hidden-md ">
davidandresleon
</div>
<div class="david hidden-xs">
davidandresleon
</div>
<!-- <div class="buttons" id="myDIV">
<div class="button filter-button active" id="first-button" data-filter="all"> everything </div>
<div class="button filter-button" data-filter="hdpe"> hdpe </div>
<div class="button filter-button" data-filter="spray"> spray </div>
<div class="button filter-button" data-filter="irrigation"> irrigation </div>
</div> -->
<nav class="navbar navbar-inverse" data-spy="affix" data-offset-top="197">
<ul class="nav navbar-nav" id="myDIV">
<li class="button filter-button active" data-filter="all"><a href="#">First Category</a></li>
<li class="button filter-button" data-filter="hdpe"><a href="#">hdpe</a></li>
<li class="button filter-button" data-filter="spray"><a href="#">spray</a></li>
<li class="button filter-button" data-filter="irrigation"><a href="#">Page 3</a></li>
</ul>
</nav>
<!-- portfolio gallery -->
<div class="gallery">
<div class="project col-lg-1 col-md-1 col-sm-1 col-xs-6 nopadding year">
<img src="img/year.png" class="img-responsive">
<div class="overlay"><div class="img-text">hi</div></div>
</div>
<div class="project col-lg-1 col-md-1 col-sm-1 col-xs-6 filter hdpe nopadding">
<img src="img/project.png" class="img-responsive">
<div class="overlay"><div class="img-text">hi</div></div>
</div>
<div class="project col-lg-1 col-md-1 col-sm-1 col-xs-6 filter sprinkle nopadding">
<img src="img/project.png" class="img-responsive">
</div>
<div class="project col-lg-1 col-md-1 col-sm-1 col-xs-6 filter hdpe nopadding">
<img src="img/project.png" class="img-responsive">
</div>
<div class="project col-lg-1 col-md-1 col-sm-1 col-xs-6 filter irrigation nopadding">
<img src="img/project.png" class="img-responsive">
</div>
<div class="project col-lg-1 col-md-1 col-sm-1 col-xs-6 filter spray nopadding">
<img src="img/project.png" class="img-responsive">
</div>
<div class="project col-lg-1 col-md-1 col-sm-1 col-xs-6 nopadding year">
<img src="img/year.png" class="img-responsive">
</div>
<div class="project col-lg-1 col-md-1 col-sm-1 col-xs-6 filter irrigation nopadding">
<img src="img/project.png" class="img-responsive">
</div>
<div class="project col-lg-1 col-md-1 col-sm-1 col-xs-6 filter irrigation nopadding">
<img src="img/project.png" class="img-responsive">
</div>
<div class="project col-lg-1 col-md-1 col-sm-1 col-xs-6 filter hdpe nopadding">
<img src="img/project.png" class="img-responsive">
</div>
<div class="project col-lg-1 col-md-1 col-sm-1 col-xs-6 filter spray nopadding">
<img src="img/project.png" class="img-responsive">
</div>
<div class="project col-lg-1 col-md-1 col-sm-1 col-xs-6 nopadding year">
<img src="img/year.png" class="img-responsive">
</div>
<div class="project col-lg-1 col-md-1 col-sm-1 col-xs-6 filter sprinkle nopadding">
<img src="img/project.png" class="img-responsive">
</div>
<div class="project col-lg-1 col-md-1 col-sm-1 col-xs-6 filter hdpe nopadding">
<img src="img/project.png" class="img-responsive">
</div>
<div class="project col-lg-1 col-md-1 col-sm-1 col-xs-6 filter irrigation nopadding">
<img src="img/project.png" class="img-responsive">
</div>
<div class="project col-lg-1 col-md-1 col-sm-1 col-xs-6 filter spray nopadding">
<img src="img/project.png" class="img-responsive">
</div>
<div class="project col-lg-1 col-md-1 col-sm-1 col-xs-6 nopadding year">
<img src="img/year.png" class="img-responsive">
</div>
<div class="project col-lg-1 col-md-1 col-sm-1 col-xs-6 filter irrigation nopadding">
<img src="img/project.png" class="img-responsive">
</div>
<div class="project col-lg-1 col-md-1 col-sm-1 col-xs-6 filter spray nopadding">
<img src="img/project.png" class="img-responsive">
</div>
<div class="project col-lg-1 col-md-1 col-sm-1 col-xs-6 filter irrigation nopadding">
<img src="img/project.png" class="img-responsive">
</div>
<div class="project col-lg-1 col-md-1 col-sm-1 col-xs-6 filter irrigation nopadding">
<img src="img/project.png" class="img-responsive">
</div>
<div class="project col-lg-1 col-md-1 col-sm-1 col-xs-6 nopadding year">
<img src="img/year.png" class="img-responsive">
</div>
<div class="project col-lg-1 col-md-1 col-sm-1 col-xs-6 filter hdpe nopadding">
<img src="img/project.png" class="img-responsive">
</div>
<div class="project col-lg-1 col-md-1 col-sm-1 col-xs-6 filter spray nopadding">
<img src="img/project.png" class="img-responsive">
</div>
<div class="project col-lg-1 col-md-1 col-sm-1 col-xs-6 filter sprinkle nopadding">
<img src="img/project.png" class="img-responsive">
</div>
<div class="project col-lg-1 col-md-1 col-sm-1 col-xs-6 nopadding year">
<img src="img/year.png" class="img-responsive">
</div>
<div class="project col-lg-1 col-md-1 col-sm-1 col-xs-6 filter irrigation nopadding">
<img src="img/project.png" class="img-responsive">
</div>
<div class="project col-lg-1 col-md-1 col-sm-1 col-xs-6 filter spray nopadding">
<img src="img/project.png" class="img-responsive">
</div>
<div class="project col-lg-1 col-md-1 col-sm-1 col-xs-6 filter irrigation nopadding" id="thisID">
<img src="img/project.png" class="img-responsive">
</div>
<div class="project col-lg-1 col-md-1 col-sm-1 col-xs-6 filter irrigation nopadding" id="project_01">
<img src="img/project.png" class="img-responsive">
</div>
</div>
<div class="modal" id="myModal" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title">Modal title</h>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body"></div>
</div>
</div>
</div>
</body>
<footer>
<div align="center">
<p>Footer Content</p>
</div>
</footer>
<script >
$(document).ready(function(){
// filter tags
$(".filter-button").click(function(){
var value = $(this).attr('data-filter');
if(value == "all")
{
//$('.filter').removeClass('hidden');
$('.filter').show('1000');
}
else
{
$(".filter").not('.'+value).hide('3000');
$('.filter').filter('.'+value).show('3000');
}
});
});
// disolve splashscreen
$('.enter_link').click(function () {
$(this).parent('.splash').fadeOut(500);
}
);
// Add active class to the current button (highlight it)
var header = document.getElementById("myDIV");
var btns = header.getElementsByClassName("button");
for (var i = 0; i < btns.length; i++) {
btns[i].addEventListener("click", function() {
var current = document.getElementsByClassName("active");
current[0].className = current[0].className.replace(" active", "");
this.className += " active";
});
}
</script>
<!-- MODAL CONTECT -->
<script>
// Get the modal
var modal = document.getElementById('myModal');
// Get the button that opens the modal
var btn = document.getElementById("myBtn");
// Get the <span> element that closes the modal
var span = document.getElementsByClassName("close")[0];
/*
// When the user clicks the button, open the modal
btn.onclick = function() {
modal.style.display = "block";
}
*/
// When the user clicks on <span> (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}
</script>
<!-- typewritter effect -->
<script>
var i = 0;
var txt = "Lorem ipsum dummy text blabla. fafs" + "\n " + "" ;
var speed = 80;
function typeWriter() {
if (i < txt.length) {
document.getElementById("animation01").innerHTML += txt.charAt(i);
i++;
setTimeout(typeWriter, speed);
}
}
document.onload = typeWriter();
</script>
<!-- load modal -->
<script>
$('.project').on('click',function(){
var classID = $(this).attr("id");
var page = 'projects/' + classID + '/' + classID +'.html';
$.get(page)
.done(function() {
$('.modal-body').load(page,function(){
$('#myModal').modal({show:true});
});
}).fail(function() {
alert("sorry, project not available!")
})
});
</script>