2011-06-28 10:24:40 -07:00
|
|
|
- title "Support Dress to Impress"
|
2011-08-04 07:25:57 -07:00
|
|
|
%h2 Thank you so much for all your help. We made it!
|
2011-06-28 10:24:40 -07:00
|
|
|
|
2011-07-01 12:38:13 -07:00
|
|
|
= campaign_progress do
|
2011-08-04 12:34:28 -07:00
|
|
|
We've received
|
2011-07-01 12:38:13 -07:00
|
|
|
= surround '$', ',' do
|
|
|
|
%span.campaign-raised
|
2011-08-04 12:34:28 -07:00
|
|
|
exceeding our goal for the upgrade. Thanks so much!
|
2011-06-28 10:24:40 -07:00
|
|
|
|
2011-07-02 12:39:55 -07:00
|
|
|
- if can_use_image_mode?
|
|
|
|
%p.success
|
|
|
|
Thank you for your help! Image Mode should be live on your account. Enjoy!
|
|
|
|
|
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
|
|
|
|
|
2011-08-04 07:25:57 -07:00
|
|
|
#image-mode-description
|
|
|
|
:markdown
|
2011-08-04 21:12:17 -07:00
|
|
|
**Hooray!** We made our fundraising goal, and now have enough funds to run
|
|
|
|
on the upgraded server for the next year. I'm pretty darn excited about all
|
|
|
|
this.
|
2011-08-04 07:25:57 -07:00
|
|
|
|
2011-08-04 21:12:17 -07:00
|
|
|
The server upgrade went through around 9PM NST on August 4, and the SWF
|
|
|
|
converters are now running. We'll let them work for a bit until almost all
|
|
|
|
of the SWFs are converted, then we'll release Image Mode to the public.
|
2011-08-04 07:25:57 -07:00
|
|
|
|
|
|
|
Thanks again for all your help. Dress to Impress runs on you, from our data
|
|
|
|
to our funds. You make this site the great resource that it is, and I'm
|
|
|
|
consistently impressed by this community's generosity. Thanks for all you
|
|
|
|
do!
|
|
|
|
|
2011-07-01 11:53:28 -07:00
|
|
|
#image-mode-beta
|
2011-07-02 10:23:38 -07:00
|
|
|
%header
|
2011-08-04 07:25:57 -07:00
|
|
|
Support Dress to Impress!
|
2011-07-02 10:40:01 -07:00
|
|
|
= pledgie_form_tag do
|
|
|
|
= pledgie_amount_label_tag 'Amount'
|
|
|
|
= pledgie_amount_field_tag
|
|
|
|
%button{:type => 'submit'} Donate now!
|
2011-07-01 11:53:28 -07:00
|
|
|
|
2011-08-04 07:25:57 -07:00
|
|
|
%p All donations go directly to hosting costs.
|
|
|
|
%p Thanks so much for your help!
|
2011-07-02 10:23:38 -07:00
|
|
|
|
2011-07-01 11:53:28 -07:00
|
|
|
|
|
|
|
#image-mode-comments
|
|
|
|
#disqus_thread
|
2011-07-02 10:23:38 -07:00
|
|
|
- if Rails.env.development?
|
|
|
|
:javascript
|
|
|
|
var disqus_developer = 1;
|
2011-07-01 11:53:28 -07:00
|
|
|
: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
|
|
|
|
|