Skip to content

ghezel1995/week-four-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio website with Bootstrap

Overview

This is a simple portfolio website built using HTML, CSS, and Bootstrap. The website consists of four main pages:

  1. Home
  2. About
  3. works
  4. Contact

Technologies Used

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

Setup and Installation

To set up and run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/ghezel1995/week-four-portfolio.git
  2. Navigate to the project directory:

    cd week-four-portfolio
  3. 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.

Usage

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

Customization

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.