This commit is contained in:
2026-02-19 10:41:17 -05:00
parent eac7b0804e
commit 4cec8ed31d
17 changed files with 2 additions and 3 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 477 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

-1
View File
@@ -32,4 +32,3 @@ include $_SERVER['DOCUMENT_ROOT'] . '/includes/head.php';
</script> </script>
</body> </body>
</html>
+1 -1
View File
@@ -11,7 +11,7 @@ $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-3">Links</h1>
<p class="text-neutral-400 text-sm mb-16">Things worth sharing.</p> <p class="text-neutral-400 text-sm mb-16">A collection of interesting and useful website</p>
<div class="space-y-12"> <div class="space-y-12">
<?php foreach ($categories as $cat): ?> <?php foreach ($categories as $cat): ?>
+1 -1
View File
@@ -12,7 +12,7 @@ $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-3">Log</h1>
<p class="text-neutral-300 text-sm mb-16">What I'm into lately. Updated whenever.</p> <p class="text-neutral-300 text-sm mb-16">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)): ?>