A respository tracking the development my portfolio website. Learning how to make website from scratch to track future projects and act as a blog.
/
├── public/
├── src/
| └──layouts/
| | └── Footer.astro
| | └── Head.astro
| | └── Header.astro
| | └── Layout.astro
│ └── pages/
│ | └── index.astro
│ | └── projects.astro
│ | └── resume.astro
│ └── styles/
│ └── Base.css
└── package.json
Copyright 2024- Present Andres Perez
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation. Read More here