-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcontact.html
More file actions
227 lines (202 loc) · 9.05 KB
/
contact.html
File metadata and controls
227 lines (202 loc) · 9.05 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
<!-- Starter template -->
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=width-device, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="css/custom.css">
<script src="https://kit.fontawesome.com/74bc13a396.js" crossorigin="anonymous"></script>
<link rel="shortcut icon" type="image/png" href="image/hlogo.jpg"/>
<title>Human Focus About Us</title>
</head>
<!-- Navbar section -->
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="/">Human focus</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="stationaries.html">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="blogindex.html">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<li class="nav-item homepage-section">
<a class="btn btn-light btn-sm" href="sign.html" role="button">Log In</a>
</li>
<li class="nav-item">
<a class="btn btn-primary btn-sm" href="update.html" role="button">Sign Up</a>
</li>
</ul>
</div>
</nav>
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
<!-- Custom styles for this template -->
<link href="form-validation.css" rel="stylesheet">
<body class="bg-light">
<div class="container text-center">
<img class="d-block mx-auto mb-4" src="/docs/4.4/assets/brand/bootstrap-solid.svg" alt="" width="72" height="72">
<h1>Contact</h1>
<div class="row cards-section">
<div class="col-md-3 order-md-2 mb-4">
<h4 class="d-flex justify-content-between align-items-center mb-3">
<span class="text-unmuted">For support</span>
</h4>
<ul class="list-group mb-3">
<form>
<div class="form-group row">
<label for="staticEmail" class="col-sm-2 col-form-label">Name:</label>
<div class="col-sm-10">
<input type="text" readonly class="form-control-plaintext" id="staticEmail" value="name">
</div>
</div>
</form>
<form>
<div class="form-group row">
<label for="staticEmail" class="col-sm-2 col-form-label">Email:</label>
<div class="col-sm-10">
<input type="text" readonly class="form-control-plaintext" id="staticEmail" value="email@example.com">
</div>
</div>
</form>
</ul>
<h4 class="d-flex justify-content-between align-items-center mb-3">
<span class="text-unmuted">For sales</span>
</h4>
<ul class="list-group mb-3">
<form>
<div class="form-group row">
<label for="staticEmail" class="col-sm-2 col-form-label">Name:</label>
<div class="col-sm-10">
<input type="text" readonly class="form-control-plaintext" id="staticEmail" value="name">
</div>
</div>
</form>
<form>
<div class="form-group row">
<label for="staticEmail" class="col-sm-2 col-form-label">Email:</label>
<div class="col-sm-10">
<input type="text" readonly class="form-control-plaintext" id="staticEmail" value="email@example.com">
</div>
</div>
</form>
</ul>
</div>
<div class="col-md-8 order-md-1">
<div class="row">
<div class="col-md-8 mb-3">
<form action="" method="post" role="form" class="contactForm">
<div class="form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="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="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="Phone" 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="3" data-rule="required" data-msg="Please write something for us" placeholder="Message"></textarea>
<div class="validation"></div>
</div>
<button class="btn btn-primary btn-lg btn-block" type="submit">Submit</button>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div id="googleMap" style="width:100%;height:400px;"></div>
<script>
function myMap() {
var mapProp= {
center:new google.maps.LatLng(51.508742,-0.120850),
zoom:5,
};
var map = new google.maps.Map(document.getElementById("googleMap"),mapProp);
}
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_KEY&callback=myMap"></script>
</div>
</div>
<!-- Footer section -->
<div class="container">
<footer class="pt-4 my-md-5 pt-md-5 border-top">
<div class="row">
<div class="col-12 col-md">
<h5>LOGO</h5><br>
<img class="mb-2" src="/docs/4.4/assets/brand/bootstrap-solid.svg" alt="" width="24" height="24">
<a href=" "><i class="fab fa-facebook"></i></a>
<a href=" " align="right"><i class="fab fa-twitter"></i></a>
<a href=" " align="right"><i class="fab fa-linkedin-in"></i></a><br>
<small class="d-block mb-3 text-muted">2020 Copyright. Human Focus Training Pvt. Ltd. All right reserved</small>
</div>
<div class="col-6 col-md">
<h5>Services</h5>
<ul class="list-unstyled text-small">
<li><a class="text-muted" href="#">Outsourceing</a></li>
<li><a class="text-muted" href="#">Consulting</a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>Products</h5>
<ul class="list-unstyled text-small">
<li><a class="text-muted" href="#">School Bag</a></li>
<li><a class="text-muted" href="#">Resumes</a></li>
<li><a class="text-muted" href="#">Stationaries</a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>Organization</h5>
<ul class="list-unstyled text-small">
<li><a class="text-muted" href="about.html">About</a></li>
<li><a class="text-muted" href="blogindex.html">Blog</a></li>
<li><a class="text-muted" href="contact.html">Contact</a></li>
<li><a class="text-muted" href="#">FAQ</a></li>
</ul>
</div>
</div>
</footer>
</div>
<!-- Footer section ends -->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</body>
</html>