From 3c665f60821270233ef2b4582aee19a165d4887e Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Mon, 3 Jun 2013 19:03:42 -0700 Subject: [PATCH] donations page --- app.rb | 4 ++++ views/donate.slim | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 views/donate.slim diff --git a/app.rb b/app.rb index 2c8b4988..f00f4f2c 100644 --- a/app.rb +++ b/app.rb @@ -105,6 +105,10 @@ get '/site_files/new' do slim :'site_files/new' end +get '/donate' do + slim :'donate' +end + post '/site_files/upload' do require_login @errors = [] diff --git a/views/donate.slim b/views/donate.slim new file mode 100644 index 00000000..8aeaf736 --- /dev/null +++ b/views/donate.slim @@ -0,0 +1,33 @@ +.row + .span12.text-center + h1 Help us keep the creative internet alive. +.row + .span8.offset2 + div style="font-size: 20pt; line-height: 30px; margin-top: 20px" + p: b Our mission is to bring back creativity and free expression to the world wide web, the things that made it great. + p We are tired of living in an online world where people are isolated from each other in 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. We want to provide the canvas to allow people to make any web site they want. Whether it be about something they're good at, something they love, or their own custom "Profile" where they can introduce themselves in a way that truly matters. + p It's a big vision, and we have a lot of work to do. But we 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 we haven't figured out yet (we have no idea what our bandwidth bills are going to look like). If we can get enough donations, we can keep this site running and 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, 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: +
+ + + + +
+ + h4 Thanks. You are awesome. \ No newline at end of file