Finish site
59
index.html
|
|
@ -1,11 +1,43 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Clove Twilight - Link Center</title>
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<link rel="icon" type="image/svg+xml" href="/svg/favicon.svg">
|
||||
|
||||
<!-- SEO Meta Tags -->
|
||||
<meta name="description" content="Link Center for Clove Twilight" />
|
||||
<meta name="keywords" content="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://doughmination.github.io" />
|
||||
|
||||
<!-- Alternate for mobile -->
|
||||
<link rel="alternate" media="only screen and (max-width: 640px)" href="https://doughmination.github.io" />
|
||||
|
||||
<!-- Theme Color -->
|
||||
<meta name="theme-color" content="#cba6f7" />
|
||||
|
||||
<!-- Open Graph / Discord / Facebook -->
|
||||
<meta property="og:site_name" content="Clove Twilight">
|
||||
<meta property="og:title" content="Clove Twilight - Link Center" />
|
||||
<meta property="og:description" content="Link Center for Clove Twilight" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://doughmination.github.io" />
|
||||
<meta property="og:locale" content="en_GB" />
|
||||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Clove Twilight - Link Center" />
|
||||
<meta name="twitter:description" content="Link Center for Clove Twilight" />
|
||||
<link href="/style.css" rel="stylesheet" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<a rel="me" href="https://mastodon.social/@doughmination" style="display: none;"></a>
|
||||
<main class="hub">
|
||||
|
|
@ -17,7 +49,7 @@
|
|||
|
||||
<nav class="links">
|
||||
<a class="link-card" href="https://github.com/doughmination">
|
||||
<img class="icon" src="/github.svg" alt="">
|
||||
<img class="icon" src="/svg/github.svg" alt="">
|
||||
<span class="link-text">
|
||||
<span class="link-title">GitHub</span>
|
||||
<span class="link-sub">@doughmination</span>
|
||||
|
|
@ -25,7 +57,7 @@
|
|||
</a>
|
||||
|
||||
<a class="link-card" href="https://x.com/DoughminCEO">
|
||||
<img class="icon" src="/twitter.svg" alt="">
|
||||
<img class="icon" src="/svg/twitter.svg" alt="">
|
||||
<span class="link-text">
|
||||
<span class="link-title">Twitter</span>
|
||||
<span class="link-sub">@DoughminCEO</span>
|
||||
|
|
@ -33,7 +65,7 @@
|
|||
</a>
|
||||
|
||||
<a class="link-card" href="https://bsky.app/profile/doughmination.win">
|
||||
<img class="icon" src="/bluesky.svg" alt="">
|
||||
<img class="icon" src="/svg/bluesky.svg" alt="">
|
||||
<span class="link-text">
|
||||
<span class="link-title">Bluesky</span>
|
||||
<span class="link-sub">@doughmination.win</span>
|
||||
|
|
@ -41,7 +73,7 @@
|
|||
</a>
|
||||
|
||||
<a class="link-card" href="https://www.linkedin.com/in/estrogen/">
|
||||
<img class="icon" src="/linkedin.svg" alt="">
|
||||
<img class="icon" src="/svg/linkedin.svg" alt="">
|
||||
<span class="link-text">
|
||||
<span class="link-title">LinkedIn</span>
|
||||
<span class="link-sub">Clove Twilight</span>
|
||||
|
|
@ -49,7 +81,7 @@
|
|||
</a>
|
||||
|
||||
<a class="link-card" href="https://open.spotify.com/user/x060f5w4ftwv8zc8fi9662t70">
|
||||
<img class="icon" src="/spotify.svg" alt="">
|
||||
<img class="icon" src="/svg/spotify.svg" alt="">
|
||||
<span class="link-text">
|
||||
<span class="link-title">Spotify</span>
|
||||
<span class="link-sub">doughmination</span>
|
||||
|
|
@ -57,7 +89,7 @@
|
|||
</a>
|
||||
|
||||
<a class="link-card" href="https://www.twitch.tv/doughminationgaming">
|
||||
<img class="icon" src="/twitch.svg" alt="">
|
||||
<img class="icon" src="/svg/twitch.svg" alt="">
|
||||
<span class="link-text">
|
||||
<span class="link-title">Twitch</span>
|
||||
<span class="link-sub">@doughminationgaming</span>
|
||||
|
|
@ -65,7 +97,7 @@
|
|||
</a>
|
||||
|
||||
<a class="link-card" href="https://www.reddit.com/user/XerinDotZero/">
|
||||
<img class="icon" src="/reddit.svg" alt="">
|
||||
<img class="icon" src="/svg/reddit.svg" alt="">
|
||||
<span class="link-text">
|
||||
<span class="link-title">Reddit</span>
|
||||
<span class="link-sub">u/XerinDotZero</span>
|
||||
|
|
@ -73,7 +105,7 @@
|
|||
</a>
|
||||
|
||||
<a class="link-card" href="https://www.youtube.com/@CloveTwiGaming">
|
||||
<img class="icon" src="/youtube.svg" alt="">
|
||||
<img class="icon" src="/svg/youtube.svg" alt="">
|
||||
<span class="link-text">
|
||||
<span class="link-title">YouTube</span>
|
||||
<span class="link-sub">@CloveTwiGaming</span>
|
||||
|
|
@ -81,7 +113,7 @@
|
|||
</a>
|
||||
|
||||
<a class="link-card" rel="me" href="https://mastodon.social/@doughmination">
|
||||
<img class="icon" src="/mastodon.svg" alt="">
|
||||
<img class="icon" src="/svg/mastodon.svg" alt="">
|
||||
<span class="link-text">
|
||||
<span class="link-title">Mastodon</span>
|
||||
<span class="link-sub">@doughmination@mastodon.social</span>
|
||||
|
|
@ -89,7 +121,7 @@
|
|||
</a>
|
||||
|
||||
<a class="link-card" href="https://doughmination.win/">
|
||||
<img class="icon" src="/site.svg" alt="">
|
||||
<img class="icon" src="/svg/site.svg" alt="">
|
||||
<span class="link-text">
|
||||
<span class="link-title">My Company Website</span>
|
||||
<span class="link-sub">doughmination.win</span>
|
||||
|
|
@ -97,7 +129,7 @@
|
|||
</a>
|
||||
|
||||
<a class="link-card" href="https://doughmination.co.uk/">
|
||||
<img class="icon" src="/site.svg" alt="">
|
||||
<img class="icon" src="/svg/site.svg" alt="">
|
||||
<span class="link-text">
|
||||
<span class="link-title">My Portfolio</span>
|
||||
<span class="link-sub">doughmination.co.uk</span>
|
||||
|
|
@ -105,13 +137,13 @@
|
|||
</a>
|
||||
|
||||
<a class="link-card arch" href="/">
|
||||
<img class="icon" src="/arch.svg" alt="">
|
||||
<img class="icon" src="/svg/arch.svg" alt="">
|
||||
<span class="link-text">
|
||||
<span class="link-title">I use arch btw</span>
|
||||
</span>
|
||||
</a>
|
||||
<a class="link-card arch" href="/">
|
||||
<img class="icon" src="/amd.svg" alt="">
|
||||
<img class="icon" src="/svg/amd.svg" alt="">
|
||||
<span class="link-text">
|
||||
<span class="link-title">AMD Purist</span>
|
||||
</span>
|
||||
|
|
@ -120,4 +152,5 @@
|
|||
</main>
|
||||
<script src="/cat.js" data-cat="/oneko.gif"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
Before Width: | Height: | Size: 230 B After Width: | Height: | Size: 230 B |
|
Before Width: | Height: | Size: 604 B After Width: | Height: | Size: 604 B |
|
Before Width: | Height: | Size: 580 B After Width: | Height: | Size: 580 B |
|
After Width: | Height: | Size: 7.7 KiB |
|
Before Width: | Height: | Size: 708 B After Width: | Height: | Size: 708 B |
|
Before Width: | Height: | Size: 666 B After Width: | Height: | Size: 666 B |
|
Before Width: | Height: | Size: 952 B After Width: | Height: | Size: 952 B |
|
Before Width: | Height: | Size: 984 B After Width: | Height: | Size: 984 B |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 609 B After Width: | Height: | Size: 609 B |
|
Before Width: | Height: | Size: 334 B After Width: | Height: | Size: 334 B |
|
Before Width: | Height: | Size: 586 B After Width: | Height: | Size: 586 B |
|
Before Width: | Height: | Size: 893 B After Width: | Height: | Size: 893 B |