-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathcontacts.html
More file actions
307 lines (269 loc) · 15 KB
/
contacts.html
File metadata and controls
307 lines (269 loc) · 15 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
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Title -->
<title>Contacts | Docs - UI Kit</title>
<!-- Required Meta Tags Always Come First -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.png">
<!-- Meta tags -->
<meta name="keywords" content="documentation template, help desk, open source, free template, freebies, bootstrap 4, bootstrap4">
<meta name="description" content="Docs UI Kit is beautiful Open Source Bootstrap 4 UI Kit under MIT license. The UI Kit comes with 10 beautiful complete and functional pages including lots of reusable and customizable UI Blocks. Every component crafted with love to speed up your workflow.">
<!-- Schema.org -->
<meta itemprop="name" content="Documentation Help Desk by Htmlstream">
<meta itemprop="description" content="Docs UI Kit is beautiful Open Source Bootstrap 4 UI Kit under MIT license. The UI Kit comes with 10 beautiful complete and functional pages including lots of reusable and customizable UI Blocks. Every component crafted with love to speed up your workflow.">
<meta itemprop="image" content="docs-ui-kit-thumbnail.jpg">
<!-- Twitter Card -->
<meta name="twitter:card" content="product">
<meta name="twitter:site" content="@htmlstream">
<meta name="twitter:title" content="Documentation Help Desk by Htmlstream">
<meta name="twitter:description" content="Docs UI Kit is beautiful Open Source Bootstrap 4 UI Kit under MIT license. The UI Kit comes with 10 beautiful complete and functional pages including lots of reusable and customizable UI Blocks. Every component crafted with love to speed up your workflow.">
<meta name="twitter:creator" content="@htmlstream">
<meta name="twitter:image" content="docs-ui-kit-thumbnail.jpg">
<!-- Open Graph -->
<meta property="og:title" content="Documentation Help Desk by Htmlstream">
<meta property="og:type" content="article">
<meta property="og:url" content="https://htmlstream.com/preview/docs-ui-kit/index.html">
<meta property="og:image" content="docs-ui-kit-thumbnail.jpg">
<meta property="og:description" content="Docs UI Kit is beautiful Open Source Bootstrap 4 UI Kit under MIT license. The UI Kit comes with 10 beautiful complete and functional pages including lots of reusable and customizable UI Blocks. Every component crafted with love to speed up your workflow.">
<meta property="og:site_name" content="Htmlstream">
<!-- Google Fonts -->
<link href="//fonts.googleapis.com/css?family=Poppins:300,400,500,600" rel="stylesheet">
<!-- CSS Implementing Plugins -->
<link rel="stylesheet" href="assets/vendor/font-awesome/css/fontawesome-all.min.css">
<!-- CSS Template -->
<link rel="stylesheet" href="assets/css/theme.css">
</head>
<body>
<!-- Header -->
<header class="duik-header">
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark bg-primary position-absolute left-0 right-0 flex-nowrap z-index-3">
<div class="container">
<a class="navbar-brand" href="home-page-1.html"><img src="assets/img/logo-light.png" alt="Docs UI Kit" style="width: 150px;"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo" aria-controls="navbarTogglerDemo" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo">
<ul class="navbar-nav mt-2 mt-lg-0 small">
<li class="nav-item mb-2 mb-lg-0">
<a class="nav-link" href="index.html">Back to UI Kit</a>
</li>
</ul>
<ul class="navbar-nav ml-auto mt-2 mt-lg-0">
<li class="nav-item ml-lg-6 mb-2 mb-lg-0">
<a class="nav-link px-0" href="home-page-1.html">Home</a>
</li>
<li class="nav-item dropdown active ml-lg-6 mb-2 mb-lg-0">
<a class="nav-link px-0" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Pages <i class="fas fa-angle-down small ml-1"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="home-page-2.html">Home Option</a>
<a class="dropdown-item" href="home-page-3.html">Home Dark</a>
<a class="dropdown-item" href="article.html">Article</a>
<a class="dropdown-item" href="faq.html">FAQ</a>
<a class="dropdown-item active" href="contacts.html">Contacts</a>
</div>
</li>
<li class="nav-item dropdown ml-lg-6 mb-2 mb-lg-0">
<a class="nav-link px-0" href="#" id="navbarDropdown-2" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Docs Layouts <i class="fas fa-angle-down small ml-1"></i>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown-2">
<a class="dropdown-item" href="doc-1.html" target="_blank">Docs Layout 1 <i class="fa fa-external-link-square-alt text-muted small opacity-30 ml-2"></i></a>
<a class="dropdown-item" href="doc-2.html" target="_blank">Docs Layout 2 <i class="fa fa-external-link-square-alt text-muted small opacity-30 ml-1"></i></a>
<a class="dropdown-item" href="doc-3.html" target="_blank">Docs Layout 3 <i class="fa fa-external-link-square-alt text-muted small opacity-30 ml-1"></i></a>
<a class="dropdown-item" href="doc-4.html" target="_blank">Docs Layout 4 <i class="fa fa-external-link-square-alt text-muted small opacity-30 ml-1"></i></a>
</div>
</li>
<li class="nav-item ml-lg-6 mb-2 mb-lg-0">
<a class="nav-link px-0" href="https://github.com/htmlstreamofficial/docs-ui-kit" target="_blank"><i class="fab fa-github mr-1"></i> Star on Github</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- End Navbar -->
</header>
<!-- End Header -->
<!-- Promo Section -->
<section class="duik-promo bg-primary text-center">
<div class="container duik-promo-container">
<div class="d-flex justify-content-center mh-35rem py-11">
<div class="align-self-center">
<h1 class="text-white mb-2">Let's Talk</h1>
<div class="lead text-white-70">You came to the right place</div>
</div>
</div>
</div>
<!-- SVG BG -->
<svg class="position-absolute bottom-0 left-0" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1920 323" enable-background="new 0 0 1920 323" xml:space="preserve">
<polygon fill="#ffffff" style="fill-opacity: .05;" points="-0.5,322.5 -0.5,121.5 658.3,212.3 "></polygon>
<polygon fill="#ffffff" style="fill-opacity: .1;" points="-2,323 1920,323 1920,-1 "></polygon>
</svg>
<!-- End SVG BG -->
</section>
<!-- End Promo Section -->
<!-- Icon Blocks -->
<div class="container z-index-2 position-relative">
<section class="duik-icon-block duik-icon-block--pull2top rounded">
<div class="row no-gutters">
<div class="col-md border-bottom border-md-bottom-0">
<div class="duik-icon-block__item">
<svg class="duik-icon-svg-primary duik-icon-svg-3x mb-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"></path></svg>
<h4 class="h5 mb-2">Live Chat</h4>
<a class="link-dark" href="#">Chat with our live support</a>
</div>
</div>
<div class="col-md border-md-left border-bottom border-md-bottom-0">
<div class="duik-icon-block__item">
<svg class="duik-icon-svg-primary duik-icon-svg-3x mb-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="22 12 16 12 14 15 10 15 8 12 2 12"></polyline><path d="M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"></path></svg>
<h4 class="h5 mb-2">Support Ticket</h4>
<a class="link-dark" href="#">Submit a ticket</a>
</div>
</div>
<div class="col-md border-md-left">
<div class="duik-icon-block__item">
<svg class="duik-icon-svg-primary duik-icon-svg-3x mb-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"></path></svg>
<h4 class="h5 mb-2">Phone Number</h4>
<span>1-800-643-4500</span>
</div>
</div>
</div>
</section>
</div>
<!-- End Icon Blocks -->
<main>
<div class="container">
<div class="row justify-content-center py-11">
<div class="col-lg-9">
<div class="w-md-75 w-lg-50 mx-auto text-center mb-5">
<h2 class="h3 text-center">Say Hello!</h2>
<p>Usually, we reply within 2 business days</p>
</div>
<!-- Contact Form -->
<form>
<div class="row">
<div class="col-md-6 form-group mb-4">
<label for="c_name">Name</label>
<input class="form-control" type="text" placeholder="John Doe" id="c_name">
</div>
<div class="col-md-6 form-group mb-4">
<label for="c_email">Email</label>
<input class="form-control" type="email" placeholder="[email protected]" id="c_email">
</div>
<div class="col-md-6 form-group mb-4">
<label for="c_subject">Subject</label>
<input class="form-control" type="text" placeholder="Feedback" id="c_subject">
</div>
<div class="col-md-6 form-group mb-4">
<label for="c_phone">Phone</label>
<input class="form-control" type="tel" placeholder="1-800-643-4500" id="c_phone">
</div>
<div class="col-md-12 form-group mb-6">
<label for="c_msg">Message</label>
<textarea class="form-control" rows="7" placeholder="Hi there, I would like to ..." id="c_msg"></textarea>
</div>
</div>
<div class="text-center">
<button class="btn btn-primary px-5" type="submit">Send Inquiry</button>
</div>
</form>
<!-- End Contact Form -->
</div>
</div>
</div>
</main>
<!-- Footer -->
<footer class="bg-dark font-weight-light text-white-55 pt-11 pb-5 overflow-hidden">
<div class="container">
<div class="row justify-content-md-between">
<div class="col-md-12 col-lg-4 mb-4 mr-lg-auto">
<img class="mb-3" src="assets/img/logo-light.png" alt="Docs UI Kit" style="width: 170px;">
<p class="small font-weight-light mb-3">Docs UI Kit is fully responsive template with variety of documentation layouts, functional features and ready to use pages.</p>
</div>
<div class="col-sm-4 col-lg-2 mb-4">
<h4 class="h6 text-white mb-3">Company</h4>
<!-- Links -->
<ul class="list-unstyled">
<li class="mb-3"><a class="link-white-55" href="#">About Us</a></li>
<li class="mb-3"><a class="link-white-55" href="#">Offers</a></li>
<li class="mb-3"><a class="link-white-55" href="#">Contacts</a></li>
</ul>
<!-- End Links -->
</div>
<div class="col-sm-4 col-lg-2 mb-4">
<h4 class="h6 text-white mb-3">Support</h4>
<!-- Links -->
<ul class="list-unstyled">
<li class="mb-3"><a class="link-white-55" href="#">Community</a></li>
<li class="mb-3"><a class="link-white-55" href="#">Status</a></li>
<li class="mb-3"><a class="link-white-55" href="#">FAQ</a></li>
</ul>
<!-- End Links -->
</div>
<div class="col-sm-4 col-lg-2 mb-4">
<h4 class="h6 text-white mb-3">Contacts</h4>
<!-- Links -->
<ul class="list-unstyled">
<li class="mb-3"><a class="link-white-55" href="#">[email protected] </a></li>
<li class="mb-3"><a class="link-white-55" href="#">1-800-643-4500</a></li>
</ul>
<!-- End Links -->
</div>
</div>
<hr class="my-5 opacity-10">
<div class="row">
<div class="col-md-7">
<p class="small font-weight-light mb-md-0">© 2019 <a class="text-white" href="https://htmlstream.com/">Htmlstream</a>. Under MIT license.</p>
</div>
<div class="col-md-5 text-md-right">
<ul class="list-inline mb-0">
<li class="list-inline-item mr-1 mr-xl-2">
<a class="link-white-55" target="_blank" href="https://github.com/htmlstreamofficial/">
<i class="fab fa-github"></i>
</a>
</li>
<li class="list-inline-item mx-1 mx-xl-2">
<a class="link-white-55" target="_blank" href="https://www.facebook.com/htmlstream">
<i class="fab fa-facebook"></i>
</a>
</li>
<li class="list-inline-item mx-1 mx-xl-2">
<a class="link-white-55" target="_blank" href="https://www.instagram.com/htmlstream">
<i class="fab fa-instagram"></i>
</a>
</li>
<li class="list-inline-item mx-1 mx-xl-2">
<a class="link-white-55" target="_blank" href="https://twitter.com/htmlstream">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="list-inline-item ml-1 ml-xl-2">
<a class="link-white-55" target="_blank" href="https://dribbble.com/htmlstream">
<i class="fab fa-dribbble"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- End Footer -->
<!-- Go to Top -->
<a class="js-go-to duik-go-to" href="javascript:;">
<span class="fa fa-arrow-up duik-go-to__inner"></span>
</a>
<!-- End Go to Top -->
<!-- JS Global Compulsory -->
<script src="assets/vendor/jquery/dist/jquery.min.js"></script>
<script src="assets/vendor/jquery-migrate/dist/jquery-migrate.min.js"></script>
<script src="assets/vendor/popper.js/dist/umd/popper.min.js"></script>
<script src="assets/vendor/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- JS -->
<script src="assets/js/main.js"></script>
</body>
</html>