-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
56 lines (53 loc) · 2.12 KB
/
contact.html
File metadata and controls
56 lines (53 loc) · 2.12 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
<!DOCTYPE html>
<html>
<head>
<title>Contact Us</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="asserts/css/init.css">
</head>
<body class="about">
<div class="row">
<div class="page">
<h1 class="heading">Contact Us</h1>
<p class="content">
<i>London Headquarters: Millbank Tower, 21-24 Millbank, London, SW1P 4QP</i><br>
<b>Phone:</b> <i>+92xxxxxxx</i><br>
<b>Email:</b> <i><a href="mailto:support@xxxxx" class="a">support@xxxxx</a></i><br>
<b>Opening hours:</b><br>
<i>Monday – Thursday: 08:30-18:30, Friday: 08:30-17:30</i><br>
<i>Saturday – Sunday: Closed</i>
</p>
<span class="space"></span>
<div class="mapouter"><div class="gmap_canvas"><iframe width="563" height="439" id="gmap_canvas" src="https://maps.google.com/maps?q=zest%20framework&t=&z=15&ie=UTF8&iwloc=&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe></div></div>
<span class="space"></span>
<h1 class="heading">Contact Us today!</h1>
<p class="content">To discuss our services or arrange a consultation leave your details. We will reply to you as a matter of priority to discuss your requirements.</p>
<div class="form">
<div class="form-group">
<label class="label">Name</<iabel><br>
<input type="text" name="name" id="name" class="form-control" placeholder="Name">
</div>
<span class="space"></span>
<div class="form-group">
<label class="label">Email</<iabel><
<input type="email" name="email" id="email" class="form-control" placeholder="Email">
</div>
<span class="space"></span>
<div class="form-group">
<label class="label">Messaege</<iabel>
<textarea class="form-control" cols="5" rows="5"></textarea>
</div>
<span class="space"></span>
<div class="form-group">
<input type="submit" name="submit" class="btn right" value="Contact">
</div>
</div>
</div>
<div class="page-right">
<h1 class="heading">page</h1>
<p class="content">Any thing that should be on right side</p>
</div>
</div>
</body>
</html>