mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
donate -> about, and revisions
This commit is contained in:
parent
0b9824bea6
commit
5132b2edf9
4 changed files with 14 additions and 52 deletions
4
app.rb
4
app.rb
|
@ -121,8 +121,8 @@ get '/site_files/new' do
|
|||
slim :'site_files/new'
|
||||
end
|
||||
|
||||
get '/donate' do
|
||||
slim :'donate'
|
||||
get '/about' do
|
||||
slim :'about'
|
||||
end
|
||||
|
||||
post '/site_files/upload' do
|
||||
|
|
|
@ -1,41 +0,0 @@
|
|||
<center><blockquote class="twitter-tweet"><p>I want to make another Geocities. Free web hosting, static HTML only, 10MB limit, anonymous, uncensored.</p>— Kyle Drake (@kyledrake) <a href="https://twitter.com/kyledrake/statuses/337706291801763841">May 23, 2013</a></blockquote>
|
||||
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></center>
|
||||
|
||||
.row
|
||||
.span12.text-center
|
||||
h1 Help me keep the creative internet alive.
|
||||
.row
|
||||
.span8.offset2
|
||||
h3 My goal with NeoCities is to help bring back creativity and free expression to the world wide web, the things that made it great. I need your help.
|
||||
.row
|
||||
.span8.offset2
|
||||
div style="font-size: 16pt; line-height: 30px; margin-top: 20px"
|
||||
p I am tired of living in a world where people are isolated from each other in online gated communities, and are given generic templates which define what people are supposed to know about eachother. It's time we took back our personalities from these stale, lifeless entities and let our creativity flourish again.
|
||||
p That's where NeoCities comes in. I want to provide the canvas for people to make any web site they want. Whether it be a web site about something they're good at, something they love, or their own custom "Profile" where they can introduce themselves in a way that actually matters to them, instead of some college frat boys.
|
||||
|
||||
p It's a big vision, and I have a lot of work to do. But I can't do it without your help.
|
||||
|
||||
p The technology has become affordable enough where we can provide this creative space without requiring a business plan that involves selling things to people. But it still costs money, especially since server demand is so expensive right now. And there are some possible surprise costs I haven't figured out yet (bandwidth bill estimates are difficult). <b>But if NeoCities can get enough donations, NeoCities can keep running!</b> And we'll never have to sell it to Yahoo <a href="http://ascii.textfiles.com/archives/1961" target="_blank">like what happened with GeoCities</a>.
|
||||
|
||||
p Our creativity is too important to be commercialized. Help keep this idea alive by donating! $100, $20, $5, a free round of beers at your pub, speaking invites to conferences, anything helps. Thank you.
|
||||
|
||||
.row
|
||||
.span12.text-center
|
||||
h2 How to Donate
|
||||
|
||||
div
|
||||
h3 Bitcoin: <small>preferred</small>
|
||||
h4: b 1MPYyfoWK8CkAzhLzLLtZGa9dwEGT5dm2T
|
||||
|
||||
div style="margin-top: 30px"
|
||||
h3 PayPal:
|
||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
|
||||
<input type="hidden" name="cmd" value="_s-xclick">
|
||||
<input type="hidden" name="hosted_button_id" value="RBASFDBGMTPME">
|
||||
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
|
||||
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
||||
</form>
|
||||
|
||||
h2: a href="mailto:kyle@kyledrake.net" Contact Me Directly
|
||||
|
||||
h4 style="margin-top: 30px; margin-bottom: 30px" Thanks. You are awesome.
|
|
@ -14,7 +14,7 @@
|
|||
td Anything you want! It's just HTML. It's your home page, your vision. You can make it as straight or crazy as you want. You're the artist, you're in control. Make a web site about you, or make it about cats that play Dungeons and Dragons, or make a Daft Punk Fan Site, or a Daft Punk Sucks Site.
|
||||
tr
|
||||
td: b What information can I put on it?
|
||||
td Anything you wan't, as long as it's not illegal to host it in the United States. We don't care if it offends somebody, or you remain anonymous.
|
||||
td Anything you wan't, as long as it's not illegal to host it in the United States (note to government: stuff that is <i>actually illegal</i>, not just stuff that embarrasses you or reveals your unconstitional (and hence illegal) spying programs). We don't care if it offends somebody, or you remain anonymous.
|
||||
tr
|
||||
td: b Do I own my content?
|
||||
td Yes, you do. It's yours. We're just giving you a place to host it.
|
||||
|
@ -24,13 +24,13 @@
|
|||
tr
|
||||
td: b How are you paying for this?
|
||||
td Hopefully with donations. If you feel this is a useful service, help us pay the bills to run it. <a href="/donate">Click here to contribute!</a>
|
||||
|
||||
|
||||
.row
|
||||
.span6
|
||||
h1: a href="/browse" BROWSE EXISTING SITES
|
||||
h5 style="margin-top: 20px" Returning users: <a href="/signin">Sign In</a>
|
||||
.span6
|
||||
h1.pull-right: a href="/new" CREATE A WEB SITE
|
||||
.span5.offset1
|
||||
h2: a href="/browse" BROWSE EXISTING SITES
|
||||
.span5.offset1
|
||||
h2: a href="/new" CREATE A WEB SITE
|
||||
h5 Returning users: <a href="/signin">Sign In</a>
|
||||
.row
|
||||
.span12.text-center
|
||||
h2: a href="/donate" HELP NEOCITIES PROSPER
|
||||
h3: a href="/about" HELP NEOCITIES PROSPER
|
|
@ -20,8 +20,11 @@ html
|
|||
.navbar
|
||||
.navbar-inner
|
||||
a.brand href="/" NeoCities
|
||||
ul.nav.pull-right
|
||||
ul.nav
|
||||
li: a href="/browse" <b>Browse</b>
|
||||
li: a href="/about" <b>About</b>
|
||||
|
||||
ul.nav.pull-right
|
||||
- if signed_in?
|
||||
li.navbar-text: strong style="color: #7AB800" #{current_site.username}
|
||||
li: a href="/signout" style="color: #B94A48" Signout
|
||||
|
|
Loading…
Add table
Reference in a new issue