-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
200 lines (175 loc) · 8.48 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>KnowledgeBase.dev - A free knowledge base template by HelpCenter.io</title>
<link rel="shortcut icon" href="/dist/images/favicon.ico">
<script src="https://kit.fontawesome.com/1b5fdf4bb2.js" crossorigin="anonymous"></script>
<link href="dist/css/main.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<section class="jumbotron jumbotron-fluid text-center">
<div class="navbar navbar-dark navbar-static-top navbar-expand-lg" role="navbar">
<a href="/" class="navbar-brand">
<!-- <img src="#" alt="Logo" /> -->
KnowledgeBase.dev <small>Help Center</small>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="nav navbar-nav">
<li class="nav-item header-link">
<a class="nav-link" href="https://knowledgebase.dev" target="_blank">Back to website</a>
</li>
<li class="nav-item">
<div class="nav-link dropdown">
<button class="btn btn-outline-light dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
English
</button>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="#fr">French</a>
<a class="dropdown-item" href="#bg">Bulgarian</a>
</div>
</div>
</li>
</ul>
</div>
</div>
<div class="cover"></div>
<div class="container">
<h1 class="jumbotron-heading">Your amazing help center</h1>
<p class="lead">A nice template to quickly get you started.</p>
<div class="row justify-content-center text-center">
<div class="col-md-10">
<form id="searchForm" action="/" class="search-form" method="GET">
<div class="input-group search">
<input type="text" name="q" class="search-field" aria-label="Search field" placeholder="Search anything here..." aria-required="true" required autoComplete="off"/>
<button class="input-group-addon" aria-label="Search">
<i class="fa fa-search"> </i>
</button>
</div>
</form>
</div>
</div>
<div class="tags">
<a href="pages/category.html"><span class="badge badge-secondary">Get Started</span></a>
</div>
</div>
</section>
<div class="section text-muted">
<div class="container">
<div class="row content justify-content-center">
<div class="col-md-12 text-center">
<div class="heading">
<h1>Categories</h1>
<p class="lead">Choose a category to get started.</p>
</div>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 mb-3">
<a href="pages/category.html" class="card-link">
<div class="card card-minimal category-box text-center">
<div class="card-body justify-content-center">
<i class="fas fa-rocket"> </i>
<h4 class="card-title">Get Started</h4>
<!-- <p class="card-text">Category with help articles about how to get started.</p> -->
<div class="author mt-3">
<small>5 articles by 1 author</small>
<div class="avatars">
<!-- <i class="fa fa-user-circle mr-1"> </i> -->
<div class="author-avatar" style="background-image: url('./dist/images/author_avatar_female_2.jpg');"> </div>
</div>
</div>
<!-- <small>There are no articles under this category, yet.</small> -->
</div>
</div>
</a>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 mb-3">
<a href="pages/category.html" class="card-link">
<div class="card card-minimal category-box text-center">
<div class="card-body justify-content-center">
<i class="far fa-id-card"> </i>
<h4 class="card-title">Authentication</h4>
<!-- <p class="card-text">Category with help articles about how to get started.</p> -->
<div class="author mt-3">
<small>7 articles by 3 authors</small>
<div class="avatars">
<i class="fa fa-user-circle mr-1 avatar-placeholder"> </i>
<div class="author-avatar" style="background-image: url('./dist/images/author_avatar_female_1.jpg');"> </div>
<div class="author-avatar" style="background-image: url('./dist/images/author_avatar_male_1.jpg');"> </div>
</div>
</div>
</div>
</div>
</a>
</div>
<div class="col-sm-12 col-md-6 col-lg-4 mb-3">
<a href="pages/category.html" class="card-link">
<div class="card card-minimal category-box text-center">
<div class="card-body justify-content-center">
<i class="fas fa-palette"> </i>
<h4 class="card-title">Customization</h4>
<!-- <p class="card-text">Category with help articles about how to get started.</p> -->
<div class="author mt-3">
<small>15 articles by 2 authors</small>
<div class="avatars">
<div class="author-avatar" style="background-image: url('./dist/images/author_avatar_female_2.jpg');"> </div>
<div class="author-avatar" style="background-image: url('./dist/images/author_avatar_male_1.jpg');"> </div>
</div>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row content section white-background">
<div class="col-md-7 text-left">
<h2>FAQs</h2>
<ul class="homepage-listing">
<li><a href="#">How do I sign up?</a></li>
<li><a href="#">How can I get a new password?</a></li>
<li><a href="#">What is the proper use of the product?</a></li>
</ul>
</div>
<div class="col-md-5">
<h2>Trending Articles</h2>
<ul class="homepage-listing">
<li><a href="#">Getting started with our product</a></li>
<li><a href="#">Making great use of this thing</a></li>
<li><a href="#">Use-cases of the knoweldge base template</a></li>
</ul>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-md-6">
KnowledgeBase.dev - Free Knowledge Base Template
<p class="mt-1"><strong><small class="text-muted">Built and shared with <i class="fas fa-heart text-danger"> </i> by <a
href="https://helpcenter.io"><img src="../dist/images/hcio_logo.svg" height="24"
style="vertical-align:top;margin-right:3px;" />HelpCenter.io</a></small></strong></p>
</div>
<div class="col-md-6 text-right">
<p>
<a href="#">Back to top</a>
</p>
</div>
</div>
</div>
</footer>
<script src="./dist/js/main.js"></script>
</body>
</html>