impress/app/views/static/donate.html.haml

92 lines
3.4 KiB
Text
Raw Normal View History

2011-06-28 10:24:40 -07:00
- title "Support Dress to Impress"
= pledgie_link :id => 'pledgie-link-with-title'
%h2 Image Mode is almost here, but we need your help!
2011-07-01 12:18:05 -07:00
.campaign-progress-wrapper
.campaign-progress
.campaign-progress-label
2011-07-01 11:53:28 -07:00
We have
= surround '$', ',' do
2011-07-01 12:18:05 -07:00
%span.campaign-raised
2011-07-01 11:53:28 -07:00
and need
= precede '$' do
2011-07-01 12:18:05 -07:00
%span.campaign-goal
2011-07-01 11:53:28 -07:00
to run the upgraded server for a year
2011-06-28 10:24:40 -07:00
2011-07-01 11:53:28 -07:00
%section#image-mode-data
%figure#image-mode-preview
= image_tag 'image_mode_preview.png'
%figcaption
Image Mode ♥
#campaign-donors
%h3 Thank you!
%ol
#image-mode-beta
%header Donate at least $5 for early beta access
2011-06-28 10:24:40 -07:00
= pledgie_link
%p
Include your
= link_to 'Dress to Impress username', login_path_with_return_to
2011-07-01 11:53:28 -07:00
in PayPal's Special Instructions field.
2011-06-28 10:24:40 -07:00
%p We'll email you soon!
2011-07-01 11:53:28 -07:00
#image-mode-description
2011-06-28 10:24:40 -07:00
:markdown
**Soon, Dress to Impress will be able to both save outfits as images and
even run entirely without Flash**. Image Mode. It's taken months to put
together, and it's pretty darn exciting. It's the most requested feature
for Dress to Impress, ever.
**To get there, though, we need a server upgrade.** We've done our best to
cut back on memory usage on the server we have now, but ultimately found
that, when we run the processes that convert the Flash files to images, we
lose stability, and the site goes down.
**So, we're moving from about $20 to $30 a month.** We'll be moving from
[Linode's 512 server to the 768 server](http://linode.com). It's what we
need to do in order to have enough RAM to both convert Flash to image and
also run a website with thousands of users a day.
2011-07-01 11:53:28 -07:00
**As a little treat, those who give at least $5 will get early access
to Image Mode.** Though we're still missing quite a few converted SWFs,
you'll be able to get a feel for what Image Mode will be when it's ready
for prime time, and help make sure it's exactly as simple and powerful as
it needs to be.
2011-06-28 10:24:40 -07:00
**Thank you for your continued support.** Dress to Impress is 100%
user-funded, and we hope to stay that way. Our goal is to raise enough
money to guarantee that we'll be up and running for the next 12 months. I
2011-07-01 11:53:28 -07:00
know we can do it.
#image-mode-comments
#disqus_thread
:javascript
var disqus_shortname = 'dresstoimpress';
// The following are highly recommended additional parameters. Remove the slashes in front to use.
var disqus_identifier = 'dresstoimpress_donate';
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = 'http://' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
%a.dsq-brlink{:href => "http://disqus.com"}
blog comments powered by
%span.logo-disqus Disqus
- content_for :javascripts do
= include_javascript_libraries :jquery
= javascript_include_tag 'static/donate'
- content_for :meta do
%meta{:name => 'pledgie-campaign-id', :content => PLEDGIE_CAMPAIGN_ID}
2011-06-28 10:24:40 -07:00