Deploy Hugo build

This commit is contained in:
2024-08-13 19:51:33 +00:00
commit 8aaff7eafa
92 changed files with 4484 additions and 0 deletions

91
chars/index.html Normal file
View File

@@ -0,0 +1,91 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://fenpa.ws//css/tailwind.css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Characters | Soxx Refsheet</title>
<meta property="og:title" content="Characters" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://fenpa.ws/chars/" />
<meta name="twitter:title" content="Characters"/>
<meta name="twitter:description" content=""/>
<style>
:root{
--main: #f39a32;
}
</style>
</head>
<body class="flex flex-col min-h-screen">
<img src="https://fenpa.ws//images/mainbg.webp" alt="" class="fixed inset-0 -z-10 h-full object-cover w-full">
<nav class="text-neutral-50 w-full fixed top-0 z-30 bg-neutral-900/95 flex-wrap duration-100 backdrop-blur-sm"
id="navbar">
<div class="sm:mx-[15vw]">
<div
class="container gap-5 justify-between items-center p-3 mx-auto flex">
<div class="flex flex-wrap gap-1 items-center sm:gap-4">
<a href="/"
class="px-1 py-1 rounded sm:px-2 font-white hover:text-neutral-300 hover:font-bold">Home</a>
</div>
<div class="ml-auto">
<a href="/impressum" class="px-1 py-1 rounded sm:px-2 font-white hover:text-neutral-300 hover:font-bold">Impressum</a>
</div>
</div>
</div>
</nav>
<div class="w-full h-screen grid place-items-center p-8 py-16">
<div class="pb-8">
<div class="p-4 bg-neutral-900 rounded w-full pt-4 mb-4">
<div class="prose prose-invert lg:prose-xl">
<div class="p-4 bg-neutral-900 rounded w-full mb-4">
<div class="prose prose-invert lg:prose-xl w-full">
<img src="https://fenpa.ws//images/index.webp" alt=""
class="rounded-full max-w-[200px] w-full mx-auto">
<h1 class="text-center text-[var(--main)]">Characters</h1>
<div class="flex flex-col gap-8 mx-auto">
<div href="https://fenpa.ws/chars/soxx/" class="block relative z-10 mt-2 max-w-sm rounded-xl shadow-lg bg-zinc-700/50 hover:bg-zinc-700/80 hover:mb-2 hover:mt-0">
<a href="https://fenpa.ws/chars/soxx/" class="absolute inset-0 z-10"></a>
<div class="">
<div class="relative aspect-video">
<div class="!p-0 w-full h-full relative">
<img src="https://fenpa.ws//images/soxx/jay/Jay%20-%20ACNH%20[TRANCPARENT].webp" alt="" class="absolute inset-0 rounded-t !m-0 !p-0 h-full w-full !mx-auto object-cover">
</div>
</div>
<div class="px-4 py-2 prose prose-invert">
<h3 class="p-0 m-0">soxx</h3>
<p class="!p-0 !m-0"></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="flex gap-4 items-center flex-wrap mx-auto max-w-max w-full not-prose p-4 justify-center">
</div>
</div>
</div>
<div class="w-full max-w-md">
<div class="prose prose-invert">
<p class="flex gap-4 justify-center items-center flex-wrap w-full">
<a href="https://fenpa.ws/" class="hover:text-[var(--main)] px-4 py-2 bg-neutral-900 hover:border-2 hover:-p-[2px] hover:-mt-[4px] hover:-mx-[2px] hover:border-[var(--main)] rounded no-underline flex-1 text-center">Home</a>
</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>

20
chars/index.xml Normal file
View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Characters on Soxx Refsheet</title>
<link>https://fenpa.ws/chars/</link>
<description>Recent content in Characters on Soxx Refsheet</description>
<generator>Hugo</generator>
<language>en-us</language>
<managingEditor>steve[at]stevetec[dot]de (Stevetec)</managingEditor>
<webMaster>steve[at]stevetec[dot]de (Stevetec)</webMaster>
<atom:link href="https://fenpa.ws/chars/index.xml" rel="self" type="application/rss+xml" />
<item>
<title></title>
<link>https://fenpa.ws/chars/soxx/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>steve[at]stevetec[dot]de (Stevetec)</author>
<guid>https://fenpa.ws/chars/soxx/</guid>
<description>SoXX is a happy little Fennec, enjoying the world ant life&amp;rsquo;s by the motto &amp;ldquo;Enjoy every day as much as you can&amp;rdquo;. He wants to help everybody as much as he can, even if it means that he goes into trubble for it.&#xA;Soxx has special interest in Photography, gaming, It suff and website making.</description>
</item>
</channel>
</rss>

1255
chars/soxx/index.html Normal file

File diff suppressed because it is too large Load Diff