Skip to content

Commit 8edb137

Browse files
committed
refactoring
1 parent 3d21b68 commit 8edb137

File tree

10 files changed

+73
-10
lines changed

10 files changed

+73
-10
lines changed

HTML/assets/app/css/custom.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,3 +255,5 @@ ul.dropdown-menu a.dropdown-item.active{
255255
}
256256
}
257257

258+
#logo img { width: 200px; }
259+

HTML/assets/ico/favicon.png

2.52 KB
Loading

HTML/assets/img/faveo-logo.png

-26.7 KB
Binary file not shown.

HTML/assets/img/faveo.png

-33.6 KB
Binary file not shown.

HTML/assets/img/logo.png

104 KB
Loading

HTML/emailverification.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<nav id="navbar" class="site-navigation navbar navbar-expand-lg navbar-light">
3434
<div id="logo" class="navbar-brand brand site-logo text-start">
3535
<a href="index.html" rel="home">
36-
<img src="assets/img/faveo-logo.png" alt="Knowledge Base HTML Template"
36+
<img src="assets/img/logo.png" alt="Knowledge Base HTML Template"
3737
width="180" height="1" />
3838
</a>
3939
</div><!-- #logo -->

HTML/finish.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<nav id="navbar" class="site-navigation navbar navbar-expand-lg navbar-light">
3434
<div id="logo" class="navbar-brand brand site-logo text-start">
3535
<a href="index.html" rel="home">
36-
<img src="assets/img/faveo-logo.png" alt="Knowledge Base HTML Template"
36+
<img src="assets/img/logo.png" alt="Knowledge Base HTML Template"
3737
width="180" height="1" />
3838
</a>
3939
</div><!-- #logo -->

HTML/mobileotp.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<nav id="navbar" class="site-navigation navbar navbar-expand-lg navbar-light">
3434
<div id="logo" class="navbar-brand brand site-logo text-start">
3535
<a href="index.html" rel="home">
36-
<img src="assets/img/faveo-logo.png" alt="Knowledge Base HTML Template"
36+
<img src="assets/img/logo.png" alt="Knowledge Base HTML Template"
3737
width="180" />
3838
</a>
3939
</div><!-- #logo -->

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
This is a fork of a discontinued theme
1+
This is a HTML Template for Knowledge base websites.
22

3-
https://wrapbootstrap.com/theme/nowknow-knowledge-base-html-template-WB07P1G84
3+
**Features:**
44

5-
We purchased this theme and are using this theme but there has been no updates to this theme since 2014. So we decided to keep this theme going and updating it from time to time.
6-
7-
Anybody who has purchased this theme can see and use our updates.
8-
9-
This theme is not owned by us, nor build by us. We are only updating it from time to time as we have purchased this theme and are using it in our project.
5+
- Responsive clean & modern design
6+
- RTL supported
7+
- Multi language support
8+
- FAQ page
9+
- 404 page
10+
- Search
11+
- Light and dark mode

release-notes.txt

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,62 @@ First release
66
### Description
77
- First Release with Bootstrap version 3.2.
88
- Next release will be with Bootstrap 4
9+
10+
|====================================================
11+
| V2.0
12+
|====================================================
13+
Knowledge Base Template V2.0
14+
15+
### Enhancement
16+
- Knowledge Base template converted to Bootstrap 4.3.1 from Bootstrap 3.2
17+
18+
|====================================================
19+
| V3.0
20+
|====================================================
21+
Knowledge Base Dark Theme
22+
23+
### Updates
24+
- Dark theme UI Implemented
25+
- Bootstrap Upgraded to v5.3.0(Alpha 1)
26+
- Font Awesome Upgraded to v6
27+
28+
|====================================================
29+
| V3.1
30+
|====================================================
31+
Bootstrap Update and RTL Support Enhancement
32+
33+
## Overview
34+
35+
In this release, we are excited to introduce significant enhancements to our project. We have updated Bootstrap to the latest version and added Right-to-Left (RTL) support for improved internationalization. These changes are aimed at providing a better user experience for our diverse user base.
36+
37+
## Changes
38+
39+
### Bootstrap Update
40+
41+
- **Bootstrap Version**: We have updated Bootstrap to the latest version 5.3.2. This update brings various improvements, new features, and bug fixes to our project, ensuring that we stay up-to-date with the latest web development standards.
42+
43+
### Right-to-Left (RTL) Support
44+
45+
- **RTL Compatibility**: We have introduced RTL support to our project, making it accessible and user-friendly for users whose primary language is written from right to left. This enhancement includes:
46+
47+
- **New CSS Styles**: We have added RTL-specific CSS styles to ensure proper text direction and layout for RTL languages.
48+
49+
- **Internationalization**: We are committed to making our project accessible to a global audience, and RTL support is a key step in that direction.
50+
51+
|====================================================
52+
| V3.2
53+
|====================================================
54+
55+
### Knowledge Base Theme Package Updates
56+
57+
- **Bootstrap v5.3.3**: Upgraded to the latest version, offering improved grid systems, layout flexibility, and enhanced accessibility.
58+
- **JQuery v3.7.1**: Updated for better performance, security, and compatibility with modern browsers.
59+
- **Popper.js v2.11.8**: Upgraded to improve positioning accuracy and overall performance for tooltips, modals, and dropdowns.
60+
- **Font Awesome v6.7.0**: Includes new icons, better accessibility, and faster SVG icon loading.
61+
62+
### Code Cleanup
63+
64+
- Refactored code for improved readability and performance.
65+
- Removed deprecated functions and optimized the existing codebase for better maintainability.
66+
67+
These updates enhance performance, security, and compatibility while ensuring a cleaner and more efficient codebase.

0 commit comments

Comments
 (0)