Уменьшил баннер и временно скрыл плашку
This commit is contained in:
parent
90406aa5a4
commit
418892b3a4
1 changed files with 12 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<section
|
<section
|
||||||
class="sticky flex h-screen shrink-0 flex-col items-center justify-center gap-5 overflow-hidden bg-[url('/common/background-day.webp')] bg-cover bg-fixed p-4 dark:bg-[url('/common/background-night.webp')]"
|
class="flex shrink-0 flex-col items-center justify-center gap-5 overflow-hidden p-4 hero-background"
|
||||||
>
|
>
|
||||||
<div class="basis-full"></div>
|
<div class="basis-full"></div>
|
||||||
<div
|
<div
|
||||||
|
@ -61,10 +61,12 @@
|
||||||
<h1>SANCTUARY</h1>
|
<h1>SANCTUARY</h1>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex basis-full flex-col items-center justify-start gap-4">
|
<div class="flex flex-col items-center justify-start gap-4">
|
||||||
|
<!--
|
||||||
<div class="flex flex-row gap-2 rounded-2xl bg-amber-950 p-2 text-center text-amber-50 ring-2 shadow">
|
<div class="flex flex-row gap-2 rounded-2xl bg-amber-950 p-2 text-center text-amber-50 ring-2 shadow">
|
||||||
Сайт находится в разработке. Если эта плашка висит после 1.06.2025 - пинайте Ивана!
|
Сайт находится в разработке. Если эта плашка висит после 1.06.2025 - пинайте Ивана!
|
||||||
</div>
|
</div>
|
||||||
|
-->
|
||||||
<div class="flex flex-row flex-wrap items-start justify-center gap-4">
|
<div class="flex flex-row flex-wrap items-start justify-center gap-4">
|
||||||
<SocialButton class="w-60 shrink-0" href={PUBLIC_TS_DISCORD}>Сообщество</SocialButton>
|
<SocialButton class="w-60 shrink-0" href={PUBLIC_TS_DISCORD}>Сообщество</SocialButton>
|
||||||
<SocialButton class="w-60 shrink-0" href="https://github.com/TeaSanctuary/">
|
<SocialButton class="w-60 shrink-0" href="https://github.com/TeaSanctuary/">
|
||||||
|
@ -138,3 +140,11 @@
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
@import "tailwindcss";
|
||||||
|
|
||||||
|
.hero-background {
|
||||||
|
@apply bg-[url('/common/background-day.webp')] dark:bg-[url('/common/background-night.webp')] bg-cover bg-fixed;
|
||||||
|
}
|
||||||
|
</style>
|
Loading…
Add table
Add a link
Reference in a new issue