Commit graph

1278 commits

Author SHA1 Message Date
Daniel Pono Takamori
24f7b3ec74
adding picture of Pono for blog
Signed-off-by: Daniel Pono Takamori <pono@apache.org>
2021-05-12 18:58:26 -07:00
Brett Smith
9f08666e5a sponsors: Add jmp.chat. RT#13070. 2021-04-02 09:22:42 -04:00
Brett Smith
4f542c24c2 donate: Typo fix. 2021-03-30 13:19:49 -04:00
Brett Smith
8bb65a9a39 donate: Refresh the page throughout.
* Put more common donation methods higher up.
* Delist Flattr.
* Update the list of foreign currency accounts we hold.
* Update the section about donating to member projects.
* Wordsmith throughout, primarily to avoid accounting jargon and
  abbreviations, and use fewer exclamation marks.
2021-03-30 11:57:37 -04:00
4da324d74a Update verbs as needed for congruence with previous change. 2021-03-25 12:30:43 -07:00
4c852afa26 Remove items that are time-focused; adapt for Conservancy's site 2021-03-25 12:24:28 -07:00
07cece4b6c Remove logos from entities that no longer sponsor. 2021-03-04 10:26:55 -08:00
Brett Smith
2d60351663 projects: Add Drupal NJ. 2021-02-10 09:38:21 -05:00
Brett Smith
ac6f4ca635 sponsors: Add Indeed. RT#13971. 2021-02-10 09:26:33 -05:00
26057847d6 Screen shot of Organizers Panel. 2021-02-08 11:56:04 -08:00
Brett Smith
74a5997535 img: Add Jeremy Allison photo. 2021-01-14 17:18:49 -05:00
Brett Smith
932552cd8f img: MicroBlocks images. 2021-01-07 11:35:48 -05:00
Brett Smith
791663c112 Update privacy policy for stamps.com.
Per Karen.
2020-12-22 10:43:18 -05:00
Brett Smith
37e1e3eabe img: Add ReproBuilds group photo. 2020-12-21 10:50:53 -05:00
Brett Smith
4d5f150662 sponsors: Add CodeWeavers. RT#11026. 2020-12-18 16:55:00 -05:00
b6b780392b DMCA: Triennial Rulemaking 2021: Long Comment filings. 2020-12-15 12:18:19 -08:00
26b014139c Make tiny pictures a bit bigger. 2020-12-04 12:07:59 -08:00
bdfb44e402 Make font size smaller for picture-tiny 2020-12-04 11:32:49 -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
7153536aa6 img: Add Sage Sharp headshot. 2020-12-02 14:47:18 -05:00
Brett Smith
d2f0d6011a sponsors: Add ARDC. 2020-12-01 17:12:42 -05:00
7cf6e58968 Add hr-like line after listed sponsors.
When one sponsor has a logo, and the next one doesn't, it looks like
the textual name of that sponsor is the sponsor above it.  This bit
of CSS corrects that problem.
2020-12-01 11:33:47 -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
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
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
25bece4c90 a.expander: better way to center items in modern browsers. 2020-11-25 19:46:59 -08:00
c2d41ca6fd Remove active class addition; don't remove data attr, only expand a 2020-11-25 19:42:57 -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
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
8ca60f8b07 js: Bugfix handling the "no window.location.hash" case. 2020-11-25 11:43:57 -05:00
Brett Smith
e397501bfa supporter: Collapse individual appeal sections. 2020-11-25 11:32:07 -05:00
Brett Smith
e8ec7a33fb js: Code simplification. 2020-11-25 10:45:38 -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
242aa60fc7 Fix Compliance sidebar menu selection. 2020-10-02 19:49:50 -07:00
20a3b7757a Various typo fixes and wordsmith changes. 2020-10-02 19:44:04 -07:00
344d52ba63 Correct date of launch and link to announcement. 2020-10-01 15:46:19 -07:00
fe802c5148 {% endblock %} is absolutely needed here. 2020-10-01 10:58:20 -07:00
5ac283b54a Various typo fixes and minor textual improvements. 2020-10-01 10:52:25 -07:00
Denver Gingerich
32def0ec73 Copyleft Compliance: minor word updates/HTML fixes 2020-10-01 10:52:25 -07:00
d623a9b5c4 Copyleft Compliance: rewrite about page in light of strategic plan
The copyleft-compliance/about.html page doubles as the introduction
page to our compliance work.  This is a start at the rewrite of that
page to link off to the new items and have new text to inspire
interest in the project.
2020-10-01 10:52:25 -07:00
c27d339721 Copyleft: rename to "Strategic GPL Enforcement Initiative" 2020-10-01 10:52:25 -07:00
7ac2f13099 Copyleft Compliance: Minor rewrite of firmware liberation
This rewrite should improve the stand-alone nature of these documents
and allow for better integration with other summary text and
announcements on the website.

Note that they have now drifted heavily from the original formulation
of the items as grant proposals.
2020-10-01 10:52:25 -07:00
46c50ec0b1 Copyleft Compliance: Minor rewrite of strategy & firmware liberation
This rewrite should improve the stand-alone nature of these documents
and allow for better integration with other summary text and
announcements on the website.

Note that they have now drifted heavily from the original formulation
of the items as grant proposals.
2020-10-01 10:52:25 -07:00
Denver Gingerich
a8710b4b9f Copyleft Compliance: mostly minor fixes to new pgs
These are mostly minor edits (typo fixes, etc.) to the enforcement
strategy and firmware liberation pages that were just added.

The one large change was to replace the first paragraph of the
enforcement strategy page with the full Conservancy description used
previously.  The glue text used to shorten it appeared unsalvageable
and it wasn't immediately obvious how to replace it with something
better, so we used the full description instead.
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
52b676e3dc Substantial update of Member Project Application page.
This page had much out of date material, particularly the timeline
and the types of projects we seek, but also the FAQ section did not
include standard information that we're now regularly giving projects
during intake.

This update attempts to address many of those issues.
2020-09-21 19:48:47 -07:00
Brett Smith
c276442d5c projects: Typo fix image path from last commit. 2020-09-10 21:45:34 -04:00