From 5132b2edf9dbba3e681fe0eb9eafdd0e950a7583 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Fri, 21 Jun 2013 01:51:24 -0700 Subject: [PATCH] donate -> about, and revisions --- app.rb | 4 ++-- views/donate.slim | 41 ----------------------------------------- views/index.slim | 16 ++++++++-------- views/layout.slim | 5 ++++- 4 files changed, 14 insertions(+), 52 deletions(-) delete mode 100644 views/donate.slim diff --git a/app.rb b/app.rb index 2e58aba0..e1e156e7 100644 --- a/app.rb +++ b/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 diff --git a/views/donate.slim b/views/donate.slim deleted file mode 100644 index dd03dbe2..00000000 --- a/views/donate.slim +++ /dev/null @@ -1,41 +0,0 @@ -
-
- -.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). But if NeoCities can get enough donations, NeoCities can keep running! And we'll never have to sell it to Yahoo like what happened with GeoCities. - - 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: preferred - h4: b 1MPYyfoWK8CkAzhLzLLtZGa9dwEGT5dm2T - - div style="margin-top: 30px" - h3 PayPal: -
- - - - -
- - h2: a href="mailto:kyle@kyledrake.net" Contact Me Directly - - h4 style="margin-top: 30px; margin-bottom: 30px" Thanks. You are awesome. \ No newline at end of file diff --git a/views/index.slim b/views/index.slim index f0b63eec..af268e2a 100644 --- a/views/index.slim +++ b/views/index.slim @@ -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 actually illegal, 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. Click here to contribute! - + .row - .span6 - h1: a href="/browse" BROWSE EXISTING SITES - h5 style="margin-top: 20px" Returning users: Sign In - .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: Sign In .row .span12.text-center - h2: a href="/donate" HELP NEOCITIES PROSPER \ No newline at end of file + h3: a href="/about" HELP NEOCITIES PROSPER \ No newline at end of file diff --git a/views/layout.slim b/views/layout.slim index ad65905d..1945b2d1 100644 --- a/views/layout.slim +++ b/views/layout.slim @@ -20,8 +20,11 @@ html .navbar .navbar-inner a.brand href="/" NeoCities - ul.nav.pull-right + ul.nav li: a href="/browse" Browse + li: a href="/about" About + + 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