-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeatures.html
More file actions
356 lines (346 loc) · 13.2 KB
/
features.html
File metadata and controls
356 lines (346 loc) · 13.2 KB
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
348
349
350
351
352
353
354
355
356
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>React - Bootstrap Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- stylesheets -->
<link rel="stylesheet" type="text/css" href="css/compiled/theme.css">
<!-- javascript -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="js/bootstrap/bootstrap.min.js"></script>
<script src="js/theme.js"></script>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="features">
<header class="navbar navbar-inverse normal" role="banner">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="index.html" class="navbar-brand">React</a>
</div>
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
Home alts <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="index.html">Home 1 (Static)</a></li>
<li><a href="index2.html">Home 2 (Sidebar menu)</a></li>
<li><a href="index3.html">Home 3 (Slider)</a></li>
</ul>
</li>
<li class="active dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
Showcase <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="features.html">Features</a></li>
<li><a href="services.html">Services</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
Pricing <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="pricing.html">Pricing charts</a></li>
<li><a href="charts.html">Comparison tables</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
More pages <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="aboutus.html">About us</a></li>
<li><a href="contactus.html">Contact us</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="portfolio-item.html">Portfolio Item</a></li>
<li><a href="invoice.html">Invoice page</a></li>
<li><a href="timeline.html">Timeline Page</a></li>
<li><a href="docs.html">API Documentation</a></li>
<li><a href="support.html">Support</a></li>
<li><a href="coming-soon.html">Coming Soon</a></li>
<li><a href="status.html">Status</a></li>
<li><a href="signup.html">Sign Up & Sign In</a></li>
<li><a href="signup-rotate.html">Sign Up Miscellaneous</a></li>
<li><a href="404.html">404 Page</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
Blog <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="blog.html">Blog </a></li>
<li><a href="blogpost.html">Blog post</a></li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right visible-md visible-lg">
<li>
<a href="signup.html" class="button">Sign up free</a>
</li>
</ul>
</nav>
</div>
</header>
<div id="tabs">
<div class="container">
<div class="row header">
<h3>Formats to showcase features</h3>
<p>Choose your favorite formats for your own sites</p>
</div>
<div class="row">
<div class="col-md-12 tabs-wrapper">
<ul class="nav nav-tabs">
<li class="active"><a href="#home" data-toggle="tab">Upstart your development</a></li>
<li><a href="#profile" data-toggle="tab">Get ready in half the time</a></li>
<li><a href="#messages" data-toggle="tab">Collaborate with everyone</a></li>
<li><a href="#settings" data-toggle="tab">Get more done faster</a></li>
</ul>
<div class="tab-content">
<div class="tab-pane fade in active" id="home">
<div class="col-md-6 info">
<h4>You don't need to have any advanced technical</h4>
<p>
Whether you want to fill this paragraph with some text like I'm doing right now, this place is perfect to describe some features or anything you want - React has a complete solution for you.
</p>
<p>
You have complete control over the look & feel of your website, we offer the best quality so you take your site up and running in no time.
</p>
</div>
<div class="col-md-6 image">
<img src="images/tabs/pic1.png" class="img-responsive" alt="picture1" />
</div>
</div>
<div class="tab-pane fade" id="profile">
<div class="col-md-6 image">
<img src="images/portfolioitem1.png" class="img-responsive" alt="picture2" />
</div>
<div class="col-md-6 info">
<h4>You don't need to have any advanced technical</h4>
<p>
Whether you want to fill this paragraph with some text like I'm doing right now, this place is perfect to describe some features or anything you want - React has a complete solution for you.
</p>
</div>
</div>
<div class="tab-pane fade" id="messages">
<div class="col-md-6 info">
<h4>You don't need to have any advanced technical</h4>
<p>
Whether you want to fill this paragraph with some text like I'm doing right now, this place is perfect to describe some features or anything you want - React has a complete solution for you.
</p>
<p>
You have complete control over the look & feel of your website, we offer the best quality so you take your site up and running in no time.
</p>
</div>
<div class="col-md-6 image">
<img src="images/tabs/pic2.png" class="img-responsive" style="position: relative;top: 15px;" alt="picture3" />
</div>
</div>
<div class="tab-pane fade" id="settings">
<div class="col-md-6 image">
<img src="images/tabs/pic1.png" class="img-responsive" alt="picture4" />
</div>
<div class="col-md-6 info">
<h4>You don't need to have any advanced technical</h4>
<p>
Whether you want to fill this paragraph with some text like I'm doing right now, this place is perfect to describe some features or anything you want - React has a complete solution for you.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="first-option">
<div class="container">
<div class="row header">
<div class="col-md-12">
<h2>Need an easy way to customize your site?</h2>
<p>React is perfect for novice developers and experts alike.</p>
</div>
</div>
<div class="row feature">
<div class="col-md-6 info">
<h4>You don't need to have great technical experience to use your product.</h4>
<p>
Whether you want to fill this paragraph with some text like I'm doing right now, this place is perfect to describe some features or anything you want - React has a complete solution for you.
</p>
</div>
<div class="col-md-6 image">
<img src="images/feature1.png" class="img-responsive" alt="feature1" />
</div>
</div>
<div class="row feature backwards">
<div class="col-md-6 info">
<h4>A fully featured well design template that works.</h4>
<p>
You have complete control over the look & feel of your website, we offer the best quality so you take your site up and running in no time.
</p>
</div>
<div class="col-md-6 image">
<img src="images/feature2.png" class="img-responsive" alt="feature2" />
</div>
</div>
<div class="row feature last">
<div class="col-md-6 info">
<h4>You don't need to have great technical experience to use your product.</h4>
<p>
Whether you want to fill this paragraph with some text like I'm doing right now, this place is perfect to describe some features or anything you want - React has a complete solution for you.
</p>
</div>
<div class="col-md-6 image">
<img src="images/feature3.png" class="img-responsive" alt="feature3" />
</div>
</div>
</div>
</div>
<div id="second-option">
<div class="container">
<div class="row">
<div class="col-md-4 feature">
<img src="images/circle-icons/one-color/creditcard.png" alt="credit-card" />
<strong>Act locally, work globally</strong>
<p>You can work with international customers right out of the box while you can keep staying in your country.</p>
</div>
<div class="col-md-4 feature">
<img src="images/circle-icons/one-color/dev.png" alt="dev" />
<strong>Act globally, work as usual</strong>
<p>With some customization you can make this product apply to your branding guidelines and amaze your customers at the same time.</p>
</div>
<div class="col-md-4 feature">
<img src="images/circle-icons/one-color/globe.png" alt="globe" />
<strong>Develop once, run everywhere</strong>
<p>We don't impose any design restrictions, you are free to customize it as you see fit and it's easy to use.</p>
</div>
</div>
<div class="row">
<div class="col-md-4 feature">
<img src="images/circle-icons/one-color/support.png" alt="support" />
<strong>Act globally, work as usual</strong>
<p>We're always happy to offer support if you happen to have any doubts about anything, if you need
some new stuff contact us.</p>
</div>
<div class="col-md-4 feature">
<img src="images/circle-icons/one-color/mail.png" alt="mail" />
<strong>Develop once, run everywhere</strong>
<p>We'll be adding some new stuff to make it even more awesome, if you have any idea please let us know.</p>
</div>
<div class="col-md-4 feature">
<img src="images/circle-icons/one-color/locked.png" alt="locked" />
<strong>Act locally, work globally</strong>
<p>This thing will work on any device, it has a very easy to understand documentation and is made with SASS.</p>
</div>
</div>
</div>
</div>
<div id="slider">
<div class="container">
<div class="row header">
<h3>Includes all pages that a complete theme should have</h3>
</div>
<div class="row">
<div class="col-md-12 slide-wrapper">
<div class="slideshow">
<div class="btn-nav prev"></div>
<div class="btn-nav next"></div>
<div class="slide active">
<img src="images/slider/slide3.png" alt="slide" />
</div>
<div class="slide">
<img src="images/slider/slide4.png" alt="slide" />
</div>
<div class="slide">
<img src="images/slider/slide1.png" alt="slide" />
</div>
<div class="slide">
<img src="images/slider/slide5.png" alt="slide" />
</div>
<div class="slide">
<img src="images/slider/slide2.png" alt="slide" />
</div>
</div>
</div>
</div>
</div>
</div>
<div id="showcase">
<div class="container">
<div class="row header">
<h3>Showcasing some blog posts</h3>
</div>
<div class="row">
<div class="col-md-12 pics">
<a class="pic" href="blogpost.html">
<img src="images/blog1.png" alt="blog1" />
<div class="bg">
<p>How to survive in the big city</p>
</div>
</a>
<a class="pic" href="blogpost.html">
<img src="images/blog2.png" alt="blog2" />
<div class="bg">
<p>How to develop scalable Rails apps</p>
</div>
</a>
<a class="pic" href="blogpost.html">
<img src="images/blog3.png" alt="blog3" />
<div class="bg">
<p>Enjoy your life at the beach</p>
</div>
</a>
</div>
</div>
</div>
</div>
<div id="footer">
<div class="container">
<div class="row">
<div class="col-sm-3 copyright">
React LLC 2014
</div>
<div class="col-sm-6 menu">
<ul>
<li class="active">
<a href="features.html">Features</a>
</li>
<li>
<a href="services.html">Services</a>
</li>
<li>
<a href="pricing.html">Pricing</a>
</li>
<li>
<a href="support.html">Support</a>
</li>
<li>
<a href="blog.html">Blog</a>
</li>
</ul>
</div>
<div class="col-sm-3 social">
<a href="#">
<img src="images/social/social-tw.png" alt="twitter" />
</a>
<a href="#">
<img src="images/social/social-dbl.png" alt="dribbble" />
</a>
</div>
</div>
</div>
</div>
</body>
</html>