Finished up HRT Archive.
This commit is contained in:
parent
084acabae1
commit
4a684295fd
3 changed files with 20 additions and 8 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -9,4 +9,5 @@ chatexamples.txt
|
||||||
server.cert
|
server.cert
|
||||||
server.key
|
server.key
|
||||||
www/nonfree/*
|
www/nonfree/*
|
||||||
migration/*
|
migration/*
|
||||||
|
www/hrt.zip
|
||||||
|
|
@ -180,6 +180,7 @@ app.use(sessionUtils.rememberMeMiddleware);
|
||||||
//Humie-Friendly
|
//Humie-Friendly
|
||||||
app.use('/', indexRouter);
|
app.use('/', indexRouter);
|
||||||
app.use('/about', aboutRouter);
|
app.use('/about', aboutRouter);
|
||||||
|
app.use('/hrt', hrtRouter);
|
||||||
app.use('/register', registerRouter);
|
app.use('/register', registerRouter);
|
||||||
app.use('/login', loginRouter);
|
app.use('/login', loginRouter);
|
||||||
app.use('/profile', profileRouter);
|
app.use('/profile', profileRouter);
|
||||||
|
|
|
||||||
|
|
@ -26,17 +26,27 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. %>
|
||||||
<div id="about-div">
|
<div id="about-div">
|
||||||
<h1>Bowie's DIY HRT Archive</h1>
|
<h1>Bowie's DIY HRT Archive</h1>
|
||||||
<div class="dynamic-container" id="about-text">
|
<div class="dynamic-container" id="about-text">
|
||||||
|
<br>
|
||||||
This page is an attempt at putting together everything I know about DIY HRT.
|
This page is an attempt at putting together everything I know about DIY HRT.
|
||||||
|
<br><br>
|
||||||
So far I have used Homebrew Sublingual Oil from Open Gate Labs with great results, and have received a small batch of raw estradoil from Dragon Ordnance.
|
So far I have used Homebrew Sublingual Oil from Open Gate Labs with great results, and have received a small batch of raw estradoil from Dragon Ordnance.
|
||||||
|
<br><br>
|
||||||
I am currently in the process of figuring out brewing my own sublingual oil.
|
I am currently in the process of figuring out brewing my own sublingual oil.
|
||||||
|
<br><br>
|
||||||
</a href="/hrt.zip">This zip file contains everything I know.</a>
|
<a href="/hrt.zip"><h3>This zip file contains everything I know.</h3></a>
|
||||||
|
<br>
|
||||||
|
<span>You should probably use <a href="https://www.torproject.org/">TOR</a> or a <a href="https://mullvad.net">decent VPN</a> in either an <a href="https://tails.net">amnesiac OS</a> or <a href="https://qubes-os.org">dispoable VM.</a> Everything paid w/ either <a href="https://www.getmonero.org/">XMR</a> or <a href="https://mullvad.net/en/blog/sending-cash-use-our-new-address">cash by mail</a>.</span>
|
||||||
|
<br><br>
|
||||||
|
<span class="critical-danger-text">
|
||||||
This page is not intended to be a replacement for professional medical advice, merely an attempt at harm reduction for my friends.
|
This page is not intended to be a replacement for professional medical advice, merely an attempt at harm reduction for my friends.
|
||||||
It should be used at most as a starting point for reasearch. Everyone's HRT experience, and really transition, are unique and individual journies.
|
It should be used at most as a starting point for research. Everyone's HRT experience, and really transition, are unique and individual journeys.
|
||||||
Take the time to do the best to make sure you're starting and continuing yours correctly.
|
Take the time to do the best research you can, to make sure you're starting and continuing yours correctly.
|
||||||
|
</span>
|
||||||
|
<br><br>
|
||||||
|
Much love, and remember to take your meds!
|
||||||
|
<br><br>
|
||||||
|
-rainbownapkin <3
|
||||||
|
<br>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue