mirror of
https://github.com/Radiquum/radiquum.github.io.git
synced 2025-04-05 07:44:33 +00:00
92 lines
No EOL
4.6 KiB
HTML
92 lines
No EOL
4.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" class="scroll-smooth">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Kentai Radiquum</title>
|
|
<meta name="description"
|
|
content="Characters of Radiquum">
|
|
<link href="./static/tailwind.css" rel="stylesheet">
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="./static/favicon/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="./static/favicon/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="./static/favicon/favicon-16x16.png">
|
|
<link rel="manifest" href="./site.webmanifest">
|
|
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:title" content="Kentai Radiquum">
|
|
<meta property="og:url" content="https://radiquum.wah.su/characters.html">
|
|
<meta property="og:image" content="https://radiquum.wah.su/static/opengraph.png">
|
|
<meta property="og:image:type" content="image/png">
|
|
<meta property="og:description"
|
|
content="Characters of Radiquum">
|
|
<meta property="og:image:width" content="1203">
|
|
<meta property="og:image:height" content="627">
|
|
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="twitter:title" content="Kentai Radiquum">
|
|
<meta name="twitter:site" content="@radiquum">
|
|
<meta name="twitter:description"
|
|
content="Characters of Radiquum">
|
|
<meta name="twitter:image" content="https://radiquum.wah.su/static/opengraph.png">
|
|
<script defer data-domain="radiquum.wah.su" data-api="https://a.wah.su/api/event" src="https://a.wah.su/js/script.js"></script>
|
|
</head>
|
|
|
|
<body class="overflow-x-hidden bg-bg-black">
|
|
<header class="w-full text-white bg-bg-pink" id="header">
|
|
<div class="container flex flex-wrap gap-1 mx-auto sm:items-center sm:justify-between">
|
|
<a href="./index.html#landing">
|
|
<div class="flex items-center gap-4 px-4 py-2 sm:py-4">
|
|
<img src="./static/avatar_512.jpg" alt="" class=" rounded-lg w-[64px] lg:w-[64px] 2xl:w-[64px]" />
|
|
<h1 class="text-2xl font-semibold xl:text-3xl 2xl:text-4xl" data-i18n="NAME">KENTAI RADIQUUM</h1>
|
|
</div>
|
|
</a>
|
|
<div class="flex gap-1 px-4 mb-2 sm:px-0 sm:gap-2">
|
|
<a class="px-4 py-2 rounded-md sm:text-xl hover:underline bg-bg-gray" href="./index.html#about"
|
|
data-i18n="BTN_ABOUT_ME">ABOUT</a>
|
|
<a class="px-4 py-2 rounded-md sm:text-xl hover:underline bg-bg-gray" href="./index.html#links"
|
|
data-i18n="BTN_LINKS">LINKS</a>
|
|
<a class="px-4 py-2 rounded-md sm:text-xl hover:underline bg-bg-gray" href="./characters.html"
|
|
data-i18n="BTN_CHARACTERS">CHARACTERS</a>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
<div class="flex flex-col flex-wrap w-full lg:flex-row">
|
|
<a class="group" href="./Kentai_Radiquum.html">
|
|
<div class="w-full lg:max-w-[50vw] relative">
|
|
<div
|
|
class="absolute inset-0 flex flex-col justify-end p-4 text-white bg-black bg-opacity-50 group-hover:opacity-25">
|
|
<p class="md:text-xl" data-i18n="CHR_KR_GOTO">Click to go to description</p>
|
|
<div>
|
|
<h1 class="text-3xl font-bold md:text-6xl">Kentai Radiquum</h1>
|
|
<h2 class="text-2xl md:text-4xl" data-i18n="CHR_KR_SPECIES">Red Panda</h2>
|
|
</div>
|
|
</div>
|
|
<img alt="" src="./static/assets/characters/thumb/KentaiRadiquum.jpg" class="object-cover w-full" />
|
|
</div>
|
|
</a>
|
|
<a class="group" href="./static/assets/characters/KentaiBibiquum/Kentai_Bibiquum.jpg"
|
|
download="Kentai_Bibiquum.jpg">
|
|
<div class="w-full lg:max-w-[50vw] relative">
|
|
<div
|
|
class="absolute inset-0 flex flex-col justify-end p-4 text-white bg-black bg-opacity-50 group-hover:opacity-25">
|
|
<p class="md:text-xl" data-i18n="CHR_KB_GOTO">Click to download Ref</p>
|
|
<div>
|
|
<h1 class="text-3xl font-bold md:text-6xl">Kentai Bibiquum</h1>
|
|
<h2 class="text-2xl md:text-4xl" data-i18n="CHR_KB_SPECIES">Protogen</h2>
|
|
</div>
|
|
</div>
|
|
<img alt="" src="./static/assets/characters/thumb/KentaiBibiquum.jpg" class="object-cover w-full " />
|
|
</div>
|
|
</a>
|
|
</div>
|
|
|
|
|
|
|
|
<!-- <script src="./static/script.js"></script> -->
|
|
<script src="./static/i18n/strings/ru.js"></script>
|
|
<script src="./static/i18n/i18n.js"></script>
|
|
</body>
|
|
|
|
</html> |