-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathhome-page-1.html
More file actions
432 lines (371 loc) · 19.8 KB
/
home-page-1.html
File metadata and controls
432 lines (371 loc) · 19.8 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
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Title -->
<title>Home Page | 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">
<link rel="stylesheet" href="assets/vendor/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.css">
<!-- CSS Template -->
<link rel="stylesheet" href="assets/css/theme.css">
<!-- CSS Demo -->
<link rel="stylesheet" href="assets/css/demo.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 active" href="home-page-1.html">Home</a>
</li>
<li class="nav-item dropdown 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" 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 position-relative mh-35rem py-11">
<div class="align-self-center w-md-75">
<h1 class="text-white mb-5">Hello, how can we help you?</h1>
<form class="input-group input-group-lg mb-3">
<input class="form-control border-0" type="search" placeholder="Search">
<span class="input-group-append p-0">
<button class="btn text-muted" type="submit"><i class="fas fa-search"></i></button>
</span>
</form>
<p class="font-weight-light small text-left"><span class="mr-2">Popular Topics:</span> <a class="text-white mr-1" href="#">Stream UI Kit</a>, <a class="text-white mr-1" href="#">Docs UI Kit</a>, <a class="text-white mr-1" href="#">Launch Coming Soon Page</a></p>
</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"><circle cx="12" cy="12" r="10"></circle><polygon points="16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76"></polygon></svg>
<h4 class="h5 mb-2">
<a class="link-dark" href="#">FAQ</a>
</h4>
<span>You have frequent questions, <br> we have the answers</span>
</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">
<a class="link-dark" href="#">Support Ticket</a>
</h4>
<span>Can't find what you are <br> looking for - Submit a ticket</span>
</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="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">
<a class="link-dark" href="#">Community</a>
</h4>
<span>Ask any questions from <br> expert community members</span>
</div>
</div>
</div>
</section>
</div>
<!-- End Icon Blocks -->
<main>
<!-- Section -->
<section class="py-11">
<div class="container">
<div class="w-md-75 w-lg-50 mx-auto text-center mb-5">
<h2 class="h3 text-center">Most Helpful Articles</h2>
<p>Start here to find best possible answers from our experts.</p>
</div>
<a class="row border rounded align-items-center justify-content-between py-4 px-3 link-dark link-hover-dark bg-hover-light mx-sm-0 mb-2" href="article.html">
<div class="col-sm">
Getting started for workspace creators
</div>
<div class="col-sm-3 small text-lh-1">
<div class="media align-items-center">
<div class="rounded-circle mr-2">
<img class="img-fluid rounded-circle" src="assets/img-temp/100x100/img1.jpg" alt="Image Description" width="33">
</div>
<div class="media-body">Nick Brown</div>
</div>
</div>
<div class="col-sm-2 text-sm-right text-muted small">
1 minute ago
</div>
</a>
<a class="row border rounded align-items-center justify-content-between py-4 px-3 link-dark link-hover-dark bg-hover-light mx-sm-0 mb-2" href="article.html">
<div class="col-sm">
View and download invoices
</div>
<div class="col-sm-3 small text-lh-1">
<div class="media align-items-center">
<div class="rounded-circle mr-2">
<img class="img-fluid rounded-circle" src="assets/img-temp/100x100/img4.jpg" alt="Image Description" width="33">
</div>
<div class="media-body">Mary Gordon</div>
</div>
</div>
<div class="col-sm-2 text-sm-right text-muted small">
15 minutes ago
</div>
</a>
<a class="row border rounded align-items-center justify-content-between py-4 px-3 link-dark link-hover-dark bg-hover-light mx-sm-0 mb-2" href="article.html">
<div class="col-sm">
Getting started for new members
</div>
<div class="col-sm-3 small text-lh-1">
<div class="media align-items-center">
<div class="rounded-circle mr-2">
<img class="img-fluid rounded-circle" src="assets/img-temp/100x100/img2.jpg" alt="Image Description" width="33">
</div>
<div class="media-body">Tom Pook</div>
</div>
</div>
<div class="col-sm-2 text-sm-right text-muted small">
2 hour ago
</div>
</a>
<a class="row border rounded align-items-center justify-content-between py-4 px-3 link-dark link-hover-dark bg-hover-light mx-sm-0 mb-2" href="article.html">
<div class="col-sm">
Invite new members to your workspace
</div>
<div class="col-sm-3 small text-lh-1">
<div class="media align-items-center">
<div class="rounded-circle mr-2">
<img class="img-fluid rounded-circle" src="assets/img-temp/100x100/img3.jpg" alt="Image Description" width="33">
</div>
<div class="media-body">Helena Shnider</div>
</div>
</div>
<div class="col-sm-2 text-sm-right text-muted small">
3 hour ago
</div>
</a>
<div class="text-center mt-5">
<a class="btn btn-sm btn-outline-primary" href="#">View All Articles<i class="fas fa-angle-right ml-2"></i></a>
</div>
</div>
</section>
<!-- End Section -->
<!-- Call To Action -->
<div class="container">
<div class="card bg-primary text-white shadow-sm">
<div class="card-body p-5">
<div class="d-md-flex align-items-center">
<div class="w-100 mb-3 mb-md-0 pr-md-5">
<h2 class="h4 font-weight-light text-white mb-0">Can't find what you're looking for?</h2>
<p class="font-weight-light mb-0">Let us help you right now!</p>
</div>
<div class="text-md-right w-100">
<a class="btn btn-light" href="#">Submit a Request</a>
</div>
</div>
</div>
</div>
</div>
<!-- End Call To Action -->
<!-- Community Help -->
<section class="py-11">
<div class="container">
<div class="w-md-75 w-lg-50 mx-auto text-center mb-5">
<h2 class="h3">Community Help</h2>
<p>Htmlstream community is your first stop for questions and advice about the UI Kit. Welcome to the community!</p>
</div>
<div class="row">
<div class="col-md-6 mb-5 mb-md-0">
<div class="media h-100 shadow rounded p-4">
<i class="fab fa-slack fa-3x text-primary mr-4 mt-1"></i>
<div class="media-body">
<h5 class="mb-1"><a class="link-dark" href="article.html">Slack Chanel</a></h5>
<p class="mb-0">Welcome to Docs UI Kit! We're so glad you're here. Let's get started!</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="media h-100 shadow rounded p-4">
<i class="fab fa-github fa-3x text-primary mr-4 mt-1"></i>
<div class="media-body">
<h5 class="mb-1"><a class="link-dark" href="article.html">Github Issues</a></h5>
<p class="mb-0">Adjust your profile and preferences to make Docs UI Kit work just for you!</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Community Help -->
</main>
<!-- Footer -->
<footer class="bg-dark font-weight-light text-white-55 pt-11 pb-5">
<div class="container">
<div class="row justify-content-md-between">
<div class="order-4 order-lg-1 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 order-lg-2">
<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 order-lg-3">
<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 order-lg-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="#">info@htmlstream.com </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-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 Implementing Plugins -->
<script src="assets/vendor/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.concat.min.js"></script>
<!-- JS -->
<script src="assets/js/main.js"></script>
</body>
</html>