-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy patharticle.html
More file actions
302 lines (262 loc) · 15.1 KB
/
article.html
File metadata and controls
302 lines (262 loc) · 15.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Title -->
<title>Help Desk Inner 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/prism/prism.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 active" 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">
<div class="container duik-promo-container">
<div class="d-flex position-relative mh-25rem pt-11 py-6">
<div class="align-self-center">
<h1 class="text-white font-weight-light mb-3">Can I upgrade my plan at any time?</h1>
<nav aria-label="breadcrumb">
<ol class="breadcrumb breadcrumb-light">
<li class="breadcrumb-item"><a href="#">Home</a></li>
<li class="breadcrumb-item"><a href="#">Pages</a></li>
<li class="breadcrumb-item active" aria-current="page">Article</li>
</ol>
</nav>
</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 -->
<main>
<div class="container py-10">
<div class="row">
<div class="col-lg-8 mb-11 mb-lg-4 pr-lg-6">
<div class="media align-items-center mb-4">
<div class="rounded-circle mr-3">
<img class="img-fluid rounded-circle" src="assets/img-temp/100x100/img1.jpg" alt="Image Description" width="50">
</div>
<div class="media-body">
<a class="text-dark" href="#">Harry Brown</a>
<small class="d-block text-muted">HS Ninja</small>
</div>
</div>
<p>Localhost - Using a localhost server is extremely vital in any HTML template, as it boosts the page load. For this reason, any template or website might work slowly or may not even work at all without localhost. Like in the case of the Master sliders and the Revolution Sliders. Opening Docs UI Kit in localhost server should not give you any problems.</p>
<p>In computer networking, localhost is a hostname that means this computer. It is used to access the network services that are running on the host via its loopback network interface. Using the loopback interface bypasses any local network interface hardware.</p>
<div class="duik-callout duik-callout-warning p-4 my-5" role="alert">
<strong>Bonus.</strong> Sketch is small bonus that has some of the theme. Docs UI Kit's Sketch file comes with all demo pages design only. Docs UI Kit is not only for developers but also for designers.
</div>
<p>The local loopback mechanism is useful for testing software during development, independently of any networking configurations. For example, if a computer has been configured to provide a website, directing a locally running web browser to <a href="#">http://localhost</a> may display its home page.</p>
<pre>
<code class="language-html" data-lang="html">
<!-- CSS Implementing Plugins -->
<link rel="stylesheet" href="assets/vendor/font-awesome/css/fontawesome-all.min.css">
<!-- CSS Docs UI Kit Template -->
<link rel="stylesheet" href="assets/css/theme.css">
</code>
</pre>
<p>Just so you know, Ajax also does not work without a localhost server. The whole point of Ajax request is to fetch data from one of these computers, which has to be listening in for specific network packages.</p>
<!-- Resolved -->
<div class="text-center border-top mt-6 pt-6">
<h4 class="h6 mb-4">Was this article helpful?</h4>
<button type="button" class="btn btn-sm btn-outline-primary mx-1"><i class="fa fa-thumbs-up mr-1"></i> Yes, thanks!</button>
<button type="button" class="btn btn-sm btn-outline-primary mx-1"><i class="fa fa-thumbs-down mr-1"></i> Not really</button>
</div>
</div>
<!-- End Resolved -->
<div class="col-lg-4 mb-4">
<div class="card p-3 border-0 shadow">
<div class="card-header pb-0">
<h4 class="h5 mb-3">Related Questions</h4>
</div>
<div class="card-body">
<ul class="list-line mb-0">
<li class="mb-3"><a class="link-muted" href="#">Guarantee?</a></li>
<li class="mb-3"><a class="link-muted" href="#">Do you have any built-in caching?</a></li>
<li class="mb-3"><a class="link-muted" href="#">Can I add/upgrade my plan at any time?</a></li>
<li class="mb-3"><a class="link-muted" href="#">What access comes with my hosting plan?</a></li>
</ul>
</div>
</div>
</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="#">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-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 Implementing Plugins -->
<script src="assets/vendor/prism/prism.js"></script>
<!-- JS -->
<script src="assets/js/main.js"></script>
</body>
</html>