Skip to content

Commit e70e461

Browse files
committed
changes in doc
1 parent 11150c0 commit e70e461

File tree

3 files changed

+52
-41
lines changed

3 files changed

+52
-41
lines changed

Documentation/css/bootstrap.min.css

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Documentation/css/custom.css

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pre .label { font-size: 0.85em; font-weight: normal; padding: 0.05em 0.3em 0.1em
1111
pre .label.pull-right { ; padding: 0.1em 0.5em 0.2em; }
1212
code .label { margin: -4px; }
1313
.small { font-size: 0.8em; }
14-
.icons-ul { list-style: none; padding-left: 0; margin-left: 2.142857142857143em;}
14+
.icons-ul { list-style: none; padding-left: 0; margin-left: 1.5em;}
1515
.dl-horizontal .foldering { margin-top: 1em; font-family: Monaco, Menlo, Consolas, "Courier New", monospace; font-weight: normal; }
1616
.text-inherit { color: inherit; }
1717
.area-bordered { margin-bottom: 30px; padding: 10px; border: 1px solid #ccc; background: #f5f5f5; border-radius: 4px; }
@@ -38,5 +38,15 @@ pre {white-space: pre-wrap;}
3838
.icons-ul { padding-left: 1.5em; }
3939
.page-header a { color: inherit !important; }
4040
}
41-
42-
blockquote {padding: 10px 20px;margin: 0 0 20px;border-left: 5px solid #eee;}
41+
blockquote {padding: 10px 20px;margin: 0 0 20px;border-left: 5px solid #eee;}
42+
.page-header {padding-bottom: 9px;margin: 40px 0 20px;border-bottom: 1px solid #eee;}
43+
@media (min-width: 1200px) {
44+
.container {
45+
max-width: 1170px;
46+
}
47+
}
48+
@media (min-width: 1200px) {
49+
h1, .h1 {
50+
font-size: 36px;
51+
}
52+
}

Documentation/index.html

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -82,126 +82,126 @@ <h1><strong>Knowledge Base HTML Template</strong></h1>
8282
<div class="col-md-8 col-lg-9">
8383

8484
<section id="2">
85-
<div class="page-header">
85+
<div class="page-header mt-0">
8686
<h2 class="h3"><strong>File Structure</strong></h2>
8787
</div>
8888
<p>This is a list of files and folders are include on the HTML template package.</p>
8989
<div class="area-bordered">
9090
<ul class="icons-ul">
9191
<li>
92-
<i class="fa-solid fa-folder-open text-primary"></i>
92+
<i class="fa-regular fa-folder-open text-primary"></i>
9393
<span>HTML</span>
9494
<p class="small text-muted">The main folder which contains files of the template.</p>
9595
<hr />
9696
<ul class="icons-ul">
9797
<li>
98-
<i class="fa-solid fa-folder-open text-primary"></i>
98+
<i class="fa-regular fa-folder-open text-primary"></i>
9999
<span>assets</span>
100100
<p class="small text-muted">Contains assets for this template.</p>
101101
<hr />
102102
<ul class="icons-ul">
103103
<li>
104-
<i class="fa-solid fa-folder text-primary"></i>
104+
<i class="fa-regular fa-folder text-primary"></i>
105105
<span>app</span>
106106
<p class="small text-muted">Contains css files and javascript files of the template.</p>
107107
<hr />
108108
<ul class="icons-ul">
109109
<li>
110-
<i class="fa-solid fa-folder text-primary"></i>
110+
<i class="fa-regular fa-folder text-primary"></i>
111111
<span>css</span>
112112
<p class="small text-muted">Contains css files of the template. Check <a href="#4">Included CSS</a> for detail.</p>
113113
<hr />
114114
</li>
115115
<li>
116-
<i class="fa-solid fa-folder text-primary"></i>
116+
<i class="fa-regular fa-folder text-primary"></i>
117117
<span>js</span>
118118
<p class="small text-muted">Contains javascript files of the template. Check <a href="#4">Included JS</a> for detail.</p>
119119
<hr />
120120
</li>
121121
</ul>
122122
</li>
123123
<li>
124-
<i class="fa-solid fa-folder text-primary"></i>
124+
<i class="fa-regular fa-folder text-primary"></i>
125125
<span>bootstrap</span>
126126
<p class="small text-muted">Contains bootsrap files.</p>
127127
<hr />
128128
</li>
129129
<li>
130-
<i class="fa-solid fa-folder text-primary"></i>
130+
<i class="fa-regular fa-folder text-primary"></i>
131131
<span>font-awesome</span>
132132
<p class="small text-muted">Contains Font Awesome files.</p>
133133
<hr />
134134
</li>
135135
<li>
136-
<i class="fa-solid fa-folder text-primary"></i>
136+
<i class="fa-regular fa-folder text-primary"></i>
137137
<span>ico</span>
138138
<p class="small text-muted">Contains favicons on this template. You can also read <a href="#3">HTML Structure</a>.</p>
139139
<hr />
140140
</li>
141141
<li>
142-
<i class="fa-solid fa-folder text-primary"></i>
142+
<i class="fa-regular fa-folder text-primary"></i>
143143
<span>img</span>
144144
<p class="small text-muted">Contains images that used on this template content.</p>
145145
<hr />
146146
</li>
147147
</ul>
148148
</li>
149149
<li>
150-
<i class="fa-solid fa-file-alt text-primary"></i>
150+
<i class="fa-regular fa-file-alt text-primary"></i>
151151
<span>404.html</span>
152152
<p class="small text-muted">Source for page not found.</p>
153153
<hr />
154154
</li>
155155
<li>
156-
<i class="fa-solid fa-file-alt text-primary"></i>
156+
<i class="fa-regular fa-file-alt text-primary"></i>
157157
<span>archive.html</span>
158158
<p class="small text-muted">Source for article archive.</p>
159159
<hr />
160160
</li>
161161
<li>
162-
<i class="fa-solid fa-file-alt text-primary"></i>
162+
<i class="fa-regular fa-file-alt text-primary"></i>
163163
<span>contact.html</span>
164164
<p class="small text-muted">Source for contact page.</p>
165165
<hr />
166166
</li>
167167
<li>
168-
<i class="fa-solid fa-file-alt text-primary"></i>
168+
<i class="fa-regular fa-file-alt text-primary"></i>
169169
<span>detail.html</span>
170170
<p class="small text-muted">Source for article detail page.</p>
171171
<hr />
172172
</li>
173173
<li>
174-
<i class="fa-solid fa-file-alt text-primary"></i>
174+
<i class="fa-regular fa-file-alt text-primary"></i>
175175
<span>detail-login.html</span>
176176
<p class="small text-muted">Example for user logged in - article detail.</p>
177177
<hr />
178178
</li>
179179
<li>
180-
<i class="fa-solid fa-file-alt text-primary"></i>
180+
<i class="fa-regular fa-file-alt text-primary"></i>
181181
<span>faq.html</span>
182182
<p class="small text-muted">Source for FAQ page.</p>
183183
<hr />
184184
</li>
185185
<li>
186-
<i class="fa-solid fa-file-alt text-primary"></i>
186+
<i class="fa-regular fa-file-alt text-primary"></i>
187187
<span>index.html</span>
188188
<p class="small text-muted">Source for homepage.</p>
189189
<hr />
190190
</li>
191191
<li>
192-
<i class="fa-solid fa-file-alt text-primary"></i>
192+
<i class="fa-regular fa-file-alt text-primary"></i>
193193
<span>news.html</span>
194194
<p class="small text-muted">Source for news archive.</p>
195195
<hr />
196196
</li>
197197
<li>
198-
<i class="fa-solid fa-file-alt text-primary"></i>
198+
<i class="fa-regular fa-file-alt text-primary"></i>
199199
<span>news-detail.html</span>
200200
<p class="small text-muted">Source for news detail.</p>
201201
<hr />
202202
</li>
203203
<li>
204-
<i class="fa-solid fa-file-alt text-primary"></i>
204+
<i class="fa-regular fa-file-alt text-primary"></i>
205205
<span>search-terms.php</span>
206206
<p class="small text-muted">Example for search suggestion keywords.</p>
207207
</li>
@@ -315,21 +315,21 @@ <h2 class="h3"><strong>Included CSS</strong></h2>
315315
<p>This template imports the following stylesheet files:</p>
316316
<dl class="dl-horizontal">
317317
<dd class="foldering">
318-
<i class="fa-solid fa-folder-open"></i>
318+
<i class="fa-regular fa-folder-open"></i>
319319
<strong class="text-primary">assets/bootstrap/css/</strong>
320320
</dd>
321321
<dt>bootstrap.min.css</dt>
322322
<dd>Bootstrap's stylesheet file <span class="text-muted">&ndash; minified*</span>.</dd>
323323

324324
<dd class="foldering">
325-
<i class="fa-solid fa-folder-open"></i>
325+
<i class="fa-regular fa-folder-open"></i>
326326
<strong class="text-primary">assets/font-awesome/css/</strong>
327327
</dd>
328328
<dt>font-awesome.min.css</dt>
329329
<dd>Font Awesome Icons stylesheet file <span class="text-muted">&ndash; minified*</span>.</dd>
330330

331331
<dd class="foldering">
332-
<i class="fa-solid fa-folder-open"></i>
332+
<i class="fa-regular fa-folder-open"></i>
333333
<strong class="text-primary">assets/app/css/</strong>
334334
</dd>
335335
<dt>app.css</dt>
@@ -352,14 +352,14 @@ <h2 class="h3"><strong>Included JS</strong></h2>
352352
<p>This template imports the following javascript files:</p>
353353
<dl class="dl-horizontal">
354354
<dd class="foldering">
355-
<i class="fa-solid fa-folder-open"></i>
355+
<i class="fa-regular fa-folder-open"></i>
356356
<strong class="text-primary">assets/bootstrap/js/</strong>
357357
</dd>
358358
<dt>bootstrap.min.js</dt>
359359
<dd>Bootstrap's javascript plugins <span class="text-muted">&ndash; minified*</span>.</dd>
360360

361361
<dd class="foldering">
362-
<i class="fa-solid fa-folder-open"></i>
362+
<i class="fa-regular fa-folder-open"></i>
363363
<strong class="text-primary">assets/app/js/</strong>
364364
</dd>
365365
<dt>jquery.min.js</dt>
@@ -401,7 +401,7 @@ <h2 class="h3"><strong>Editing</strong></h2>
401401

402402
<aside id="61">
403403
<div class="page-header">
404-
<h3 class="h4"><strong>Google WebFonts</strong></h3>
404+
<h3 class="h5"><strong>Google WebFonts</strong></h3>
405405
</div>
406406
<ol>
407407
<li>Browse the <code>assets</code> > <code>app</code> > <code>css</code> folders, and open <code>app.css</code> file in any text editor (Notepad, Notepad++, Dreamweaver, etc.).</li>
@@ -429,7 +429,7 @@ <h3 class="h4"><strong>Google WebFonts</strong></h3>
429429

430430
<aside id="62">
431431
<div class="page-header">
432-
<h3 class="h4"><strong>Search Suggestions</strong></h3>
432+
<h3 class="h5"><strong>Search Suggestions</strong></h3>
433433
</div>
434434
<blockquote><span class="text-warning">Search suggestion only work on seach form in header area.</span></blockquote>
435435
<img src="img/search-advance.jpg" alt="" class="img-thumbnail" width="850" height="136" />
@@ -451,7 +451,7 @@ <h3 class="h4"><strong>Search Suggestions</strong></h3>
451451

452452
<aside id="63">
453453
<div class="page-header">
454-
<h3 class="h4"><strong>User Logged In or Not</strong></h3>
454+
<h3 class="h5"><strong>User Logged In or Not</strong></h3>
455455
</div>
456456
<p>This is comparation content for user logged in or not.</p>
457457
<table class="table table-bordered text-center mb-4">
@@ -560,7 +560,7 @@ <h3 class="h4"><strong>User Logged In or Not</strong></h3>
560560

561561
<aside id="64">
562562
<div class="page-header">
563-
<h3 class="h4"><strong>Google Map</strong></h3>
563+
<h3 class="h5"><strong>Google Map</strong></h3>
564564
</div>
565565
<ol>
566566
<li>Open the <code>contact.html</code> file in any text editor (Notepad, Notepad++, Dreamweaver, etc.).</li>
@@ -672,7 +672,7 @@ <h2 class="h3">
672672
</section>
673673

674674
<div id="footer" class="text-center">
675-
<i class="fa-solid fa-face-smile fa-fw fa-4x text-warning"></i>
675+
<i class="fa-regular fa-face-smile fa-fw fa-4x text-warning"></i>
676676
<hr />
677677
<p class="lead">Thank you</p>
678678
<hr />

0 commit comments

Comments
 (0)