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.
33 lines
999 B
PHTML
33 lines
999 B
PHTML
1 year ago
|
<x-app-layout>
|
||
|
<div class="space-y-4">
|
||
|
<x-outer-card class="select-none">
|
||
|
<x-inner-card class="!shadow-purple-500">
|
||
|
<h1 class="text-center text-4xl text-shadow-md font-bold shadow-zinc-950">< Changelog ></h1>
|
||
|
</x-inner-card>
|
||
|
</x-outer-card>
|
||
|
|
||
|
<div class="grid grid-cols-2 gap-4">
|
||
|
<div>
|
||
|
<x-outer-card>
|
||
|
<x-inner-card>
|
||
|
<h2>Website Changes</h2>
|
||
|
<hr>
|
||
|
v 1.0: website launch
|
||
|
</x-inner-card>
|
||
|
</x-outer-card>
|
||
|
</div>
|
||
|
|
||
|
<div>
|
||
|
<x-outer-card>
|
||
|
<x-inner-card>
|
||
|
<h2>Content Update</h2>
|
||
|
<hr>
|
||
|
blog posts and project posts will be listed here.
|
||
|
</x-inner-card>
|
||
|
</x-outer-card>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</x-app-layout>
|