mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-06-30 23:12:16 +02:00
Add: Email account service
This commit is contained in:
@@ -30,7 +30,24 @@ Academics is good only as a concept. It’s implementation and system is
|
||||
<h2 class="heading" id="follow-on">
|
||||
Follow on<span class="heading__anchor"> <a href="#follow-on">#</a></span>
|
||||
</h2><p><strong><a href="https://mastodon.social/@hyzen">Mastodon</a>:</strong> <a href="mailto:hyzen@mastodon.social">hyzen@mastodon.social</a></p>
|
||||
<p><strong>Lemmy:</strong> <a href="mailto:hyzen@lemmy.today">hyzen@lemmy.today</a></p></description></item><item><title>File share</title><link>https://freedoms4.org/services/file-share/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/services/file-share/</guid><description><p>Visit <a href="https://share.freedoms4.org" target="_blank" rel="noopener noreferrer">
|
||||
<p><strong>Lemmy:</strong> <a href="mailto:hyzen@lemmy.today">hyzen@lemmy.today</a></p></description></item><item><title>Email Account</title><link>https://freedoms4.org/services/email-account/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/services/email-account/</guid><description><div id="email-loggedin" style="display:none">
|
||||
<p><strong>Email ID:</strong> <span id="email-address"></span></p>
|
||||
<p><strong>Password:</strong> Use the same password that you used during registration.</p>
|
||||
</div>
|
||||
<div id="email-loggedout" style="display:none">
|
||||
<p>Please <a href="https://freedoms4.org/signup/">sign up</a> to create an email account.</p>
|
||||
</div>
|
||||
<script>
|
||||
(function () {
|
||||
var username = localStorage.getItem('f4_username');
|
||||
if (username) {
|
||||
document.getElementById('email-address').textContent = username + '@freedoms4.org';
|
||||
document.getElementById('email-loggedin').style.display = '';
|
||||
} else {
|
||||
document.getElementById('email-loggedout').style.display = '';
|
||||
}
|
||||
})();
|
||||
</script></description></item><item><title>File share</title><link>https://freedoms4.org/services/file-share/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/services/file-share/</guid><description><p>Visit <a href="https://share.freedoms4.org" target="_blank" rel="noopener noreferrer">
|
||||
share.freedoms4.org↗
|
||||
</a> to quickly upload files and get sharable links.</p></description></item><item><title>Login</title><link>https://freedoms4.org/login/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/login/</guid><description/></item><item><title>Sign Up</title><link>https://freedoms4.org/signup/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/signup/</guid><description/></item><item><title>Unit 1</title><link>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/self/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>your-email@example.com (Freedoms4)</author><guid>https://freedoms4.org/uninotes/s1/bo-dcm1109/unit1/self/</guid><description><h3 class="heading" id="april-6-2026">
|
||||
<em><strong>April 6, 2026</strong></em><span class="heading__anchor"> <a href="#april-6-2026">#</a></span>
|
||||
|
||||
Reference in New Issue
Block a user