-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·270 lines (254 loc) · 10.1 KB
/
index.html
File metadata and controls
executable file
·270 lines (254 loc) · 10.1 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
<!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">
<title>LiveAPI</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/jquery.bxslider.css">
<link rel="stylesheet" type="text/css" href="css/isotope.css" media="screen" />
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="js/fancybox/jquery.fancybox.css" type="text/css" media="screen" />
<link href="css/style.css" rel="stylesheet">
<!-- =======================================================
Theme Name: Dewi
Theme URL: https://bootstrapmade.com/dewi-free-multi-purpose-html-template/
Author: BootstrapMade
Author URL: https://bootstrapmade.com
======================================================= -->
</head>
<body>
<header>
<nav div class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container">
<ul class="social-network">
<li><a href="#" data-placement="top" title="Facebook"><i class="fa fa-facebook fa-1x"></i></a></li>
<li><a href="#" data-placement="top" title="Twitter"><i class="fa fa-twitter fa-1x"></i></a></li>
<li><a href="#" data-placement="top" title="Linkedin"><i class="fa fa-linkedin fa-1x"></i></a></li>
<li><a href="#" data-placement="top" title="Pinterest"><i class="fa fa-pinterest fa-1x"></i></a></li>
<li><a href="#" data-placement="top" title="Google plus"><i class="fa fa-google-plus fa-1x"></i></a></li>
</ul>
<ul class="info">
<!-- <li><p><i class="fa fa-phone"></i>(602) 524-5453</p></li> -->
<li><a href="#"><i class="fa fa-envelope"></i>info@liveapi.xyz</a></li>
</ul>
</div>
</nav>
<nav class="navbar navbar-default navbar-static-top" role="navigation">
<div class="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse.collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-brand">
<a href="index.html"><h1>Live<span>API</span></h1></a>
</div>
</div>
<div class="navbar-collapse collapse">
<div class="menu">
<ul class="nav nav-tabs" role="tablist">
<li role="presentation"><a href="index.html" class="active">Home</a></li>
<li role="presentation"><a href="documentation.html">Documentation</a></li>
<li role="presentation"><a href="blog.html">Blog</a></li>
<li role="presentation"><a href="screencasts.html">Screencasts</a></li>
<li role="presentation"><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
</nav>
</header>
<!-- <div class="slider">
<div class="img-responsive">
<ul class="bxslider">
<li><img src="img/slider/1.jpg" alt=""/></li>
<li><img src="img/slider/2.jpg" alt=""/></li>
<li><img src="img/slider/3.jpg" alt=""/></li>
</ul>
</div>
</div> -->
<div class="container">
<div class="row">
<center>
<video controls="controls" width="1200" height="840" name="Video Name" src="img/screencast.mov"></video>
</center>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="wow bounceIn" data-wow-offset="0" data-wow-delay="0.4s">
<div class="align-center">
<h4>Intuitive</h4>
<div class="icon">
<i class="fa fa-heart-o fa-3x"></i>
</div>
<p>
Create an API from data on any website in a few clicks through an easy to use Chrome Extension.
</p>
<div class="ficon">
<a href="#" class="btn btn-default" role="button">Read more</a>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="wow bounceIn" data-wow-offset="0" data-wow-delay="1.0s">
<div class="align-center">
<h4>Reliable</h4>
<div class="icon">
<i class="fa fa-desktop fa-3x"></i>
</div>
<p>
Because extracted target data is cached on your own LiveAPI server, API call rates are only limited by you.
</p>
<div class="ficon">
<a href="#" class="btn btn-default" role="button">Read more</a>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="wow bounceIn" data-wow-offset="0" data-wow-delay="1.6s">
<div class="align-center">
<h4>Effortless</h4>
<div class="icon">
<i class="fa fa-location-arrow fa-3x"></i>
</div>
<p>
Set up a local or AWS LiveAPI server in one command and create a custom API without writing any code.
</p>
<div class="ficon">
<a href="#" class="btn btn-default" role="button">Read more</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="box">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="thumbnail">
<div class="img-thumbnail">
<img src="img/team/1.jpg" alt="" >
<div class="caption">
<h3>Brett Beekley</h3>
<p>Engineer, Scientist, Homebrewer </p>
<a href="#" class="btn btn-default" role="button">Read more</a>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="thumbnail">
<div class="img-thumbnail">
<img src="img/team/2.jpg" alt="" >
<div class="caption">
<h3>Melissa Schwartz</h3>
<p>Animal Rights Activist, Engineer </p>
<a href="#" class="btn btn-default" role="button">Read more</a>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="thumbnail">
<div class="img-thumbnail">
<img src="img/team/4.jpg" alt="" >
<div class="caption">
<h3>Penn Wu</h3>
<p>Engineer, Data Enthusiast </p>
<a href="#" class="btn btn-default" role="button">Read more</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="jumbotron">
<h1>Because data should be<span> open and free.</span> </h1>
<p>LiveAPI is and always will be open source. We welcome contributions from other developers.</p>
<p><a class="btn btn-primary btn-lg" href="https://github.com/Live-API" role="button">Go to Github</a></p>
</div>
<footer>
<div class="inner-footer">
<div class="container">
<div class="row">
<div class="col-md-4 f-about">
<a href="index.html"><h1>Live<span>API</span></h1></a>
<p>LiveAPI offers elegant, extensible and easy to use data extraction with the touch of a button (or rather, a short bash command). Serve your own APIs locally or on an AWS server; simply set up the server, the corresponding LiveAPI Chrome Extension and painlessly design your own JSON data to serve. </p>
</div>
<div class="col-md-4 l-posts">
<h3 class="widgetheading">Latest Posts</h3>
<ul>
<li><a href="documentation.html">Get started</a></li>
<li><a href="blog.html">Data Extraction Challenges in the Modern Web</a></li>
<li><a href="index.html">About the Team</a></li>
<li><a href="index.html">Links</a></li>
</ul>
</div>
<div class="col-md-4 f-contact">
<h3 class="widgetheading">Stay in touch</h3>
<a href="#"><p><i class="fa fa-envelope"></i> info@liveapi.xyz</p></a>
<!-- <p><i class="fa fa-phone"></i> (000) 524-5453</p> -->
<p><i class="fa fa-home"></i> LiveAPI Limited<br>
5300 Beethoven Street<br>
PH Floor (4th), Los Angeles <br>
California 90025 USA</p>
</div>
</div>
</div>
</div>
<div class="last-div">
<div class="container">
<div class="row">
<div class="copyright">
© Dewi Theme. All Rights Reserved
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=Dewi
-->
<a href="https://bootstrapmade.com/free-business-bootstrap-themes-website-templates/">Business Bootstrap Themes</a> by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
<nav class="foot-nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="documentation.html">Documentation</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="screencasts.html">Screencasts</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<div class="clear"></div>
</div>
</div>
<a href="" class="scrollup"><i class="fa fa-chevron-up"></i></a>
</div>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-2.1.1.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/fancybox/jquery.fancybox.pack.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.bxslider.min.js"></script>
<script src="js/functions.js"></script>
<script>wow = new WOW({}).init();</script>
</body>
</html>