This is a personal portfolio website showcasing my skills, projects, and contact information. It is built using HTML, CSS, and JavaScript, with an integrated contact form using EmailJS to send messages directly to my email.
🔗 Visite My Portfolio (https://gwad12.github.io/portfolio/)
portfolio-website/
│── index.html # Main homepage
│── about.html # About page
│── projects.html # Projects/Portfolio page
│── contact.html # Contact page
│
├── assets/ # Folder for assets (images, fonts, icons)
│ ├── images/ # Store images here
│ ├── fonts/ # Store custom fonts
│ └── icons/ # Store icons
│
├── css/ # Folder for styles
│ ├── style.css # Main stylesheet
│ ├── responsive.css # Styles for responsiveness
│
├── js/ # Folder for JavaScript
│ ├── script.js # Main JavaScript file
│
└── README.md # Project description