-
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
DCI Student
committed
Sep 16, 2024
1 parent
e0fe735
commit 5d71dca
Showing
1 changed file
with
38 additions
and
1 deletion.
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 |
---|---|---|
@@ -1 +1,38 @@ | ||
# personal | ||
|
||
# Personal Portfolio Website | ||
|
||
Welcome to my personal portfolio website! This site showcases my skills, projects, and experience in web development and design. | ||
|
||
## Website URL | ||
|
||
You can view the live site here: [https://orhanguezel.github.io/personal/](https://orhanguezel.github.io/personal/) | ||
|
||
## About | ||
|
||
This portfolio site is designed to highlight the following: | ||
|
||
- **Skills**: Frontend, Backend, UI/UX design, and more. | ||
- **Projects**: A collection of projects showcasing my web development expertise. | ||
- **Contact**: Information on how to get in touch with me. | ||
|
||
## Technologies Used | ||
|
||
- **HTML5** | ||
- **CSS3** | ||
- **JavaScript** | ||
- **React.js** | ||
- **Node.js** | ||
- **MongoDB** | ||
|
||
## How to View the Code | ||
|
||
You can explore the source code on GitHub: [https://github.com/Orhanguezel/personal](https://github.com/Orhanguezel/personal) | ||
|
||
## Deployment | ||
|
||
This website is deployed via GitHub Pages. | ||
|
||
To deploy any changes, use the following command: | ||
|
||
```bash | ||
npm run deploy |