-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
executable file
·190 lines (178 loc) · 8.73 KB
/
contact.html
File metadata and controls
executable file
·190 lines (178 loc) · 8.73 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
<!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" 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>+1 769 525 422 5663</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">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" class="active">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
</nav>
</header>
<div class="jumbotron">
<h2>Contact</h2>
</div>
<div class="contact-area">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div id="sendmessage">Your message has been sent. Thank you!</div>
<div id="errormessage"></div>
<form action="" method="post" role="form" class="contactForm">
<div class="form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" data-rule="minlen:4" data-msg="Please enter at least 4 chars" />
<div class="validation"></div>
</div>
<div class="form-group">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email" />
<div class="validation"></div>
</div>
<div class="form-group">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" data-rule="minlen:4" data-msg="Please enter at least 8 chars of subject" />
<div class="validation"></div>
</div>
<div class="form-group">
<textarea class="form-control" name="message" rows="5" data-rule="required" data-msg="Please write something for us" placeholder="Message"></textarea>
<div class="validation"></div>
</div>
<div class="text-center"><button type="submit" class="btn">Send Message</button></div>
</form>
</div>
</div>
</div>
</div>
<div class="map">
<div id="google-map" data-latitude="34.0522" data-longitude="118.2437"></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>