-
Notifications
You must be signed in to change notification settings - Fork 1
/
landing.html
executable file
·173 lines (172 loc) · 7.65 KB
/
landing.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Mobile first web app theme | first</title>
<meta name="description" content="mobile first, app, web app, responsive, admin dashboard, flat, flat ui">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/plugin.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/landing.css">
<!--[if lt IE 9]>
<script src="js/ie/respond.min.js"></script>
<script src="js/ie/html5.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-target="#header" class="landing">
<!-- header -->
<header id="header" class="navbar navbar-fixed-top" data-spy="affix" data-offset-top="1">
<div class="container">
<a class="navbar-brand" href="#">first</a>
<p class="navbar-text pull-left text-muted hidden-sm"><small><em>Base on Bootstrap 3</em></small></p>
<ul class="nav navbar-nav pull-right hidden-sm">
<li class="hide">
<a href="#header">Home</a>
</li>
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#features">Features</a>
</li>
<li>
<a href="#screenshot">Screenshot</a>
</li>
</ul>
</div>
</header>
<section id="content">
<div class="main-visual">
<div class="bg-inverse">
<div class="container text-center">
<h1 class="animated fadeInUp">Mobile first web app template with rich<br> HTML, CSS, and JS components.</h1>
<p>
<a href="http://themeforest.net/item/first-mobile-first-web-app-theme/5002403" target="_blank" class="btn btn-lg btn-danger animated fadeInLeft m-r-large">Download first</a>
<a href="index.html" target="_blank" class="btn btn-lg btn-primary animated fadeInRight">Live preview</a>
</p>
</div>
</div>
</div>
<div id="about">
<div class="container">
<p> </p>
<div class="text-center m-large">
<h2 class="font-thin">About this project</h2>
<p>Responsive mobile first web app / admin dashboard template with flat ui</p>
</div>
<div class="text-center">
<img src="images/responsive.png">
</div>
<div class="row m-large">
<div class="col-lg-6 col-sm-6 media">
<span class="btn btn-circle btn-lg btn-default pull-left"><i class="icon-mobile-phone"></i></span>
<div class="media-body">
<h3 class="m-t-none">Web app</h3>
<p>first contains many mobile app widgets and components, it's fully responsive, it can run on all the size of the screen.</p>
</div>
</div>
<div class="col-lg-6 col-sm-6 media m-t-none">
<span class="btn btn-circle btn-lg btn-default pull-left"><i class="icon-signal"></i></span>
<div class="media-body">
<h3 class="m-t-none">Admin dashboard</h3>
<p>first also can be used as admin dashboard, it has tables, charts and other useful components for admin management.</p>
</div>
</div>
</div>
</div>
</div>
<div class="bg-primary" id="features">
<div class="container">
<p> </p>
<div class="text-center m-large">
<h2 class="font-thin">Features</h2>
<p>Lightweight with rich components</p>
</div>
<div class="row m-large">
<div class="col-lg-4 col-sm-4">
<p class="text-center"><span class="btn btn-circle btn-lg btn-white"><i class="icon-bold"></i></span></p>
<div>
<h3 class="text-center">Bootstrap 3.0</h3>
<p>This project is based on Bootstrap 3. the sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.</p>
</div>
</div>
<div class="col-lg-4 col-sm-4">
<p class="text-center"><span class="btn btn-circle btn-lg btn-warning"><i class="icon-bolt"></i></span></p>
<div>
<h3 class="text-center">Lightweight</h3>
<p>We only choose the lightweight plugins, but with rich functions. we use tiny components, css and js size is first consideration.</p>
</div>
</div>
<div class="col-lg-4 col-sm-4">
<p class="text-center"><span class="btn btn-circle btn-lg btn-danger"><i class="icon-html5"></i></span></p>
<div>
<h3 class="text-center">HTML5 & CSS3</h3>
<p>first use HTML5 and CSS3 to build the components. the pages use header, nav, section to build the layout. this project have a good color scheme, can easy to change.</p>
</div>
</div>
</div>
</div>
</div>
<div>
<div class="container">
<div class="row m-large">
<div class="col-lg-4 col-sm-4">
<p class="text-center"><span class="btn btn-circle btn-lg btn-primary"><i class="icon-tablet"></i></span></p>
<div>
<h3 class="text-center">Mobile first</h3>
<p>This project is fully responsive, but it's mobile first. it provide the off screen nav, and almost all the widgets are copatible to all the screen sizes.</p>
</div>
</div>
<div class="col-lg-4 col-sm-4">
<p class="text-center"><span class="btn btn-circle btn-lg btn-default"><i class="icon-briefcase"></i></span></p>
<div>
<h3 class="text-center">Rich components</h3>
<p>We build many components for your project need. also they are extensible and easy to customize. </p>
</div>
</div>
<div class="col-lg-4 col-sm-4">
<p class="text-center"><span class="btn btn-circle btn-lg btn-success"><i class="icon-refresh"></i></span></p>
<div>
<h3 class="text-center">Keep updating</h3>
<p>We will keep update this project, we will keep adding new widgets and components.</p>
</div>
</div>
</div>
</div>
</div>
<div class="bg-light" id="screenshot">
<div class="container gallery">
<div class="row m-large gallery">
<div class="col-lg-3 col-6">
<a href="images/render-1.jpg" class="thumbnail" target="_blank"><img src="images/render-1-thumb.jpg"></a>
</div>
<div class="col-lg-3 col-6">
<a href="images/render-2.jpg" class="thumbnail" target="_blank"><img src="images/render-2-thumb.jpg"></a>
</div>
<div class="col-lg-3 col-6">
<a href="images/render-3.jpg" class="thumbnail" target="_blank"><img src="images/render-3-thumb.jpg"></a>
</div>
<div class="col-lg-3 col-6">
<a href="images/render-4.jpg" class="thumbnail" target="_blank"><img src="images/render-4-thumb.jpg"></a>
</div>
</div>
</div>
</div>
<div class="bg-inverse clearfix">
<div class="container text-center m-large">
<h2 class="font-thin">Thank you for watching!</h2>
<p> </p>
<a href="#content"><i class="icon-arrow-up"></i><br>Back to top</a>
</div>
</div>
</section>
<!-- / header -->
<script src="js/jquery.min.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.js"></script>
<!-- app -->
<script src="js/app.js"></script>
</body>
</html>