Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drewdomi/drewdomi-homepage
My personal website and portfolio. That's a showcase of my work as a WEB developer, featuring projects that highlight my expertise as a Developer.
https://github.com/drewdomi/drewdomi-homepage
astro daisy daisyui drewdomi fronte homepage landing-page mdx portfolio tailwindcss
Last synced: 28 days ago
JSON representation
My personal website and portfolio. That's a showcase of my work as a WEB developer, featuring projects that highlight my expertise as a Developer.
- Host: GitHub
- URL: https://github.com/drewdomi/drewdomi-homepage
- Owner: drewdomi
- Created: 2023-11-16T17:07:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-03T15:53:49.000Z (about 2 months ago)
- Last Synced: 2024-11-03T16:32:22.995Z (about 2 months ago)
- Topics: astro, daisy, daisyui, drewdomi, fronte, homepage, landing-page, mdx, portfolio, tailwindcss
- Language: Astro
- Homepage: https://drewdomi.com
- Size: 2.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Andrew Domingues - Homepage
[https://drewdomi.com](https://drewdomi.com)
![BANNER](public/card.png)
## 💻 Stack
- Astro
- TailwindCSS
- DaisyUI
- MDX## 🚀 Estrutura do projeto
```text
│
├── public/
│ └── favicon.svg
├── src/
│ ├── components/
│ │ └── Card.astro
│ ├── content
│ │ └── projects
│ │ └── cruz-vermelha.mdx
│ ├── icons
│ │ └── astro.svg
│ ├── layouts/
│ │ └── Layout.astro
│ └── pages/
│ └── index.astro
└── package.json
```