Brett Smith
83fc60617c
img: Add FOSDEM '17 photos from Karen.
2017-02-17 17:20:35 -05:00
Bradley M. Kuhn
b0044afc9c
Extend deadline.
2017-02-13 21:55:25 -08:00
Brett Smith
e3b68861dc
img: Update member-project-logos.png with new members and logos.
2017-02-13 09:52:06 -05:00
Brett Smith
6e25a6e084
base: Start progressbar for new match.
...
This code should be easier to adapt to future matches too, by just changing
the constants in the first `with` declaration and whatever text is desired.
2017-02-03 13:56:36 -05:00
Brett Smith
0160f03c25
blog: Remove unnecessary kwargs manipulation from custom_index.
...
I don't know if this code is left over from previous versions or what, but
it's not doing anything now. custom_index doesn't pass kwargs to anything
else, so there's no need to fiddle with the dict so much.
2017-02-03 11:02:33 -05:00
Brett Smith
40133bb73b
supporter: Remove bogus value for PayPal srt variable.
...
srt is meant to be used for time-limited subscriptions. 0 is not a valid
value. See
<https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/Appx_websitestandard_htmlvariables/#recurring-payment-variables >.
It's optional, and leaving it unset gives us the behavior we want, so do
that instead.
2017-02-03 10:34:14 -05:00
Brett Smith
36adfb406d
supporter: Set LC for all PayPal forms.
...
This setting is not subscription-specific, so if we ever do it it seems like
we should always do it.
2017-02-03 10:32:45 -05:00
Brett Smith
8115cb27e2
blog: Fix variable name typo in views code.
2017-02-03 10:31:51 -05:00
Brett Smith
0ef963a5bd
img: Add picture of LCA Outreachy donation push.
...
Captured from the video at <https://www.youtube.com/watch?v=brNmfD1Lb7M >,
around the 2:00:00 mark.
2017-01-31 16:39:21 -05:00
Brett Smith
bb888146ff
base: Remove match progressbar.
2017-01-23 20:59:16 -05:00
Bradley M. Kuhn
d282115127
Add link to signup.
2017-01-22 23:21:41 -08:00
Bradley M. Kuhn
cab182b862
More changes that Karen told me to make.
2017-01-22 23:21:02 -08:00
Bradley M. Kuhn
57597f3a5c
Move let's sentence per Karen's instructions.
2017-01-22 23:17:48 -08:00
Bradley M. Kuhn
7815c083dc
Fix where PIA is mentioned in both versions.
2017-01-22 23:13:12 -08:00
Bradley M. Kuhn
cec947d2c3
Change based on karen's text.
2017-01-22 23:12:24 -08:00
Bradley M. Kuhn
1fd5e015b5
Note this goes AoE time.
2017-01-22 17:15:22 -08:00
Brett Smith
36b33927f7
css: Implement #sidebar and #mainContent without floats.
...
170aa38bb5
fixed one bug but added another:
#mainContent would always be the max-width of 1000px. If the user's window
wasn't wide enough to accommodate that alongside the sidebar, it would be
rendered below the sidebar.
Fix that by using positioning instead of floats, so #mainContent can have a
flexible width.
2017-01-19 12:18:08 -05:00
Brett Smith
59c03adb03
filings: Grammar fix text.
2017-01-17 18:07:01 -05:00
Bradley M. Kuhn
825aff37ad
FY 2016 dates and details for filings.
2017-01-18 09:35:18 +11:00
Bradley M. Kuhn
15e2525cfd
Merge branch 'master' branch from upstream website
...
Pull from ssh://k.sfconservancy.org/website and merge into my changes
that are ready to push.
2017-01-18 09:27:39 +11:00
Bradley M. Kuhn
4bc14ae3c1
FY 2015 Form 990, CHAR500, & auditors' report.
...
Our Form 990 Filing deadline was today, 2017-01-17. As is our usual
practice, we make them publicly available on or before our filing
deadline date.
This commit includes our USA IRS Form 990, NYS CHAR500 and the
independent auditor's report for FY 2015.
2017-01-18 09:25:35 +11:00
Brett Smith
6a73864765
base_conservancy: PIA match is extended one week.
2017-01-16 17:03:42 -05:00
Brett Smith
f4d32f3487
img: Move Selenium logo under projects/.
2017-01-12 12:19:04 -05:00
Brett Smith
17417b6645
img: Add Selenium logo.
2017-01-12 11:59:39 -05:00
Brett Smith
62adf6a489
img: Add Turtle Art Day photo.
2017-01-10 15:38:53 -05:00
Brett Smith
7202787092
supporter: Reorganize form post-input notes.
...
This makes it easier to keep baseline alignment between labels and their
respective inputs. Declaring `margin-left: 51%;` for the post-input notes
is not exactly what we want, but it's much closer and less troublesome than
dealing with the vertical alignment of labels otherwise.
2017-01-09 16:56:42 -05:00
Brett Smith
cb5b5ec23f
supporter: Refactor amount-checking JavaScript.
...
* Separate out amount-parsing and reacting into separate events. This sets
the stage for other elements to react to the custom
'conservancy:newamount' event.
* Set up events in the context of each supporter form, with closures. This
lets us avoid weird CSS selector gymnastics in the event, and instead
drill down from the form to find the elements we need.
There are no functional changes in this code, barring bugs.
2017-01-08 18:23:51 -05:00
Brett Smith
5f9a4395f3
supporter: Add size information chart.
2017-01-05 13:46:46 -05:00
Brett Smith
27b469c2dc
sponsors: Unlist too-old sponsors.
...
These companies have not given in the past year.
2017-01-04 12:03:28 -05:00
Brett Smith
c07b274681
supporter: Set target="_blank" on informational links in the forms.
2017-01-02 11:43:22 -05:00
Brett Smith
0de3594e74
supporter: Group shirts by type.
2017-01-02 11:24:14 -05:00
Brett Smith
f32d04e725
supporter: Women's shirts, not ladies' shirts.
...
Signed off by Karen.
2017-01-02 11:20:13 -05:00
Brett Smith
b3a2f1dc96
supporter: Wordsmith the forms.
2017-01-01 16:38:12 -05:00
Brett Smith
2993a2c3ad
supporter: Fix detached labels in forms.
2017-01-01 16:31:01 -05:00
Brett Smith
fce05b6f99
supporter: Add tabindex to supporter sign-up form.
2017-01-01 16:10:21 -05:00
Brett Smith
ba0df40639
supporter: Improve amount validation JavaScript.
...
* Check validity on page load and store it in a data attribute so we can
change validity state more accurately.
* Clear invalid state on any change.
2017-01-01 16:03:03 -05:00
Brett Smith
9d855fda08
supporter: Improve shirt selection JavaScript.
...
* Add an animation for state changes.
* Set the start state by triggering the event on the selection at page load.
Firefox at least remembers the selected button on page load. This avoids
a situation where the user says they want a shirt, reload, and now the
size selection is invisible because we used to hide that unconditionally.
2017-01-01 15:28:33 -05:00
Brett Smith
b93cc61e8b
supporter: New form styling.
...
This makes better use of bigger screens, and degrades better to smaller
ones.
2017-01-01 15:10:20 -05:00
Brett Smith
8605b65783
supporter: Move more presentation rules to CSS.
...
This commit keeps the presentation basically the same, it just moves
presentation rules out of HTML and into CSS. It's not pixel-perfect but
pretty close.
2017-01-01 13:53:41 -05:00
Brett Smith
19e744788b
supporter: Only render the Annual form for upgraders.
...
This lets us do more with HTML and less with JavaScript, which is always
nice.
2017-01-01 10:53:58 -05:00
Brett Smith
b4883ca6bd
supporter: Make a partial for the supporter form.
...
This commit shouldn't make any substantial changes to the form or its
presentation. This is just cleaning things up as a development aid.
2017-01-01 10:39:23 -05:00
Brett Smith
78c474caac
supporter: Fix redundant annual/monthly/renewal ids.
2017-01-01 10:24:34 -05:00
Brett Smith
dad41f4817
supporter: Fix redundant os0 ids, invalid names.
2017-01-01 10:24:34 -05:00
Brett Smith
6392ae3a43
supporter: Fix redundant amount, error ids.
2017-01-01 10:24:34 -05:00
Brett Smith
7842ca6c57
supporter: Fix redundant no_shipping id.
2016-12-31 16:22:52 -05:00
Brett Smith
619bc033bc
js: Render <video> inner HTML when no source is supported.
...
The HTML inside <video> is meant to be rendered by browsers that don't
support the tag at all. You have to respond to the JavaScript error event
to deal with browsers that support video, but no available source. See
<https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Using_HTML5_audio_and_video#Showing_fallback_content_when_no_source_could_be_decoded >.
2016-12-31 15:19:59 -05:00
Brett Smith
034a60be9b
js: Split whole-site JS from Supporter-specific JS.
2016-12-31 14:46:10 -05:00
Brett Smith
9ef8a62f0b
copyleft-compliance: Update old linux-compliance URLs.
2016-12-31 14:31:34 -05:00
Brett Smith
359cc7a068
css: <dl>s clear each other.
...
This prevents <dl>s from stacking horizontally when their <dt>s are short.
2016-12-31 14:30:19 -05:00
Brett Smith
a04d85a1e8
css: Move rules intended for bigscreen to the dedicated stylesheet.
2016-12-31 14:23:03 -05:00