create basic components for index

- Updated layout
- Include CSS reset
- Include Catppuccin color variables
- Add basic styling
- Create navbar component
This commit is contained in:
Alexander Navarro 2023-08-13 12:32:28 -04:00
parent 894baef9c8
commit 11473a6b53
7 changed files with 152 additions and 82 deletions

View file

@ -1,3 +1,15 @@
# Personal Webpage
## Packages usage
- Astro Website framework
- ReactJS for interactive components
- [Gardevoir](https://github.com/krshoss/gardevoir) for CSS reset and normalization
Themes:
- [Catppuccin](https://github.com/catppuccin/catppuccin)
# Astro Starter Kit: Basics
```
@ -12,7 +24,6 @@ npm create astro@latest -- --template basics
![basics](https://user-images.githubusercontent.com/4677417/186188965-73453154-fdec-4d6b-9c34-cb35c248ae5b.png)
## 🚀 Project Structure
Inside of your Astro project, you'll see the following folders and files: