Add the about page template.

main
KKlochko 1 year ago
parent eabd17eb67
commit 8f4d83d486

@ -0,0 +1,7 @@
<main class="bg-white dark:bg-gray-800 py-4 grow">
<h1 class="mb-4 text-5xl tracking-tight font-extrabold text-gray-900 dark:text-white text-center">About</h1>
<div class="py-8 px-4 mx-auto max-w-screen-xl lg:py-16 lg:px-6">
<p x-show="showArticle" class="mb-4 font-light text-gray-500 lg:mb-8 sm:text-xl dark:text-gray-400"> {{ content }} </p>
</div>
</main>
Loading…
Cancel
Save