Deploy Hugo build
This commit is contained in:
59
projects/anthrove/index.html
Normal file
59
projects/anthrove/index.html
Normal file
@@ -0,0 +1,59 @@
|
||||
<!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> | Soxx Refsheet</title>
|
||||
|
||||
<meta property="og:title" content="" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://fenpa.ws/projects/anthrove/" />
|
||||
|
||||
<meta name="twitter:title" content=""/>
|
||||
<meta name="twitter:description" content=""/>
|
||||
<style>
|
||||
:root{
|
||||
--main: #;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body class="">
|
||||
<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/50 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 text-white hover:font-bold hover:text-[var(--main)]">Home</a>
|
||||
|
||||
</div>
|
||||
<div class="ml-auto">
|
||||
<a href="/impressum" class="px-1 py-1 rounded sm:px-2 text-white hover:font-bold hover:text-[var(--main)]">Impressum</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="relative w-full mt-24 sm:mt-40 p-4 mb-8">
|
||||
<div class="w-full">
|
||||
<div class="bg-neutral-800 rounded max-w-7xl mx-auto mt-4">
|
||||
<div class="p-4">
|
||||
<div class="prose prose-invert prose-h1:text-[var(--main)]">
|
||||
<h1 id="anthrove---a-new-way-to-discover-art">Anthrove - A new way to discover Art</h1>
|
||||
<p>More informations coming soon… stay tuned for some very informative insights about Art in the furry fandom</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -50,6 +50,21 @@
|
||||
</div>
|
||||
<div class="flex flex-col items-center gap-8 mx-auto">
|
||||
|
||||
<div href="https://fenpa.ws/projects/anthrove/" 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 w-full">
|
||||
<a href="https://fenpa.ws/projects/anthrove/" 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//" 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">anthrove</h3>
|
||||
<p class="!p-0 !m-0"></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -9,5 +9,12 @@
|
||||
<managingEditor>steve[at]stevetec[dot]de (Stevetec)</managingEditor>
|
||||
<webMaster>steve[at]stevetec[dot]de (Stevetec)</webMaster>
|
||||
<atom:link href="https://fenpa.ws/projects/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title></title>
|
||||
<link>https://fenpa.ws/projects/anthrove/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>steve[at]stevetec[dot]de (Stevetec)</author>
|
||||
<guid>https://fenpa.ws/projects/anthrove/</guid>
|
||||
<description>Anthrove - A new way to discover Art More informations coming soon&hellip; stay tuned for some very informative insights about Art in the furry fandom</description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
|
||||
Reference in New Issue
Block a user