Fix homepage restyle
This commit is contained in:
@@ -3,25 +3,49 @@
|
|||||||
<div class="grid size-full place-content-center gap-y-8">
|
<div class="grid size-full place-content-center gap-y-8">
|
||||||
<SvgoLogo :filled="true" :font-controlled="false" class="mx-auto size-40" />
|
<SvgoLogo :filled="true" :font-controlled="false" class="mx-auto size-40" />
|
||||||
|
|
||||||
<div class="flex flex-col items-center gap-y-5 md:gap-y-7">
|
<div class="flex flex-col items-center gap-y-3">
|
||||||
<h1 class="animate-pulse text-3xl sm:text-4xl text-pretty font-bold text-(--ui-text-highlighted) font-heading">
|
<h1 class="animate-pulse text-3xl sm:text-4xl text-pretty font-bold text-(--ui-text-highlighted) font-heading md:mb-5">
|
||||||
{{ app.name.toUpperCase() }}
|
{{ app.name.toUpperCase() }}
|
||||||
</h1>
|
</h1>
|
||||||
<p class="leading-7 text-pretty">
|
<p class="leading-7 text-pretty text-center">
|
||||||
Powered by
|
Powered by
|
||||||
<ULink :to="app.nuxtSite" target="_blank" :external="true">
|
|
||||||
Nuxt 3
|
|
||||||
</ULink>
|
|
||||||
-
|
|
||||||
<ULink :to="app.tauriSite" target="_blank" :external="true">
|
|
||||||
Tauri 2
|
|
||||||
</ULink>
|
|
||||||
-
|
|
||||||
<ULink :to="app.nuxtUiSite" target="_blank" :external="true">
|
|
||||||
NuxtUI 3
|
|
||||||
</ULink>
|
|
||||||
</p>
|
</p>
|
||||||
<UButton :to="app.repo">
|
|
||||||
|
<div class="flex flex-wrap justify-center gap-1 md:gap-3">
|
||||||
|
<UButton
|
||||||
|
variant="ghost"
|
||||||
|
size="xl"
|
||||||
|
:to="app.nuxtSite"
|
||||||
|
target="_blank"
|
||||||
|
:external="true"
|
||||||
|
>
|
||||||
|
Nuxt 3
|
||||||
|
</UButton>
|
||||||
|
<UButton
|
||||||
|
variant="ghost"
|
||||||
|
size="xl"
|
||||||
|
:to="app.nuxtSite"
|
||||||
|
target="_blank"
|
||||||
|
:external="true"
|
||||||
|
>
|
||||||
|
Nuxt 3
|
||||||
|
</UButton>
|
||||||
|
<UButton
|
||||||
|
variant="ghost"
|
||||||
|
size="xl"
|
||||||
|
:to="app.nuxtSite"
|
||||||
|
target="_blank"
|
||||||
|
:external="true"
|
||||||
|
>
|
||||||
|
Nuxt 3
|
||||||
|
</UButton>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="flex justify-center">
|
||||||
|
<UButton
|
||||||
|
:to="app.repo"
|
||||||
|
>
|
||||||
Star on GitHub
|
Star on GitHub
|
||||||
</UButton>
|
</UButton>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user