-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
97 lines (94 loc) · 5.04 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Because We Care</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Cookie">
<link rel="stylesheet" href="assets/fonts/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/user.css">
<link rel="stylesheet" href="assets/css/Pretty-Footer.css">
<link rel="stylesheet" href="assets/css/Pretty-Header.css">
<link rel="stylesheet" href="assets/css/Bootstrap-Payment-Form.css">
<link rel="stylesheet" href="assets/css/Pretty-Registration-Form.css">
<link rel="stylesheet" href="assets/css/animate.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand navbar-link" href="#"><img src="assets/img/8d54b789-600f-4e2d-b4c4-ad53453a93cf.png" id="logo"></a>
<button class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navcol-2"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button>
</div>
<div class="collapse navbar-collapse" id="navcol-2">
<ul class="nav navbar-nav navbar-right">
<li role="presentation"><a href="index.html" target="_parent">Home </a></li>
<li role="presentation"><a href="services.html" target="_parent">Our Services</a></li>
<li role="presentation"><a href="about.html" target="_parent">About Us</a></li>
<li class="active" role="presentation"><a href="contact.html" target="_parent">Contact Us</a></li>
</ul>
</div>
</div>
</nav>
<section class="testimonials"></section>
<section class="testimonials"></section>
<ol class="breadcrumb">
<li><a><span>Home</span></a></li>
<li><a><span>Contact Us</span></a></li>
<li><a><span>Get Your Quote</span></a></li>
</ol>
<div class="row register-form">
<div class="col-md-8 col-md-offset-2">
<form class="form-horizontal custom-form" target="_blank" method="POST" action="http://formspree.io/[email protected]">
<header></header>
<h1>Get your customized Quote now!</h1>
<div class="form-group">
<div class="col-sm-4 label-column">
<label class="control-label" for="name-input-field">Name </label>
</div>
<div class="col-sm-6 input-column">
<input class="form-control" type="text" required="" autofocus="" name="name" placeholder="Name">
</div>
</div>
<div class="form-group">
<div class="col-sm-4 label-column">
<label class="control-label" for="email-input-field">Email </label>
</div>
<div class="col-sm-6 input-column">
<input class="form-control" type="email" required="" autofocus="" autocomplete="off" inputmode="email" name="email" placeholder="Email">
</div>
</div>
<div class="form-group">
<div class="col-sm-4 label-column">
<label class="control-label" for="pawssword-input-field">Telephone Number</label>
</div>
<div class="col-sm-6 input-column">
<input class="form-control" type="tel" required="" maxlength="8" minlength="8" autofocus="" autocomplete="off" inputmode="tel" placeholder="Telephone Number">
</div>
</div>
<div class="form-group">
<div class="col-sm-4 label-column">
<label class="control-label" for="repeat-pawssword-input-field">Details of Query</label>
</div>
<div class="col-sm-6 input-column">
<input class="form-control" type="text" autofocus="" autocomplete="off" name="Query" placeholder="Query">
</div>
</div>
<div class="form-group"></div>
<div class="checkbox">
<label>
<input type="checkbox" required="">I've read and accept the terms and conditions</label>
</div>
<button class="btn btn-default submit-button" type="submit">Submit Form</button>
</form>
</div>
<div class="col-md-12">
<footer></footer>
</div>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>