-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
17fb356
commit cfe4606
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Portfolio | ||
|
||
This repository contains my personal portfolio website, showcasing my skills, projects, and experience. | ||
|
||
## Table of Contents | ||
- [Introduction](#introduction) | ||
- [File Structure](#file-structure) | ||
- [Setup Instructions](#setup-instructions) | ||
- [Usage](#usage) | ||
- [Features](#features) | ||
- [Contributors](#contributors) | ||
|
||
## Introduction | ||
This portfolio is designed to highlight my work and provide an easy way for potential employers and collaborators to view my projects and skills. | ||
|
||
## File Structure | ||
The main components of the project are structured as follows: | ||
- `index.html`: Main HTML file. | ||
- `styles/`: Directory containing CSS files. | ||
- `scripts/`: Directory containing JavaScript files. | ||
|
||
## Setup Instructions | ||
To set up the project locally, follow these steps: | ||
1. Clone the repository: | ||
```sh | ||
git clone https://github.com/Gokul-sami/Portfolio.git | ||
``` | ||
2. Navigate to the project directory: | ||
```sh | ||
cd Portfolio | ||
``` | ||
3. Open `index.html` in your preferred web browser. | ||
|
||
## Usage | ||
Simply open the `index.html` file in a web browser to view the portfolio. | ||
|
||
## Features | ||
- **Responsive Design:** The layout adjusts to different screen sizes. | ||
- **Project Showcase:** Displays a list of projects with descriptions and links. | ||
- **Contact Form:** Allows visitors to send messages directly. | ||
|
||
## Contributors | ||
- [Gokul-sami](https://github.com/Gokul-sami) |