mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
update to new.slim again
This commit is contained in:
parent
acb259c56f
commit
d39e747588
1 changed files with 6 additions and 11 deletions
|
@ -24,35 +24,30 @@ javascript:
|
||||||
h5 Username
|
h5 Username
|
||||||
p.tiny <input class="input-Area" name="username" type="text" placeholder="yourusername" value="#{@site.username}" autocapitalize="off" autocorrect="off">.neocities.org
|
p.tiny <input class="input-Area" name="username" type="text" placeholder="yourusername" value="#{@site.username}" autocapitalize="off" autocorrect="off">.neocities.org
|
||||||
|
|
||||||
p.tiny Next, enter a password. This will be used to allow you to login. Minimum 5 characters. If you don't make it a good password,
|
p.tiny Next, enter a password. This will be used to allow you to login. Minimum 5 characters. If you don't make it a good password, Dade Murphy from the movie Hackers will come in and steal your "garbage files".
|
||||||
Dade Murphy from the movie Hackers will come in and steal your "garbage files".
|
|
||||||
|
|
||||||
br
|
hr
|
||||||
h5 Password
|
h5 Password
|
||||||
input class="input-Area" name="password" type="password"
|
input class="input-Area" name="password" type="password"
|
||||||
|
|
||||||
br
|
br
|
||||||
p.tiny Now you can enter an e-mail address. Your e-mail address is private and we will not show it to anyone for any reason. You don't have to
|
p.tiny Now you can enter an e-mail address. Your e-mail address is private and we will not show it to anyone for any reason. You don't have to provide one, but <b>we will not be able to reset your password without it, so don't lose your username and password if you leave this blank!</b>
|
||||||
provide one, but <b>we will not be able to reset your password without it, so don't lose your username and password if you leave this blank!</b>
|
|
||||||
|
|
||||||
br
|
hr
|
||||||
h5 Email
|
h5 Email
|
||||||
input class="input-Area" name="email" type="email" placeholder="youremail@example.com" value="#{@site.email}"
|
input class="input-Area" name="email" type="email" placeholder="youremail@example.com" value="#{@site.email}"
|
||||||
|
|
||||||
br
|
br
|
||||||
|
|
||||||
p.tiny You can optionally enter some tags! Tags will allow others to find your site based on your interests, or your site's theme.
|
p.tiny You can optionally enter some tags! Tags will allow others to find your site based on your interests, or your site's theme. <b>Separate multiple tags with commas</b>. Don't think too hard about this, you can change them later. You can have a maximum of ten tags, and there is a two word per tag maximum (extra words in a tag will be removed).
|
||||||
<b>Separate multiple tags with commas</b>. Don't think too hard about this, you can change them later. You can have a maximum of
|
|
||||||
ten tags, and there is a two word per tag maximum (extra words in a tag will be removed).
|
|
||||||
|
|
||||||
hr
|
hr
|
||||||
h5 Tags
|
h5 Tags
|
||||||
p: input class="input-Area" name="tags" type="text" style="width: 400px" placeholder="pokemon, video games, bulbasaur" value="#{params[:tags]}" autocapitalize="off" autocorrect="off"
|
p: input class="input-Area" name="tags" type="text" style="width: 400px" placeholder="pokemon, video games, bulbasaur" value="#{params[:tags]}" autocapitalize="off" autocorrect="off"
|
||||||
|
|
||||||
input name="is_nsfw" type="hidden" value="false"
|
input name="is_nsfw" type="hidden" value="false"
|
||||||
p: strong If your page will contain objectionable (adult) content, check this box: <input name="is_nsfw" type="checkbox" value="true" style="margin-top: 0px">
|
p: strong If your page will contain objectionable (adult) content, check this box: <input name="is_nsfw" type="checkbox" value="true" style="margin-top:0">
|
||||||
|
|
||||||
br
|
|
||||||
p.tiny <b>Last thing!</b> Enter these two words correctly (with spaces) so we know you're not a robot (don't worry robots, we still love you).
|
p.tiny <b>Last thing!</b> Enter these two words correctly (with spaces) so we know you're not a robot (don't worry robots, we still love you).
|
||||||
div style="background:#fff"
|
div style="background:#fff"
|
||||||
== recaptcha_tag :challenge, ssl: true
|
== recaptcha_tag :challenge, ssl: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue