forked from williamli/lennonwall.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomingsoon.html
124 lines (105 loc) · 4.82 KB
/
comingsoon.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
<!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">
<!-- 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, prayers, 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="/"><img src="assets/lennon/img/header/main.png"></a>
<h4>連儂牆香港</h4>
<p>
請支持香港民主
</p>
</div>
</div>
<div class="nocounter main">
<!-- Main component for a primary marketing message or call to action -->
<div class="darkwrapper" style="text-align: center; font-size: 24px; padding-top: 100px; padding-bottom: 100px; margin-top: 50px;">
<p>讓關愛, 祈望和祝願填滿香港連儂牆. 開發即將完成, 敬請密切留意!</p>
<p>The Lennon Wall Hong Kong exists for thoughts, prayers, wishes and futures of HK.<br/>
We are working hard to bring this online so bookmark, share, and check back with us soon!<br/></p>
</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>
(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>
</body>
</html>