85 lines
3.2 KiB
HTML
85 lines
3.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Clove Twilight - Template</title>
|
|
<link rel="stylesheet" href="/css/style.css">
|
|
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg">
|
|
|
|
<!-- SEO Meta Tags -->
|
|
<meta name="description" content="Template Page for Clove Twilight" />
|
|
<meta name="keywords" content="Clove Twilight, Portfolio, Personal, Developer" />
|
|
<meta name="author" content="doughmination" />
|
|
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
|
|
|
<!-- Canonical URL -->
|
|
<link rel="canonical" href="https://clove.is-a.dev/template" />
|
|
|
|
<!-- Alternate for mobile -->
|
|
<link rel="alternate" media="only screen and (max-width: 640px)" href="https://clove.is-a.dev/template" />
|
|
|
|
<!-- Theme Color -->
|
|
<meta name="theme-color" content="#f5c2e7" />
|
|
|
|
<!-- Open Graph / Discord / Facebook -->
|
|
<meta property="og:image" content="https://clove.is-a.dev/images/favicon.png" />
|
|
<meta property="og:site_name" content="clove.is-a.dev" />
|
|
<meta property="og:title" content="Clove Twilight | Template" />
|
|
<meta property="og:description" content="Template Page for Clove Twilight" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://clove.is-a.dev/template" />
|
|
<meta property="og:locale" content="en_GB" />
|
|
|
|
<!-- Twitter Card -->
|
|
<meta name="twitter:image" content="https://clove.is-a.dev/images/favicon.png" />
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:title" content="Clove Twilight | Template" />
|
|
<meta name="twitter:description" content="Template Page for Clove Twilight" />
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header class="nav">
|
|
<nav class="nav-links">
|
|
<a class="nav-link selected" data-href="/template">Template</a>
|
|
</nav>
|
|
</header>
|
|
<main class="hub">
|
|
<header class="hub-header">
|
|
<img class="pfp"
|
|
src="/images/avatar.png"
|
|
alt="Clove Twilight avatar">
|
|
<h1>Clove Twilight</h1>
|
|
<h2 class="pronouns">(fae/faer)</h2>
|
|
<p class="tagline">Template</p>
|
|
</header>
|
|
<h1>Template</h1>
|
|
<p>This is a simple template for the clove.is-a.dev website, it's to make it easier for myself to create new pages.</p>
|
|
</main>
|
|
|
|
<aside class="badges" aria-label="System badges">
|
|
<span class="badge">
|
|
<img class="badge-icon" src="/images/amd.svg" alt="">
|
|
AMD Purist
|
|
</span>
|
|
<span class="badge">
|
|
<img class="badge-icon" src="/images/arch.svg" alt="">
|
|
I use arch btw
|
|
</span>
|
|
<span class="badge">
|
|
<img class="badge-icon" src="/images/debian.svg" alt="">
|
|
Debian Professional
|
|
</span>
|
|
<span class="badge">
|
|
<img class="badge-icon" src="/images/apple.svg" alt="">
|
|
Apple Ecosystem Enthusiast
|
|
</span>
|
|
</aside>
|
|
|
|
<script src="/js/cat.js" data-cat="/images/oneko.gif"></script>
|
|
<script src="/js/nav.js"></script>
|
|
</body>
|
|
|
|
</html> |