Bradley M. Kuhn
027964192a
Function to compute how far to the goal we are.
...
This is also inserted by the Javascript code as well, but no reason we
can't compute it server side, too.
2015-03-08 21:21:58 -07:00
Bradley M. Kuhn
eb18c15f66
I didn't realize extend is first
2015-03-08 21:17:06 -07:00
Bradley M. Kuhn
4a5af8324a
Use humanize to format dollar amounts
2015-03-08 21:12:36 -07:00
Bradley M. Kuhn
3442c1bd1d
Variables don't go in {% in Django templates.
2015-03-08 21:03:36 -07:00
Bradley M. Kuhn
e0cb1621b1
Convert npoacct fundraiser to use dynamic content
...
If this new model works, we should be able to update the fundraiser
amounts in the Django database instead of the HTML.
2015-03-08 20:57:22 -07:00
Bradley M. Kuhn
09654a5eac
Fundraising goal lookup for template: 1st attempt
...
This seems to be the best approach to pass a fundraising goal record to
a template. While the static hack that tmarble implemented probably
needs work anyway, this is probably the best way currently to interface
certain general data that we seek to place on many different pages
through the templates.
I looked into a templatetags solution, but this seemed more
straightforward and more fitting with Django principles (I think :).
2015-03-08 20:46:37 -07:00
Bradley M. Kuhn
a26af07ea5
Tie sentence in better.
2015-03-08 11:57:15 -07:00
Bradley M. Kuhn
7d22c563c4
More detail about copyleft.org
2015-03-08 11:20:31 -07:00
Bradley M. Kuhn
fee584578d
Wording fix and expand on fact.
2015-03-07 23:12:06 -08:00
Bradley M. Kuhn
098f7cc276
Correct compliance menu selector.
2015-03-07 14:09:56 -08:00
Bradley M. Kuhn
30cbfd72f1
Add note about copyleft.org on GPL Compliance page
2015-03-07 14:05:52 -08:00
Bradley M. Kuhn
bfda95d191
Wordsmith this FAQ answer.
2015-03-06 17:43:18 -08:00
Bradley M. Kuhn
54119bba74
Add list of those who support the action to FAQ.
...
Also, note that when people donate, they may also want to make public
statements of support.
2015-03-06 16:37:30 -08:00
Martin Michlmayr
bf71135f75
Update number of member projects
2015-03-05 18:51:26 -05:00
Bradley M. Kuhn
9f8a5100bc
Scale only by 75%, not 50%.
2015-03-05 15:31:38 -08:00
Bradley M. Kuhn
7694d3b1f8
Image inside FAQ should scale to size.
...
Some have complained that the image inside the FAQ does not scale to
size. This corrects that problem.
2015-03-05 15:20:26 -08:00
Bradley M. Kuhn
097c82ea26
Move progressbar CSS to CSS file, not hard code.
...
Also, increase size of progress bar (HT tmarble)
2015-03-05 13:32:49 -08:00
Bradley M. Kuhn
32e9164d48
Don't hard code style; use class and improve CSS
...
This changes the hard-coded style for what I'm calling the
content-with-donate-sidebar. The advantage of not hard-coding style are
obvious, but I'm doing this now rather than later so that I can add
changes to the CSS that causes the width to extend to 100% on smaller
screen media when the donate bar disappears (the latter of which is
already implemented).
2015-03-05 13:25:08 -08:00
Bradley M. Kuhn
44491e67fc
Require browser even a bit bigger before left dt.
...
(HT jgay)
2015-03-05 13:18:55 -08:00
Bradley M. Kuhn
726b29e9f2
Link to the larger one.
2015-03-05 13:00:53 -08:00
Bradley M. Kuhn
336b089791
Remove unnecessary clear: left. (HT hallabro)
2015-03-05 12:58:10 -08:00
Bradley M. Kuhn
ee18acf708
Align dd's properly on right.
2015-03-05 12:57:03 -08:00
Bradley M. Kuhn
4b2bb32811
Adjust widths slightly when these are combined.
...
When we have both dt's and the donate-sidebar floating around, things
get tight. Perhaps there is a better solution than this (e.g., can you
set the @media conditional on there being a donate-sidebar at all?), but
this should be a reasonable hack to fix the problem.
2015-03-05 12:00:42 -08:00
Bradley M. Kuhn
ba453a80c2
Avoid left floating dt's on small screens.
...
Set the min-width for the left-floating dt's to 550px, so that small
screens just get everything in one column.
Note that the formatting previously used is now moved purely to @media,
which I don't know how that will impact browsers that don't support
@media in CSS, but OTOH, I believe the graceful degradation is done
correctly here.
2015-03-05 11:56:22 -08:00
Bradley M. Kuhn
11af508b99
Merge branch 'master' from gitorious.
...
I made some changes before a pull which are herein merged.
2015-03-05 11:36:53 -08:00
Bradley M. Kuhn
05198edf82
Make FAQ entry done in dt look better with CSS.
...
This is accomplished by three key changes:
* use em rather than px sizes, so that font changes are accomodated.
* Add a margin to the dt.
* center the text in the dt's rather than right align.
2015-03-05 11:35:15 -08:00
Martin Michlmayr
49c5bca743
Remove footnote about t-shirt shipment
...
Remove footnote since t-shirts are being shipped already.
2015-03-05 14:26:41 -05:00
Martin Michlmayr
987fd3c102
Remove stale news about match
2015-03-05 14:25:42 -05:00
Martin Michlmayr
2f44797992
A missing word
2015-03-05 14:19:37 -05:00
Martin Michlmayr
9cd9c2b5d0
Fix HTML syntax errors
2015-03-05 14:18:39 -05:00
Bradley M. Kuhn
5eb028235f
Shorten questions.
2015-03-05 10:40:26 -08:00
Bradley M. Kuhn
90cf11f1c2
Sure up wording for ambiguous modifier
...
HT jackhill for this suggestion.
2015-03-05 10:39:57 -08:00
Bradley M. Kuhn
bc8ef68559
Correct this: it read the opposite of intended.
2015-03-05 09:51:05 -08:00
Bradley M. Kuhn
a6aad36677
Fix typo in CSS.
2015-03-05 09:41:23 -08:00
Bradley M. Kuhn
5d8db4bcf8
Shorten question.
2015-03-05 09:03:38 -08:00
Bradley M. Kuhn
08dd970a0b
Fix donate links.
2015-03-05 08:55:42 -08:00
Bradley M. Kuhn
6b116286d3
Scaled version of image to see if it fits better.
2015-03-05 08:55:38 -08:00
Bradley M. Kuhn
5fec724d62
missing close anchor.
2015-03-05 08:40:20 -08:00
Bradley M. Kuhn
ae329f742d
Use PNG for now.
2015-03-05 08:35:28 -08:00
Bradley M. Kuhn
e1d34f476f
Fix VMware spelling.
2015-03-05 08:32:26 -08:00
Bradley M. Kuhn
c000d6ae6c
Make this string not so long.
2015-03-05 08:31:23 -08:00
Bradley M. Kuhn
26561835da
Supporting docs for announcement of VMware lawsuit
...
The VMware lawsuit will be announced publicly momentarily.
2015-03-05 08:24:45 -08:00
Bradley M. Kuhn
f3b930579f
Automatically generate fundraiser percentage text.
...
Using this span, we can update the number in the fundraising percentage
text automatically. The downside is that non-javascript browsers will
not receive a fundraising percentage, but the upside is that fewer
things need to be calculated by hand, and now only the amount raised so
far needs updated.
2015-03-05 08:00:14 -08:00
Bradley M. Kuhn
3d027ae13c
Fix cut-and-paste error in menu selection CSS.
2015-03-05 07:57:17 -08:00
Bradley M. Kuhn
181d39ac91
This page now has a submenuselection.
2015-03-05 07:54:41 -08:00
Bradley M. Kuhn
47aa505e07
Overview: top level menu -> incorporated in about
...
The overview is now incorporated into the About section of the website,
primarily to make more space on the toplevel menubar.
2015-03-05 07:53:04 -08:00
Bradley M. Kuhn
f635fba970
Properly match category name.
2015-03-05 07:47:41 -08:00
Bradley M. Kuhn
c15ed233cf
Begin work to highlight sidebar menu correctly.
...
The sidebar menu, and its related top menu item should match setups used
with other sidebar based pages on the site.
2015-03-05 07:43:41 -08:00
Bradley M. Kuhn
58b8f22abe
Begin templated section about compliance.
...
There will be a new area of the website specifically about compliance.
This begins the work to make a templated section about it.
2015-03-05 07:32:48 -08:00
Bradley M. Kuhn
30241ff42d
Rename file about the Linux Compliance project.
2015-03-05 07:13:09 -08:00
Bradley M. Kuhn
962c180f12
Or, do I mean text-align?
2015-03-04 15:14:28 -08:00
Bradley M. Kuhn
8258ca83f0
Do I need align center for a p tag?
2015-03-04 15:12:50 -08:00
Bradley M. Kuhn
8eda325777
Pagination should float to the center, I think
2015-03-04 15:10:01 -08:00
Tom Marble
f742f86f4b
fixed /admin
2015-03-04 19:30:51 +00:00
Tom Marble
2bf594b86c
First pass at migration to Django 1.7
2015-03-03 18:40:18 +00:00
Bradley M. Kuhn
029ca68386
FOSDEM event is over.
2015-02-13 13:12:48 -05:00
Bradley M. Kuhn
4595ec20e8
1201 Long Form Comment as filed.
2015-02-09 11:08:59 -05:00
Bradley M. Kuhn
eda33642c1
Paragraph about Outreachy in member project list.
...
This is as was provided from press release.
2015-02-04 17:14:44 -05:00
Bradley M. Kuhn
ed270e40c1
Correct bad div in events page: sidebar gone.
2015-01-30 17:07:29 +01:00
Bradley M. Kuhn
1f7772d09a
Revert last change: wrong file!
2015-01-30 17:07:21 +01:00
Bradley M. Kuhn
a4a3dfd432
Fix event page formatting from bad div.
2015-01-30 17:04:30 +01:00
Bradley M. Kuhn
983c119c0e
Remove side box as well.
2015-01-30 14:34:17 +01:00
Bradley M. Kuhn
9591c15928
No longer allow signup for the dinner tonight.
2015-01-30 14:26:51 +01:00
Bradley M. Kuhn
e3a93bb75d
Make it abundantly clear everyone can come.
...
Karen got feedback that some people were confused about who can attend.
This change makes it more abundantly clear everyone can attend.
2015-01-23 17:00:29 -05:00
Bradley M. Kuhn
8ec4e600c5
This should link to the #annual portion.
2015-01-21 15:13:28 -05:00
Bradley M. Kuhn
17a35a345e
This is my last attempt to get vertically aligned.
2015-01-20 20:16:55 -05:00
Bradley M. Kuhn
2b352ef63f
Fix tag.
2015-01-20 20:14:15 -05:00
Bradley M. Kuhn
eb4fe73074
Seems in the p is better?
2015-01-20 20:13:37 -05:00
Bradley M. Kuhn
c77ee15682
YA attempt to center vertically.
2015-01-20 20:12:21 -05:00
Bradley M. Kuhn
f78374e382
One more attempt to make this look better.
2015-01-20 20:10:42 -05:00
Bradley M. Kuhn
b1906dde34
More hacking to center.
2015-01-20 20:10:01 -05:00
Bradley M. Kuhn
ca597149b6
Quick hack to hopefully center align.
2015-01-20 20:09:00 -05:00
Bradley M. Kuhn
808513a9f1
use div's for sponsor stuff.
2015-01-20 20:06:41 -05:00
Bradley M. Kuhn
cd5e4a9c74
Make this an hr
2015-01-20 20:04:49 -05:00
Bradley M. Kuhn
8905d96f8f
This looks better.
2015-01-20 20:04:11 -05:00
Bradley M. Kuhn
f7fef3309c
Pull it down a bit on the page.
2015-01-20 20:03:34 -05:00
Bradley M. Kuhn
7b9110ea22
Add Google sponsor at end.
2015-01-20 20:02:47 -05:00
Bradley M. Kuhn
03e82f30c5
Link to annual supporter here.
2015-01-20 18:34:27 -05:00
Bradley M. Kuhn
51d08296f0
Fix quote.
2015-01-20 18:23:36 -05:00
Bradley M. Kuhn
39fad54ede
Remove errant email address paste.
2015-01-20 18:22:33 -05:00
Bradley M. Kuhn
5771d6e0a7
Fix accent mark.
2015-01-20 18:21:11 -05:00
Bradley M. Kuhn
c246843ee9
Clarify what existing supporters should do.
2015-01-20 18:20:24 -05:00
Bradley M. Kuhn
57124b5f2f
Label as amount per ticket.
2015-01-20 18:10:08 -05:00
Bradley M. Kuhn
f6cb68f50a
Change size to make this shorter.
2015-01-20 18:03:28 -05:00
Bradley M. Kuhn
577a4b01f5
br formatting.
2015-01-20 18:02:52 -05:00
Bradley M. Kuhn
5fd4ca8627
Correct title.
2015-01-20 18:02:46 -05:00
Bradley M. Kuhn
a1f9be5e31
Attempt to add quantity.
2015-01-20 17:58:56 -05:00
Bradley M. Kuhn
cb60dd3cd0
Rework RSVP text; increase on-site cost.
2015-01-20 17:00:36 -05:00
Bradley M. Kuhn
f1dae492ba
Switch to os2/on2 -- which wasn't used.
2015-01-20 16:52:24 -05:00
Bradley M. Kuhn
88d9072101
Don't list full menu on signup page.
...
After much discussion with Tony and tmarble, we've concluded not to put
the menu on the initial page, and instead place it on the thank-you
page, to which PayPal payers are redirected.
2015-01-20 16:39:48 -05:00
Bradley M. Kuhn
03429d9962
Decrease button size by 25%, per tony.
2015-01-20 16:25:31 -05:00
Bradley M. Kuhn
90d5e5de86
Close paren (HT tmarble)
...
<tmarble> (likely vegetarian needs closing paren [16:17]
2015-01-20 16:17:37 -05:00
Bradley M. Kuhn
320205b503
Remove additional <br/>'s
2015-01-20 16:17:17 -05:00
Bradley M. Kuhn
b7186cf2e7
Remove (aka Bruxelles) (per tmarble)
...
<tmarble> (aka Bruxelles) is not required [16:16]
<bkuhn> tmarble: removed
<bkuhn> I put it in only because people might not know.
<bkuhn> (I didn't the first year I attended)
2015-01-20 16:17:04 -05:00
Bradley M. Kuhn
20d9f1b23e
Remove :; CSS is adding it!
2015-01-20 16:16:36 -05:00
Bradley M. Kuhn
656d2ae05b
Add supporter night button.
...
Thanks to Tony for making it.
2015-01-20 16:13:26 -05:00
Bradley M. Kuhn
3880c231e4
Minimal dl CSS.
2015-01-20 16:12:04 -05:00
Bradley M. Kuhn
998f5f8dc0
No options here, just amount.
2015-01-20 16:11:58 -05:00
Bradley M. Kuhn
6850a655dc
No banner done for this one:
...
<bkuhn> tony: also, do you want a banner, ala
http://sfconservancy.org/img/conservancy-supporter-header.png ?
[16:09]
<tony> nah, this is such a short term thing. I don't think it's necessary
2015-01-20 16:11:49 -05:00
Bradley M. Kuhn
86e780340a
First pass at Supporter Night form.
...
This is my first pass of the supporter night form with necessary
Javascript and CSS.
2015-01-20 16:07:19 -05:00