2025-12-16 15:28:43 +07:00
|
|
|
<!DOCTYPE html>
|
2025-12-17 16:52:19 +07:00
|
|
|
<html lang="en" data-theme="panda">
|
|
|
|
|
<head>
|
2025-12-16 15:28:43 +07:00
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2025-12-17 16:52:19 +07:00
|
|
|
<meta name="description" content="{{ description | default('5Panda - Project Proposals') }}">
|
|
|
|
|
<meta
|
|
|
|
|
name="author" content="5Panda"> <!-- Open Graph -->
|
|
|
|
|
<meta property="og:title" content="{{ title | default('5Panda') }}">
|
|
|
|
|
<meta property="og:description" content="{{ description | default('Project Proposals') }}">
|
|
|
|
|
<meta property="og:type" content="{{ ogType | default('website') }}">
|
|
|
|
|
<title>{{ title | default("5Panda") }}</title>
|
|
|
|
|
<!-- Fonts -->
|
2025-12-16 15:28:43 +07:00
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
2025-12-17 16:52:19 +07:00
|
|
|
<link
|
|
|
|
|
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap"
|
|
|
|
|
rel="stylesheet"> <!-- Styles -->
|
|
|
|
|
<link rel="stylesheet" href="/css/style.css">
|
|
|
|
|
</head>
|
|
|
|
|
<body
|
|
|
|
|
class="min-h-screen bg-base-100 text-base-content">
|
|
|
|
|
<!-- Navbar -->
|
|
|
|
|
<div class="navbar bg-base-100/80 backdrop-blur-xl border-b border-white/5 sticky top-0 z-50">
|
|
|
|
|
<div class="navbar-start">
|
|
|
|
|
<a href="/" class="btn btn-ghost text-xl font-bold gradient-text">5Panda</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="navbar-center hidden lg:flex">
|
|
|
|
|
<ul class="menu menu-horizontal px-1 gap-1">
|
|
|
|
|
<li>
|
|
|
|
|
<a
|
|
|
|
|
href="/"
|
|
|
|
|
class="rounded-lg {% if page.url == '/' %}bg-primary/10 text-primary{% endif %} hover:bg-primary/10 hover:text-primary
|
|
|
|
|
transition-colors">
|
|
|
|
|
Home
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<a
|
|
|
|
|
href="/blog/"
|
|
|
|
|
class="rounded-lg {% if '/blog' in page.url %}bg-primary/10 text-primary{% endif %} hover:bg-primary/10
|
|
|
|
|
hover:text-primary transition-colors">
|
|
|
|
|
Proposals
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="navbar-end">
|
|
|
|
|
<!-- Theme toggle -->
|
|
|
|
|
<label class="swap swap-rotate btn btn-ghost btn-circle">
|
|
|
|
|
<input type="checkbox" class="theme-controller" value="pandaLight"/>
|
|
|
|
|
<svg class="swap-off h-5 w-5 fill-current" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24">
|
|
|
|
|
<path d="M5.64,17l-.71.71a1,1,0,0,0,0,1.41,1,1,0,0,0,1.41,0l.71-.71A1,1,0,0,0,5.64,17ZM5,12a1,1,0,0,0-1-1H3a1,1,0,0,0,0,2H4A1,1,0,0,0,5,12Zm7-7a1,1,0,0,0,1-1V3a1,1,0,0,0-2,0V4A1,1,0,0,0,12,5ZM5.64,7.05a1,1,0,0,0,.7.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.41l-.71-.71A1,1,0,0,0,4.93,6.34Zm12,.29a1,1,0,0,0,.7-.29l.71-.71a1,1,0,1,0-1.41-1.41L17,5.64a1,1,0,0,0,0,1.41A1,1,0,0,0,17.66,7.34ZM21,11H20a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Zm-9,8a1,1,0,0,0-1,1v1a1,1,0,0,0,2,0V20A1,1,0,0,0,12,19ZM18.36,17A1,1,0,0,0,17,18.36l.71.71a1,1,0,0,0,1.41,0,1,1,0,0,0,0-1.41ZM12,6.5A5.5,5.5,0,1,0,17.5,12,5.51,5.51,0,0,0,12,6.5Zm0,9A3.5,3.5,0,1,1,15.5,12,3.5,3.5,0,0,1,12,15.5Z"/>
|
|
|
|
|
</svg>
|
|
|
|
|
<svg class="swap-on h-5 w-5 fill-current" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24">
|
|
|
|
|
<path d="M21.64,13a1,1,0,0,0-1.05-.14,8.05,8.05,0,0,1-3.37.73A8.15,8.15,0,0,1,9.08,5.49a8.59,8.59,0,0,1,.25-2A1,1,0,0,0,8,2.36,10.14,10.14,0,1,0,22,14.05,1,1,0,0,0,21.64,13Zm-9.5,6.69A8.14,8.14,0,0,1,7.08,5.22v.27A10.15,10.15,0,0,0,17.22,15.63a9.79,9.79,0,0,0,2.1-.22A8.11,8.11,0,0,1,12.14,19.73Z"/>
|
|
|
|
|
</svg>
|
|
|
|
|
</label>
|
|
|
|
|
<!-- GitHub link -->
|
|
|
|
|
<a href="https://github.com" target="_blank" class="btn btn-ghost btn-circle">
|
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="currentColor" viewbox="0 0 24 24">
|
|
|
|
|
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207
|
|
|
|
|
11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729
|
|
|
|
|
1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304
|
|
|
|
|
3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381
|
|
|
|
|
1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138
|
|
|
|
|
3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807
|
|
|
|
|
5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386
|
|
|
|
|
0-6.627-5.373-12-12-12z"/>
|
|
|
|
|
</svg>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- Main content -->
|
|
|
|
|
<main class="animate-fade-in">
|
|
|
|
|
{{ content | safe }}
|
2025-12-16 15:28:43 +07:00
|
|
|
</main>
|
2025-12-17 16:52:19 +07:00
|
|
|
<!-- Footer -->
|
|
|
|
|
<footer class="footer footer-center bg-base-200 text-base-content p-10 border-t border-white/5">
|
|
|
|
|
<aside>
|
|
|
|
|
<p class="font-bold text-xl gradient-text mb-2">5Panda</p>
|
|
|
|
|
<p class="text-base-content/60">Project Proposals & Ideas</p>
|
|
|
|
|
</aside>
|
|
|
|
|
<nav>
|
|
|
|
|
<div class="grid grid-flow-col gap-4">
|
|
|
|
|
<a
|
|
|
|
|
href="https://github.com"
|
|
|
|
|
target="_blank"
|
|
|
|
|
class="btn btn-ghost btn-sm btn-circle hover:text-primary transition-colors">
|
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="currentColor" viewbox="0 0 24 24">
|
|
|
|
|
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207
|
|
|
|
|
11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729
|
|
|
|
|
1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304
|
|
|
|
|
3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381
|
|
|
|
|
1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138
|
|
|
|
|
3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807
|
|
|
|
|
5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386
|
|
|
|
|
0-6.627-5.373-12-12-12z"/>
|
|
|
|
|
</svg>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
</nav>
|
|
|
|
|
<aside>
|
|
|
|
|
<p class="text-sm text-base-content/40">© {% year %} 5Panda. Built with 11ty, Tailwind CSS & daisyUI.</p>
|
|
|
|
|
</aside>
|
2025-12-16 15:28:43 +07:00
|
|
|
</footer>
|
2025-12-17 16:52:19 +07:00
|
|
|
</body>
|
|
|
|
|
</html>
|