Commit graph

2126 commits

Author SHA1 Message Date
Bradley M. Kuhn
2565c0335d Take away period, since no other quote has that. 2013-05-01 08:49:20 -04:00
Bradley M. Kuhn
232a49df64 Move endorsement <a> tag to the start of the endorsement sentence. 2013-05-01 08:47:46 -04:00
Bradley M. Kuhn
631d2c2360 I can't otherwise get this text-decoration: none thing to work,
so I just made sure there's no text in it.
2013-05-01 08:47:08 -04:00
Bradley M. Kuhn
285cfa7ebd Normalize "The" Free Software Foundation. 2013-05-01 08:44:56 -04:00
Bradley M. Kuhn
ff2ba6232c Use pure relative link here. 2013-05-01 08:44:24 -04:00
Bradley M. Kuhn
94526d416d Implement slider to draw attention to donate box upon clicking of donate links.
Replaces previous self-link back to same page that was rather pointless.

I've tested that this Gracefully degrades on a non-graphical browser to just
in-page link back to the donate portion at the top the page.
2013-05-01 08:44:12 -04:00
Bradley M. Kuhn
123e09fe3d Alt text of PayPal button should just say "Donate" 2013-05-01 00:12:54 -04:00
Bradley M. Kuhn
c482e9a1fd Better formatting for the progress bar. 2013-05-01 00:01:57 -04:00
Bradley M. Kuhn
b1b025f018 Fix styles on the <div>'s so that overlap isn't strange.
Whole thing should really add up to 100%, after all.
2013-04-30 23:58:03 -04:00
Bradley M. Kuhn
fa1dc618df Remove ?'s and just list them out as other donation methods. 2013-04-30 23:57:41 -04:00
Bradley M. Kuhn
a08c3dd90c Fix "Donating" text. 2013-04-30 23:40:46 -04:00
Bradley M. Kuhn
1f03762dab Don't wrap <a> around the <h3> 2013-04-30 23:39:02 -04:00
Bradley M. Kuhn
8c80bfe052 Walk-through and plenty of word-smith changes. 2013-04-30 23:38:54 -04:00
Bradley M. Kuhn
23d2d8cad1 Make the toggle-controls look like clickable <a> tags. 2013-04-30 22:29:12 -04:00
Bradley M. Kuhn
772cc17e18 Move flattr to the bottom of the donate window. 2013-04-30 22:26:56 -04:00
Bradley M. Kuhn
3ae257e7a5 Make Google Checkout popup rather than there by default. 2013-04-30 22:25:49 -04:00
Bradley M. Kuhn
d3534ed6d0 Put PayPal above Google Checkout, since it can take credit-cards straight up. 2013-04-30 22:24:48 -04:00
Bradley M. Kuhn
d3c668704c Add <a> tag for donate, for linking later. Use h3. 2013-04-30 22:22:48 -04:00
Bradley M. Kuhn
6632824580 Place percentage in the progress bar. 2013-04-30 22:17:50 -04:00
Bradley M. Kuhn
378d01a422 Fix closing tag. 2013-04-30 22:17:31 -04:00
Bradley M. Kuhn
667a54e045 Remove tab characters. 2013-04-30 22:17:27 -04:00
Bradley M. Kuhn
6e49d079da Create pop-down of text for other donation methods.
For those methods that require further explanation, configure so that the
text appears upon clicking.
2013-04-30 22:17:04 -04:00
Bradley M. Kuhn
c723f8885a Add proper fundraising text from internal repository, instead of placeholder. 2013-04-30 22:15:40 -04:00
Bradley M. Kuhn
121203044e Updated progress bar with real numbers; also some layout changes to it as well. 2013-04-30 21:42:47 -04:00
Bradley M. Kuhn
3ef1208e71 Campaign doesn't need to be a template or an application. 2013-04-30 21:14:58 -04:00
Bradley M. Kuhn
4c86f87afb Corrected name of accounting campaign logo image, and add image itself. 2013-04-30 21:11:13 -04:00
Bradley M. Kuhn
bda85a597b Styles should live in CSS, not in the template.
Properly use nav-bg for campaign.
2013-04-30 20:01:48 -04:00
Bradley M. Kuhn
b4edbe02f7 Corrected nav-bg files to make appearance accurate on all sizes. 2013-04-30 20:01:13 -04:00
Denver Gingerich
68321f81ad add file missed in 2309ff0 for accounting campaign 2013-04-30 18:06:28 -04:00
Denver Gingerich
2309ff0948 add accounting campaign page; update styles/navbar 2013-04-30 00:13:45 -04:00
Bradley M. Kuhn
414abef67a I'm not so good with the alphabetical order, am I? Lima's *before* Mike. Geez. 2013-04-26 17:38:22 -04:00
Bradley M. Kuhn
7feeab658d Remove errant extra "http://" in the URL. 2013-04-26 16:49:01 -04:00
Bradley M. Kuhn
80c54db504 List Mozilla Foundation as a sponsor. Thanks very much for the donation!! 2013-04-26 16:44:43 -04:00
Bradley M. Kuhn
8a42e844c3 Mozilla Wordmark as sent to me by Matt Thompson. Taken from this URL:
https://assets.mozillalabs.com/Brands-Logos/Mozilla/mozilla_wordmark.png
and then scaled by GIMP to be within limits for Conservancy's sponsors page.
2013-04-26 16:43:06 -04:00
Bradley M. Kuhn
0d95d806d7 License was missing for submenu selection. 2013-04-26 16:03:05 -04:00
Bradley M. Kuhn
970c60efba Note license is now USA version. 2013-04-26 16:01:43 -04:00
Bradley M. Kuhn
6245f886f0 Import of admin module is needed to do admin.autodiscover() 2013-04-26 13:11:25 -04:00
Bradley M. Kuhn
1e119efb7a Incorporate conservancy_ssl middleware, etc. into main site, now that HTTPS fully supported.
Previously, SSL on sfconservancy.org was supported using a self-signed cert
only to handle the /admin/ portion of the site.  Now that SSL is supported
site-wide, and perfectly mirrors the content available via HTTP, the
conservancy_ssl middleware, URLs, and settings are wholly deprecated and
herein removed.

