/
githubmirror
/
tabler
Обзор
Документация
Войти
/
githubmirror
/
tabler
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
preview/pages/marketing/about.astro
44 строки
2 KB
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 MarketingLayout from '@shared/layouts/MarketingLayout.astro' --- <MarketingLayout title="About"> <div class="hero"> <div class="container"> <h1 class="hero-title">About Us</h1> <p class="hero-description hero-description-wide">Tabler is a digital firm specializing in website development. Our themes are employed by businesses of all scales, ranging from emerging startups to established public companies, to construct and oversee their online presence.</p> </div> </div> <div class="section pt-0"> <div class="container"> <div class="row gx-3"> <div class="col mb-3"> <div class="bg-cover rounded bg-body-tertiary" style="height: 15rem;"></div> </div> <div class="col-3 d-none d-md-block mb-3"> <div class="bg-cover rounded bg-body-tertiary" style="height: 15rem;"></div> </div> <div class="col mb-3"> <div class="bg-cover rounded bg-body-tertiary" style="height: 15rem;"></div> </div> <div class="w-100"></div> <div class="col mb-3 mb-md-0"> <div class="bg-cover rounded bg-body-tertiary" style="height: 15rem;"></div> </div> <div class="col-4 d-none d-md-block mb-3 mb-md-0"> <div class="bg-cover rounded bg-body-tertiary" style="height: 15rem;"></div> </div> <div class="col"> <div class="bg-cover rounded bg-body-tertiary" style="height: 15rem;"></div> </div> </div> </div> </div> </MarketingLayout>