This is a personal website project that showcases my work, skills, and interests. The website is structured to be easily maintainable and updatable through a GitHub repository.
garrettberliner.github.io/
├── src/
│ ├── assets/
│ │ ├── Dec-25-Resume.pdf
│ │ ├── Dec-25-CV.pdf
│ ├── sections/
│ │ ├── about.html
│ │ ├── projects.html
│ │ ├── resume.html
│ ├── scripts/
│ │ ├── main.js
│ ├── styles/
│ │ ├── main.css
│ ├── index.html
To get a local copy up and running, follow these simple steps:
-
Clone the repository:
git clone https://github.com/yourusername/personal-website.git -
Navigate to the project directory:
cd personal-website -
Open the
src/index.htmlfile in your web browser to view the website.
Contributions are welcome! Please feel free to submit a pull request or open an issue for any suggestions or improvements.
This project is licensed under the MIT License - see the LICENSE file for details.