π View Live Portfolio
This is a personal portfolio website built with HTML, CSS, and JavaScript. It showcases your skills, projects, and contact information, and is easily customizable for your needs.
- Responsive design for desktop and mobile
- Project showcase section
- About and contact sections
- Downloadable resume
- Easy asset management
- Clone the repository:
git clone https://github.com/patrick-vuong/Portfolio-Website.git cd Portfolio-Website
- Open
index.htmlin your browser to view the site locally. - For live reload during development: Use a VS Code extension like Live Server.
Portfolio-Website/
βββ assets/ # Images, fonts, icons, uploads
βββ css/ # Stylesheets
βββ js/ # JavaScript files
βββ docs/ # Documentation (e.g., prd.md)
βββ index.html # Main HTML file
βββ README.md # Project documentation
- Place images in
assets/images/ - Place fonts in
assets/fonts/ - Place icons in
assets/icons/ - Place uploads or other files in
assets/uploads/
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.
This project is open source and available under the MIT License (add a LICENSE file if you want to specify one).
This is my personal portfolio website showcasing my skills, projects, and professional experience. The site is designed to highlight my work and provide contact information for potential employers or collaborators.
- HTML5
- CSS3 (with responsive design)
- JavaScript
- [Any frameworks you decide to use, e.g., Bootstrap, Tailwind]
portfolio-website/
βββ README.md
βββ docs/
β βββ prd.md
βββ index.html
βββ css/
β βββ styles.css
βββ js/
β βββ main.js
βββ assets/
β βββ images/
β βββ fonts/
β βββ icons/
β βββ uploads/
βββ .gitignore
- Clone this repository
- Open the project folder in VS Code
- Launch the site by opening
index.htmlin your browser - For development with live reload, consider using extensions like Live Server
Static assets for the site live in assets/ with the following subfolders:
assets/images/β site images (.png, .jpg, .svg)assets/fonts/β web fontsassets/icons/β SVG iconsassets/uploads/β miscellaneous files you want to reference
Drop files into those folders and commit them; .gitkeep files are present so the folders are tracked when empty.
- Responsive design that works on desktop and mobile devices
- Portfolio section showcasing key projects
- About me section with professional background
- Contact form for inquiries
- Resume/CV download option
This project is being developed with assistance from GitHub Copilot. Comments are used extensively to guide Copilot in generating appropriate code suggestions.