mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
322 lines
14 KiB
Text
322 lines
14 KiB
Text
<body class="hp">
|
||
<a id="new"></a>
|
||
|
||
<div class="page">
|
||
|
||
<header class="header-Base" role="banner">
|
||
<nav class="header-Nav clearfix" role="navigation">
|
||
<a href="#!" title="show small screen nav" class="small-Nav">
|
||
<img src="/img/nav-Icon.png" alt="navigation icon" />
|
||
</a>
|
||
<ul class="h-Nav constant-Nav" role="presentation">
|
||
<%== erb :'_header_links', layout: false %>
|
||
</ul>
|
||
|
||
<ul class="status-Nav">
|
||
|
||
<% if !signed_in? %>
|
||
<li>
|
||
<a href="/signin" class="sign-In">Sign In</a>
|
||
</li>
|
||
<% else %>
|
||
<li>
|
||
<a href="/dashboard" class="sign-In">Dashboard</a>
|
||
</li>
|
||
<li>
|
||
<a href="/settings" class="sign-In">Settings</a>
|
||
</li>
|
||
<li>
|
||
<a href="/signout" class="sign-In">Sign Out</a>
|
||
</li>
|
||
<% end %>
|
||
</ul>
|
||
</nav>
|
||
|
||
<% if flash.keys.length > 0 %>
|
||
<div class="alert alert-block txt-Center">
|
||
<% flash.keys.each do |key| %>
|
||
<%== flash[key] %>
|
||
<% end %>
|
||
</div>
|
||
<% end %>
|
||
|
||
<div class="int-Logo hp-Logo">
|
||
<a href="/" title="back to home">
|
||
<span class="hidden">Neocities.org</span>
|
||
<img src="/img/cat.png" alt="Neocities.org" />
|
||
</a>
|
||
</div>
|
||
|
||
<section class="header-Intro">
|
||
<h1 class="logo header-Content content">
|
||
<span class="hidden">Neocities.org</span>
|
||
<img src="/img/neocities-Logo.png" alt="Neocities.org" />
|
||
</h1>
|
||
</section>
|
||
|
||
<div class="header-Outro">
|
||
<div class="row header-Content content">
|
||
<div class="col intro">
|
||
<h2 class="section-header">Create your own free web site, and discover new ones.</h2>
|
||
<p class="intro-text">
|
||
Neocities is a community of <a href="/browse"><%= @sites_count.to_s.reverse.gsub(/...(?=.)/,'\&,').reverse %> sites</a> that are bringing back the lost individual creativity of the web. We provide free hosting and tools that allow anyone to make a web site. Only your imagination is required. Join us!
|
||
</p>
|
||
<ul class="intro-List">
|
||
<li class="intro-Social">
|
||
<span class="intro-Icon"></span>
|
||
<h3 class="delta">Share your web creation with the world</h3>
|
||
<p class="base">
|
||
Follow your favorite Neocities sites to keep up with all their latest updates. Discover new websites related to your interests using tags, comment on them, and share them. Unlimited creativity, zero ads.
|
||
</p>
|
||
</li>
|
||
<li class="intro-Tools">
|
||
<span class="intro-Icon"></span>
|
||
<h3 class="delta">Powerful new features to help you build</h3>
|
||
<p class="base">
|
||
We’ve made it easier to build your website and explore other sites. Neocities features an in-browser HTML editor, custom domain support, faster site loading, easy file uploading, RSS feeds, folder support, and much more.
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="col signup-Area">
|
||
<% if signed_in? %>
|
||
|
||
<div class="signup-Form">
|
||
<div class="content">
|
||
<h3 class="gamma txt-Center">Build your Website!</h3>
|
||
</div>
|
||
<p class="txt-Center">
|
||
Go to your dashboard to<br> start editing your website!
|
||
</p>
|
||
<br />
|
||
<div class="txt-Center">
|
||
<a href="/dashboard" class="btn-Action">Get Started</a>
|
||
</div>
|
||
</div>
|
||
<% else %>
|
||
<form id="createSiteForm" class="signup-Form" onsubmit="return false">
|
||
<input type="hidden" name="csrf_token" value="<%= csrf_token %>">
|
||
<input type="hidden" name="is_education" value="false">
|
||
<fieldset class="content">
|
||
<h2 class="gamma">Sign up for free</h2>
|
||
<hr />
|
||
<div class="siteCreateInputs">
|
||
<label for="create-Input">User Name</label>
|
||
<input type="text" name="prevent_autofill_username" id="prevent_autofill_username" value="" style="position:absolute; top:-2000px; left:-2000px;" />
|
||
<input type="password" name="prevent_autofill_password" id="prevent_autofill_password" value="" style="position:absolute; top:-2000px; left:-2000px;" />
|
||
<input type="text" class="input-Area" id="create-Input" name="username" placeholder="my-site-name" data-placement="left" data-trigger="manual" autocapitalize="off" autocorrect="off" autocomplete="off" />
|
||
<label for="create-Input" id="domain-name">.neocities.org</label>
|
||
|
||
<label for="tags-input">Tags (your interests, site topics)</label>
|
||
<input type="text" class="input-Area" id="tags-input" name="new_tags_string" placeholder="art, videogames, food, music, programming, gardening, cats" data-placement="left" data-trigger="manual" autocapitalize="off" autocorrect="off" autocomplete="off" />
|
||
|
||
<div class="col col-50" style="padding-left:0;">
|
||
<label for="password-input">
|
||
Password
|
||
</label>
|
||
<input type="password" class="input-Area" id="password-input"
|
||
name="password" placeholder="password"
|
||
data-placement="left" data-trigger="manual"
|
||
autocapitalize="off" autocorrect="off" autocomplete="off" />
|
||
</div>
|
||
|
||
<div class="col col-50">
|
||
<label for="email-input">
|
||
Email
|
||
</label>
|
||
<input type="email" class="input-Area"
|
||
id="email-input" name="email"
|
||
placeholder="me@example.com" data-placement="left"
|
||
data-trigger="manual" autocapitalize="off"
|
||
autocorrect="off" autocomplete="off" />
|
||
</div>
|
||
|
||
<div class="col col-50" style="padding-left:0;">
|
||
<label>
|
||
Confirm you are human
|
||
</label>
|
||
<div id="captcha-input" class="g-recaptcha"
|
||
data-sitekey="<%= $config['recaptcha_public_key'] %>"
|
||
data-theme="dark" data-placement="left" data-trigger="manual">
|
||
</div>
|
||
</div>
|
||
|
||
<div class="col col-50">
|
||
<div style="margin-top: 15px">
|
||
<input type="submit" value="Create My Site" class="btn-Action float-Right" />
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</fieldset>
|
||
</form>
|
||
|
||
<% end %>
|
||
|
||
</div> <!-- end .col-50 -->
|
||
|
||
</div> <!-- end .row -->
|
||
|
||
</div> <!-- end .header-Outro -->
|
||
|
||
</header>
|
||
|
||
<main class="content-Base">
|
||
|
||
<div class="section featured-Websites">
|
||
<h2 class="delta">Featured Sites</h2>
|
||
<!--
|
||
<div class="nav prev"></div>
|
||
-->
|
||
<ul class="website-Gallery hp-Gallery">
|
||
<% Site.featured.each do |site| %>
|
||
<li>
|
||
<a href="<%= site.uri %>" title="<%= site.title %>" target="_blank">
|
||
<img src="<%= site.screenshot_url 'index.html', '210x158' %>" class="neo-SS" alt="<%= site.title %>" />
|
||
</a>
|
||
</li>
|
||
<% end %>
|
||
</ul>
|
||
<!--
|
||
<div class="nav next"></div>
|
||
-->
|
||
<a href="/browse" class="btn-Action float-Right">Browse all sites</a>
|
||
</div>
|
||
|
||
<div class="section previews">
|
||
<h2 class="delta">Our mission: To make the web fun again by giving you back control of how you express yourself online.</h2>
|
||
|
||
<div class="row content">
|
||
<div class="col col-50"><div class="screenshot" style="background-image:url(/img/front-editor-screenshot.png)"></div></div>
|
||
<div class="col col-50 text">
|
||
<h3><i class="fa fa-edit"></i> HTML editor, right in your browser</h3>
|
||
<p>No tools needed. With our easy-to-use HTML editor, you're ready to start building your awesome web site right now.</p>
|
||
<p>If you'd rather use your favorite desktop editor, no problem. Uploading files is as easy as drag-n-drop.</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="row content right">
|
||
<div class="col col-50"><div class="screenshot" style="background-image:url(/img/front-browse-screenshot.png);"></div></div>
|
||
<div class="col col-50 text">
|
||
<h3><i class="fa fa-globe"></i> It's time to bring back web surfing.</h3>
|
||
<p>All Neocities sites are viewable in our <a href="/browse">website gallery</a>. And it's easy to browse sites with our optional surf bar.</p>
|
||
<p>Using tags (our version of Web Rings) you can easily discover new sites related to your interests.</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="row content">
|
||
<div class="col col-50"><div class="screenshot" style="background-image:url(/img/front-follow-screenshot.png);"></div></div>
|
||
<div class="col col-50 text">
|
||
<h3><i class="fa fa-user-plus"></i> Follow your favorite Neocities sites</h3>
|
||
<p>Keep track of all your favorite sites by following them. Any changes to the sites automatically show up in your news feed. You'll also see what sites they follow.</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="row content right">
|
||
<div class="col col-50"><div class="screenshot" style="background-image:url(/img/front-comment-screenshot.png);"></div></div>
|
||
<div class="col col-50 text">
|
||
<h3><i class="fa fa-comments-o"></i> Web creativity plus community</h3>
|
||
<p>Interact with your favorite web builders by posting comments, and sharing their sites on your social network of choice.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<section class="section features">
|
||
<div class="row">
|
||
<div class="col col-50">
|
||
<h3>
|
||
<i class="fa fa-eye-slash"></i>Zero advertising
|
||
</h3>
|
||
<p>
|
||
Neocities will never sell your personal data or embed advertising on your site. Instead, we are funded directly by our community through <a href="/plan">supporter plans</a> and <a href="/donate">donations</a>. This allows us to base all our decisions on making the best possible web building experience for you, rather than on appeasing ad companies.
|
||
</p>
|
||
</div>
|
||
|
||
|
||
<div class="col col-50">
|
||
<h3><i class="fa fa-tachometer"></i>More space, speed, and security</h3>
|
||
<p>Neocities now uses distributed, globally-cached web servers in datacenters all over the world to serve your site. Whether it’s your personal home page or a busy professional site, your site loads fast. And if you need more space, <a href="/plan">we've got you covered</a>. We also provide Snowden-grade SSL cryptography on all sites, preventing snoops from seeing what you browse.</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="row">
|
||
<div class="col col-50">
|
||
<h3><i class="fa fa-wrench"></i>Developer tools</h3>
|
||
<p>We have an in-browser HTML editor, easy file uploading, WebDAV publishing, support for custom domains, RSS feeds for every site, powerful APIs for building developer applications, and much more!</p>
|
||
</div>
|
||
|
||
<div class="col col-50">
|
||
<h3><i class="fa fa-university"></i>Open Company</h3>
|
||
<p>Neocities is a member of the <a href="http://www.opencompany.org/" target="_blank">Open Company Initative</a>, working to help improve trustability in tech companies. We <a href="https://github.com/neocities" target="_blank">publish</a> the code that powers the site for inspection, and strive for openness in our company's operations. We want to win your trust—not lock you in.</p>
|
||
</div>
|
||
|
||
|
||
</div>
|
||
|
||
<div class="col col-100">
|
||
<div class="row press">
|
||
<a href="http://www.wired.com/2013/07/neocities/" class="logo wired"></a>
|
||
<a href="http://www.fastcodesign.com/3037028/why-the-internet-is-time-traveling-back-to-1994" class="logo fastco"></a>
|
||
<a href="http://motherboard.vice.com/blog/neocities-is-recreating-the-garish-web-10-creativity-of-geocities" class="logo vice"></a>
|
||
<a href="http://arstechnica.com/tech-policy/2014/05/web-host-gives-fcc-a-28-8kbps-slow-lane-in-net-neutrality-protest/" class="logo ars"></a>
|
||
<!--<a href="/press" class="more">See all press »</a>-->
|
||
</div>
|
||
<div class="row quote">
|
||
<h3>
|
||
"Designed as a 21st century reincarnation of GeoCities, Neocities lets you make your own site for free. <strong>And it just might spark a renaissance of creativity online.</strong>"
|
||
<br />
|
||
<cite>— Matthew Guay, <a href="http://web.appstorm.net/reviews/web-dev/neocities-the-free-place-to-code-your-own-site-from-scratch" target="_blank">AppStorm</a>. <a href="/press">View All Press »</a></cite>
|
||
</h3>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<% # erb :'plan/_pricing' %>
|
||
|
||
<section class="section bottom-signup">
|
||
<h2>What are you waiting for? <a href="#new">Start building your web site now!</a></h2>
|
||
</section>
|
||
</main>
|
||
|
||
<footer class="footer-Base" role="contentinfo">
|
||
<div class="footer-Intro">
|
||
<div class="footer-Content">
|
||
<div class="row">
|
||
<div class="col col-33">
|
||
<div class="f-Col f-Col-1 clearfix">
|
||
<span class="footer-icon"></span>
|
||
<h2 class="delta">Support Us</h2>
|
||
<p class="tiny">
|
||
Neocities is funded by <a href="/plan">supporters</a> and <a href="/donate">donations</a>. If you’d like to contribute, you can help us pay our server costs using credit card, Bitcoin, or PayPal.
|
||
</p>
|
||
<a href="/donate" title="Donate to Neocities" class="action-Link">Donate Today</a>
|
||
</div>
|
||
</div>
|
||
<div class="col col-33">
|
||
<div class="f-Col f-Col-2 clearfix">
|
||
<span class="footer-icon"></span>
|
||
<h2 class="delta">About Us</h2>
|
||
<p class="tiny">
|
||
Neocities is here to bring back the creativity and
|
||
free expression to the world wide web that made it great.
|
||
</p>
|
||
<a href="/about" title="More about Neocities" class="action-Link">More About Us</a>
|
||
</div>
|
||
</div>
|
||
<div class="col col-33">
|
||
<div class="f-Col f-Col-3 clearfix">
|
||
<span class="footer-icon"></span>
|
||
<h2 class="delta">Latest News</h2>
|
||
<p class="tiny">
|
||
The latest news on Neocities can be found on our blog.
|
||
</p>
|
||
<a href="/blog" title="Read about Neocities news and updates" class="action-Link">Read More</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<%== erb :'_footer', layout: false %>
|
||
</footer>
|
||
</div>
|
||
<%== erb :'_index_signup_script', layout: false %>
|
||
</body>
|