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:
parent
894baef9c8
commit
11473a6b53
7 changed files with 152 additions and 82 deletions
13
README.md
13
README.md
|
|
@ -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
|
|||
|
||||

|
||||
|
||||
|
||||
## 🚀 Project Structure
|
||||
|
||||
Inside of your Astro project, you'll see the following folders and files:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue