This is a simple portfolio website built using HTML, CSS, and Bootstrap. The website consists of four main pages:
- Home
- About
- works
- Contact
- HTML5: Markup language used for structuring the content.
- CSS3: Stylesheet language used for designing the website.
- Bootstrap: CSS framework used for responsive design and styling.
To set up and run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/ghezel1995/week-four-portfolio.git
-
Navigate to the project directory:
cd week-four-portfolio
-
Open the
index.html
file in your browser:- You can simply double-click the
index.html
file to open it in your default web browser. - Alternatively, right-click the file and choose "Open with" to select your preferred browser.
- You can simply double-click the
- Open the
index.html
file in your web browser to view the home page. - Use the navigation bar to explore the different pages: Home, About, Projects, and Contact.
- Each page is responsive and should work well on various screen sizes, thanks to Bootstrap.
Feel free to customize the website as per your requirements. You can:
- Modify the content in the HTML files to reflect your personal information and projects.
- Update the styles in the CSS files or override Bootstrap styles for a unique look.
- Add or remove pages and sections as needed.