You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.0 KiB
PHTML

<x-app-layout>
1 year ago
<div class="space-y-4">
<x-outer-card class="select-none">
<x-inner-card class="!shadow-zinc-700">
<h1 class="text-center text-4xl text-shadow-md font-bold shadow-zinc-950"><< About >></h1>
1 year ago
</x-inner-card>
</x-outer-card>
<div class="grid grid-cols-2 gap-4">
<div>
<x-outer-card>
<x-inner-card>
<h2>< About Me ></h2>
<hr>
gay boi
</x-inner-card>
</x-outer-card>
</div>
<div>
<x-outer-card>
<x-inner-card>
<h2>< About this website ></h2>
<hr>
A detailed log of changes can be found at the <a href="{{route('changelog')}}">changelog</a>.
</x-inner-card>
</x-outer-card>
</div>
</div>
1 year ago
</div>
</x-app-layout>