02d8a44f83
add copy for 2021 donation page
2021-11-23 07:58:40 -08:00
1ddcb2e4ba
Move fundraising goal end times into database.
2021-11-19 17:56:44 +11:00
b4c438322c
Fix markup errors on "What We Do" causing layout issues.
2021-11-19 17:14:29 +11:00
68f5f1fa2c
Move sub-menus to RHS and re-enable on mobile.
2021-11-19 17:02:59 +11:00
26ff31bb78
progress bar: Drop JS, make mobile friendly, match design to new site.
...
The existing jQuery UI-based fundraising progress bar used a float layout,
making it hard to adapt for mobile use. Given that there is not interactivity,
I've dropped all the JS and switched to a flexbox layout. This works well
because the bar will stretch to fit the text rather than always maintaining its scale.
2021-11-16 13:25:39 +11:00
6bdc205e6a
update term of the week
2021-11-08 13:08:03 -08:00
b61d158ea9
make header box a link
2021-10-28 14:33:23 -07:00
29a4296f14
errant ) in link
2021-10-28 14:03:32 -07:00
0cbd204e2f
fixed wrongblurb, resetting vizio and replacing truth social
2021-10-28 13:57:08 -07:00
f820eddaff
change frontpage blurb to be about DMCA exemptions
2021-10-28 13:18:53 -07:00
bbc6eb13c6
fix mastodon link on frontpage
2021-10-25 10:45:50 -07:00
beb0dbfd82
Add <p> tag for my bio.
2021-10-23 17:58:44 -07:00
720b91a8cf
Put complaint with journalist resources on main page.
2021-10-23 17:44:16 -07:00
7efaadaf0c
Not necessarily third-party.
2021-10-23 17:42:37 -07:00
2290846c21
Shorten box on front page a bit.
2021-10-23 12:52:27 -07:00
399675d6c3
Rework blog menu order.
2021-10-23 12:50:28 -07:00
7229e78e0f
Sidebar should disappear on small screens.
...
We've had a report that the sidebars are very distracting,
particularly for the blogs, on smaller screens. This change to the
CSS will cause sidebars to disappear on smaller screens.
2021-10-23 12:42:59 -07:00
91d661f715
Conform title to title of blog post.
2021-10-22 14:23:39 -07:00
ee667f6179
Slug change propagation to static pages.
2021-10-22 14:20:33 -07:00
1b8a709d0c
Make box smaller.
2021-10-21 20:47:51 -07:00
ec2cd619f2
Add additional call-out for current blog post.
2021-10-21 20:38:52 -07:00
eb6fc77708
Remove "The"s from top menu.
2021-10-21 20:36:41 -07:00
1bee33f278
Format like previous with the <p> solution
...
<ul> is the right HTML way to format these, but they are all too
close. Get it to look more like it did with <p>'s with CSS.
2021-10-21 20:36:41 -07:00
eb847f9f32
Use typical way of putting the category in a block.
...
Django is so frustrating as it's never clear about how things trickle
up and down through templates, so move the category to the top like
the others.
2021-10-21 20:36:41 -07:00
501b6e091b
Merge branch 'master'
2021-10-21 13:56:05 -07:00
798d4aee8f
fix sustainer text and button for sustaining
2021-10-21 13:55:13 -07:00
1f6e2156f4
Additional fixes for menu items related to news and press
...
A few additional places where the news and press pages were not
properly menu integrated. This fixes various inconsistencies and
missing category and submenu markings in menus.
2021-10-21 12:40:09 -07:00
a80c95fd13
Fix minimal start of ourcoverage.html and correct various problems
...
ourcoverage.html was a reasonable minimal start but not really ready
for production. Make changes necessary to put this into production,
as follows:
* Rename ourcoverage.html to vizio-coverage.html. This is just
Vizio coverage for now.
* Order articles by most in-depth/interesting. Verified this
ordering by consensus with Conservancy staff.
* mailto: link for press coverage on the main inthenews page, but
don't use that on Vizio page; it's unlikely we'll miss any of the
Vizio coverage.
* use — instead of -
* put quotes around article titles.
* Add missing PR Web article
* Switch from <p>'s to <li>'s in vizio-coverage.html
* Fix menu issues. 09a4b02
outlined the issues regarding how to
add items to menu; it does require a CSS change as explained
therein; merely using the right `base_` is not enough
* Improve menu integration. Per PR people's recommendation, the
Vizio stuff that also goes in other areas needs to be placed in
multiple menus.
2021-10-21 12:34:22 -07:00
ee348bf69b
add bkuhn to /press and fix sustainers button
2021-10-21 12:18:26 -07:00
6fbf8b0690
Merge branch 'pono/supporter-updates'
2021-10-21 11:41:47 -07:00
88b57b2f32
formatting tweaks for /press
2021-10-21 11:40:35 -07:00
4c00e4e4af
create page for Our Coverage
2021-10-21 11:34:34 -07:00
63dee11c8a
fixup /press from Hannahs notes
...
a few s/supporters/sustainers/
add link to inthenews
update news and press menu
2021-10-21 11:29:40 -07:00
5348aae07b
add text describing sustainers
2021-10-21 10:39:32 -07:00
a90f18d77c
change svg to sustainer and remove tonys pic
2021-10-21 10:24:58 -07:00
4b99b5a1a7
delete 2020 donation text
2021-10-21 09:07:30 -07:00
4daf268345
new supporter image
2021-10-21 08:57:59 -07:00
3acdadcacc
Learn page is not coming soon anymore!
2021-10-21 08:46:07 -07:00
357aacf99c
Vizio — For compliance only, note resources are for Vizio
...
The Resources for Journalists are only related to Vizio, so make that
read that way on compliance pages that *are not* Vizio pages.
2021-10-21 08:45:08 -07:00
09a4b021c1
Repair menu highlighting, both for main menu and submenus
...
During the recent improvements made on the website, the menus and
submenu highlighting for selected menus fell into disarray.
Correction requires changes to the CSS and templates both, because
Django doesn't really have a convenient way to set variables in
templates to use to solve this.
There are still a few submenu items highlighting not working even
after this commit. More work needs to be done.
2021-10-21 08:39:47 -07:00
46adf33eb3
simplify /about, fix formatting on frontpage, svg img for supporters
2021-10-21 08:36:23 -07:00
814b629006
Copyleft Compliance — Vizio — update title to match newswire version
2021-10-21 07:21:28 -07:00
90928718b9
Copyleft Compliance — Vizio — add missing CSS menu item thing
2021-10-20 07:49:45 -07:00
3372ad11ef
Copyleft Compliance — Vizio — Shorten a few menu item names.
2021-10-20 07:49:01 -07:00
8cc5c86d72
Copyleft Compliance — Vizio — Improvements to Menu selection.
2021-10-20 07:41:58 -07:00
2b480224ce
Copyleft Compliance — Vizio — now with case number and court stamp
2021-10-20 07:30:24 -07:00
714fe4febb
Copyleft Compliance — Vizio — Rename Complaint file for full name
2021-10-20 07:29:04 -07:00
7aff4102ab
Copyleft Compliance — Vizio — Temporarily only just four news item
2021-10-19 13:06:59 -07:00
dc325f20f8
fixme on sponsors page points to /about
2021-10-19 12:18:35 -07:00
841c4ba647
add linux kernel and link for repair assoc.
2021-10-19 11:53:58 -07:00
fd2720f0c5
Copyleft Compliance — Vizio — Q&A is Compliance base, add PDF links
2021-10-19 11:06:10 -07:00
d938406aa8
fix /press to link to documents and media@sfconservancy.org
2021-10-19 11:06:10 -07:00
5d25ca30b7
Copyleft Compliance — Vizio — call it "Vizio Lawsuit" on menu.
2021-10-19 11:06:10 -07:00
22126bfdcb
make description on front page bigger and fix TotW <p>
2021-10-19 11:06:10 -07:00
0911b0158e
add back Vizio button on main page and Vizio into menu
2021-10-19 11:06:10 -07:00
e1c7423fc8
Copyleft Compliance — Vizio — "Special Message" was placeholder.
2021-10-19 11:06:10 -07:00
46ecddfe5a
Copyleft Compliance — Vizio — fix typo in URL
2021-10-19 11:06:10 -07:00
66a04f2142
Copyleft Compliance — Vizio — temporarily put first line of PR here
2021-10-19 11:06:10 -07:00
b59115cfcf
Copyleft Compliance — Vizio — put two links in Learn about it
...
This unreverts 613674c071
2021-10-19 11:06:10 -07:00
09ba320179
Copyleft Compliance — Vizio — Add complaint.
2021-10-19 11:06:06 -07:00
de2998db8d
Copyleft Compliance — Vizio — initial announcement
2021-10-19 11:05:16 -07:00
613674c071
Revert addition from pono — Q&A link added too early
...
Commit 37d67fb1da
included this link,
and it was brought in from a branch from pono. Removing it
temporarily.
2021-10-19 09:23:45 -07:00
c328dc29b7
past litigation: add summary for top of page.
2021-10-19 09:20:18 -07:00
0d077f602b
fix /press with links and media contact info
2021-10-19 08:36:32 -07:00
9a0cb169d1
update staff and bug fix for /news menu
2021-10-19 08:36:32 -07:00
895026ff66
Write section on Conservancy v. Best Buy et al & update VMware info
2021-10-19 08:36:32 -07:00
4669d6724d
Generalize VMWare links page into a previous litigation links page
...
More will need to be added to make it true, this is the first step.
2021-10-19 08:36:32 -07:00
6fe4cbe1e4
Add Help Compliance page and put it on the menu.
2021-10-19 08:36:32 -07:00
20260b4390
Change "" to “ and ”
2021-10-19 08:36:32 -07:00
3bb2b9bccc
frontpage: comment out image until we have a good one.
2021-10-19 08:35:41 -07:00
4d0d3a351b
Temp remove additional call out links.
2021-10-19 07:38:56 -07:00
dd473e0a17
Fix breadcrumb link.
2021-10-19 06:50:26 -07:00
6cb4b45761
Filings ⇒ Transparency, necessary rename operation & related first
...
The Filings page will ultimately be part of the Transparency page,
but for now, just rename it in prep for later changes.
2021-10-19 06:50:26 -07:00
ee815f8424
Make the sidebar selected state less subtle.
2021-10-19 06:50:26 -07:00
2c41970fbd
Outreachy should be on “What We Do” menu; Copyleft Compliance first.
...
Note the FIXME in Member Projects class for menu selection; unsure
which one to use given the changes.
2021-10-19 06:50:26 -07:00
Daniel Pono Takamori
6a85213fea
add more articles to In The News
2021-10-19 06:50:26 -07:00
Daniel Pono Takamori
2182ce5ae6
add learn coming soon
2021-10-19 06:50:26 -07:00
Daniel Pono Takamori
587e508b6f
add /press and make that kit page
...
fix urls for press and learn
start work on new news partial submenu
2021-10-19 06:50:26 -07:00
c31ef840df
page should have a <h1> title.
2021-10-19 06:50:26 -07:00
a98efefcf6
activities: add page for “What We Do”.
...
This is a first pass at content for the activities page, which is the
landing page for the top-bar menu item of “What We Do”.
2021-10-19 06:50:26 -07:00
ea035ced4e
the class="MENU" goes with the <li> element, not <a> element.
2021-10-19 06:50:26 -07:00
fafc718086
Experiment to see if restoring class= for submenus fixes highlight.
2021-10-19 06:50:26 -07:00
0cdebcf8e5
Make copyleft compliance the term of the week.
2021-10-19 06:50:26 -07:00
b03ea99d4d
Mailing list subscribe link should go to best we can get.
...
Ultimately, we'd like the button to be right on the front page, but
for now, at least go the subscribe page.
2021-10-19 06:50:25 -07:00
50296cf4f4
Note that special message is coming later today.
2021-10-19 06:50:25 -07:00
9f74456080
Make page look prettier.
2021-10-19 06:50:25 -07:00
bf88f1be1c
Also need to add a URL for this to work.
2021-10-19 06:50:25 -07:00
e8bc561525
add coming soon file.
2021-10-19 06:50:25 -07:00
Daniel Pono Takamori
f8ed23db22
no-vizio
2021-10-19 06:50:25 -07:00
4b2bfccbe0
Fix a glitch in the pop-out donations box.
2021-10-19 06:47:58 -07:00
204ca5e9de
Move donation sidebar to pop out at bottom.
2021-10-19 06:47:58 -07:00
Daniel Pono Takamori
aa2219fc09
temporarily(?) remove FAQs, Recommended Resources
2021-10-19 06:47:58 -07:00
Daniel Pono Takamori
a8978e6195
remove supporter header image
2021-10-19 06:47:58 -07:00
Daniel Pono Takamori
f2f4b10f1c
remove donation sidebar from learn and press pages
2021-10-19 06:47:58 -07:00
Daniel Pono Takamori
2123cf0047
add base_learn and fix menus for glossary
2021-10-19 06:47:58 -07:00
Daniel Pono Takamori
e370250897
remove extraneous menu in body
2021-10-19 06:47:58 -07:00
Daniel Pono Takamori
28da60c642
add appropriate top level menu to sidebar
2021-10-19 06:47:58 -07:00
37d67fb1da
Break submenus out into separately included files for reuse in sidebars.
2021-10-19 06:47:58 -07:00
Daniel Pono Takamori
8270a221b9
hannahs suggestions to /vizio
2021-10-19 06:47:58 -07:00
6ae57ee2c0
Improve sidebar and inline images on mobile.
2021-10-19 06:47:58 -07:00
aa688838b3
Fix issue with submenu items incorrectly marked as selected.
2021-10-19 06:47:58 -07:00
Daniel Pono Takamori
6eff762aaa
add fixmes to /vizio
2021-10-19 06:47:58 -07:00
Daniel Pono Takamori
648c1c9073
change email to link Learn More to /about
2021-10-19 06:47:58 -07:00
Daniel Pono Takamori
fb1ecb2516
fix menu and make initial press kit
2021-10-19 06:47:58 -07:00
Daniel Pono Takamori
1c060f07d7
add vizio landing page under
...
use Press sidebar
2021-10-19 06:47:58 -07:00
Daniel Pono Takamori
4977fac4e8
start Q&A page
...
edit menu to remove About section and rearrange other items
2021-10-19 06:47:58 -07:00
Daniel Pono Takamori
b2c80f1b27
add initial press page, glossary and edit menus
2021-10-19 06:47:58 -07:00
Daniel Pono Takamori
f240980c85
add glossary and fixing Public Filings link
2021-10-19 06:47:58 -07:00
6308ba2edc
add links to most about items
...
still need to add a page for Partners
and add:
Learn More
Special
Public Filings
FAQs
Glossary
Q&A
Recommended Resources
In The News
Press Kit
Who We Are
Transparency
2021-10-19 06:47:58 -07:00
a0678ebc51
link Member Projects to /projects/
2021-10-19 06:47:58 -07:00
9c209f8f50
use shoestring text
2021-10-19 06:47:58 -07:00
aa7f8e39cc
update frontpage description
2021-10-19 06:47:58 -07:00
9a140f6988
Darken the selected menu item.
2021-10-19 06:47:58 -07:00
1bf3877244
Link up news breadcrumbs.
2021-10-19 06:47:58 -07:00
f14ac9523f
Link up news menu item.
2021-10-19 06:47:58 -07:00
eeba7a3154
Add breadcrumb examples and expading FAQ sections.
2021-10-19 06:47:58 -07:00
f26c598c78
Display mobile menu above the supporter sidebar.
2021-10-19 06:47:58 -07:00
cdc05ffafd
Only focus search if search button clicked.
2021-10-19 06:47:58 -07:00
e340b7010c
Add mobile menu and DuckDuckGo-based search.
2021-10-19 06:47:58 -07:00
9ceb3afd1b
Reduce homepage top margin.
2021-10-19 06:47:58 -07:00
bdda85c237
Apply max widths and margins to all pages.
...
Due to the varying types of layouts used and the short time-frame the best
option seems to set a max-width etc. around the "outercontent" block. For now
this means we can't do "full bleed" body content, but that's not currently used
anyway.
2021-10-19 06:47:58 -07:00
c41efe0e0b
Overhaul header, first pass at second level navigation.
2021-10-19 06:47:58 -07:00
bde54db0c4
Rename "supporter" to "sustainer" in templates and URLs.
...
Does not rename the models.
2021-10-19 06:47:58 -07:00
81bc61fdf8
Remove "Donate" link from main menu.
2021-10-19 06:47:58 -07:00
5e95851b83
Switch to SVG logo.
...
Will look better on mobile.
2021-10-19 06:47:58 -07:00
cea24db788
Tune up frontpage news/blog items and term of week, add call out section.
2021-10-19 06:47:58 -07:00
d7696f5372
Add missing </div> tag.
2021-10-19 06:47:58 -07:00
d39c7e49fe
Hide RSS icon for frontpage news and articles.
2021-10-19 06:47:58 -07:00
5672713148
Add link and button focus/active states.
2021-10-19 06:47:58 -07:00
0ac747949a
Fix frontpage column alignment and subscription box.
2021-10-19 06:47:58 -07:00
011b8e71fb
Add meta-viewport for mobile device support.
2021-10-19 06:47:58 -07:00
32dd831a50
First-pass implementation of new design for home page.
...
Uses a combination of CSS changes and Tachyons classes to implement the design.
Adds the non-minified Tachyons CSS library itself and SVG icons from Font Awesome.
2021-10-19 06:32:45 -07:00
128529dc6a
Crop the dots out of the header banner.
2021-10-13 21:30:02 +11:00
fca73608c2
Count supporters in the database - it's faster.
2021-10-13 21:20:58 +11:00
26682bc158
Remove unused import.
2021-10-13 21:20:24 +11:00
6b93065f17
add picture of tweet for cyborg article
2021-08-24 09:01:04 -07:00
Daniel Pono Takamori
095e851a5f
change chat info to new xmpp stuff
2021-06-21 16:21:46 -07:00
Daniel Pono Takamori
add1d02523
change freenode to libera
2021-06-11 16:14:42 -07:00
a72ff8377c
Try two press releases at a time on the front page.
2021-05-14 08:16:31 -07:00
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
e25168ad2f
supporter: Update contact email address.
...
Mirroring the recent donate changes.
2021-03-30 14:05:45 -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
6b01e47753
Still too many blog posts on the front page.
2021-03-25 12:33:42 -07: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
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
07cece4b6c
Remove logos from entities that no longer sponsor.
2021-03-04 10:26:55 -08: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
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
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
Brett Smith
932552cd8f
img: MicroBlocks images.
2021-01-07 11:35:48 -05: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
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
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
b6b780392b
DMCA: Triennial Rulemaking 2021: Long Comment filings.
2020-12-15 12:18:19 -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
26b014139c
Make tiny pictures a bit bigger.
2020-12-04 12:07:59 -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
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
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
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
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
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
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
242aa60fc7
Fix Compliance sidebar menu selection.
2020-10-02 19:49:50 -07:00
95f740984e
Update compliance donate box to only talk of becoming supporter.
2020-10-02 19:45:10 -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
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
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
Brett Smith
76a8a64c95
projects: Update OpenWrt logo. RT#12571
2020-09-10 21:44:33 -04:00
Brett Smith
0dd6eacfd0
projects: Add OpenWrt.
2020-09-10 13:28:45 -04:00
3f69cdc41c
Deb now works for OSI.
...
See: https://sfconservancy.org/news/2020/aug/20/debleaving/
2020-08-31 17:51:52 -07:00
Brett Smith
f63f0f99bf
projects: Re-alphabetize ICR.
...
I initially placed it based on calling it "ICR" rather than its full name.
2020-07-21 11:36:03 -04:00
Brett Smith
8e3a3dbe0f
projects: Typo fix last commit.
2020-07-21 11:32:32 -04:00
Brett Smith
13a2e6bf61
projects: Add ICR.
2020-07-21 10:23:58 -04:00
Bradley M. Kuhn
1b88460d06
Synchronize my Eval Committee bio with the version on staff page.
2020-07-02 16:15:40 -07:00
Bradley M. Kuhn
615e0a4f95
Mike Hostetler has left the Eval Committee.
2020-07-02 16:14:56 -07:00
c14443db4a
Karl Fogel has left the Eval Committee.
2020-07-02 16:02:08 -07:00
Brett Smith
a061cb4fcc
projects: Delist projects.
2020-06-01 16:25:11 -04:00
eximious
8b17c65c02
add Tony pic
2020-04-28 15:52:40 -04:00
eximious
88dc35559b
Merge branch 'master' of ssh://k.sfconservancy.org/website
2020-04-28 15:51:06 -04:00
eximious
89230b6d97
add Tony pic
2020-04-28 15:50:44 -04:00
Brett Smith
c41f20fa6f
img: Add thumbnail from Deb's CHAOSScon keynote.
2020-04-27 09:16:17 -04:00
eximious
33fd364d55
add Faifcast at SeaGL pics
2020-03-31 15:11:24 -04:00
Bradley M. Kuhn
ff31ee927f
Publish conservancy-travel-policy.html revision 4b21de38c2eab014dbfb776460c7600716bd6653.
2020-03-27 13:33:00 -07:00
Bradley M. Kuhn
24a5776c05
Publish conservancy-travel-policy.html revision d3640cc7e0181236b3b5a988328ab2ae82cd7c03.
2020-03-27 13:21:37 -07:00
Bradley M. Kuhn
33c39c4b0a
Publish conservancy-travel-policy.html revision 9ef7fadc65c41438dd5dfeec3544bf80b53e4cea.
2020-03-27 12:47:49 -07:00
Bradley M. Kuhn
657e142abe
Publish conservancy-travel-policy.html revision efb14f1e18273e4f164e3b3a689a086fd511ba26.
2020-03-27 12:21:56 -07:00
Bradley M. Kuhn
a603464bc2
Publish conservancy-travel-policy.html revision 3b1bc93469c1bb9ceb479f32c29fd7a8ee3521e3.
2020-03-27 12:09:25 -07:00
eximious
994fedc19d
add Peter's photos
2020-03-19 10:52:48 -04:00
Brett Smith
f5fd8cdf2f
projects: Update Outreachy link.
2020-02-24 14:36:55 -05:00
eximious
bba3f00084
add rotated pic
2020-02-07 14:05:36 -05:00
eximious
266644662a
Merge branch 'master' of ssh://k.sfconservancy.org/website
2020-02-07 10:39:53 -05:00
eximious
b85565d104
add copyleftconf2 pic
2020-02-07 10:39:29 -05:00
Bradley M. Kuhn
c564f15511
Correct & update hard-coded domain names from legacy codebase.
2020-01-24 09:26:59 -08:00
Brett Smith
fd86367e85
img: Fix extension on last commit.
2020-01-14 13:11:40 -05:00
Brett Smith
06ea727e10
img: Add Edward Snowden 2016 pic.
2020-01-14 13:08:36 -05:00
Brett Smith
d4265c3a3c
img: Photo of Leslie Hawthorn.
2020-01-13 12:17:27 -05:00
eximious
e0bb98160f
Merge branch 'master' of ssh://k.sfconservancy.org/website
2020-01-07 17:39:23 -05:00
eximious
7ef6d92f68
add wine bottle pic
2020-01-07 17:38:54 -05:00
eximious
93f03a9773
add Wine Conf
2020-01-07 16:34:45 -05: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
Bradley M. Kuhn
5c44a22eb2
Sponsors: Yet another image file typo fix.
2020-01-06 08:47:41 -08:00
Bradley M. Kuhn
b262b6191f
Sponsors: finally get image file in right place
2020-01-05 20:40:27 -08:00
Bradley M. Kuhn
fa4ac29995
Sponsors: Fix case in file name
2020-01-05 20:28:42 -08:00
Bradley M. Kuhn
4dc42f5b62
Sponsors: Update image of Josh Triplett.
2020-01-05 20:24:43 -08:00
eximious
eeab5fcd8b
add Allison pic
2020-01-03 11:35:41 -05:00
eximious
1422c711e6
add snow art
2019-12-18 12:51:46 -05:00
eximious
1337374dfd
add mjw
2019-12-17 14:56:54 -05:00
eximious
321ec8435c
Merge branch 'master' of ssh://k.sfconservancy.org/website
2019-12-12 15:41:03 -05:00
eximious
8e10586e11
add cats
2019-12-12 15:11:04 -05:00
Brett Smith
b6e702194d
banners: Update for 2019.
2019-12-11 10:22:27 -05:00
Brett Smith
e3d0d79337
banners: Add 2019 banners.
2019-12-11 10:20:35 -05:00
Bradley M. Kuhn
3cef6d32d6
Change tense on verb since date is past.
2019-11-27 13:13:39 -08:00
eximious
558059f7e9
add byline to MB photo
2019-11-26 10:56:17 -05:00
eximious
17e7929909
tweak number
2019-11-25 12:49:24 -05:00
eximious
f39804190e
tweak funding dev section
2019-11-25 12:34:41 -05:00
Brett Smith
8d1337a006
supporter: Add link to Supporter form where appropriate.
2019-11-25 12:19:27 -05:00
Brett Smith
f656e9de83
supporter: 2019 appeal text.
2019-11-25 12:05:48 -05:00
Brett Smith
ecff2f38c5
base_conservancy: Ready fundraiser bar for 2019.
2019-11-24 16:01:57 -05:00
Brett Smith
b81afe467b
base: Fundraiser banner only shows days left when time is short.
2019-11-22 09:46:33 -05:00
Brett Smith
67e64d3a6c
base: Break out individual local context variables.
2019-11-22 09:46:07 -05:00
Brett Smith
fc9b10142f
projects: Delist Spec-Ops.
2019-11-18 12:53:31 -05:00
eximious
34ee5a27b5
add pics
2019-10-24 14:45:23 -04:00
Bradley M. Kuhn
053e31d641
Update karen's Bio
...
Changes were given to me by karen over the phone just now. :)
2019-10-15 14:56:51 -07:00
Bradley M. Kuhn
e31badfa7b
Merge branch 'master' of ssh://k.sfconservancy.org/website
2019-10-15 13:19:43 -07:00
Bradley M. Kuhn
b0417e9f1c
Add id link for bkuhn.
2019-10-15 09:44:07 -07:00
eximious
1081bd3582
Merge branch 'master' of ssh://k.sfconservancy.org/website
2019-10-10 14:54:29 -04:00
eximious
8ea1abb31e
add cropped img
2019-10-10 14:51:51 -04:00
Bradley M. Kuhn
13c63f22e9
List staff alphabetically by surname.
2019-10-08 12:53:18 -07:00
Bradley M. Kuhn
7078c0fe0a
Fix missing closing anchor tag
2019-10-08 11:54:36 -07:00
Bradley M. Kuhn
effbf23fce
Leadership and other bio updates, most notably Allison Randal.
...
Allison Randal joined Conservancy's board!
2019-10-08 11:07:54 -07:00
Bradley M. Kuhn
5c01d8b1e5
Merge branch 'update-faq-to-esxi-6' of https://k.sfconservancy.org/website-denver
2019-10-07 16:47:49 -07:00
Bradley M. Kuhn
1bcf6f6a8e
Merge branch 'rmgplus' of https://k.sfconservancy.org/website-mlinksva
2019-10-07 16:42:51 -07:00
Martin Michlmayr
480bbd8e66
Update filing date for FY 2018 tax return
...
Update filing date due to the 6 month extension.
2019-09-30 18:29:05 +02:00
Martin Michlmayr
a0dac44b25
Add FY 2019
2019-09-28 13:28:57 +02:00
Martin Michlmayr
69e13af222
Add Bdale Garbee to board
...
Bdale joined the board in 2018 but was never added to the web site.
2019-09-27 12:27:59 +02:00
Bradley M. Kuhn
fe70fc163d
UPSTO petition filed today regarding personal address disclosure.
2019-09-19 12:16:46 -07:00
eximious
4afdfc75b9
cropped pic of Karen
2019-09-11 14:12:14 -04:00
eximious
a772f7fa28
Merge branch 'master' of ssh://k.sfconservancy.org/website
2019-09-11 12:41:40 -04:00
eximious
c9ac140ad9
add pics for the month's roundup
2019-09-11 12:41:22 -04:00
eximious
6abe1b9efa
add Karen pic
2019-09-05 17:14:40 -04:00
eximious
e498d1f84c
add GUADEC supporter pics
2019-09-05 14:48:02 -04:00
Mike Linksvayer
11d41df6ca
g+ is gone, rm or replace with archive links
2019-08-31 17:00:24 -07:00
Brett Smith
75d9213d69
staff: Add Rosanne DiMesio.
2019-06-18 12:26:34 -04:00
Brett Smith
c577c99202
copyleft-compliance: Add anchors, per Deb.
2019-06-18 12:24:05 -04:00
Brett Smith
64fe9aae5b
img: New video thumbnail.
2019-05-23 10:46:29 -04:00