-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
261 lines (231 loc) · 15.7 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
<html class=" evernoteSafari"><head>
<meta charset="utf-8">
<meta name="apple-itunes-app" content="app-id=647696794">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BikeShops Go Where (Formerly PomChek Go Where)</title>
<script id="facebook-jssdk" src="//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=385205984962960&version=v2.0"></script>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<style>
@import url(http://fonts.googleapis.com/css?family=Raleway);
html, body, #content {
margin: 0px;
height: 100%;
font-family: sans-serif;
font-weight: lighter;
color: #1b1b1b;
background-color: #f3f3f3;
text-align: center;
line-height: 1.4;
}
#splash {
height: 100%;
width: 100%;
display: table;
table-layout: fixed;
max-width: 700px;
margin: auto;
position: relative;
}
@media screen and (min-width: 700px) {
#splash > div {
display: table-cell;
vertical-align: middle;
padding: 1em;
height: 100%;
}
#splash #left {
text-align: right;
}
#splash #right {
text-align: left;
}
#splash .iphone {
width: 288px;
height: 576px;
}
#screenshots img {
max-width: 200px;
}
#like-container {
position: absolute;
top: 100%;
right: 20px;
margin-top: -50px;
}
}
#chevron {
position: absolute;
left: 50%;
top: 100%;
margin-top: -2em;
color: #1b1b1b;
opacity: 0.5;
margin-left: -0.5em;
}
@media screen and (max-width: 700px) {
#chevron {
display: none;
}
#splash .iphone {
width: 192px;
height: 384px;
display: inline-block;
}
#splash #left {
padding: 10px;
}
#screenshots img {
max-width: 100px;
}
#splash .appstore {
display: none;
}
}
img.appstore {
max-width: 120px;
}
.iphone {
background-image: url('http://app-stop.appspot.com/static/5s.png');
background-size: contain;
position: relative;
width: 720px;
height: 1440px;
}
.iphone img {
position: absolute;
top: 17.9%;
left: 14%;
width: 73%;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Raleway", sans-serif;
font-weight: normal;
}
#icon-row {
margin: 30px;
margin-top: 40px;
margin-bottom: 80px;
border-bottom: 1px solid rgba(0,0,0,0.3);
position: relative;
}
#icon-row #icon-container {
position: absolute;
width: 80px;
height: 80px;
left: 50%;
top: 50%;
margin-left: -50px;
margin-top: -50px;
border: 10px solid #f3f3f3;
}
#icon-row img {
width: 100%;
border-radius: 19px;
box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}
#description {
margin: auto;
width: 90%;
max-width: 600px;
}
#screenshots {
margin-bottom: 2em;
}
#screenshots img {
border: 1px solid white;
box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
margin: 1em;
}
#description {
white-space: pre-wrap;
}
#stars {
text-align: center;
font-style: italic;
font-size: small;
}
#stars span {
display: block;
font-size: 30px;
font-style: normal;
}
#attribution {
font-size: small;
padding: 2em;
}
#attribution a {
color: #1b1b1b;
}
</style>
<style type="text/css"></style><style>[touch-action="none"]{ -ms-touch-action: none; touch-action: none; }[touch-action="pan-x"]{ -ms-touch-action: pan-x; touch-action: pan-x; }[touch-action="pan-y"]{ -ms-touch-action: pan-y; touch-action: pan-y; }[touch-action="scroll"],[touch-action="pan-x pan-y"],[touch-action="pan-y pan-x"]{ -ms-touch-action: pan-x pan-y; touch-action: pan-x pan-y; }</style><style id="style-1-cropbar-clipper">/* Copyright 2014 Evernote Corporation. All rights reserved. */
.en-markup-crop-options {
top: 18px !important;
left: 50% !important;
margin-left: -90px !important;
width: 180px !important;
border: 2px rgba(255,255,255,.38) solid !important;
border-radius: 4px !important;
}
.en-markup-crop-options div div:first-of-type {
margin-left: 0px !important;
}
</style><style type="text/css">.fb_hidden{position:absolute;top:-10000px;z-index:10001}.fb_invisible{display:none}.fb_reset{background:none;border:0;border-spacing:0;color:#000;cursor:auto;direction:ltr;font-family:"lucida grande", tahoma, verdana, arial, sans-serif;font-size:11px;font-style:normal;font-variant:normal;font-weight:normal;letter-spacing:normal;line-height:1;margin:0;overflow:visible;padding:0;text-align:left;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;visibility:visible;white-space:normal;word-spacing:normal}.fb_reset>div{overflow:hidden}.fb_link img{border:none}
.fb_dialog{background:rgba(82, 82, 82, .7);position:absolute;top:-10000px;z-index:10001}.fb_reset .fb_dialog_legacy{overflow:visible}.fb_dialog_advanced{padding:10px;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px}.fb_dialog_content{background:#fff;color:#333}.fb_dialog_close_icon{background:url(http://static.ak.fbcdn.net/rsrc.php/v2/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 0 transparent;_background-image:url(http://static.ak.fbcdn.net/rsrc.php/v2/yL/r/s816eWC-2sl.gif);cursor:pointer;display:block;height:15px;position:absolute;right:18px;top:17px;width:15px}.fb_dialog_mobile .fb_dialog_close_icon{top:5px;left:5px;right:auto}.fb_dialog_padding{background-color:transparent;position:absolute;width:1px;z-index:-1}.fb_dialog_close_icon:hover{background:url(http://static.ak.fbcdn.net/rsrc.php/v2/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -15px transparent;_background-image:url(http://static.ak.fbcdn.net/rsrc.php/v2/yL/r/s816eWC-2sl.gif)}.fb_dialog_close_icon:active{background:url(http://static.ak.fbcdn.net/rsrc.php/v2/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -30px transparent;_background-image:url(http://static.ak.fbcdn.net/rsrc.php/v2/yL/r/s816eWC-2sl.gif)}.fb_dialog_loader{background-color:#f2f2f2;border:1px solid #606060;font-size:24px;padding:20px}.fb_dialog_top_left,.fb_dialog_top_right,.fb_dialog_bottom_left,.fb_dialog_bottom_right{height:10px;width:10px;overflow:hidden;position:absolute}.fb_dialog_top_left{background:url(http://static.ak.fbcdn.net/rsrc.php/v2/ye/r/8YeTNIlTZjm.png) no-repeat 0 0;left:-10px;top:-10px}.fb_dialog_top_right{background:url(http://static.ak.fbcdn.net/rsrc.php/v2/ye/r/8YeTNIlTZjm.png) no-repeat 0 -10px;right:-10px;top:-10px}.fb_dialog_bottom_left{background:url(http://static.ak.fbcdn.net/rsrc.php/v2/ye/r/8YeTNIlTZjm.png) no-repeat 0 -20px;bottom:-10px;left:-10px}.fb_dialog_bottom_right{background:url(http://static.ak.fbcdn.net/rsrc.php/v2/ye/r/8YeTNIlTZjm.png) no-repeat 0 -30px;right:-10px;bottom:-10px}.fb_dialog_vert_left,.fb_dialog_vert_right,.fb_dialog_horiz_top,.fb_dialog_horiz_bottom{position:absolute;background:#525252;filter:alpha(opacity=70);opacity:.7}.fb_dialog_vert_left,.fb_dialog_vert_right{width:10px;height:100%}.fb_dialog_vert_left{margin-left:-10px}.fb_dialog_vert_right{right:0;margin-right:-10px}.fb_dialog_horiz_top,.fb_dialog_horiz_bottom{width:100%;height:10px}.fb_dialog_horiz_top{margin-top:-10px}.fb_dialog_horiz_bottom{bottom:0;margin-bottom:-10px}.fb_dialog_iframe{line-height:0}.fb_dialog_content .dialog_title{background:#6d84b4;border:1px solid #3b5998;color:#fff;font-size:14px;font-weight:bold;margin:0}.fb_dialog_content .dialog_title>span{background:url(http://static.ak.fbcdn.net/rsrc.php/v2/yd/r/Cou7n-nqK52.gif) no-repeat 5px 50%;float:left;padding:5px 0 7px 26px}body.fb_hidden{-webkit-transform:none;height:100%;margin:0;overflow:visible;position:absolute;top:-10000px;left:0;width:100%}.fb_dialog.fb_dialog_mobile.loading{background:url(http://static.ak.fbcdn.net/rsrc.php/v2/ya/r/3rhSv5V8j3o.gif) white no-repeat 50% 50%;min-height:100%;min-width:100%;overflow:hidden;position:absolute;top:0;z-index:10001}.fb_dialog.fb_dialog_mobile.loading.centered{max-height:590px;min-height:590px;max-width:500px;min-width:500px}#fb-root #fb_dialog_ipad_overlay{background:rgba(0, 0, 0, .45);position:absolute;left:0;top:0;width:100%;min-height:100%;z-index:10000}#fb-root #fb_dialog_ipad_overlay.hidden{display:none}.fb_dialog.fb_dialog_mobile.loading iframe{visibility:hidden}.fb_dialog_content .dialog_header{-webkit-box-shadow:white 0 1px 1px -1px inset;background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#738ABA), to(#2C4987));border-bottom:1px solid;border-color:#1d4088;color:#fff;font:14px Helvetica, sans-serif;font-weight:bold;text-overflow:ellipsis;text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0;vertical-align:middle;white-space:nowrap}.fb_dialog_content .dialog_header table{-webkit-font-smoothing:subpixel-antialiased;height:43px;width:100%}.fb_dialog_content .dialog_header td.header_left{font-size:12px;padding-left:5px;vertical-align:middle;width:60px}.fb_dialog_content .dialog_header td.header_right{font-size:12px;padding-right:5px;vertical-align:middle;width:60px}.fb_dialog_content .touchable_button{background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#4966A6), color-stop(.5, #355492), to(#2A4887));border:1px solid #29447e;-webkit-background-clip:padding-box;-webkit-border-radius:3px;-webkit-box-shadow:rgba(0, 0, 0, .117188) 0 1px 1px inset, rgba(255, 255, 255, .167969) 0 1px 0;display:inline-block;margin-top:3px;max-width:85px;line-height:18px;padding:4px 12px;position:relative}.fb_dialog_content .dialog_header .touchable_button input{border:none;background:none;color:#fff;font:12px Helvetica, sans-serif;font-weight:bold;margin:2px -12px;padding:2px 6px 3px 6px;text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0}.fb_dialog_content .dialog_header .header_center{color:#fff;font-size:16px;font-weight:bold;line-height:18px;text-align:center;vertical-align:middle}.fb_dialog_content .dialog_content{background:url(http://static.ak.fbcdn.net/rsrc.php/v2/y9/r/jKEcVPZFk-2.gif) no-repeat 50% 50%;border:1px solid #555;border-bottom:0;border-top:0;height:150px}.fb_dialog_content .dialog_footer{background:#f2f2f2;border:1px solid #555;border-top-color:#ccc;height:40px}#fb_dialog_loader_close{float:left}.fb_dialog.fb_dialog_mobile .fb_dialog_close_button{text-shadow:rgba(0, 30, 84, .296875) 0 -1px 0}.fb_dialog.fb_dialog_mobile .fb_dialog_close_icon{visibility:hidden}
.fb_iframe_widget{display:inline-block;position:relative}.fb_iframe_widget span{display:inline-block;position:relative;text-align:justify}.fb_iframe_widget iframe{position:absolute}.fb_iframe_widget_lift{z-index:1}.fb_hide_iframes iframe{position:relative;left:-10000px}.fb_iframe_widget_loader{position:relative;display:inline-block}.fb_iframe_widget_fluid{display:inline}.fb_iframe_widget_fluid span{width:100%}.fb_iframe_widget_loader iframe{min-height:32px;z-index:2;zoom:1}.fb_iframe_widget_loader .FB_Loader{background:url(http://static.ak.fbcdn.net/rsrc.php/v2/y9/r/jKEcVPZFk-2.gif) no-repeat;height:32px;width:32px;margin-left:-16px;position:absolute;left:50%;z-index:4}</style></head>
<body>
<!-- begin Facebook SDK -->
<div id="fb-root" class=" fb_reset"><div style="position: absolute; top: -10000px; height: 0px; width: 0px;"><div><iframe name="fb_xdm_frame_http" frameborder="0" allowtransparency="true" scrolling="no" id="fb_xdm_frame_http" aria-hidden="true" title="Facebook Cross Domain Communication Frame" tabindex="-1" src="http://static.ak.facebook.com/connect/xd_arbiter/7r8gQb8MIqE.js?version=41#channel=fdf828c44&origin=http%3A%2F%2Fapp-stop.appspot.com" style="border: none;"></iframe><iframe name="fb_xdm_frame_https" frameborder="0" allowtransparency="true" scrolling="no" id="fb_xdm_frame_https" aria-hidden="true" title="Facebook Cross Domain Communication Frame" tabindex="-1" src="https://s-static.ak.facebook.com/connect/xd_arbiter/7r8gQb8MIqE.js?version=41#channel=fdf828c44&origin=http%3A%2F%2Fapp-stop.appspot.com" style="border: none;"></iframe></div></div><div style="position: absolute; top: -10000px; height: 0px; width: 0px;"><div></div></div></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=385205984962960&version=v2.0";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- end Facebook SDK -->
<div id="content">
<div id="chevron" class="fa fa-chevron-down"></div>
<div id="splash">
<div id="left">
<h1>BikeShops Go Where (Formerly PomChek Go Where)</h1>
<p>Bike Shops Go Where is a location based app to find help you find the nearest bike repair shop available to you.</p>
<a href="https://itunes.apple.com/us/app/bikeshops-go-where-formerly/id647696794?mt=8&uo=4"><img class="appstore" src="http://app-stop.appspot.com/static/appstore.svg" alt="Download on the Apple App Store"></a>
</div>
<div id="right">
<div class="iphone">
<img src="http://a3.mzstatic.com/us/r30/Purple6/v4/86/7c/34/867c3482-e663-b5f1-36d7-bc250a0e3896/screen1136x1136.jpeg">
</div>
</div>
</div>
<div id="icon-row">
<div id="icon-container">
<img src="http://a1057.phobos.apple.com/us/r30/Purple/v4/c2/36/19/c2361944-4b92-3a94-14a1-0f608ff2f454/mzl.lbpkkrto.png">
</div>
</div>
<div id="screenshots">
<img src="http://a4.mzstatic.com/us/r30/Purple6/v4/eb/27/43/eb2743c1-25f0-ab61-00fb-939e551d2627/screen1136x1136.jpeg">
<img src="http://a2.mzstatic.com/us/r30/Purple6/v4/4b/02/98/4b0298e0-904a-508e-1b2e-56ba9d0b5047/screen1136x1136.jpeg">
</div>
<p id="description">Bike Shops Go Where is a location based app to find help you find the nearest bike repair shop available to you. Currently the listing of bike repair shops are only available in Singapore. We are looking to add more bike shop listing in the next update.</p>
<p>
<a href="https://itunes.apple.com/us/app/bikeshops-go-where-formerly/id647696794?mt=8&uo=4"><img class="appstore" src="http://app-stop.appspot.com/static/appstore.svg" alt="Download on the Apple App Store"></a>
</p>
<p>
</p><div id="like-container"><div class="fb-like fb_iframe_widget" data-href="http://app-stop.appspot.com/id/647696794" data-layout="button_count" data-action="like" data-show-faces="true" data-share="true" fb-xfbml-state="rendered" fb-iframe-plugin-query="action=like&app_id=385205984962960&href=http%3A%2F%2Fapp-stop.appspot.com%2Fid%2F647696794&layout=button_count&locale=en_US&sdk=joey&share=true&show_faces=true"><span style="vertical-align: bottom; width: 121px; height: 20px;"><iframe name="f4c627218" width="1000px" height="1000px" frameborder="0" allowtransparency="true" scrolling="no" title="fb:like Facebook Social Plugin" src="http://www.facebook.com/v2.0/plugins/like.php?action=like&app_id=385205984962960&channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter%2F7r8gQb8MIqE.js%3Fversion%3D41%23cb%3Df9db30a14%26domain%3Dapp-stop.appspot.com%26origin%3Dhttp%253A%252F%252Fapp-stop.appspot.com%252Ffdf828c44%26relation%3Dparent.parent&href=http%3A%2F%2Fapp-stop.appspot.com%2Fid%2F647696794&layout=button_count&locale=en_US&sdk=joey&share=true&show_faces=true" class="" style="border: none; visibility: visible; width: 121px; height: 20px;"></iframe></span></div></div>
<script>
// dynamically create a Facebook like button for the current URL:
var like = document.createElement("div");
like.className = "fb-like";
like.setAttribute("data-href", location.href);
like.setAttribute("data-layout", "button_count");
like.setAttribute("data-action", "like");
like.setAttribute("data-show-faces", "true");
like.setAttribute("data-share", "true");
document.getElementById("like-container").appendChild(like);
</script>
<p></p>
<p id="copyright">© Tuck Sing Lee </p>
<p id="attribution">
Landing page created automatically with <a href="http://app-stop.appspot.com">AppStop</a></p>
</div>
<span id="buffer-extension-hover-button" style="display: none; position: absolute; z-index: 8675309; width: 100px; height: 25px; background-image: url(http://static.bufferapp.com/images/extensions/img/[email protected]); background-size: 100px 25px; opacity: 0.9; cursor: pointer;"></span></body></html>