65 lines
3.2 KiB
Text
65 lines
3.2 KiB
Text
|
|
<section class="section plans welcome">
|
||
|
|
<div class="row c-Row" style="margin-bottom: 25px;">
|
||
|
|
<div class="col col-80">
|
||
|
|
<div class="content misc-page">
|
||
|
|
<div class="txt-Center" style="margin-bottom: 10px;"><img src="/img/fatcat.png" alt="The Neocities cat wearing a top hat and a monocle, with a flower in her hair" width="70px"></div>
|
||
|
|
<h2>With great power comes great responsibility</h2>
|
||
|
|
<p>FemslashCity is for personal, hand-made static HTML websites. It's a place to be gay, express yourself, and be creative.</p>
|
||
|
|
<p>FC is not for:</p>
|
||
|
|
<ul>
|
||
|
|
<li><strong>File hosting (and nothing else).</strong> I know we give you a lot of space. Use it wisely. Do not use FC as a file hosting service. Use <a href="https://filegarden.com">Filegarden</a> or something.</li>
|
||
|
|
<li><strong>VIDEOS OR AUDIO FILES, or FILES ABOVE 50MB IN SIZE.</strong> Holy shit do not upload these please embed instead or use a file host. Please please please I am begging you.</li>
|
||
|
|
<li>AI Generated Content.</li>
|
||
|
|
<li>Hate speech</li></ul>
|
||
|
|
<p>CONTINUING TO USE FEMSLASH.CITY MEANS YOU AGREE TO THIS. IF YOU DO NOT AGREE TO THIS, DELETE YOUR ACCOUNT PLEASE. Thanks :) </p>
|
||
|
|
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<h2>If you're seeing this screen, I haven't activated your account yet.</h2>
|
||
|
|
|
||
|
|
<h3 class="subtitle">
|
||
|
|
<% if !@fromsettings %>
|
||
|
|
You're almost ready!<br>
|
||
|
|
<% end %>
|
||
|
|
|
||
|
|
Email agnes@omg.lol with a little bit about you, your social links, and what you plan on hosting here. I will confirm your email and inform you when it has been confirmed. <b>Ignore the stuff below lol</b>
|
||
|
|
</h3>
|
||
|
|
|
||
|
|
<div class="row">
|
||
|
|
<div class="col col-100 txt-Center" style="margin-top: 10px;">
|
||
|
|
<form method="POST" action="/site/<%= current_site.username %>/confirm_email" class="content">
|
||
|
|
<%== csrf_token_input_html %>
|
||
|
|
<fieldset>
|
||
|
|
<label for="token">Email Confirmation Token</label>
|
||
|
|
<input name="token" type="text" class="input-Area" autofill="off" autocapitalize="off" autocorrect="off" value="<%= flash[:token] %>" style="width: 290px">
|
||
|
|
</fieldset>
|
||
|
|
<input class="btn-Action" type="submit" value="Confirm Email">
|
||
|
|
</form>
|
||
|
|
|
||
|
|
<h2 style="margin-top: 30px">Didn't get the email?</h2>
|
||
|
|
<h3 class="subtitle">Click below to re-send the confirmation email.</h3>
|
||
|
|
|
||
|
|
<form method="POST" action="/site/<%= current_site.username %>/confirm_email/resend" class="content">
|
||
|
|
<%== csrf_token_input_html %>
|
||
|
|
<input class="btn-Action" type="submit" value="Resend Confirmation Email">
|
||
|
|
</form>
|
||
|
|
|
||
|
|
<h2 style="margin-top: 30px">Wrong email?</h2>
|
||
|
|
<h3 class="subtitle">If you entered the wrong email address by mistake:</h3>
|
||
|
|
|
||
|
|
<form method="POST" action="/settings/change_email" class="content">
|
||
|
|
<%== csrf_token_input_html %>
|
||
|
|
<input type="hidden" name="from_confirm" value="1">
|
||
|
|
<fieldset>
|
||
|
|
<input name="email" type="text" class="input-Area" autofill="off" autocapitalize="off" autocorrect="off" value="<%= current_site.email %>" style="width: 290px">
|
||
|
|
</fieldset>
|
||
|
|
<input class="btn-Action" type="submit" value="Update Email Address">
|
||
|
|
</form>
|
||
|
|
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
</section>
|