-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgallery.html
174 lines (162 loc) · 7.2 KB
/
gallery.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
<!DOCTYPE HTML>
<html>
<head>
<title data-token="title_gallery">畫廊 | 幻想濾鏡</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/photo_frame.css" />
<link rel="shortcut icon Bookmark" href="assets/images/favicon.ico" type="image/x-icon" />
</head>
<body class="is-preload">
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1><a href="index.html">Fantastic Filter </a></h1>
<nav id="nav">
<ul>
<li><a href="gallery.html">
<x-str data-token="gallery" />
</a></li>
<li>
<a href="#" class="icon fa-angle-down">
<x-str data-token="language">
</a>
<ul class="language_selector">
<li><a href="#" data-value="en_US">English</a></li>
<li><a href="#" data-value="zh_TW">中文(臺灣)</a></li>
<li><a href="#" data-value="zh_CN">中文(简体)</a></li>
</ul>
</li>
<li><a href="download.html" class="button">
<x-str data-token="download" />
</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<section id="main" class="container">
<header>
<h2>
<x-str data-token="title_page_gallery" />
</h2>
<p>
<x-str data-token="click_to_compare" />
</p>
</header>
<div class="row">
<div class="col-12">
<section class="box center">
<div class="description">
<h3>
<x-str data-token="mqxr" />
</h3>
<p>
<x-str data-token="mqxr_description" />
</p>
</div>
<div class="photo_frame origin">
<button class="switch"></button>
<img src="images/gallery/mqxr.jpg" class="before" />
<img src="images/gallery/mqxr_enhanced.png" class="after" />
</div>
</section>
<section class="box center">
<div class="description">
<h3>
<x-str data-token="fisherman_wharf" />
</h3>
<p>
<x-str data-token="fisherman_wharf_description" />
</p>
</div>
<div class="photo_frame origin">
<button class="switch"></button>
<img src="images/gallery/tamsui.jpg" class="before" />
<img src="images/gallery/tamsui_enhanced.png" class="after" />
</div>
</section>
<section class="box center">
<div class="description">
<h3>
<x-str data-token="taipei_101" />
</h3>
<p>
<x-str data-token="taipei_101_description" />
</p>
</div>
<div class="photo_frame origin">
<button class="switch"></button>
<img src="images/gallery/taipei_101.jpg" class="before" />
<img src="images/gallery/taipei_101_enhanced.png" class="after" />
</div>
</section>
<section class="box center">
<div class="description">
<h3>
Christmas Tree
</h3>
<p>
'Cause you are near and everything is clear.
</p>
</div>
<div class="photo_frame origin">
<button class="switch"></button>
<img src="images/gallery/xmas_tree.jpg" class="before" />
<img src="images/gallery/xmas_tree_enhanced.jpg" class="after" />
</div>
</section>
<section class="box center">
<div class="description">
<h3>
<x-str data-token="expressway" />
</h3>
<p>
<x-str data-token="expressway_description" />
</p>
</div>
<div class="photo_frame origin">
<button class="switch"></button>
<img src="images/gallery/huanhe_expressaway.jpg" class="before" />
<img src="images/gallery/huanhe_expressaway_enhanced.png" class="after" />
</div>
</section>
<section class="box center">
<div class="description">
<h3>
<x-str data-token="riverbank" />
</h3>
<p>
<x-str data-token="riverbank_description" />
</p>
</div>
<div class="photo_frame origin">
<button class="switch"></button>
<img src="images/gallery/embankment.jpg" class="before" />
<img src="images/gallery/embankment_enhanced.png" class="after" />
</div>
</section>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="copyright">
<li>
<x-str data-token="copyright">
</li>
</ul>
</footer>
</div>
<div id="overlay" class="is-preload"></div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/photo_frame.js"></script>
<script src="assets/js/lang.js"></script>
</body>
</html>