forked from williamli/lennonwall.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwrite.html
317 lines (285 loc) · 10.7 KB
/
write.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
<!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 , user-scalable=no">
<title>Lennon Wall Hong Kong 連儂牆</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<!-- Bootstrap -->
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!--<link href="bootstrap/css/non-responsive.css" rel="stylesheet">-->
<!-- Custom styles for this template -->
<link href="assets/lennon/css/lennon.css" rel="stylesheet">
<link rel="stylesheet" href="assets/lennon/css/odometer-theme-minimal.css" />
<!-- Wookmark ->
<!-- CSS Reset -->
<!-- Magnific popup styles -->
<link rel="stylesheet" href="assets/wookmark/css/magnific-popup.css">
<!-- <link rel="stylesheet" href="wookmark/css/reset.css"> -->
<link rel="stylesheet" href="assets/wookmark/css/style.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/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Social Media -->
<meta property="og:title" content="Lennon Wall Hong Kong 連儂牆香港"/>
<meta property="og:site_name" content="Lennon Wall Hong Kong 連儂牆香港"/>
<meta property="og:type" content="Lennon Wall Hong Kong 連儂牆香港"/>
<meta property="og:url" content="http://www.lennonwall.com"/>
<meta property="og:description" content="The Lennon Wall Hong Kong exists for thoughts, prays, wishes and futures of HK.
We are working hard to bring this online so bookmark, share, and check back with us soon!
讓關愛, 祈望和祝願填滿香港連儂牆. 開發即將完成, 敬請密切留意!" />
<meta property="og:image" content="http://www.lennonwall.com/hk/assets/lennon/img/others/fb.jpg" />
<meta property="fb:admins" content="654455109"/>
</head>
<body>
<div class="container">
<!-- header navbar -->
<!-- <div class="header navbar navbar-default text-center" role="navigation">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<img src="assets/lennon/img/header/main.png">
</button>
<a class="navbar-brand text-center" href="#"><img src="assets/lennon/img/header/main.png"></a>
<h4>連儂牆香港</h4>
<p>
請支持香港民主
</p>
</div> -->
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
<a class="" href="#"><img src="assets/lennon/img/header/main.png"></a>
</button>
<a class="navbar-brand" href="index.html"><img src="assets/lennon/img/header/main.png"></a>
<h4>連儂牆香港</h4>
<p>
請支持香港民主
</p>
<div class="counter">
<div class="msg">
<h5>總留言</h5>
<div id="odometer" class="odometer">
<h6 class="num-content">123</h6>
</div>
</div>
</div>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="post.html">看連儂牆</a>
</li>
<li class="active">
<a href="write.html">寫在連儂牆</a>
</li>
<li>
<a href="idea.html">目的</a>
</li>
<li >
<a href="workgroup.html">工作單位</a>
</li>
<li>
<div class="btn-group">
<button type="button" class="btn btn-tranparent dropdown-toggle" data-toggle="dropdown">
Hong Kong (中文) <span class="caret"></span>
</button>
<ul class="dropdown-menu" role="menu">
<li>
<a href="#">Hong Kong (中文)</a>
</li>
<li>
<a href="#">Hong Kong (English)</a>
</li>
</ul>
</div>
</li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
<!--/.container-fluid -->
</div>
<div class="main">
<!-- Main component for a primary marketing message or call to action -->
<div class="" id="submenu">
<div class="col-xs-4 col-md-offset-2 col-sm-offset-2 text-right nomargin-right">
<!-- <button type="button" class="btn btn-tranparent btn-sub active" data-toggle="modal" data-target="#StartModal"><img src="assets/lennon/img/icons/read-small.png"> -->
<a class="btn btn-tranparent btn-sub " href="post.html"><img src="assets/lennon/img/icons/read-small.png"> </a>
</div>
<div class="col-xs-4 nomargin-left">
<a class="btn btn-tranparent btn-sub active" href="write.html"><img src="assets/lennon/img/icons/write-small.png"> </a>
</div>
</div>
<div class="darkwrapper">
<!-- Nav tabs -->
<ul class="nav nav-tabs" role="tablist">
<li class="active">
<a href="#social" role="tab" data-toggle="tab">使用 Facebook 或 Intagram 分享相片</a>
</li>
<li>
<a href="#webform" role="tab" data-toggle="tab">使用本網站留言</a>
</li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<div class="tab-pane active" id="social">
1.XXXXX
<br>
2.XXXXX
<br>
3. XXX
<br>
</div>
<div class="tab-pane " id="webform">
<div class="row">
<div class="col-xs-12 col-md-2 vertical-center">
你的姓名:
</div>
<div class="col-xs-12 col-md-4">
<input type="text" class="form-control" />
</div>
</div>
<div class="row">
<div class="col-xs-12 col-md-2 vertical-center">
你的電郵:
</div>
<div class="col-xs-12 col-md-4">
<input type="text" class="form-control" />
</div>
</div>
<div class="row">
<div class="col-xs-12 col-md-2 vertical-center">
你的留言:
</div>
<div class="col-xs-12 col-md-7">
<textarea type="text" class="form-control" rows="5"></textarea>
</div>
</div>
<div class="row">
留言後,請留意你的電郵確認信件, 留言將會在你確認後出現。
</div>
<div class="row text-right">
<a class="btn btn-default " href="#">
取消
</a>
<a class="btn btn-lennon" href="write-sent.html">
送出
</a>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="row text-center">
<div class="col-md-12">
<div class="btn-group">
<a class="btn btn-tranparent" href="idea.html">目的</a>
<a class="btn btn-tranparent" href="workgroup.html">工作單位</a>
<div class="btn-group">
<button type="button" class="btn btn-tranparent dropdown-toggle" data-toggle="dropdown">
Hong Kong (中文) <span class="caret"></span>
</button>
<ul class="dropdown-menu" role="menu">
<li>
<a href="#">Hong Kong (中文)</a>
</li>
<li>
<a href="#">Hong Kong (English)</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Button trigger modal -->
<!-- Modal -->
<div class="modal fade" id="StartModal" tabindex="-1" role="dialog" data-keyboard="true" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">
<span aria-hidden="true">×</span><span class="sr-only">Close</span>
</button>
</div>
<div class="modal-body">
<div id="parameter"></div>
</div>
</div>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<!-- Custom styles for this template -->
<script src="assets/lennon/js/lennon.js"></script>
<script src="assets/lennon/js/odometer.min.js"></script>
<script>
$(document).ready(function() {
var url = document.URL.split('#')[1];
var message;
if (url == undefined) {
url = '';
}
// if (url != '') {
// message = url;
// $('#parameter').text(message);
// // alert(message);
// $('#StartModal').modal('show');
// }
});
</script>
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] ||
function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o), m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-55847719-1', 'auto');
ga('send', 'pageview');
</script>
<!-- Include the imagesLoaded plug-in -->
<script src="assets/wookmark/libs/jquery.imagesloaded.js"></script>
<!-- include magnific popup -->
<script src="assets/wookmark/libs/jquery.magnific-popup.min.js"></script>
<!-- Include the plug-in -->
<script src="assets/wookmark/libs/jquery.wookmark.js"></script>
<!-- Once the page is loaded, initalize the plug-in. -->
<script type="text/javascript">
(function($) {
$('#tiles').imagesLoaded(function() {
// Prepare layout options.
var options = {
autoResize : true, // This will auto-update the layout when the browser window is resized.
container : $('#post'), // Optional, used for some extra CSS styling
offset : 5, // Optional, the distance between grid items
itemWidth : 210, // Optional, the width of a grid item
fillEmptySpace : true // Optional, fill the bottom of each column with widths of flexible height
};
// Get a reference to your grid items.
var handler = $('#tiles li'), filters = $('#filters li');
// Call the layout function after all images have loaded
$('#tiles').imagesLoaded(function() {
handler.wookmark(options);
});
});
})(jQuery);
setTimeout(function() {
odometer.innerHTML = 30000;
}, 300);
</script>
</body>
</html>