<% if request.path == '/welcome' %>

Welcome to FC, <%= current_site.username %>!

<% elsif parent_site && parent_site.supporter? %>
The neocities cat with a heart over her head

Thank you for being a supporter!

<% else %>

Become a Supporter

<% end %>

FC will never put advertising on your site. Instead, FemslashCity is powered by LESBIAN ENERGY.
<% if !parent_site || !parent_site.supporter? %> Help us bring back creative web sites by being gay. <% end %>

<% if signed_in? && !parent_site.supporter? %> Thank you for signing up! Now please email agnes@omg.lol with the following info:

A little about you--

Personal links--

What you wish to use femlashcity for--

I will email you back with your confirmation link. Ignore the stuff below. I tried to delete it from the view and it broke the view no matter what I did so just. Ignore it for now. I will remove it later. DO NOT PUT THINGS IN THE BOX BELOW JUST IGNORE IT THANK YOU

Free

$<%= Site::PLAN_FEATURES[:free][:price] %>
  • <%= Site::PLAN_FEATURES[:free][:space].to_f('GB').round %> GB storage
  • <%= Site::PLAN_FEATURES[:free][:bandwidth].to_f('GB').round %> GB bandwidth
<% if request.path == '/welcome' %> Continue <% end %>

Supporter

<% if parent_site && parent_site.legacy_supporter? %>
$<%= Site::LEGACY_SUPPORTER_PRICES[parent_site[:plan_type].to_sym] %>
per month, billed annually
<% else %>
$<%= Site::PLAN_FEATURES[:supporter][:price] %>
per month
<% end %>
  • <%= Site::PLAN_FEATURES[:supporter][:space].to_f('GB').round %> GB storage
  • <%= Site::PLAN_FEATURES[:supporter][:bandwidth].to_f('GB').round %> GB bandwidth
  • No File Upload Type Restrictions
  • Multiple Site Creation
  • Custom Domain Support
<%== csrf_token_input_html %> <%== erb :'_card' %>
<% end %>

Powered by supporters like you

Neocities will never sell your personal data or embed advertising on member sites. Instead, we are funded directly by our community through supporter plans and donations. This allows us to base all our decisions on making the best possible web building experience for you, rather than on appeasing ad companies.

Risk-free and secure

You can downgrade back to a free account at any time. If you do, we’ll refund the amount you didn’t use. We use Stripe and PayPal for payments, and never store your credit card information directly.

Making a better web

When you become a supporter, you are directly helping our quest to bring back the creative, independent web. With your help, we'll be able to continue improving the site and adding more features.

Giving back

Neocities is used by educators all over the world to teach thousands of students how to program and create web sites.

<%== erb :'supporter/_compare', layout: false %>
<%== erb :'supporter/_signupcode', layout: false %>