2024-08-28 08:26:09 +02:00

116 lines
4.8 KiB
HTML

<!doctype html>
<html lang='en' data-theme="dark">
<head>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Find the best NON-KYC exchanges and services to use and spend your crypto anonymously.">
<meta name="keywords"
content="KYC, AML, Bitcoin, Crypto, Cryptocurrency, Exchange, Exchanges, Service, Services, Anonymous, Anonymity, Privacy, Pseudonymity, Pseudonymous, Non-KYC, No-KYC, No KYC, Monero, XMR, BTC">
<meta property="og:title" content="{{.Title}}" />
<meta property="og:description"
content="Find the best NON-KYC exchanges and services to use and spend your crypto anonymously." />
<meta property="og:type" content="website" />
<meta http-equiv="onion-location" content="http://kycnotmezdiftahfmc34pqbpicxlnx3jbf5p7jypge7gdvduu7i6qjqd.onion/" />
<meta property="og:image" content="https://kycnot.me/static/assets/banner.webp" />
<meta property="thumbnail" content="https://kycnot.me/static/assets/banner.webp">
<meta name="twitter:image" content="https://kycnot.me/static/assets/banner.webp">
<meta property="og:url" content="https://kycnot.me" />
<!-- Mastodon Verification -->
<link rel="me" href="https://fosstodon.org/@kycnotme">
<!-- CSS -->
<link rel="stylesheet" href="/static/css/balloon.min.css">
<!-- Site Config -->
<title>{{.Title}}</title>
<link rel='stylesheet' href='/static/css/style.css'>
<link rel="shortcut icon" href="/static/assets/favicon.webp" type="image/x-icon">
</head>
<style>
.capitalize-first::first-letter {
text-transform: capitalize;
}
</style>
<body class="h-full text-gray-200 bg-fixed bg-black bg-center bg-cover font-samo" style="background-image: url('/static/assets/gradient.webp');">
<!-- Nav Bar -->
<nav class="flex items-center justify-center w-full bg-none">
<div class="flex flex-col items-center justify-between w-full max-w-6xl px-4 md:flex-row">
<!-- Logo -->
<a href="/">
<img src="/static/assets/logo_wide.svg" alt="Logo" class="pt-2 max-w-48 lg:max-w-48" />
</a>
<!-- Primary Navbar items -->
<div class="[&>a]:inline [&>a]:text-xs">
<a
href="/"
class="px-1 py-1 font-semibold md:text-base {{if or (eq .Current "index") (eq .Current "")}} text-lime-500 border-lime-500 border-b-2 {{ else }} text-gray-500 hover:text-lime-500 {{ end }}"
>
Home
</a>
<a
href="/request/service"
class="px-1 py-1 text-gray-500 transition duration-300 md:text-base {{if or (eq .Current "request") (eq .Current "")}} text-lime-500 border-lime-500 border-b-2 {{ else }} text-gray-500 hover:text-lime-500 {{ end }}"
>
Request
</a>
<a
href="/about"
class="px-1 py-1 text-gray-500 transition duration-300 md:text-base {{if or (eq .Current "about") (eq .Current "")}} text-lime-500 border-lime-500 border-b-2 {{ else }} text-gray-500 hover:text-lime-500 {{ end }}"
>
About
</a>
<a
href="/about#support"
class="px-1 py-1 text-gray-500 transition duration-300 md:text-base hover:text-lime-500"
>
Support
</a>
</div>
</div>
</nav>
{{if .Error}}
<div class="flex items-center justify-center">
<p class="px-2 py-2 font-bold text-center rounded-lg bg-red-500/70 text-md text-neutral-100">
{{ .Error }}
</p>
</div>
{{end}}
{{if .Message}}
<div class="flex items-center justify-center">
<p class="px-2 py-2 font-bold text-center rounded-lg text-md bg-blue-500/70 text-neutral-100">
{{ .Message }}
</p>
</div>
{{end}}
<!---->
{{ template "content" . }}
<footer class="my-6 space-x-4 text-md text-center *:text-lime-600">
<a class="hover:text-lime-300" href="https://nostr.com/npub188x98j0r7l2fszeph6j7hj99h8xl07n989pskk5zd69d2fcksetq5mgcqf">nostr</a>
<a class="hover:text-lime-300" href="https://fosstodon.org/@kycnotme">mastodon</a>
<a class="hover:text-lime-300" href="http://kycnotmezdiftahfmc34pqbpicxlnx3jbf5p7jypge7gdvduu7i6qjqd.onion/">tor</a>
<a class="hover:text-lime-300" href="http://kycnot3724gujekedbe6pwoejfbnggdv26losox25iaokev5ctaq.b32.i2p/">i2p</a>
</footer>
</body>
</html>
<style>
.gradient {
background: rgb(5, 58, 24);
background: linear-gradient(153deg,
rgb(3, 53, 21) 0%,
rgb(0, 17, 4) 20%,
rgba(0, 0, 0, 1) 100%);
}
</style>