ADD ALERT
This commit is contained in:
parent
1151e9cdde
commit
29b02c9429
1 changed files with 13 additions and 3 deletions
|
@ -1,16 +1,26 @@
|
|||
---
|
||||
// Layout
|
||||
import { Hammer } from "@iconoir/vue";
|
||||
import Default from "@layouts/Default.astro";
|
||||
|
||||
// Components
|
||||
import { CallToAction, Hero } from "@sudovanilla/pandora";
|
||||
import { Banner, CallToAction, Hero } from "@sudovanilla/pandora";
|
||||
---
|
||||
|
||||
<Default MobileTitle="SudoVanilla" NoSubHeader>
|
||||
<Fragment slot="body">
|
||||
<Banner
|
||||
Type="Update"
|
||||
Link="/changelog/"
|
||||
Title="Account Migrations"
|
||||
Message="The SudoVanilla Gateway is being enabled on some services soon. You'll be required to migrate your account to it and link it."
|
||||
>
|
||||
<slot slot="icon"><Hammer/></slot>
|
||||
</Banner>
|
||||
|
||||
<Hero
|
||||
Title="SudoVanilla"
|
||||
Description="Counting on the Open Web"8
|
||||
Description="Counting on the Open Web"
|
||||
ImageSource="https://image.proxy.sudovanilla.org/1200,fit/https://md.sudovanilla.org/images/pexels-asphotograpy-94842.jpg"
|
||||
ImageAlt="Green Pine Trees. Shot by AS Photography on Pexels."
|
||||
/>
|
||||
|
@ -44,7 +54,7 @@ import { CallToAction, Hero } from "@sudovanilla/pandora";
|
|||
|
||||
<CallToAction
|
||||
Title="ButterflyVu"
|
||||
Description="Documention Site"
|
||||
Description="Documentation Site"
|
||||
ImageSource="https://image.proxy.sudovanilla.org/560,fit/https://md.sudovanilla.org/images/pexels-pixabay-326055.jpg"
|
||||
ImageAlt="Image"
|
||||
PrimaryActionText="Source Code"
|
||||
|
|
Loading…
Reference in a new issue