-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
71 lines (64 loc) · 2.71 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Mallkhoj - Landing Page</title>
<link rel="shortcut icon" href="img/logo.png" type="image/x-icon" />
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/font-styles.css">
<link rel="stylesheet" href="css/idangerous.swiper.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.css">
<!--[if lte IE 9]>
<link rel="stylesheet" type="text/css" href="css/ie9-and-down.css" />
<![endif]-->
<script src="js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
</head>
<body>
<div class="main" style="background-color:transparent">
<section class="contact">
<div class="row">
<div class="col-xs-12 col-sm-6 col-sm-offset-3 col-md-6 col-md-offset-3">
<h2>Think we might help?</h2>
<p align="center"> We can help you promote your business. We'd love to hear from you.</p>
<div class="newsletter clearfix">
<form role="form" id="contactus">
<div class="form-group">
<textarea class="form-control" rows="3" placeholder="Drop us a line" style="resize:none; background-color: #ecf0f1; font-size: 20px;"></textarea>
</div>
<div class="form-group">
<input type="text" id="emailSignup" name="signup" placeholder="Your Email">
<button type="submit" class="btn btn-signup"><i class="icon-mail"></i></button>
</div>
<div class="form-group">
</div>
</form>
</div>
<div class="col-xs-12 col-sm-6 col-sm-offset-3 col-md-6 col-md-offset-3">
<p id="valid" style="font-size: 18px;text-transform: none;margin-bottom: 0px;font-family: 'Roboto',Helvetica,Arial,sans-serif;font-weight: 300;"></p>
</div>
</div>
</div>
</section>
<ul class="onepage-pagination animated fadeInDown delay-2">
<li><a href="index.html"><i class="icon-home"></i></a></li>
<li><a href="#" class="active"><i class="icon-mail"></i></a></li>
</ul>
</div> <!-- /main -->
<div class="social-header hidden-xs">
<a href="wip.html" class="social-network sn2 behance"></a>
<a href="wip.html" class="social-network sn2 facebook"></a>
<a href="wip.html" class="social-network sn2 pinterest"></a>
<a href="wip.html" class="social-network sn2 flickr"></a>
<a href="wip.html" class="social-network sn2 dribbble"></a>
<a href="wip.html" class="social-network sn2 google"></a>
</div>
<div class="icon animated fadeIn delay-2">
<span> Zopshop </span>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script src="js/main-contact.js"></script>
</body>
</html>