-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
390 lines (382 loc) · 21.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<!-- Bootstrap -->
<link rel="stylesheet" href="css/styles.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.2/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll">
<div class="fluid-container">
<!-- ========================== MAIN HEADER =============================-->
<header class="main-header" id="home">
<!-- Main navigation -->
<nav class="main-nav">
<h6 class="sr-only">main website navigation</h6>
<div class="container clearfix">
<div class="nav-logo pull-left">
<a href="#home">
<i class="fa fa-camera"></i>Photo<span class="main-color text-glowing">craft</span>
</a>
</div>
<ul class="pull-right">
<li><a class="navlink active" href="#home">Home</a></li>
<li><a class="navlink" href="#portfolio">Portfolio</a></li>
<li><a class="navlink" href="#about-me">About</a></li>
<li><a class="navlink" href="#contact">Contact</a></li>
</ul>
<div class="overlay visible-xs"></div>
<div class="hamburger pull-right visible-xs">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</nav>
<div class="container">
<div class="hero-box">
<h3 class="animated fadeInLeft">Imagine</h3>
<h2 class="animated fadeInLeft">Discover</h2>
<h1 class="animated fadeInLeft">Capture</h1>
</div>
<a href="#portfolio" class="hero-btn">
<i class="fa fa-arrow-down"></i>
</a>
<nav>
<h6 class="sr-only">Header social navigation</h6>
<ul class="horizontal-nav header-social-nav">
<li class="social-btn animated rotateIn">
<div class="diamond-frame"></div>
<i class="fa fa-facebook"></i>
</li>
<li class="social-btn animated rotateIn">
<div class="diamond-frame"></div>
<i class="fa fa-twitter"></i>
</li>
<li class="social-btn animated rotateIn">
<div class="diamond-frame"></div>
<i class="fa fa-instagram"></i>
</li>
<li class="social-btn animated rotateIn">
<div class="diamond-frame"></div>
<i class="fa fa-linkedin"></i>
</li>
<li class="social-btn animated rotateIn">
<div class="diamond-frame"></div>
<i class="fa fa-google-plus"></i>
</li>
</ul>
</nav>
</div>
</header>
<!-- ========================== PORTFOLIO SECTION =============================-->
<section class="portfolio" id="portfolio">
<div class="container">
<div class="row">
<h1 class="underlined">Portfolio</h1>
</div>
<div class="controls-row clearfix row">
<ul class="horizontal-nav">
<li class="portfolio-btn" data-multifilter="1">Nature</li>
<li class="portfolio-btn" data-multifilter="2">People</li>
<li class="portfolio-btn" data-multifilter="3">Animals</li>
<li class="portfolio-btn" data-multifilter="4">Ocean</li>
</ul>
</div>
</div>
<div class="filtr-container row">
<section class="filtr-item" data-category="1">
<a href="img/nature1.jpg" class="swipebox">
<img class="filtr-img" alt="pink flowers" src="img/nature1.jpg" />
</a>
</section>
<section class="filtr-item" data-category="1">
<a href="img/nature2.jpg" class="swipebox">
<img class="filtr-img" alt="the sun" src="img/nature2.jpg" />
</a>
</section>
<section class="filtr-item" data-category="3">
<a href="img/animals2.jpg" class="swipebox">
<img class="filtr-img" alt="jedi pug" src="img/animals2.jpg" />
</a>
</section>
<section class="filtr-item" data-category="1">
<a href="img/nature4.jpg" class="swipebox">
<img class="filtr-img" alt="mountainous rainbow" src="img/nature4.jpg" />
</a>
</section>
<section class="filtr-item" data-category="2">
<a href="img/people1.jpg" class="swipebox">
<img class="filtr-img" alt="forest girl" src="img/people1.jpg" />
</a>
</section>
<section class="filtr-item" data-category="2">
<a href="img/people2.jpg" class="swipebox">
<img class="filtr-img" alt="child in leaves" src="img/people2.jpg" />
</a>
</section>
<section class="filtr-item" data-category="2">
<a href="img/people3.jpg" class="swipebox">
<img class="filtr-img" alt="man by the sea" src="img/people3.jpg" />
</a>
</section>
<section class="filtr-item" data-category="4">
<a href="img/underwater2.jpg" class="swipebox">
<img class="filtr-img" alt="underwater jelly" src="img/underwater2.jpg" />
</a>
</section>
<section class="filtr-item" data-category="3">
<a href="img/animals1.jpg" class="swipebox">
<img class="filtr-img" alt="doggies smiling" src="img/animals1.jpg" />
</a>
</section>
<section class="filtr-item" data-category="1">
<a href="img/nature3.jpg" class="swipebox">
<img class="filtr-img" alt="grassy" src="img/nature3.jpg" />
</a>
</section>
<section class="filtr-item" data-category="3">
<a href="img/animals3.jpg" class="swipebox">
<img class="filtr-img" alt="birds flying" src="img/animals3.jpg" />
</a>
</section>
<section class="filtr-item" data-category="4">
<a href="img/underwater4.jpg" class="swipebox">
<img class="filtr-img" alt="quiet sea" src="img/underwater4.jpg" />
</a>
</section>
<section class="filtr-item" data-category="4">
<a href="img/underwater1.jpg" class="swipebox">
<img class="filtr-img" alt="the sun underwater" src="img/underwater1.jpg" />
</a>
</section>
<section class="filtr-item" data-category="2">
<a href="img/people4.jpg" class="swipebox">
<img class="filtr-img" alt="subway farer" src="img/people4.jpg" />
</a>
</section>
<section class="filtr-item" data-category="4">
<a href="img/underwater3.jpg" class="swipebox">
<img class="filtr-img" alt="watery greeting" src="img/underwater3.jpg" />
</a>
</section>
<section class="filtr-item" data-category="3">
<a href="img/animals4.jpg" class="swipebox">
<img class="filtr-img" alt="horse chewing" src="img/animals4.jpg" />
</a>
</section>
</div>
</section>
<!-- ========================== ETHOS SECTION =============================-->
<section class="ethos" id="ethos">
<div class="container">
<h1 class="underlined sr-only">ethos</h1>
<img src="img/oldcamera.png" alt="old camera">
<blockquote>
Beauty is in the eye <br />of the beholder
<br />
<cite>—Plato</cite>
</blockquote>
</div>
</section>
<!-- ========================== ABOUT SECTION =============================-->
<section class="about-me" id="about-me">
<div class="container">
<div class="row">
<h1 class="underlined">About me</h1>
</div>
<div class="row">
<div class="story-container clearfix">
<!-- Your photo goes here -->
<img alt="photo of me" src="img/photographer.png" id="photographer-img">
<!-- CV section -->
<div class="cv-container col-sm-8">
<div class="story-pointer-row row">
<!-- Story pointers pointing to different story on click -->
<span class="story-pointer active" data-target="story-now">
<span class="tooltip-time active">2012-today</span>
</span>
<span class="story-pointer" data-target="story-senior">
<span class="tooltip-time">2006-2012</span>
</span>
<span class="story-pointer" data-target="story-junior">
<span class="tooltip-time">2002-2006</span>
</span>
<span class="story-pointer" data-target="story-education">
<span class="tooltip-time">1998-2002</span>
</span>
</div>
<!-- Timeline stories -->
<div class="story">
<article id="story-now">
<h2 class="story-heading animated flipInX">Freelance Photographer</h2>
<h3 class="time-heading animated fadeIn"><strong>2012 - today</strong></h3>
<p class="story-details animated fadeInUp">In 2012 I decided that life is too short to not do what pleases me the most. I quit my job and since then I've travelled in every single continent, visiting over 40 countries to capture life in its wildest or most peaceful moments.</p>
<div class="story-image-container animated zoomIn">
<img class="story-image img-responsive" alt="Chinese nature" src="img/aboutme_china.jpg">
</div>
</article>
</div>
<div class="story">
<article id="story-senior">
<h2 class="story-heading animated flipInX">Senior Photographer — <i>The Scorching News</i>, London UK</h2>
<h3 class="time-heading animated fadeIn"><strong>2006 - 2012</strong></h3>
<p class="story-details animated fadeInUp">For 6 years I worked and lived in one of Europe's largest capitals. While working <i>The Scorching News</i> I had to visit over 20 countries, capturing breathtaking photography for news coverage. I also organized about 30 photography exhibitions.</p>
<div class="story-image-container animated zoomIn">
<img class="story-image img-responsive" alt="Big Ben by night" src="img/aboutme_london.jpg">
</div>
</article>
</div>
<div class="story">
<article id="story-junior">
<h2 class="story-heading animated flipInX"><strong>Junior Photographer — <i>Tuesday Times</i>, NYC</strong></h2>
<h3 class="time-heading animated fadeIn"><strong>2002 - 2006</strong></h3>
<p class="story-details animated fadeInUp">For 3 years I worked as a junior photographer where I provided support to senior photographer in editing and capturing astounding photography for story covers.</p>
<div class="story-image-container animated zoomIn">
<img class="story-image img-responsive" alt="NYC from helicopter" src="img/aboutme_newyork.jpg">
</div>
</article>
</div>
<div class="story">
<article id="story-education">
<h2 class="story-heading animated flipInX">BA in Fine Arts & Photography — School of the Art, Institute of Chicago</h2>
<h3 class="time-heading animated fadeIn"><strong>1998 - 2002</strong></h3>
<p class="story-details animated fadeInUp">During my studies at the School of the Art in Chicago I excelled in the Fine Arts and Art History. I familiarized myself with the aesthetics of a variety of arts movements while trying to develop my own style.</p>
<div class="story-image-container animated zoomIn">
<img class="story-image img-responsive" alt="University entrance" src="img/aboutme_university.jpg">
</div>
</article>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ========================== CONTACT SECTION =============================-->
<section class="contact lightblack-section" id="contact">
<div class="container">
<div class="row">
<h1 class="underlined">Contact me</h1>
</div>
<div class="row">
<div class="col-sm-4 text-left contact-details">
<div class="row">
<div class="col-xs-1">
<i class="fa fa-location-arrow"></i>
</div>
<div class="col-xs-8">
1627 Mount Tabor<br /> New York, NY 10013
</div>
</div>
<div class="row">
<div class="col-xs-1">
<i class="fa fa-phone"></i>
</div>
<div class="col-xs-8">
914-012-2148
</div>
</div>
<div class="row">
<div class="col-xs-1">
<i class="fa fa-skype"></i>
</div>
<div class="col-xs-8">
j.doe.photography
</div>
</div>
<div class="row">
<div class="col-xs-1">
<i class="fa fa-envelope"></i>
</div>
<div class="col-xs-8">
</div>
</div>
</div>
<div class="col-sm-8 contact-form">
<form method="post" action="#">
<div class="row">
<input type="text" id="name" name="name" placeholder="full name" required>
</div>
<div class="row">
<input type="email" id="email" name="email" placeholder="email" required>
</div>
<div class="row">
<textarea name="message" id="message" placeholder="message" rows="7"></textarea>
</div>
<div class="row">
<button class="full-btn" type="submit">Send</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- ========================== FOOTER SECTION =============================-->
<footer class="main-footer" id="main-footer">
<div class="container">
<div class="row">
<!-- Footer site navigation -->
<div class="col-sm-6 clearfix">
<nav class="site-footer-nav">
<h6 class="sr-only">footer site navigation</h6>
<ul class="horizontal-nav">
<li>
<a class="main-link" href="#home">Home</a> —
<a class="main-link" href="#portfolio">Portfolio</a> —
<a class="main-link" href="#about-me">About me</a> —
<a class="main-link" href="#contact">Contact</a>
</li>
</ul>
</nav>
</div>
<!-- Footer social navigation -->
<div class="col-sm-6 clearfix">
<nav class="social-footer-nav">
<h6 class="sr-only">footer social navigation</h6>
<ul class="horizontal-nav">
<li class="social-btn">
<i class="fa fa-facebook"></i>
</li>
<li class="social-btn">
<i class="fa fa-twitter"></i>
</li>
<li class="social-btn">
<i class="fa fa-instagram"></i>
</li>
<li class="social-btn">
<i class="fa fa-linkedin"></i>
</li>
<li class="social-btn">
<i class="fa fa-google-plus"></i>
</li>
</ul>
</nav>
</div>
</div>
<div class="row">
<p>
Photocraft is developed by <a class="main-link" href="http://yiotis.net" target="_blank">Yiotis Kaltsikis</a> and released under the <a class="main-link" href="https://opensource.org/licenses/MIT" target="_blank">MIT License</a>.
</p>
</div>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<script src="js/vendor/imagesloaded/imagesloaded.pkgd.min.js"></script>
<script src="js/vendor/filterizr/jquery.filterizr.min.js"></script>
<script src="js/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="js/vendor/swipebox/jquery.swipebox.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>