update pages

This commit is contained in:
2026-02-19 11:18:46 -05:00
parent 257e537fe6
commit e0e0fd5078
12 changed files with 41 additions and 13 deletions
-1
View File
@@ -1 +0,0 @@
sistav.com
+1 -3
View File
@@ -9,9 +9,7 @@ include $_SERVER['DOCUMENT_ROOT'] . '/includes/head.php';
<div class="max-w-3xl mx-auto px-4 sm:px-6 py-12"> <div class="max-w-3xl mx-auto px-4 sm:px-6 py-12">
<h1 class="text-2xl font-semibold mb-12">About</h1> <h1 class="text-2xl font-semibold mb-12">About</h1>
<div class="space-y-5 text-neutral-300 leading-relaxed text-sm"> <div class="space-y-5 text-neutral-300 leading-relaxed text-sm">
<p><!-- Who you are --></p> <p>I'm sistav, I host this site.</p>
<p><!-- What you do / what you're into --></p>
<p><!-- Anything else --></p>
</div> </div>
</div> </div>
</main> </main>
Binary file not shown.

After

Width:  |  Height:  |  Size: 469 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 581 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 958 KiB

+36 -5
View File
@@ -7,11 +7,42 @@ include $_SERVER['DOCUMENT_ROOT'] . '/includes/head.php';
<main class="pt-16"> <main class="pt-16">
<div class="max-w-3xl mx-auto px-4 sm:px-6 py-12"> <div class="max-w-3xl mx-auto px-4 sm:px-6 py-12">
<h1 class="text-2xl mb-3">Contact</h1> <h1 class="text-2xl mb-4">Contact</h1>
<p class="text-neutral-400 text-sm mb-12">Get in touch.</p> <p class="text-neutral-300 text-sm mb-16 text-center">Get in touch. Feel free to send me gifs.</p>
<a href="mailto:admin@sistav.com" class="text-neutral-300 hover:text-white transition-colors text-sm"> <ul class="space-y-4">
admin@sistav.com <li>
</a> <a href="mailto:admin@sistav.com" class="group">
<span class="flex items-baseline gap-2">
<span class="text-neutral-300 text-sm group-hover:text-white transition-colors">Email</span>
<span class="text-neutral-500 text-xs">admin@sistav.com</span>
</span>
</a>
</li>
<li>
<a href="https://github.com/sistav" target="_blank" rel="noopener" class="group">
<span class="flex items-baseline gap-2">
<span class="text-neutral-300 text-sm group-hover:text-white transition-colors">GitHub</span>
<span class="text-neutral-500 text-xs">sistav</span>
</span>
</a>
</li>
<li>
<a href="https://fosstodon.org/@Sistav" target="_blank" rel="noopener" class="group">
<span class="flex items-baseline gap-2">
<span class="text-neutral-300 text-sm group-hover:text-white transition-colors">Mastodon</span>
<span class="text-neutral-500 text-xs">@Sistav</span>
</span>
</a>
</li>
<li>
<a href="https://twitter.com/NotSistav" target="_blank" rel="noopener" class="group">
<span class="flex items-baseline gap-2">
<span class="text-neutral-300 text-sm group-hover:text-white transition-colors">Twitter</span>
<span class="text-neutral-500 text-xs">@NotSistav</span>
</span>
</a>
</li>
</ul>
</div> </div>
</main> </main>
</body> </body>
+2 -2
View File
@@ -10,8 +10,8 @@ $categories = $data['categories'] ?? [];
<main class="pt-16"> <main class="pt-16">
<div class="max-w-3xl mx-auto px-4 sm:px-6 py-12"> <div class="max-w-3xl mx-auto px-4 sm:px-6 py-12">
<h1 class="text-2xl font-semibold mb-3">Links</h1> <h1 class="text-2xl font-semibold mb-4">Links</h1>
<p class="text-neutral-400 text-sm mb-16">A collection of interesting and useful websites.</p> <p class="text-neutral-300 text-sm mb-16 text-center">A collection of interesting and useful websites.</p>
<div class="space-y-12"> <div class="space-y-12">
<?php foreach ($categories as $cat): ?> <?php foreach ($categories as $cat): ?>
+2 -2
View File
@@ -11,8 +11,8 @@ $fields = ['listening', 'watching', 'reading', 'working on', 'thinking'];
<main class="pt-16"> <main class="pt-16">
<div class="max-w-3xl mx-auto px-4 sm:px-6 py-12"> <div class="max-w-3xl mx-auto px-4 sm:px-6 py-12">
<h1 class="text-2xl font-semibold mb-3">Log</h1> <h1 class="text-2xl font-semibold mb-4">Log</h1>
<p class="text-neutral-300 text-sm mb-16">What I've been doing recently. Don't expect this to be updated recently</p> <p class="text-neutral-300 text-sm mb-16 text-center">What I've been doing recently. Don't expect this to be updated recently</p>
<div class="space-y-12"> <div class="space-y-12">
<?php if (empty($entries)): ?> <?php if (empty($entries)): ?>