update donate page

This commit is contained in:
Kyle Drake 2013-07-14 01:39:53 -04:00
parent 877a55fa7f
commit ce19f5aeb5
2 changed files with 34 additions and 71 deletions

2
app.rb
View file

@ -51,7 +51,7 @@ get '/tutorials' do
end end
get '/donate' do get '/donate' do
redirect '/about' erb :'donate'
end end
get '/blog' do get '/blog' do

View file

@ -1,79 +1,42 @@
<style>
h3 { margin-top: 20px; }
</style>
<div class="content single-Col"> <div class="content single-Col">
<article> <article>
<h2 class="txt-Center"> <h2 class="txt-Center">
Help me keep the creative,<br />independent internet alive! Help us keep the creative,<br />independent internet alive!
</h2> </h2>
<hr /> <hr />
<h3>My goal with NeoCities is to help bring back the creativity and free expression to the world wide web that made it great. I need your help.</h3>
<p> <section>
I am tired of living in an online world where people are isolated from each other in <h2>Where your Money Goes</h2>
<b>boring, spied-on gated communities</b>, and are given generic templates which define what people are <p><b>$150</b> provides hosting for <b>2 million</b> NeoCities sites for 1 month, and helps cover unplanned costs.</p>
supposed to know about each other. It's time we took back our personalities from these sterilized, lifeless, <p><b>$100</b> buys a backup server for that machine for one month.</p>
monetized, monitored entities and let our creativity flourish again.
</p>
<h2>How to Donate</h2>
<p>
That's where NeoCities comes in. I want to provide a canvas for people to make any web site they want. <h3>Gittip:</h3>
Whether it be a web site about something they're good at, something they love, something they hate, or <script data-gittip-username="kyledrake" src="https://www.gittip.com/assets/widgets/0002.js"></script>
their own custom "Profile" where they can introduce themselves in a way that actually matters to them.
</p> <h3>Bitcoin:</h3>
<p> <p><b>1MPYyfoWK8CkAzhLzLLtZGa9dwEGT5dm2T</b></p>
It's a big project (to make small sites), and I have a lot of work to do.
<b>But I can't do it without your help</b>. <h3>PayPal:</h3>
</p>
<p> <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
The technology has become affordable enough where we can provide this creative space without requiring a business <input type="hidden" name="cmd" value="_s-xclick">
plan that involves selling people out to the marketing industry. But it still costs money, especially since server <input type="hidden" name="hosted_button_id" value="RBASFDBGMTPME">
demand is so high right now. And there are some possible surprise costs I haven't figured out yet (bandwidth estimates are difficult). <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!">
<b>But if NeoCities can get enough donations, NeoCities can survive!</b> <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
Together, we can prevent </form>
<a target="_blank" href="http://www.business-standard.com/article/technology/yahoo-writes-geocities-obituary-109042500035_1.html" title="What did happen to GeoCities?">what happened to GeoCities</a> from happening again.
</p> <h4>Sponsorships, press, speaking invites, general inquiries:</h4>
<p> <h3><a href="/contact">Contact</a></h3>
Our creativity is too important to be commercialized. Help keep this idea alive by donating! $100, $20, $5, a <h4 style="margin-top: 30px; margin-bottom: 30px">Thanks. You are great! Now go and make an awesome web site!</h4>
free round of beers at your pub, speaking invites </section>
<small><a target="_blank" href="http://slideshare.net/kyledrake">(I put on a pretty good show)</a></small>
so I can spread the word, free server hosting, anything helps. Thank you!
</p>
</article> </article>
<hr /> <hr />
<section>
<h3 class="beta">Contributors:</h3>
<div class="row txt-Center">
<div class="col col-33">
<img src="https://si0.twimg.com/profile_images/378800000121798049/704971e82f39a40a931a65321a1992c4.jpeg" alt="kyle drake" class="pic-Rounded" />
<br />
<a href="https://twitter.com/kyledrake" title="Follow me on Twitter" class="eps">Kyle Drake</a>
</div>
<div class="col col-33">
<img src="https://si0.twimg.com/profile_images/2279466871/rqsa3yc6xqubsnexq30r.jpeg" alt="Victoria Wang" class="pic-Rounded" />
<br />
<a href="https://twitter.com/violasong"title="Follow me on Twitter" class="eps">Victoria Wang</a>
</div>
<div class="col col-33">
<img src="https://si0.twimg.com/profile_images/1740077575/asdf.jpg" alt="Scott O'Hara" class="pic-Rounded" />
<br />
<a href="https://twitter.com/scottohara" title="Follow me on Twitter" class="eps">Scott O'Hara</a>
</div>
</div>
<!-- other contributors
<div class="row txt-Center">
<div class="col col-33">
</div>
<div class="col col-33">
</div>
<div class="col col-33">
</div>
</div>
-->
</section>
</div> <!-- end .content --> </div> <!-- end .content -->