Skip to content

🏠 Personal website and portfolio of Drew Domi. Showcase as a developer.

Notifications You must be signed in to change notification settings

drewdomi/drewdomi-homepage

Repository files navigation

Andrew Domingues - Homepage

https://drewdomi.com

BANNER

πŸ’» Stack

  • Astro
  • TailwindCSS
  • DaisyUI
  • MDX

πŸš€ Estrutura do projeto

β”‚
β”œβ”€β”€ public/
β”‚   └── favicon.svg
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ components/
β”‚   β”‚   └── Card.astro
β”‚   β”œβ”€β”€ content
β”‚   β”‚   └── projects
β”‚   β”‚       └── cruz-vermelha.mdx
β”‚   β”œβ”€β”€ icons
β”‚   β”‚   └── astro.svg
β”‚   β”œβ”€β”€ layouts/
β”‚   β”‚   └── Layout.astro
β”‚   └── pages/
β”‚       └── index.astro
└── package.json