/
githubmirror
/
tabler
Обзор
Документация
Войти
/
githubmirror
/
tabler
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
shared/components/cards/HappyBirthday.astro
15 строк
723 B
Paweł Kuna
Add quality gates: Prettier for Astro, astro check for shared, unused SCSS variable lint (#2749)
03 авг 2026, 01:47
Не верифицирован
03 авг 2026, 01:47
8962710
Код
Авторство
О чём код?
--- import Button from '@ui/Button.astro' --- <div class="card card-gradient card-gradient-rainbow"> <div class="card-body text-center p-5"> <div class="display-5 leading-none mb-2">🍾 🎉</div> <h1>Happy Birthday, Andrew!</h1> <p class="text-secondary">We truly hope your day is brimming with joy, laughter, and countless moments that bring a smile to your face!</p> <p class="text-secondary">To celebrate your special day, here's a discount code just for you: <strong class="text-body">NWYR20</strong>. Enjoy <strong class="text-body">20% off</strong> your next purchase!</p> <div class="mt-5"> <Button text="Grab my special deal" icon="gift" color="primary" /> </div> </div> </div>