Minor changes to main page.
This commit is contained in:
parent
3c56988c65
commit
9a50044b12
@ -10,6 +10,12 @@ export default function Home() {
|
||||
card_title="Hi! I'm Alexis Werefox!"
|
||||
>
|
||||
<WCard>
|
||||
<div className="p-2 space-y-2">
|
||||
<div className="rounded-lg ring-2 ring-werefox-grey-lightest dark:ring-werefox-grey-darker bg-werefox-grey-lighter dark:bg-werefox-grey-dark">
|
||||
<p className="p-2 text-center text-md sm:text-lg text-center text-werefox-blue-dark dark:text-werefox-blue">
|
||||
<p>Basic Info</p>
|
||||
</p>
|
||||
</div>
|
||||
<div className="grid xl:grid-rows-2 xl:grid-cols-5 sm:grid-rows-3 sm:grid-cols-3 grid-rows-9 grid-cols-1 gap-2">
|
||||
<IDButton
|
||||
extraClasses=""
|
||||
@ -102,27 +108,42 @@ export default function Home() {
|
||||
url="/identities/fursona"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</WCard>
|
||||
<WCard>
|
||||
<p className="p-4 text-lg text-center text-werefox-blue-dark dark:text-werefox-blue">
|
||||
Welcome to my little info site!
|
||||
<div className="p-2 space-y-2">
|
||||
<div className="rounded-lg ring-2 ring-werefox-grey-lightest dark:ring-werefox-grey-darker bg-werefox-grey-lighter dark:bg-werefox-grey-dark">
|
||||
<p className="p-2 text-center text-md sm:text-lg text-center text-werefox-blue-dark dark:text-werefox-blue">
|
||||
<p>Welcome to my little info site!</p>
|
||||
</p>
|
||||
<p className="pl-4 pr-4 pb-4 text-lg text-center text-werefox-blue-dark dark:text-werefox-blue">
|
||||
I'd describe myself as somewhere between a hot date and a hot mess.
|
||||
Just a witchy foxxo programmer trying to make it in the world tbh.
|
||||
</div>
|
||||
<div className="rounded-lg ring-2 ring-werefox-grey-lightest dark:ring-werefox-grey-darker bg-werefox-grey-lighter dark:bg-werefox-grey-dark">
|
||||
<p className="p-4 text-lg text-center text-werefox-blue-dark dark:text-werefox-blue">
|
||||
I'd describe myself as somewhere between a hot date and a hot
|
||||
mess. Just a witchy foxxo programmer trying to make it in the
|
||||
world tbh.
|
||||
</p>
|
||||
<p className="pl-4 pr-4 pb-4 text-lg text-center text-werefox-blue-dark dark:text-werefox-blue">
|
||||
Feel free to click/tap any of the neat buttons above this to learn
|
||||
more about my different aspects of personality.
|
||||
</p>
|
||||
<p className="pl-4 pr-4 pb-4 text-lg text-center text-werefox-blue-dark dark:text-werefox-blue">
|
||||
Down below, I've got some more neat little pages and useful info you
|
||||
can look at.
|
||||
Down below, I've got some more neat little pages and useful info
|
||||
you can look at.
|
||||
</p>
|
||||
<p className="pl-4 pr-4 pb-4 text-lg text-center text-werefox-blue-dark dark:text-werefox-blue">
|
||||
Please do look around and enjoy your stay!~ 💙
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</WCard>
|
||||
<WCard>
|
||||
<div className="p-2 space-y-2">
|
||||
<div className="rounded-lg ring-2 ring-werefox-grey-lightest dark:ring-werefox-grey-darker bg-werefox-grey-lighter dark:bg-werefox-grey-dark">
|
||||
<p className="p-2 text-center text-md sm:text-lg text-center text-werefox-blue-dark dark:text-werefox-blue">
|
||||
<p>Useful Pages! (hopefully!)</p>
|
||||
</p>
|
||||
</div>
|
||||
<WCard
|
||||
isCardButton="true"
|
||||
extraClasses=""
|
||||
@ -153,6 +174,8 @@ export default function Home() {
|
||||
innerText="FAQ"
|
||||
url="/faq"
|
||||
/>
|
||||
</div>
|
||||
</WCard>
|
||||
</BasicPage>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user