-
Notifications
You must be signed in to change notification settings - Fork 38
/
index.html
executable file
·347 lines (277 loc) · 10.6 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
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
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- CHANGE THIS TITLE TAG -->
<title>FlexApp - A Free Responsive Mobile App Website Template</title>
<!-- media-queries.js -->
<!--[if lt IE 9]>
<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
<![endif]-->
<!-- html5.js -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="font/stylesheet.css" rel="stylesheet" type="text/css" />
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="css/bootstrap-responsive.min.css" rel="stylesheet" type="text/css" />
<link href="css/styles.css" rel="stylesheet" type="text/css" />
<link href="css/media-queries.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen" />
<meta name="viewport" content="width=device-width" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link href='http://fonts.googleapis.com/css?family=Exo:400,800' rel='stylesheet' type='text/css'>
</head>
<body data-spy="scroll">
<!-- TOP MENU NAVIGATION -->
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="brand pull-left" href="#">
FlexApp
</a>
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<div class="nav-collapse collapse">
<ul id="nav-list" class="nav pull-right">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#updates">Updates</a></li>
<li><a href="#screenshots">Screenshots</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- MAIN CONTENT -->
<div class="container content container-fluid" id="home">
<!-- HOME -->
<div class="row-fluid">
<!-- PHONES IMAGE FOR DESKTOP MEDIA QUERY -->
<div class="span5 visible-desktop">
<img src="img/phones.png">
</div>
<!-- APP DETAILS -->
<div class="span7">
<!-- ICON -->
<div class="visible-desktop" id="icon">
<img src="img/app_icon.png" />
</div>
<!-- APP NAME -->
<div id="app-name">
<h1>FlexApp</h1>
</div>
<!-- VERSION -->
<div id="version">
<span class="version-top label label-inverse">Version 1.0</span>
</div>
<!-- TAGLINE -->
<div id="tagline">
A Free Responsive Website Template for Your Mobile App
</div>
<!-- PHONES IMAGE FOR TABLET MEDIA QUERY -->
<div class="hidden-desktop" id="phones">
<img src="img/phones.png">
</div>
<!-- DESCRIPTION -->
<div id="description">
FlexApp is a free, fully responsive website template for marketing your mobile application. The design uses CSS3 to scale the content proportionally to whatever device is being used. Give it a try by resizing your browser!
</div>
<!-- FEATURES -->
<ul id="features">
<li>Fully Responsive HTML/CSS3 Template</li>
<li>Built on Bootstrap by Twitter</li>
<li>Images and Photoshop Files Included</li>
<li>Completely Free!</li>
</ul>
<!-- DOWNLOAD & REQUIREMENT BOX -->
<div class="download-box">
<a href="#"><img src="img/available-on-the-app-store.png"></a>
</div>
<div class="download-box">
<a href="#"><img src="img/android_app_on_play_logo_large.png"></a>
</div>
<div class="download-box">
<strong>Requirements:</strong><br>
Compatible with iPhone and iPod touch. Requires iPhone OS 2.2 or later. WiFi, Edge, or 3G network connection sometimes required.
</div>
<div class="download-box">
<strong>Requirements:</strong><br>
Requires Android 2.3 and higher. WiFi, Edge, or 3G network connection sometimes required.
</div>
</div>
</div>
<!-- ABOUT & UPDATES -->
<div class="row-fluid" id="about">
<div class="span6">
<h2 class="page-title" id="scroll_up">
About
<a href="#home" class="arrow-top">
<img src="img/arrow-top.png">
</a>
</h2>
<p>FlexApp is a fully responsive HTML/CSS template perfect for marketing your mobile application. The template utilizes responsive CSS3 & jQuery technology to provide a consistent and enjoyable viewing experience across multiple devices.</p>
<p>FlexApp is 100% free to use. You may change, edit or modify the template however you wish, for free or commercial projects.</p>
<p><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">FlexApp</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://www.differential.com" property="cc:attributionName" rel="cc:attributionURL">Differntial</a> is licensed under <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.<br />Built on <a xmlns:dct="http://purl.org/dc/terms/" href="http://twitter.github.com/bootstrap/" rel="dct:source">Bootstrap</a>.</p>
</div>
<div class="span6 updates" id="updates">
<h2 class="page-title" id="scroll_up">
Updates
<a href="#home" class="arrow-top">
<img src="img/arrow-top.png">
</a>
</h2>
<!-- UPDATES & RELEASE NOTES -->
<h3 class="version">Version 1.2</h3>
<span class="release-date">Released on April 28th, 2012</span>
<ul>
<li><span class="label new">NEW</span>Challenge a Friend</li>
<li><span class="label fix">FIX</span>Fixed 'Resume Game' Bug</li>
</ul>
<hr>
<h3 class="version">Version 1.1</h3>
<span class="release-date">Released on January 28th, 2012</span>
<ul>
<li><span class="label new">NEW</span>Facebook & Twitter Integration</li>
<li><span class="label fix">FIX</span>Various Bug Fixes</li>
<li><span class="label new">NEW</span>Graphics for Retina Display</li>
</ul>
<hr>
<h3 class="version">Version 1.0</h3>
<span class="release-date">Released on January 10th, 2012</span>
<ul>
<li><span class="label label-info">NEW</span>Initial Release</li>
</ul>
</div>
</div>
<!-- SCREENSHOTS -->
<div class="row-fluid" id="screenshots">
<h2 class="page-title" id="scroll_up">
Screenshots
<a href="#home" class="arrow-top">
<img src="img/arrow-top.png">
</a>
</h2>
<!-- SCREENSHOT IMAGES ROW 1-->
<ul class="thumbnails">
<li class="span3">
<a href="img/screenshot.jpg" rel="gallery" class="thumbnail">
<img src="img/screenshot.jpg" alt="">
</a>
</li>
<li class="span3">
<a href="img/screenshot.jpg" rel="gallery" class="thumbnail">
<img src="img/screenshot.jpg" alt="">
</a>
</li>
<li class="span3">
<a href="img/screenshot.jpg" rel="gallery" class="thumbnail">
<img src="img/screenshot.jpg" alt="">
</a>
</li>
<li class="span3">
<a href="img/screenshot.jpg" rel="gallery" class="thumbnail">
<img src="img/screenshot.jpg" alt="">
</a>
</li>
</ul>
<!-- SCREENSHOT IMAGES ROW 2-->
<ul class="thumbnails">
<li class="span3">
<a href="img/screenshot.jpg" rel="gallery" class="thumbnail">
<img src="img/screenshot.jpg" alt="">
</a>
</li>
<li class="span3">
<a href="img/screenshot.jpg" rel="gallery" class="thumbnail">
<img src="img/screenshot.jpg" alt="">
</a>
</li>
<li class="span3">
<a href="img/screenshot.jpg" rel="gallery" class="thumbnail">
<img src="img/screenshot.jpg" alt="">
</a>
</li>
<li class="span3">
<a href="img/screenshot.jpg" rel="gallery" class="thumbnail">
<img src="img/screenshot.jpg" alt="">
</a>
</li>
</ul>
</div>
<!-- CONTACT -->
<div class="row-fluid" id="contact">
<h2 class="page-title" id="scroll_up">
Contact
<a href="#home" class="arrow-top">
<img src="img/arrow-top.png">
</a>
</h2>
<!-- CONTACT INFO -->
<div class="span4" id="contact-info">
<h3>Contact Us</h3>
<p>FlexApp is free and thus unfortunately we cannot provide basic support for it. We simply don't have the time to answer everyone's questions.</p>
<p>However, you may contact us about general business inquiries or to report bugs in the template!<p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
<!-- CONTACT FORM -->
<div class="span7" id="contact-form">
<form class="form-horizontal">
<fieldset>
<div class="control-group">
<label class="control-label" for="name">Name</label>
<div class="controls">
<input class="input-xlarge" type="text" id="name" placeholder="John Doe">
</div>
</div>
<div class="control-group">
<label class="control-label" for="email">Email</label>
<div class="controls">
<input class="input-xlarge" type="text" id="email" placeholder="[email protected]">
</div>
</div>
<div class="control-group">
<label class="control-label" for="subject">Subject</label>
<div class="controls">
<input class="input-xlarge" type="text" id="subject" placeholder="General Inquiry">
</div>
</div>
<div class="control-group">
<label class="control-label" for="message">Message</label>
<div class="controls">
<textarea class="input-xlarge" rows="3" id="message" placeholder="Your message..."></textarea>
</div>
</div>
<div class="form-actions">
<button type="submit" class="btn btn-primary">SEND</button>
</div>
</fieldset>
</form>
</div>
</div>
</div>
<!-- FOOTER -->
<div class="footer container container-fluid">
<!-- COPYRIGHT - EDIT HOWEVER YOU WANT! -->
<div id="copyright">
Copyright © 2014 Differential.com<br>
Licensed under <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>. Built on <a href="http://twitter.github.com/bootstrap/">Bootstrap</a>.
</div>
<!-- CREDIT - PLEASE LEAVE THIS LINK! -->
<div id="credits">
<a href="http://differential.github.io/flexapp">Theme</a> by <a href="http://differential.com">Differential</a>.
</div>
</div>
<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/bootstrap-collapse.js"></script>
<script src="js/bootstrap-scrollspy.js"></script>
<script src="fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
<script src="fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script src="js/init.js"></script>
</body>
</html>