1
0
Fork 0
fursona/src/_includes/default.njk
Ava Gaiety Wroten 969fe35f3e content
2021-05-01 21:20:36 -05:00

113 lines
4.9 KiB
Text

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="{{ title }}" />
<meta property="og:description" content="{{ description }}" />
<link href="/styles.css" rel="stylesheet">
<title>{{ title }}</title>
</head>
<body class="bg-gray-200">
<div class="relative bg-indigo-900">
<div class="absolute inset-0">
<img class="w-full h-full object-cover mb-16" src="/assets/snacks.jpg" alt="">
<div class="absolute inset-0 bg-indigo-900" style="mix-blend-mode: multiply;" aria-hidden="true"></div>
</div>
<div class="relative max-w-7xl mx-auto py-24 px-4 sm:py-32 sm:px-6 lg:px-8">
<h1 class="text-4xl font-extrabold tracking-tight text-white sm:text-5xl lg:text-6xl">{{ name }}</h1>
<p class="mt-6 text-xl text-indigo-100 max-w-3xl">
{{ description }}
</p>
</div>
</div>
<div class="max-w-4xl mx-auto my-6">
<div class="bg-white shadow overflow-hidden sm:rounded-lg">
<div class="px-4 py-5 sm:px-6">
<h3 class="text-lg leading-6 font-medium text-gray-900">
About
</h3>
<p class="mt-1 max-w-2xl text-sm text-gray-500">
{{ subtitle }}
</p>
</div>
<div class="border-t border-gray-200 px-4 py-5 sm:p-0">
<dl class="sm:divide-y sm:divide-gray-200">
<div class="py-4 sm:py-5 sm:grid sm:grid-cols-3 sm:gap-4 sm:px-6">
<dt class="text-sm font-medium text-gray-500">
Full name
</dt>
<dd class="mt-1 text-sm text-gray-900 sm:mt-0 sm:col-span-2">
{{ fullName }}
</dd>
</div>
<div class="py-4 sm:py-5 sm:grid sm:grid-cols-3 sm:gap-4 sm:px-6">
<dt class="text-sm font-medium text-gray-500">
Species
</dt>
<dd class="mt-1 text-sm text-gray-900 sm:mt-0 sm:col-span-2">
{{ species }}
</dd>
</div>
<div class="py-4 sm:py-5 sm:grid sm:grid-cols-3 sm:gap-4 sm:px-6">
<dt class="text-sm font-medium text-gray-500">
Personality
</dt>
<dd class="mt-1 text-sm text-gray-900 sm:mt-0 sm:col-span-2">
{{ personality }}
</dd>
</div>
<div class="py-4 sm:py-5 sm:grid sm:grid-cols-3 sm:gap-4 sm:px-6">
<dt class="text-sm font-medium text-gray-500">
Gender
</dt>
<dd class="mt-1 text-sm text-gray-900 sm:mt-0 sm:col-span-2">
{{ gender }}
</dd>
</div>
<div class="py-4 sm:py-5 sm:grid sm:grid-cols-3 sm:gap-4 sm:px-6">
<dt class="text-sm font-medium text-gray-500">
Orientation
</dt>
<dd class="mt-1 text-sm text-gray-900 sm:mt-0 sm:col-span-2">
{{ orientation }}
</dd>
</div>
<div class="py-4 sm:py-5 sm:grid sm:grid-cols-3 sm:gap-4 sm:px-6">
<dt class="text-sm font-medium text-gray-500">
About
</dt>
<dd class="mt-1 text-sm text-gray-900 sm:mt-0 sm:col-span-2">
{{ about | safe }}
</dd>
</div>
</dl>
</div>
</div>
<div class="bg-white">
<div class="max-w-7xl mx-auto py-16 px-4 sm:px-6 lg:px-8">
<div class="bg-pink-900 rounded-lg shadow-xl overflow-hidden lg:grid lg:grid-cols-2 lg:gap-4">
<div class="pt-10 pb-12 px-6 sm:pt-16 sm:px-16 lg:py-16 lg:pr-0 xl:py-20 xl:px-20">
<div class="lg:self-center">
<h2 class="text-3xl font-extrabold text-white sm:text-4xl">
<span class="block">Want art with her?</span>
<span class="block">Reach out and let's make it happen!</span>
</h2>
<p class="mt-4 text-lg leading-6 text-pink-200">Gaiety is generally available for most kinds of art with fun people. Be kind, respectful and let's find an artist together and chat.</p>
<a href="https://sfw.furaffinity.net/user/sharpshark28/" class="mt-8 bg-white border border-transparent rounded-md shadow px-5 py-3 inline-flex items-center text-base font-medium text-pink-900 hover:bg-pink-50">Shout or Note on FurAffinity.net</a>
</div>
</div>
<a class="block -mt-6 aspect-w-5 aspect-h-3 md:aspect-w-2 md:aspect-h-1" href="https://sfw.furaffinity.net/view/34038907/" title="View Reference Sheet by ZeDzar on Furaffinity.net">
<img class="rounded-md object-cover object-left-top sm:translate-x-16 lg:translate-y-20" src="/assets/reference-sfw.jpg" alt="Reference by ZeDzar">
</a>
</div>
</div>
</div>
</div>
</body>
</html>