The main site's urls.py now need adjusting to support /admin/, but additional
code is needed in middleware.py to avoid accidentally serving /admin/ via
HTTP instead of HTTPS.

The latter code is untested; hopefully it works "out of the box". :)
2013-04-26 13:09:24 -04:00
Bradley M. Kuhn
536789a8c0 Don't index some pages. 2013-04-26 13:01:29 -04:00
Bradley M. Kuhn
1032f1d75f sfconservancy.org now has an SSL certificate; make site HTTPS-Everywhere compatible.
Change all links when possible to not mention a site, so HTTPS will be used
automatically for same-site links.

For embedded images, and other links out to the rest of the world, use HTTPS
when the site is known to support it.
2013-04-26 12:48:19 -04:00
Bradley M. Kuhn
1cea37a8bc Titles don't appear with anyone else, and probably should not for these two
either on this particular page.
2013-04-23 16:39:05 -04:00
Bradley M. Kuhn
b6b6fd513a A bit more detail on what the Eval Committee does. 2013-04-23 13:28:57 -04:00
Bradley M. Kuhn
f5f1efa6e1 Say "et alia" here instead of Contractors, since we have no Contractors listed,
but *do* have Directors Emeriti listed.
2013-04-23 13:24:36 -04:00
Bradley M. Kuhn
fc5247fe0a Ah, the string needs to match here as well. 2013-04-23 13:22:46 -04:00
Bradley M. Kuhn
63f708f928 Will a shorter string make this work? Unsure why it isn't working now, actually. 2013-04-23 13:20:35 -04:00
Bradley M. Kuhn
3202d679c5 Properly set class for CCS so the EvalCommittee menu item formats properly. 2013-04-23 13:16:15 -04:00
Martin Michlmayr
797c361236 Add page for Evaluation Committee 2013-04-23 13:09:57 -04:00
Mike Linksvayer
bb3063601b add me 2013-04-23 13:08:25 -04:00
Martin Michlmayr
abf12d29df Merge branch 'master' of https://git.gitorious.org/conservancy/website 2013-03-20 13:56:11 +00:00
Bradley M. Kuhn
ccfe18b7ba Paul has moved on to a full-time job that doesn't leave him any time for
contracting with us anymore.
2013-03-01 12:15:02 -05:00