-
Notifications
You must be signed in to change notification settings - Fork 24
/
photography.html
executable file
·76 lines (71 loc) · 2.04 KB
/
photography.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
---
layout: default
title: Photography
section_id: photography
---
<div class='full parallax' style='background-image: url(images/@stock/portfolio-header-bg.jpg); color: #fff;'>
<div class='row'>
<div class='large-12 columns'>
{% include section-header.html title="My Photography" tagline="While there is time, let's go out and feel everything." color="#fff" class="big" %}
</div>
</div>
<div class='four spacing'></div>
</div>
<div class='full'>
<div class='row'>
<div class='large-12 columns'>
<div class='mod modBoxedSlider'>
<div class='slides'>
<div class='slide'>
<img alt="" src="images/@stock/big-work-1.jpg" />
</div>
<div class='slide'>
<img alt="" src="images/@stock/big-work-2.jpg" />
</div>
</div>
</div>
</div>
</div>
<div class='spacing'></div>
<div class='row'>
<div class='large-8 columns'>
<h3>33'Photography</h3>
<p>
Here are some Personal Photography Work which are inspired during Travels and Normal life.
<br>
For me, photography is to place head, heart and eye along a same line of sight.
<br>
It is not looking, it’s feeling.
<br>
It is a way of life.
</p>
<div class='spacing'></div>
<a class='button small' href='https://www.instagram.com/33.sun/'>view my photos</a>
</div>
<div class='large-4 columns'>
<ul class='info'>
<li>
<strong>Placee:</strong>
Taipei
</li>
<li>
<strong>Date:</strong>
June 2016
</li>
<li>
<div class='spacing'></div>
<a href='' title='previous'>
<i class='icon-left-open'></i>
</a>
<a href='portfolio.html' title='back to work list'>
<i class='icon-layout'></i>
</a>
<a href='' title='next'>
<i class='icon-right-open'></i>
</a>
</li>
</ul>
</div>
</div>
<div class='four spacing'></div>
</div>