-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
1 changed file
with
60 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,60 @@ | ||
# Portfolio Website | ||
|
||
This repository contains the source code and assets for my personal portfolio website. The website showcases my skills, projects, and experiences in a visually appealing and user-friendly manner. It serves as a central hub for potential employers, clients, and collaborators to learn more about me and my work. | ||
|
||
## Table of Contents | ||
|
||
- [Features](#features) | ||
- [Technologies Used](#technologies-used) | ||
- [Installation](#installation) | ||
- [Usage](#usage) | ||
- [Contributing](#contributing) | ||
- [License](#license) | ||
|
||
## Features | ||
|
||
- **Home Page**: Provides an introduction and overview of my profile, including a brief bio and links to my social media profiles. | ||
- **About**: Delve deeper into who I am. | ||
- **Experience**: Displays my work experience, education, certifications, or any relevant skills. | ||
- **Contact**: Offers a convenient way for visitors to get in touch with me, such as through a contact form or direct links to email and social media profiles. | ||
|
||
## Technologies Used | ||
|
||
The portfolio website is built using the following technologies and tools: | ||
|
||
- **HTML5**: Provides the structure and markup of the web pages. | ||
- **CSS3**: Styles and enhances the visual presentation of the website. | ||
- **JavaScript**: Enhances interactivity and adds dynamic elements. | ||
- **Bootstrap**: Utilized for responsive design and pre-built UI components. | ||
- **FontAwesome**: Offers a vast collection of icons for visual enhancements. | ||
- **Git**: Version control system for tracking changes and collaboration. | ||
- **GitHub**: Hosts the repository and enables easy sharing and collaboration. | ||
- **GitHub pages**: Deployment platform for hosting the live website. | ||
|
||
## Installation | ||
|
||
To run the portfolio website locally, follow these steps: | ||
|
||
1. Clone the repository: | ||
```shell | ||
git clone [https://github.com/tataw-cl/portfolio_site](https://github.com/tataw-cl/portfolio_site.git) | ||
``` | ||
|
||
2. Navigate to the project directory: | ||
```shell | ||
cd portfolio_site | ||
``` | ||
|
||
3. Open the `index.html` file in your preferred web browser. | ||
|
||
## Usage | ||
|
||
Feel free to explore the website and use it as a reference for building your own portfolio website. You can customize the content, add your projects, and modify the design to suit your personal style. The website is designed to be easily extensible, allowing you to showcase your skills and achievements effectively. | ||
|
||
## Contributing | ||
|
||
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request. Your feedback and contributions will help make this portfolio website better for everyone. | ||
|
||
## License | ||
|
||
The contents of this repository are licensed under the [MIT License](LICENSE). You are free to use, modify, and distribute the code for personal and commercial purposes. Attribution is not required, but it is appreciated. |