rewrite donors copy a bit
This commit is contained in:
parent
323cf772bc
commit
a6b6bbaeca
5 changed files with 37 additions and 18 deletions
|
@ -76,6 +76,9 @@ body.static-donate
|
||||||
color: $soft-text-color
|
color: $soft-text-color
|
||||||
float: right
|
float: right
|
||||||
|
|
||||||
|
&.has-donors
|
||||||
|
display: block
|
||||||
|
|
||||||
$image-mode-description-width: $container-width - $image-mode-preview-outer-width
|
$image-mode-description-width: $container-width - $image-mode-preview-outer-width
|
||||||
|
|
||||||
$image-mode-beta-h-padding: 15px
|
$image-mode-beta-h-padding: 15px
|
||||||
|
@ -108,7 +111,3 @@ body.static-donate
|
||||||
float: left
|
float: left
|
||||||
width: $image-mode-description-width
|
width: $image-mode-description-width
|
||||||
|
|
||||||
&.campaign-loaded
|
|
||||||
#campaign-donors
|
|
||||||
display: block
|
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,9 @@
|
||||||
%ol
|
%ol
|
||||||
|
|
||||||
#image-mode-beta
|
#image-mode-beta
|
||||||
%header Donate at least $5 for early beta access
|
%header
|
||||||
|
As a Thank You gift, those who donate at least $5 will receive early
|
||||||
|
beta access to Image Mode
|
||||||
= pledgie_link
|
= pledgie_link
|
||||||
%p
|
%p
|
||||||
Include your
|
Include your
|
||||||
|
@ -29,6 +31,7 @@
|
||||||
in PayPal's Special Instructions field.
|
in PayPal's Special Instructions field.
|
||||||
%p We'll email you soon!
|
%p We'll email you soon!
|
||||||
|
|
||||||
|
|
||||||
#image-mode-description
|
#image-mode-description
|
||||||
:markdown
|
:markdown
|
||||||
**Soon, Dress to Impress will be able to both save outfits as images and
|
**Soon, Dress to Impress will be able to both save outfits as images and
|
||||||
|
@ -52,13 +55,26 @@
|
||||||
for prime time, and help make sure it's exactly as simple and powerful as
|
for prime time, and help make sure it's exactly as simple and powerful as
|
||||||
it needs to be.
|
it needs to be.
|
||||||
|
|
||||||
|
**Of course, it's still all about supporting a website you love.** Give
|
||||||
|
exactly as much as you want to give. If you can't afford a $5 gift right
|
||||||
|
now, don't worry about it. You'll still get Image Mode once it's ready.
|
||||||
|
Similarly, if you *can* afford to give more than $5, please consider doing
|
||||||
|
so. I often hear how much people appreciate Dress to Impress, and I'd hope
|
||||||
|
that it might be worth more than a wearable or two. I'm just one guy
|
||||||
|
building this site in my free time, and I can't afford server costs on my
|
||||||
|
own, so I'm so glad to be a part of such a generous community.
|
||||||
|
|
||||||
**Thank you for your continued support.** Dress to Impress is 100%
|
**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
|
user-funded, and we intend 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
|
money to be able to keep running on the upgraded server for the next 12
|
||||||
know we can do it.
|
months, so that's $280: $360 minus about $80 from previous fundraisers.
|
||||||
|
Looks like a lot, but I know we can do it.
|
||||||
|
|
||||||
#image-mode-comments
|
#image-mode-comments
|
||||||
#disqus_thread
|
#disqus_thread
|
||||||
|
- if Rails.env.development?
|
||||||
|
:javascript
|
||||||
|
var disqus_developer = 1;
|
||||||
:javascript
|
:javascript
|
||||||
var disqus_shortname = 'dresstoimpress';
|
var disqus_shortname = 'dresstoimpress';
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
PLEDGIE_CAMPAIGN_ID = 13904
|
PLEDGIE_CAMPAIGN_ID = 15581
|
||||||
|
|
||||||
|
|
|
@ -19,6 +19,10 @@
|
||||||
$('<span/>', {text: pledge.date}).appendTo(pledgeEl);
|
$('<span/>', {text: pledge.date}).appendTo(pledgeEl);
|
||||||
pledgeEl.appendTo(donorsList);
|
pledgeEl.appendTo(donorsList);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(pledges.length > 0) {
|
||||||
|
donorsEl.addClass('has-donors');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set campaign progress data
|
// Set campaign progress data
|
||||||
|
|
|
@ -2656,7 +2656,11 @@ body.static-donate #campaign-donors ol span {
|
||||||
color: #448844;
|
color: #448844;
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
/* line 85, ../../../app/stylesheets/static/_donate.sass */
|
/* line 79, ../../../app/stylesheets/static/_donate.sass */
|
||||||
|
body.static-donate #campaign-donors.has-donors {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
/* line 88, ../../../app/stylesheets/static/_donate.sass */
|
||||||
body.static-donate #image-mode-beta {
|
body.static-donate #image-mode-beta {
|
||||||
background: #eeffee;
|
background: #eeffee;
|
||||||
border: 1px solid #006600;
|
border: 1px solid #006600;
|
||||||
|
@ -2669,30 +2673,26 @@ body.static-donate #image-mode-beta {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 404px;
|
width: 404px;
|
||||||
}
|
}
|
||||||
/* line 95, ../../../app/stylesheets/static/_donate.sass */
|
/* line 98, ../../../app/stylesheets/static/_donate.sass */
|
||||||
body.static-donate #image-mode-beta header {
|
body.static-donate #image-mode-beta header {
|
||||||
display: block;
|
display: block;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
/* line 99, ../../../app/stylesheets/static/_donate.sass */
|
/* line 102, ../../../app/stylesheets/static/_donate.sass */
|
||||||
body.static-donate #image-mode-beta p {
|
body.static-donate #image-mode-beta p {
|
||||||
font-family: "Droid Sans", Helvetica, Arial, Verdana, sans-serif;
|
font-family: "Droid Sans", Helvetica, Arial, Verdana, sans-serif;
|
||||||
font-size: 75%;
|
font-size: 75%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
/* line 104, ../../../app/stylesheets/static/_donate.sass */
|
/* line 107, ../../../app/stylesheets/static/_donate.sass */
|
||||||
body.static-donate #image-mode-beta .pledgie-link {
|
body.static-donate #image-mode-beta .pledgie-link {
|
||||||
margin: 0.75em 0;
|
margin: 0.75em 0;
|
||||||
}
|
}
|
||||||
/* line 107, ../../../app/stylesheets/static/_donate.sass */
|
/* line 110, ../../../app/stylesheets/static/_donate.sass */
|
||||||
body.static-donate #image-mode-description, body.static-donate #image-mode-comments {
|
body.static-donate #image-mode-description, body.static-donate #image-mode-comments {
|
||||||
float: left;
|
float: left;
|
||||||
width: 436px;
|
width: 436px;
|
||||||
}
|
}
|
||||||
/* line 112, ../../../app/stylesheets/static/_donate.sass */
|
|
||||||
body.static-donate.campaign-loaded #campaign-donors {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* line 1, ../../../app/stylesheets/static/_terms.sass */
|
/* line 1, ../../../app/stylesheets/static/_terms.sass */
|
||||||
body.static-terms {
|
body.static-terms {
|
||||||
|
|
Loading…
Reference in a new issue