Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakthi020 committed Dec 11, 2024
1 parent 3d21b68 commit 8edb137
Show file tree
Hide file tree
Showing 10 changed files with 73 additions and 10 deletions.
2 changes: 2 additions & 0 deletions HTML/assets/app/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -255,3 +255,5 @@ ul.dropdown-menu a.dropdown-item.active{
}
}

#logo img { width: 200px; }

Binary file modified HTML/assets/ico/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed HTML/assets/img/faveo-logo.png
Binary file not shown.
Binary file removed HTML/assets/img/faveo.png
Binary file not shown.
Binary file modified HTML/assets/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion HTML/emailverification.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<nav id="navbar" class="site-navigation navbar navbar-expand-lg navbar-light">
<div id="logo" class="navbar-brand brand site-logo text-start">
<a href="index.html" rel="home">
<img src="assets/img/faveo-logo.png" alt="Knowledge Base HTML Template"
<img src="assets/img/logo.png" alt="Knowledge Base HTML Template"
width="180" height="1" />
</a>
</div><!-- #logo -->
Expand Down
2 changes: 1 addition & 1 deletion HTML/finish.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<nav id="navbar" class="site-navigation navbar navbar-expand-lg navbar-light">
<div id="logo" class="navbar-brand brand site-logo text-start">
<a href="index.html" rel="home">
<img src="assets/img/faveo-logo.png" alt="Knowledge Base HTML Template"
<img src="assets/img/logo.png" alt="Knowledge Base HTML Template"
width="180" height="1" />
</a>
</div><!-- #logo -->
Expand Down
2 changes: 1 addition & 1 deletion HTML/mobileotp.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<nav id="navbar" class="site-navigation navbar navbar-expand-lg navbar-light">
<div id="logo" class="navbar-brand brand site-logo text-start">
<a href="index.html" rel="home">
<img src="assets/img/faveo-logo.png" alt="Knowledge Base HTML Template"
<img src="assets/img/logo.png" alt="Knowledge Base HTML Template"
width="180" />
</a>
</div><!-- #logo -->
Expand Down
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
This is a fork of a discontinued theme
This is a HTML Template for Knowledge base websites.

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

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.

Anybody who has purchased this theme can see and use our updates.

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.
- Responsive clean & modern design
- RTL supported
- Multi language support
- FAQ page
- 404 page
- Search
- Light and dark mode
59 changes: 59 additions & 0 deletions release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,62 @@ First release
### Description
- First Release with Bootstrap version 3.2.
- Next release will be with Bootstrap 4

|====================================================
| V2.0
|====================================================
Knowledge Base Template V2.0

### Enhancement
- Knowledge Base template converted to Bootstrap 4.3.1 from Bootstrap 3.2

|====================================================
| V3.0
|====================================================
Knowledge Base Dark Theme

### Updates
- Dark theme UI Implemented
- Bootstrap Upgraded to v5.3.0(Alpha 1)
- Font Awesome Upgraded to v6

|====================================================
| V3.1
|====================================================
Bootstrap Update and RTL Support Enhancement

## Overview

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.

## Changes

### Bootstrap Update

- **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.

### Right-to-Left (RTL) Support

- **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:

- **New CSS Styles**: We have added RTL-specific CSS styles to ensure proper text direction and layout for RTL languages.

- **Internationalization**: We are committed to making our project accessible to a global audience, and RTL support is a key step in that direction.

|====================================================
| V3.2
|====================================================

### Knowledge Base Theme Package Updates

- **Bootstrap v5.3.3**: Upgraded to the latest version, offering improved grid systems, layout flexibility, and enhanced accessibility.
- **JQuery v3.7.1**: Updated for better performance, security, and compatibility with modern browsers.
- **Popper.js v2.11.8**: Upgraded to improve positioning accuracy and overall performance for tooltips, modals, and dropdowns.
- **Font Awesome v6.7.0**: Includes new icons, better accessibility, and faster SVG icon loading.

### Code Cleanup

- Refactored code for improved readability and performance.
- Removed deprecated functions and optimized the existing codebase for better maintainability.

These updates enhance performance, security, and compatibility while ensuring a cleaner and more efficient codebase.

0 comments on commit 8edb137

Please sign in to comment.