-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
354 lines (338 loc) · 12.5 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Knowledge</title>
<!-- CSS -->
<link
href="https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic"
rel="stylesheet"
type="text/css"
/>
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
<link rel="stylesheet" href="assets/css/font-awesome.min.css" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Header -->
<!-- <div id="particles-js">Hello debo</div> -->
<header id="hero" class="hero overlay">
<nav class="navbar">
<div class="container">
<div class="navbar-header">
<button
type="button"
class="navbar-toggle collapsed"
data-toggle="collapse"
data-target="#navbar-collapse"
aria-expanded="false"
>
<span class="sr-only">Toggle navigation</span>
<span class="fa fa-bars"></span>
</button>
<a href="/index.html" class="brand">
<img src="assets/images/logo.png" alt="Knowledge"width="200" height="80" />
</a>
</div>
<!-- <div class="navbar-collapse collapse" id="navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="/"> Home </a>
</li>
<li>
<a href="archive.html"> Archive </a>
</li>
<li>
<a href="browse.html"> Browse </a>
</li>
<li>
<a href="login.html"> Login </a>
</li>
<li>
<a href="register.html" class="btn btn-success nav-btn"
>Sign Up</a
>
</li>
</ul>
</div> -->
</div>
</nav>
<div class="masthead text-center">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1>Knowledgebase</h1>
<p class="lead text-muted">
Explore this site to learn about key concepts, try out how-to guides, see API and CLI
references for getting started with VAST.
</p>
<form>
<input
type="text"
class="search-field"
placeholder="Search Something ... "
/>
<button type="submit"><i class="fa fa-search"></i></button>
</form>
<a href="https://github.com/vastverse" target="_blank" class="btn btn-hero"
><span class="icon-git"></span> Github Project<span
class="icon-right"
></span
></a>
</div>
</div>
</div>
</div>
</header>
<!-- Features -->
<section id="features" class="features bgc-light-gray">
<div class="container">
<div class="row features-section">
<div class="text-center col-sm-4">
<div class="media-body">
<span class="icon"
><img src="assets/images/icon/icon1.png" alt=""
/></span>
<h3>Help & Documentation</h3>
<p class="text-muted">
Unlike other Frameworks which try to cover everything, It has
been built specifically for wordpress
</p>
</div>
</div>
<div class="text-center col-sm-4">
<div class="media-body">
<span class="icon"
><img src="assets/images/icon/icon2.png" alt=""
/></span>
<h3>Developer Resources</h3>
<p class="text-muted">
An incredibly codex has been created for you to use as reference
when developing extensions
</p>
</div>
</div>
<div class="text-center col-sm-4">
<div class="media-body">
<span class="icon"
><img src="assets/images/icon/icon3.png" alt=""
/></span>
<h3>Community Support</h3>
<p>
The source code is available on GitHub, you can grab it and
twist it to your heart’s content
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Topics -->
<section class="topics">
<div class="container">
<div class="row">
<div class="col-lg-8">
<header>
<h2><span class="icon-pages"></span>Explore Topics</h2>
<p>
We did our best to cover all topics related to this product.
Each section have number which represent number of topic in each
category.
</p>
</header>
<div class="row">
<div class="col-sm-6">
<div class="topics-list">
<h3>
<a href="#"><span class="badge">1</span>Introduction</a>
</h3>
<ul>
<li>
<a href="about-vastverse.html">
About Vast
</a>
</li>
<li>
<a href="about-vastverse.html#howitworks"> How it works? </a>
</li>
<!-- <li>
<a href="about-vastverse.html">
How it works
</a>
</li> -->
<!-- <li>
<a href="about-vastverse.html">
Basic knowledge requirments.
</a>
</li>
<li>
<a href="about-vastverse.html">
Getting Started & What is next.
</a>
</li> -->
</ul>
</div>
</div>
<div class="col-sm-6">
<div class="topics-list">
<h3>
<a href="#"
><span class="badge">2</span>Vast MQTT Intallation</a
>
</h3>
<ul>
<li><a href="instructions.html"> Step By Step Guide </a></li>
<!-- <li><a href="#"> How to find topics? </a></li>
<li><a href="#"> What is included and why? </a></li>
<li><a href="#"> Basic knowledge requirments. </a></li>
<li><a href="#"> Getting Started & What is next. </a></li> -->
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="topics-list">
<h3>
<a href="#"><span class="badge">3</span>Spat App Documentation</a>
</h3>
<ul>
<li><a href="/assets/spat-documentation.pdf" target="_blank"> Spat Codebase Readme</a></li>
<li><a href="#"> Deploying app to cloud</a></li>
<!-- <li><a href="#"> What is included and why? </a></li>
<li><a href="#"> Basic knowledge requirments. </a></li>
<li><a href="#"> Getting Started & What is next. </a></li> -->
</ul>
</div>
</div>
<div class="col-sm-6">
<div class="topics-list">
<h3>
<a href="#"
><span class="badge">17</span>Settings & Configuration</a
>
</h3>
<ul>
<li><a href="#"> How to use this documentation? </a></li>
<li><a href="#"> How to find topics? </a></li>
<li><a href="#"> What is included and why? </a></li>
<li><a href="#"> Basic knowledge requirments. </a></li>
<li><a href="#"> Getting Started & What is next. </a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="sidebar">
<div class="widget widget-support-forum">
<span class="icon icon-forum"></span>
<h4>Looking for help? Join Community</h4>
<p>
Couldn’t find what your are looking for ? Why not join out
support forums and let us help you.
</p>
<a href="https://vastverse.net/contact/" class="btn btn-success">Support Forum</a>
</div>
<!--******************************* Lists *******************************-->
<!-- <div class="pt-50">
<div class="topics-list">
<h3>
<a href="#"><span class="badge">10</span>API Guide Lines</a>
</h3>
<ul>
<li><a href="#"> How to use this documentation? </a></li>
<li><a href="#"> How to find topics? </a></li>
<li><a href="#"> What is included and why? </a></li>
<li><a href="#"> Basic knowledge requirments. </a></li>
<li><a href="#"> Getting Started & What is next. </a></li>
</ul>
</div>
</div> -->
</div>
</div>
<div class="topics-btn text-center">
<a class="btn btn-default" href="archive.html"
><span class="icon-adn"></span> Explore All Topics</a
>
</div>
</div>
</div>
</section>
<!-- Support Section -->
<section class="support-section text-white section">
<div class="container">
<div class="row">
<div class="divider"><i class="fa fa-support"></i></div>
<header class="text-center">
<h2 class="section-title">Get Support From Real People</h2>
<p class="section-subtitle">
When you are stuck in something don’t waste your time just let us
know we are here to help you
</p>
</header>
<ul class="members">
<li><img src="assets/images/u1.png" alt="" /></li>
<li><img src="assets/images/u2.png" alt="" /></li>
<li><img src="assets/images/u3.png" alt="" /></li>
<li><img src="assets/images/u4.png" alt="" /></li>
<li><img src="assets/images/u5.png" alt="" /></li>
</ul>
</div>
</div>
</section>
<!-- Call To Action -->
<section class="section">
<div class="container">
<div class="row call-to-action">
<div class="col-lg-1">
<span class="icon icon-envelope"></span>
</div>
<div class="col-lg-9">
<h3>Contact Us</h3>
<p>
If you have question which is beyond this knowledgebase Kindly
contact us
</p>
</div>
<div class="col-lg-2">
<a
href="https://vastverse.net/contact/"
class="btn btn-success btn-action"
>Write to Us Now</a
>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-lg-2 col-md-3 col-sm-3">
<a href="#" class="brand">
<img src="assets/images/logo.png" alt="Knowledge" />
<span class="circle"></span>
</a>
</div>
<div class="col-lg-7 col-md-5 col-sm-9">
<ul class="footer-links">
<li><a href="#">Features</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Community</a></li>
<li><a href="login.html">Login</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-4 col-sm-12">
<div class="copyright">
<p>Copyright © 2005-2021, VAST Development Team</p>
</div>
</div>
</div>
</div>
</footer>
<script src="assets/js/jquery-1.12.3.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>