mirror of
https://github.com/soapingtime/diyhrt.git
synced 2026-03-23 07:36:38 +00:00
136 lines
6.8 KiB
HTML
136 lines
6.8 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<link id="theme" rel="stylesheet" type="text/css" href="css/main.css" title="main"/>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
<link href='https://fonts.googleapis.com/css?family=Comfortaa' rel='stylesheet'>
|
||
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap" rel="stylesheet">
|
||
|
||
<title>DIY HRT Directory</title>
|
||
<meta name="title" content="The DIY HRT Directory">
|
||
<meta name="description" content="All the information you need to be informed on DIY Hormone Replacement Therapy">
|
||
|
||
<!-- Open Graph / Facebook -->
|
||
<meta property="og:type" content="website">
|
||
<meta property="og:url" content="https://diyhrt.wiki">
|
||
<meta property="og:title" content="The DIY HRT Directory">
|
||
<meta property="og:description" content="All the information you need to be informed on DIY Hormone Replacement Therapy">
|
||
<meta property="og:image" content="https://diyhrt.wiki/images/embed.png">
|
||
|
||
<!-- Twitter -->
|
||
<meta property="twitter:card" content="summary_large_image">
|
||
<meta property="twitter:url" content="https://diyhrt.wiki">
|
||
<meta property="twitter:title" content="The DIY HRT Directory">
|
||
<meta property="twitter:description" content="All the information you need to be informed on DIY Hormone Replacement Therapy">
|
||
<meta property="twitter:image" content="https://diyhrt.wiki/images/embed.png">
|
||
|
||
<!-- Favicon -->
|
||
<link rel="apple-touch-icon" sizes="180x180" href="images/favicon_io/apple-touch-icon.png">
|
||
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon_io/favicon-32x32.png">
|
||
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon_io/favicon-16x16.png">
|
||
<link rel="manifest" href="https://diyhrt.wiki/site.webmanifest">
|
||
</head>
|
||
|
||
<body>
|
||
|
||
<!-- Age check banner -->
|
||
|
||
|
||
<div id="page_content_body">
|
||
|
||
<!-- Sidebar -->
|
||
<script id="replace_with_navbar" src="nav.js"></script>
|
||
|
||
<section class="banner">
|
||
<h1> Home </h1>
|
||
</section>
|
||
|
||
<div class="main">
|
||
<div class="custom-shape-divider-bottom-1645502261">
|
||
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"
|
||
preserveAspectRatio="none">
|
||
<!-- <path d="M0,0V46.29c47.79,22.2,103.59,32.17,158,28,70.36-5.37,136.33-33.31,206.8-37.5C438.64,32.43,512.34,53.67,583,72.05c69.27,18,138.3,24.88,209.4,13.08,36.15-6,69.85-17.84,104.45-29.34C989.49,25,1113-14.29,1200,52.47V0Z" opacity=".25" class="shape-fill"></path>
|
||
<path d="M0,0V15.81C13,36.92,27.64,56.86,47.69,72.05,99.41,111.27,165,111,224.58,91.58c31.15-10.15,60.09-26.07,89.67-39.8,40.92-19,84.73-46,130.83-49.67,36.26-2.85,70.9,9.42,98.6,31.56,31.77,25.39,62.32,62,103.63,73,40.44,10.79,81.35-6.69,119.13-24.28s75.16-39,116.92-43.05c59.73-5.85,113.28,22.88,168.9,38.84,30.2,8.66,59,6.17,87.09-7.5,22.43-10.89,48-26.93,60.65-49.24V0Z" opacity=".5" class="shape-fill"></path>
|
||
-->
|
||
<path d="M0,0V5.63C149.93,59,314.09,71.32,475.83,42.57c43-7.64,84.23-20.12,127.61-26.46,59-8.63,112.48,12.24,165.56,35.4C827.93,77.22,886,95.24,951.2,90c86.53-7,172.46-45.71,248.8-84.81V0Z"
|
||
class="shape-fill"></path>
|
||
</svg>
|
||
</div>
|
||
|
||
|
||
<!-- Main content -->
|
||
|
||
|
||
<section class="boxArea">
|
||
<h2>Where do you want to go?</h2>
|
||
<div class="row">
|
||
<div class="column">
|
||
<a href="transmasc.html"> <!-- LINK TO PAGE HERE -->
|
||
<div class="card">
|
||
<img src="images/masc.png">
|
||
<h3>Transmasc Guide</h3>
|
||
<p> Get all the information you need to be informed on DIY Testosterone.</p>
|
||
</div>
|
||
</a>
|
||
</div>
|
||
|
||
|
||
<div class="column">
|
||
<a href="transfem.html"> <!-- LINK TO PAGE HERE -->
|
||
<div class="card">
|
||
<img src="images/femme.png">
|
||
<h3>Transfem Guide</h3>
|
||
<p> Get all the information you need to be informed on DIY Estrogen. </p>
|
||
</div>
|
||
</a>
|
||
</div>
|
||
|
||
|
||
<div class="column">
|
||
<a href="injectionsupplies.html"> <!-- LINK TO PAGE HERE -->
|
||
<div class="card">
|
||
<img src="images/needles.png">
|
||
<h3>Injection Supplies</h3>
|
||
<p> Get all the information you need to safely source injection supplies. </p>
|
||
</div>
|
||
</a>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<h2>Important Notes:</h2>
|
||
<p><br><br></p>
|
||
<div class="notes">
|
||
<h1>⚠️ DISCLAIMER: THIS WEBSITE IS FOR INFORMATIONAL PURPOSES ONLY AND DOES NOT PROVIDE PROFESSIONAL MEDICAL
|
||
ADVICE.<br><br>Always seek the advice of your physician or other qualified healthcare provider with any
|
||
questions you may have regarding a medical condition or treatment and before undertaking a new health
|
||
care
|
||
regimen.</h1>
|
||
</div>
|
||
<p><br><br>
|
||
This website intends to teach transgender people how to safely perform DIY Hormone Replacement Therapy.
|
||
Share
|
||
the site with those who need it, but not to transphobes: use common sense!
|
||
<br><br>
|
||
Whether it's due to cost, familial issues, or a myriad of other reasons, for many trans people HRT is
|
||
inaccessible. If you or someone you know fit into this category, this site is designed to help.
|
||
<br><br>
|
||
We do not sell anything. None of the information on this website is illegal to host. We do not take any
|
||
responsibility for what you do with the information provided on this website. We are not responsible for
|
||
anything found on any of the websites linked to from this site. If you think you may have a medical
|
||
emergency,
|
||
please contact your doctor or emergency services.
|
||
<br><br>
|
||
If you have any questions or concerns, please feel free to <a href="contact.html">contact us!</a>
|
||
<br><br><br>
|
||
</p>
|
||
|
||
<footer>
|
||
<a href="https://diyhrt.wiki/cdn-cgi/l/email-protection#98f0eaecf1f6fef7d8e8eaf7ecf7f6f5f9f1f4b6fbf7f5" target="_blank" rel="noopener noreferrer">Get in touch:
|
||
<span class="__cf_email__" data-cfemail="70180204191e161f3000021f041f1e1d11191c5e131f1d">[email protected]</span> </a>
|
||
</footer>
|
||
</div>
|
||
|
||
</div>
|
||
<script data-cfasync="false" src="cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script></body>
|
||
</html>
|