https://github.com/eddyryansyah/portfolio
Showcases personal projects, skills, and experience through a personal portfolio website.
https://github.com/eddyryansyah/portfolio
developer html-css-js personal-portfolio qa-engineer web-development
Last synced: 16 days ago
JSON representation
Showcases personal projects, skills, and experience through a personal portfolio website.
- Host: GitHub
- URL: https://github.com/eddyryansyah/portfolio
- Owner: eddyryansyah
- License: mit
- Created: 2024-01-17T18:33:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-06-03T10:59:24.000Z (25 days ago)
- Last Synced: 2026-06-03T11:23:26.061Z (25 days ago)
- Topics: developer, html-css-js, personal-portfolio, qa-engineer, web-development
- Language: HTML
- Homepage: https://eddyryansyah.netlify.app
- Size: 13.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Portfolio Website
[](https://app.netlify.com/projects/eddyryansyah/deploys)
A personal portfolio website to showcase my profile, skills, projects, and experience as an aspiring developer and QA Engineer.
## Live Demo
Visit the live website here:
```text
https://eddyryansyah.netlify.app
```
## Overview
This project is a static personal portfolio website built using HTML, CSS, and JavaScript. The website presents personal information, skills, project highlights, and contact details in a clean and responsive layout.
## Features
- Responsive website layout
- Personal profile section
- Skills and experience showcase
- Project portfolio section
- Contact information
- Netlify deployment status badge
- Production deployment through GitHub Actions and Netlify CLI
## Tech Stack
- HTML
- CSS
- JavaScript
- GitHub Actions
- Netlify
## Deployment
This project is deployed to Netlify using GitHub Actions and Netlify CLI.
Every update pushed to the `main` branch triggers a GitHub Actions workflow. The workflow deploys the latest version of the website to Netlify production and records the deployment under the `production` environment in GitHub.
The Netlify status badge at the top of this README reflects the current state of the latest production deployment.
## Project Structure
```text
.
├── .github/
│ ├── FUNDING.yml
│ └── workflows/
│ └── deploy-netlify.yml
├── assets/
│ ├── arrow.png
│ ├── checkmark.png
│ ├── eddy-about.png
│ ├── eddy-profile.png
│ ├── eddy-resume.pdf
│ ├── education.png
│ ├── email.png
│ ├── favicon.png
│ ├── github.png
│ ├── linkedin.png
│ ├── project-1.png
│ ├── project-2.png
│ └── project-3.png
├── .gitignore
├── LICENSE
├── README.md
├── index.html
├── mediaqueries.css
├── script.js
└── style.css
```
## Author
Created and maintained by Eddy Ryansyah.
## License
This project is licensed under the MIT License.