add gifs
|
After Width: | Height: | Size: 2.4 MiB |
|
After Width: | Height: | Size: 1.2 MiB |
|
After Width: | Height: | Size: 2.2 MiB |
|
After Width: | Height: | Size: 1.6 MiB |
|
After Width: | Height: | Size: 1.0 MiB |
|
After Width: | Height: | Size: 477 KiB |
|
After Width: | Height: | Size: 2.0 MiB |
|
After Width: | Height: | Size: 1.6 MiB |
|
After Width: | Height: | Size: 5.0 MiB |
|
After Width: | Height: | Size: 5.9 MiB |
|
After Width: | Height: | Size: 1.2 MiB |
|
After Width: | Height: | Size: 8.4 MiB |
|
After Width: | Height: | Size: 3.5 MiB |
|
After Width: | Height: | Size: 1.4 MiB |
@@ -32,4 +32,3 @@ include $_SERVER['DOCUMENT_ROOT'] . '/includes/head.php';
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
|
||||||
|
|||||||
@@ -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): ?>
|
||||||
|
|||||||
@@ -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)): ?>
|
||||||
|
|||||||