Skip to content

Latest commit

 

History

52 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the official website for CHOWGARAGE, a combination of two food brands, Chow Express and Burgarage, located in Los Baños, Laguna. The website is designed to showcase the restaurant, its menu, and locations. The site features a logo header, sections with background images, and stylized navigation.

Project Structure
The project is organized as follows:

bash
Copy code
chowgarage/
│
├── index.html          # Main HTML file containing the website's structure
├── styles.css          # Main CSS file for styling the website
├── images/             # Directory containing logo and background images
│   ├── chowgarage-logo.png
│   └── chowgarage-background.png
└── README.md           # Project documentation (this file)
Explanation of Files
index.html: This is the main HTML file, where the structure and content of the website are defined.
styles.css: This CSS file contains all the styles used for the website, including layout, colors, fonts, and hover effects.
images/: The folder containing image assets used in the website like the logo and background.
README.md: The documentation file explaining the project and how to set it up.
How to Run the Project
Prerequisites
Ensure that you have the following installed on your local machine:

A modern web browser (Google Chrome, Firefox, or similar)
A text editor (VS Code, Sublime Text, etc.)
Steps to Run Locally
Clone the repository (or download the project):

bash
Copy code
git clone <repository-url>
Replace <repository-url> with the actual URL of the repository.

Navigate to the project directory:

bash
Copy code
cd chowgarage
Open the index.html file:

You can double-click the index.html file in the project folder to open it in your browser.
Alternatively, you can open it from the terminal:
bash
Copy code
open index.html
View the website: Once the HTML file is opened in a browser, you will be able to view the CHOWGARAGE website, including the logo, navigation, and styled sections.

Customizing
Logo and Images: You can replace the images in the images/ folder to customize the website's branding.
Colors and Fonts: Modify the styles.css file to change the colors, fonts, and general appearance of the website.
Navigation: Edit the index.html file if you want to add or change any navigation links, or sections of the website.
Features
Responsive design.
Hover effects on navigation links.
Centered background image with flexible content positioning.
Simple, clean layout with an easy-to-use structure.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages