Welcome to the Personal Portfolio Website project! This is a personal portfolio website that showcases projects, services, and provides contact information. It's a great starting point for learning HTML, CSS, and JavaScript.
- Responsive design for different screen sizes
- Showcase of projects with descriptions and images
- Services section highlighting different offerings
- Contact form for getting in touch
- Downloadable CV
To run this project, you need a web browser.
- Clone the repository:
git clone https://github.com/ArisLooi/portfoliowebsite.git
- Navigate to the project directory:
cd portfoliowebsite
- Open the index.html file in your web browser.
- Browse the home section, view projects, explore services, and use the contact form to get in touch.
portfoliowebsite/ ├── index.html ├── style.css ├── personal-portfolio-img/ │ ├── images/ │ │ ├── logo.png │ │ ├── user.png │ │ ├── work-1.png │ │ ├── work-2.png │ │ ├── work-3.png │ │ ├── background.png │ │ ├── phone-background.png │ │ └── my-cv.pdf └── README.md
- opentab(tabname): Opens the specified tab in the About section.
- openmenu(): Opens the side menu in mobile view.
- closemenu(): Closes the side menu in mobile view.
- form submission: Submits the contact form to a Google Sheet and displays a success message.
Contributions are welcome! Please fork the repository and create a pull request with your changes.
##Acknowledgments Thanks to all the developers who have contributed to open-source projects and made learning to code accessible to everyone.
Special thanks to GreatStacks (https://www.youtube.com/watch?v=0YFrGy_mzjY) for the inspiration and guidance.