content/join: add missing div

This commit is contained in:
Antoine Martin 2024-06-15 14:51:31 -04:00
parent 09e7ffed8a
commit dac077d9a8
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -1,6 +1,6 @@
[[!meta title="Join"]] [[!meta title="Join"]]
<script> <script>
async function checkDuplicate() { async function checkDuplicate() {
var url='https://lab.ilot.io/api/v4/projects/99/issues'; var url='https://lab.ilot.io/api/v4/projects/99/issues';
var email = document.getElementById("email").value; var email = document.getElementById("email").value;
@ -77,54 +77,59 @@
} }
</script> </script>
<header class="text-center">
<h1 class="post-title">Registration Form</h1>
</header>
<hr>
<div class="post-content clearfix">
<p>If you would like to join ilot, please fill out this form with your details, and someone will get back to you shortly via email. Individuals, cooperatives, and other organizations that identify with the cooperative movement are welcome to join. If you receive no contact within seven days of registration, please send an email to <a href="mailto:support@ilot.io">support@ilot.io</a>.</p>
<div>
<noscript><p>You need JavaScript to complete this form. Alternatively, you can send an email <a href="mailto:support@ilot.io">support@ilot.io</a></p> to register</noscript> <header class="text-center">
<h1 class="post-title">Registration Form</h1>
</header>
<hr>
<form> <div class="post-content clearfix">
<h2 id="basic-info">Basic Info:</h2> <p>If you would like to join ilot, please fill out this form with your details, and someone will get back to you shortly via email. Individuals, cooperatives, and other organizations that identify with the cooperative movement are welcome to join. If you receive no contact within seven days of registration, please send an email to <a href="mailto:support@ilot.io">support@ilot.io</a>.</p>
<div class="formgroup"> <div>
<label for="name">Name <i>(optional)</i></label>
<input id="name" name="name" type="text" maxlength="40"> <noscript><p>You need JavaScript to complete this form. Alternatively, you can send an email <a href="mailto:support@ilot.io">support@ilot.io</a></p> to register</noscript>
<label for="emptyfield">This should be left unchanged</label>
<input id="emptyfield" name="emptyfield" type="text" maxlength="40"> <form>
<p><label for="email">Contact email address</label> <h2 id="basic-info">Basic Info:</h2>
<input id="email" name="email" type="email" required></p> <div class="formgroup">
</div> <label for="name">Name <i>(optional)</i></label>
<input id="name" name="name" type="text" maxlength="40">
<label for="emptyfield">This should be left unchanged</label>
<p>In up to 500 characters (the maximum length of a toot on Mastodon), can you tell us a bit about yourself? For instance, why you wish to join ilot, and what hopes or aspirations you have for the site and/or your participation? Wed like to build a picture of how our members want to use the site.</p> <input id="emptyfield" name="emptyfield" type="text" maxlength="40">
<p><textarea id="about-me" name="about-me" rows="10" maxlength="500"></textarea></p>
<p>How did you find out about ilot? We want to better understand how people are finding us.</p> <p><label for="email">Contact email address</label>
<p><textarea id="how-found" name="how-found" rows="10" maxlength="500"></textarea></p> <input id="email" name="email" type="email" required></p>
<!-- Hide until we get an OpenCollective account going </div>
<h2 id="open-collective">Open Collective:</h2>
<p>Contributing through <a href="https://opencollective.com/ilotio">Open Collective</a> is a condition
of membership, so applicants must have an existing Open Collective profile, which can be set up <a href="https://opencollective.com/create-account">here</a>.</p> <p>In up to 500 characters (the maximum length of a toot on Mastodon), can you tell us a bit about yourself? For instance, why you wish to join ilot, and what hopes or aspirations you have for the site and/or your participation? Wed like to build a picture of how our members want to use the site.</p>
<p><label for="oc-user">Link to your OpenCollective profile</label> <p><textarea id="about-me" name="about-me" rows="10" maxlength="500"></textarea></p>
<input id="oc-user" name="oc-user" type="text" required maxlength="50"></p> <p>How did you find out about ilot? We want to better understand how people are finding us.</p>
--> <p><textarea id="how-found" name="how-found" rows="10" maxlength="500"></textarea></p>
<h2 id="code-of-conduct">Code of Conduct:</h2>
<p>New members must also agree to our <a href="https://ilot.io/meta/code-of-conduct/">Code of Conduct</a> and must be over the age of consent.</p> <!-- Hide until we get an OpenCollective account going
<p><input type="checkbox" name="agree-to-terms" value="agree-to-terms" required> I am over 18, and have read, understood and agree to the terms of use and engagement as written in the <a href="https://ilot.io/meta/code-of-conduct">Code of Conduct</a>. A summary of the code is below; please be sure to review the full Code via the link.</p> <h2 id="open-collective">Open Collective:</h2>
<p>The Code of Conduct is a living document that outlines acceptable behaviour when members use ilot's Nextcloud, Mastodon, GitLab, and all other spaces governed by the co-op. ilot adopts the “co-op values”: self-responsibility, democracy, equality, equity, and solidarity. Our members believe in the ethical values of honesty, openness, social responsibility, and caring for others. We also follow the rest of the ICA co-op principles. </p> <p>Contributing through <a href="https://opencollective.com/ilotio">Open Collective</a> is a condition
<p>We welcome anyone able to use our services and willing to accept the responsibilities of membership, regardless of qualities such as gender identity or expression, sexual orientation, disability, mental illness, neuro(a)typicality, physical appearance, body size, age, race, nationality, ethnicity, socioeconomic status, family structure, spirituality, religion (or lack thereof), education, or other personal traits.</p> of membership, so applicants must have an existing Open Collective profile, which can be set up <a href="https://opencollective.com/create-account">here</a>.</p>
<p>We particularly celebrate diversity and do not tolerate bigotry, prejudice or supremacy of any kind. Diverse opinions on politics, religion, and other matters are welcome as long as they align with our core values. Let there be no confusion, ilot is anti-racist, anti-fascist, and anti-transphobic. Moderators will take action on posts that contravene this Code of Conduct.</p> <p><label for="oc-user">Link to your OpenCollective profile</label>
<h2 id="are-you-a-robot">Are you a robot?</h2> <input id="oc-user" name="oc-user" type="text" required maxlength="50"></p>
<p><label for="math-spam-trap">What is two plus seven?</label> -->
<input id="math-spam-trap" name="math-spam-trap" type="text" required maxlength="50"></p>
<input type="button" value="Submit" id = "submit" <h2 id="code-of-conduct">Code of Conduct:</h2>
onClick = "createIssue()"> <p>New members must also agree to our <a href="https://ilot.io/meta/code-of-conduct/">Code of Conduct</a> and must be over the age of consent.</p>
</form> <p><input type="checkbox" name="agree-to-terms" value="agree-to-terms" required> I am over 18, and have read, understood and agree to the terms of use and engagement as written in the <a href="https://ilot.io/meta/code-of-conduct">Code of Conduct</a>. A summary of the code is below; please be sure to review the full Code via the link.</p>
</div> <p>The Code of Conduct is a living document that outlines acceptable behaviour when members use ilot's Nextcloud, Mastodon, GitLab, and all other spaces governed by the co-op. ilot adopts the “co-op values”: self-responsibility, democracy, equality, equity, and solidarity. Our members believe in the ethical values of honesty, openness, social responsibility, and caring for others. We also follow the rest of the ICA co-op principles. </p>
<p>We welcome anyone able to use our services and willing to accept the responsibilities of membership, regardless of qualities such as gender identity or expression, sexual orientation, disability, mental illness, neuro(a)typicality, physical appearance, body size, age, race, nationality, ethnicity, socioeconomic status, family structure, spirituality, religion (or lack thereof), education, or other personal traits.</p>
<p>We particularly celebrate diversity and do not tolerate bigotry, prejudice or supremacy of any kind. Diverse opinions on politics, religion, and other matters are welcome as long as they align with our core values. Let there be no confusion, ilot is anti-racist, anti-fascist, and anti-transphobic. Moderators will take action on posts that contravene this Code of Conduct.</p>
<h2 id="are-you-a-robot">Are you a robot?</h2>
<p><label for="math-spam-trap">What is two plus seven?</label>
<input id="math-spam-trap" name="math-spam-trap" type="text" required maxlength="50"></p>
<input type="button" value="Submit" id = "submit"
onClick = "createIssue()">
</form>
</div>
</div>