Commit graph

416 commits

Author SHA1 Message Date
6b01e47753 Still too many blog posts on the front page. 2021-03-25 12:33:42 -07:00
68c8c42674 Woah, too much old blog content on front page. 65 days better. 2021-03-23 19:01:15 -07:00
90749c7d71 Tweak front page time delays and listings a bit. 2021-03-23 18:54:52 -07:00
47acd92bf0 PIA did not pay for sponsorship. 2021-03-04 10:24:46 -08:00
dc8283c865 Josh Triplett renewed at lower level; appears as a regular Supporter 2021-03-04 10:23:46 -08:00
Brett Smith
ac6f4ca635 sponsors: Add Indeed. RT#13971. 2021-02-10 09:26:33 -05:00
914d2c416f Fundraising: Vintage T promotion now $256 instead of $512 (few more) 2021-01-14 11:52:00 -08:00
d5ad24a130 Fundraising: Vintage T promotion now $256 instead of $512. 2021-01-14 11:48:55 -08:00
db3367c962 Supporters: VintageT: ran out of MenM. 2021-01-11 13:47:57 -08:00
ad66b1e337 Sponsors — note in paragraph above that sorting order has changed.
The database entity id is now being seeded by the load script with
the supporter id in front of the entity id, so the sorting will now
be in order of when they joined.
2020-12-29 06:21:27 -08:00
Brett Smith
791663c112 Update privacy policy for stamps.com.
Per Karen.
2020-12-22 10:43:18 -05:00
Brett Smith
4d5f150662 sponsors: Add CodeWeavers. RT#11026. 2020-12-18 16:55:00 -05:00
5c72071b67 rt:261 — Gilden requires proprietary Javascript just to show sizes
The only thing of note actually available on the Gilden page that we
previously linked to are these two images (they have a kid's size
image, but we don't need that).  So, link instead directly to the
images rather than the page itself.  This is admittedly more fragile
as those image links seem to have some sort of checksum in them, but
it's worth it to avoid the proprietary Javascript.

Thanks very much to the Supporter who pointed this out waaay back on
Wed, 25 Apr 2018 14:59:37 -0400 in rt:261 in our internal ticketing
system!  You know who you are.  ☺
2020-12-16 15:59:11 -08:00
10ca9400dd Typo fix. 2020-12-08 09:27:46 -08:00
6b214dc00c Move pictures around some more. 2020-12-04 12:41:19 -08:00
47673120ca Split this to two sentences. 2020-12-04 12:25:34 -08:00
1276f11563 Can't easily get this centered; just move it right.
Move this picture right because I can't get it centered.
2020-12-04 12:18:18 -08:00
bfd12dfae5 Move this div to the right place. 2020-12-04 12:08:14 -08:00
45fc978f5a Move group picture higher, don't float left/right. 2020-12-04 11:39:12 -08:00
483f6321a7 Hopefully final <div> moving aroundedness. 2020-12-04 11:36:41 -08:00
1610ac5e3f Close <div> for sections in the right place. 2020-12-04 11:34:09 -08:00
7a3f12e908 Move photos around and don't use Karen photo.
Karen photo was actually the *really old* shirt which isn't available
anymore.
2020-12-04 11:33:04 -08:00
8ea9fbd808 Create picture-tiny option; fix various formatting typos. 2020-12-04 11:29:18 -08:00
e841fd4f0c Launch vintage t-shirt give-away promotion for fundraiser. 2020-12-04 11:21:40 -08:00
Brett Smith
d2f0d6011a sponsors: Add ARDC. 2020-12-01 17:12:42 -05:00
5793d4bbe9 In 2020, mjw gave enough to be listed as a sponsor! 2020-12-01 11:12:09 -08:00
2ba369aa5c Supporter: js: fade out “Expand All” anchor when all sections expand
The expandable sections can be expanded either one-by-one, or with
the “Expand All” button.  Add a counter for each expandable
section (which requires their div's to have 'id' attributes, lest
they be counted in the '__global' section of expandables).

The __global counter will work as advertised if you have no 'id'
attributes on any of your 'expandable-section'-classed div's, but if
you mix a __global without an id with ones that *do* have an id, it's
likely this particular code won't work for that.

Finally, add some documentation which is probably over-documenting
for someone who knows Javascript and jQuery well, but it took me a
while to figure out this code so I felt throwing some notes in there
might be helpful.
2020-11-26 09:21:44 -08:00
b5c1ca6ed1 Add br tag in Tony's photo caption. 2020-11-25 21:12:49 -08:00
0146847a4f Supporter: link to Tony on board page, add link to Copyleft Conf. 2020-11-25 21:05:44 -08:00
21ee13ee7e Supporter: pictures: get picture-small working & apply throughout.
I pulled this from the `blog-left` style I used to use in blog posts
and created a new style called picture-small.  On smaller screen
real estate, Tony's picture was ultimately too big.
2020-11-25 21:03:24 -08:00
35fd957b4a Close image tag and other changes to caption. 2020-11-25 20:51:27 -08:00
1db8a47c81 Supporters: Make my picture smaller with CSS. 2020-11-25 20:40:06 -08:00
7d374a62e7 Supporter: add photo of bkuhn. 2020-11-25 20:33:53 -08:00
2842d416a5 Supporter page: apparently, anchor as empty element wreaks havoc.
Javascript code did something weird with this, putting it back the
more obvious way.
2020-11-25 19:32:11 -08:00
6b649e2f48 Supporter page: Support a “Expand All” link for collapsible sections
I wrap the entire section that has material that can be expanded in a
div with class `expandable-section`.  Once doing so, if you provide an
anchor with the class of `expander`, that anchor will be created with
text in the `data-expand-link-text` attribute.

I've also added some CSS to make the link look a certain way, for
good measure.
2020-11-25 19:27:53 -08:00
5560df9504 Supporter page: add … at end of each data-read-more. 2020-11-25 19:14:35 -08:00
Brett Smith
fb6164926f supporters: Dynamically construct "Read more" links in JS.
This provides better presentation to people without JavaScript,
and makes it easier to author the HTML.
2020-11-25 13:47:40 -05:00
Brett Smith
e397501bfa supporter: Collapse individual appeal sections. 2020-11-25 11:32:07 -05:00
Brett Smith
8ea3438885 supporter: Kick off 2020 fundraiser. RT#12984
Image is copyright Remy DeCausemaker and licensed under CC BY-SA 4.0.
2020-11-24 08:54:02 -05:00
f738f9f6d5 Linux Australia did not renew donation. 2020-11-03 11:09:55 -08:00
b506f915d3 Compliance and Enforcement go together! 2020-10-02 19:53:41 -07:00
193421d395 pump.io page is no longer maintained. 2020-10-02 19:52:46 -07:00
c71279b83c Change title on donate box. 2020-10-02 19:50:41 -07:00
95f740984e Update compliance donate box to only talk of becoming supporter. 2020-10-02 19:45:10 -07:00
aeb4408f47 Copyleft Compliance: Strategic GPL Enforcement Initiative menu fix
Put the “Strategic GPL Enforcement Initiative” menu item higher up in
the menu, and name it to match the title now on that page.
2020-10-01 10:52:25 -07:00
e80d35a73e Copyleft Compliance: enforcement strategy & firmware liberation
These two new documents are based on grant proposals for this work.
We are preparing to announce the work publicly soon.  This is a first
draft of both documents.
2020-10-01 10:52:25 -07:00
Bradley M. Kuhn
c564f15511 Correct & update hard-coded domain names from legacy codebase. 2020-01-24 09:26:59 -08:00
Bradley M. Kuhn
93241190b3 Sponsors: Savoir Faire Linux did not renew sponsorship. 2020-01-06 12:12:49 -08:00
Bradley M. Kuhn
3e998fa06f Sponsors: Correct ratio for maximum 250x250 as required.
The image wasn't square like the old one was, so it was stretched with the
previous formulation.
2020-01-06 10:26:52 -08:00
Bradley M. Kuhn
ceee959d32 Sponsors: ok, somehow, someday, I'll have this file name right. 2020-01-06 10:07:59 -08:00