campaign 2015 copy updates
This commit is contained in:
parent
4a539f32db
commit
a4079d2e0c
6 changed files with 41 additions and 40 deletions
BIN
app/assets/images/emoticons/grin.gif
Normal file
BIN
app/assets/images/emoticons/grin.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 585 B |
BIN
app/assets/images/emoticons/smiley.gif
Normal file
BIN
app/assets/images/emoticons/smiley.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 957 B |
BIN
app/assets/images/emoticons/tongue.gif
Normal file
BIN
app/assets/images/emoticons/tongue.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 601 B |
|
@ -1,2 +1,9 @@
|
||||||
module CampaignsHelper
|
module CampaignsHelper
|
||||||
|
def emote_md(text)
|
||||||
|
text = text.
|
||||||
|
gsub(/:\)/, image_tag('emoticons/smiley.gif')).
|
||||||
|
gsub(/:D/, image_tag('emoticons/grin.gif')).
|
||||||
|
gsub(/:P/, image_tag('emoticons/tongue.gif'))
|
||||||
|
md text
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
= text_field_tag 'donation[amount]', '10.00'
|
= text_field_tag 'donation[amount]', '10.00'
|
||||||
%button{:type => 'submit'} Donate now!
|
%button{:type => 'submit'} Donate now!
|
||||||
|
|
||||||
#description= md @campaign.description
|
#description= emote_md @campaign.description
|
||||||
|
|
||||||
- if @donations.present?
|
- if @donations.present?
|
||||||
%h2 Thanks to our lovely donors!
|
%h2 Thanks to our lovely donors!
|
||||||
|
@ -62,8 +62,8 @@
|
||||||
|
|
||||||
But, even though PayPal isn't integrated into the site, we'll still gladly
|
But, even though PayPal isn't integrated into the site, we'll still gladly
|
||||||
accept individual donations through PayPal if you'd prefer.
|
accept individual donations through PayPal if you'd prefer.
|
||||||
#{mail_to 'webmaster@openneo.net', "Drop us an email and we'll figure it
|
#{mail_to 'webmaster@openneo.net', "Drop us an email and we'll talk
|
||||||
out."} Thanks!
|
details."} Thanks!
|
||||||
|
|
||||||
%h2 Some notes on featured outfits
|
%h2 Some notes on featured outfits
|
||||||
:markdown
|
:markdown
|
||||||
|
@ -76,7 +76,7 @@
|
||||||
However, there are a few important bits of legal whatnot to keep in mind.
|
However, there are a few important bits of legal whatnot to keep in mind.
|
||||||
(Mostly, it's the list of things that we expect to do but in no legally
|
(Mostly, it's the list of things that we expect to do but in no legally
|
||||||
binding way promise to do. Just in case
|
binding way promise to do. Just in case
|
||||||
<img src="#{camo_image_url 'http://images.neopets.com/neoboards/smilies/tongue.gif'}" />)
|
#{image_tag 'emoticons/tongue.gif'}
|
||||||
|
|
||||||
Featuring your outfit is a thank-you gift that we like to give our donors;
|
Featuring your outfit is a thank-you gift that we like to give our donors;
|
||||||
it is *not* a purchased service. We make no guarantee that we'll post your
|
it is *not* a purchased service. We make no guarantee that we'll post your
|
||||||
|
@ -85,28 +85,30 @@
|
||||||
site for as long as the site lives, and in rotation on the homepage until
|
site for as long as the site lives, and in rotation on the homepage until
|
||||||
some other site event or feature needs the space.)
|
some other site event or feature needs the space.)
|
||||||
|
|
||||||
We reserve the right to refuse to post any outfit for any reason, and we
|
We reserve the right to refuse to post any content for any reason, and we
|
||||||
reserve the right to remove any previously posted outfit for any reason.
|
reserve the right to remove any previously posted content at any time for
|
||||||
Same goes for the name attached to your donation.
|
any reason. If we don't like the outfit's name, the outfit's appearance,
|
||||||
|
or the name on your donation, or anything else, then we don't have to
|
||||||
|
publish it, and we won't necessarily refund you—especially if the content
|
||||||
|
seems malicious.
|
||||||
(That said, we intend to allow most any name and outfit that are
|
(That said, we intend to allow most any name and outfit that are
|
||||||
appropriate for Neopians of all ages.)
|
appropriate for Neopians of all ages.)
|
||||||
|
|
||||||
If you change your mind about donating, no worries: we'll refund any
|
If you change your mind about donating, no worries: you can request a
|
||||||
good-faith donation within 60 days of the day you donated.
|
refund within 60 days of donating, and, so long as you're acting in good
|
||||||
(For example, changing your mind and requesting a refund *is* acting in
|
faith, we'll refund the entire donation.
|
||||||
good faith, and we'd love to help you out.
|
(For example, if you realize you can't afford to donate, or legit just
|
||||||
Posting an obscene outfit then requesting a refund once we take it down is
|
change your mind, then we'd love to help you out :)
|
||||||
*not* acting in good faith, and we don't want our refund policy to
|
But we don't want people posting obscene outfits and expecting refunds once
|
||||||
encourage that behavior
|
we take them down, so we need a refund policy that lets us reject those
|
||||||
<img src="#{camo_image_url 'http://images.neopets.com/neoboards/smilies/tongue.gif'}" />
|
requests #{image_tag 'emoticons/tongue.gif'}
|
||||||
We determine "good faith" at our sole discretion—not limited to those
|
So, we determine "good faith" at our sole discretion—not limited to those
|
||||||
examples—but we're generally pretty understanding.)
|
examples—but we're generally pretty understanding.)
|
||||||
|
|
||||||
**TL;DR: We love to help and acknowledge our good-faith donors,
|
**TL;DR: We love to help and acknowledge our good-faith donors,
|
||||||
but reserve the right not to do those things,
|
but reserve the right not to do those things,
|
||||||
in order to better handle bad-faith donors and unexpected circumstances.**
|
in order to better handle bad-faith donors and unexpected circumstances.**
|
||||||
Huh. That was way simpler.
|
That's all #{image_tag 'emoticons/smiley.gif'}
|
||||||
Maybe I should've just written that in the first place.
|
|
||||||
|
|
||||||
- content_for :javascripts do
|
- content_for :javascripts do
|
||||||
= javascript_include_tag 'https://checkout.stripe.com/checkout.js',
|
= javascript_include_tag 'https://checkout.stripe.com/checkout.js',
|
||||||
|
|
|
@ -1,19 +1,9 @@
|
||||||
<p>
|
<p>
|
||||||
Hello, hello! I'm Matchu, loving father of Dress to Impress.
|
Hi, friend! I'm Matchu, that guy who made Dress to Impress :)
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
I just wanted to let you know how much your help means to me.
|
So, let's do the business first:
|
||||||
I built the site mostly for fun, and never really expected it to catch on,
|
|
||||||
but here we are, years later, and the site is entirely community-driven, from
|
|
||||||
our modeling data to our hosting costs.
|
|
||||||
Thanks so much for being a part of that community—the whole thing blows my
|
|
||||||
mind, and I feel honored to be a part of this big thing that is Dress to
|
|
||||||
Impress :)
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
Before I forget, let's get to receipt business.
|
|
||||||
You donated
|
You donated
|
||||||
<strong><%= number_to_currency @donation.amount / 100.0 %></strong>
|
<strong><%= number_to_currency @donation.amount / 100.0 %></strong>
|
||||||
(thanks again, by the way!),
|
(thanks again, by the way!),
|
||||||
|
@ -22,24 +12,26 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Anyway. I hope you enjoy our little thank-you gift (you <em>do</em> have some
|
Really, though, my favorite part of these emails is that it gives me a chance
|
||||||
beautiful outfits for me to show off, right?), and that Dress to Impress
|
to hear from some of our most excited users :D
|
||||||
continues to bring you joy :)
|
What do you love about Dress to Impress? What parts aren't so great?
|
||||||
|
Any issues I can help you with while we're here?
|
||||||
|
What does Dress to Impress need to do long-term to continue to be a valuable
|
||||||
|
resource for years to come?
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Oh! And, if you ever have anything to say to me, <em>please</em> let me know
|
Hit Reply and let me know—or we can just talk
|
||||||
at <%= mail_to 'matchu@openneo.net' %>. I'm looking forward to any and all
|
about how pumped we are for the next season of Doctor Who :o
|
||||||
questions, comments, concerns, insults, treasure maps, love letters, memes,
|
Up to you :)
|
||||||
or limericks you send my way :D
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Thanks again for your help! DTI <3s you.<br />
|
Thanks again for your help! Serving this community is an honor and a pleasure.<br />
|
||||||
—Matchu
|
—<i>Matchu</i>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
P.S. Seriously. Reply to this email and tell me something.
|
P.S. Seriously. Reply to this email and tell me something.
|
||||||
It'll make my day :D
|
It always makes my day :D
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue