Skip to content

Releases: FutureInsightTech/Shafiq-Law-Chamber

Version 02: HUGO Switched

26 Jun 23:44
Compare
Choose a tag to compare

The main turning point for this project was when we switched from a Node.js application to a Hugo-based static website. Hugo provided us with more features and a cooler look for the website.

Features:

Here are all the features of the application:

  1. Stunning Look: The website has an impressive and visually appealing design.
  2. Hugo-based Content Management: The website is powered by Hugo, which enables efficient content management.
  3. Markdown Support: Hugo supports Markdown, allowing for easy content creation and editing.
  4. Different Themes: There are multiple themes available for customization, providing flexibility in design.
  5. Contact Forms: The website includes contact forms for seamless communication with visitors.
  6. More Webpages: The new version includes additional webpages beyond the static homepage.
  7. Blog Support: A blog section has been implemented to share articles and updates.
  8. Enabling Traffic Tracking: Traffic tracking functionality has been added to monitor website visitors and engagement.
  9. Tina-based CMS System: The website utilizes Tina, a CMS system that simplifies content editing and management.

Preview:

  • Home Page
    image

  • Blog Page:
    image

  • Contact Page:
    image

  • About Us Page:
    image

Site Live:

The website is live, but please note that this version is not the main production version. You can check it out by clicking here.

Running Locally:

To run the project on your machine, follow these steps:

  1. Clone the project
git clone https://github.com/rafay99-epic/Shafiq-Law-Chamber.git
  1. Switch to the branch
cd Shafiq-Law-Chamber
git checkout Version-02
  1. Run the project
hugo server

With these steps, you can run the project locally on your machine.

Version 03: Organization Pages & Comments

26 Jun 23:50
Compare
Choose a tag to compare

This is Version 03 of the application, which introduces structural changes and improves the code organization.

Features:

In this version of the application, we have made several enhancements for the organization. The following features have been added:

  1. CEO Page with Description: A dedicated page showcasing the CEO and providing a detailed description of their role and contributions.
  2. Editing the Main CSS File: The main CSS file has been modified to improve the styling and visual presentation of the website.
  3. Modifying the Header of the File: The header section of the file has been updated to enhance the overall design and user experience.
  4. Adding Comment Section: A comment section has been included to allow users to provide feedback, share thoughts, and engage in discussions.

These new features aim to improve the website's functionality, visual appeal, and user engagement.

Site Live:

The website is live, but please note that this version is not the main production version. You can check it out by clicking here.

Note:

This Version of the application is under development and it is not merged into the main Production Line.

Version 01: Shafiq Law Chamber

26 Jun 23:29
18b6544
Compare
Choose a tag to compare

This is the very first version of the application, and the website is based on Node.js and EJS templates. While this version has several limitations, it was considered a suitable option to proceed with Node.js and EJS.

Supported Features:

In this version, there are no specific features implemented. The website simply functions as a static website running on a Node.js server. The following features are not available:

  1. Blog Support (Not Available)
  2. Tracking
  3. Contact Form through Node.js

Preview:

  • Home Page
    image

  • Second Page
    image

This website is a one-page website based on Node.js and EJS templates.

Running Locally:

To run this version locally, please follow the steps below:

  1. Clone the repository
git clone https://github.com/rafay99-epic/Shafiq-Law-Chamber.git
  1. Switch to the branch
cd Shafiq-Law-Chamber
git checkout backup-version01
  1. Install the required node modules
npm install
  1. Run the website
npm start

Please note that this version is limited in functionality and is intended for basic static website display purposes.