Commit graph

58 commits

Author SHA1 Message Date
c40ed7dbd9
Add 2024 T-shirt to Sustainers page 2024-11-22 12:00:30 +11:00
7eb0f274f7
Fix some HTML validation issues 2024-10-22 23:51:37 +11:00
6636119200
Use {% static %} for home page video subtitles 2024-07-22 10:37:56 +10:00
024ef59428
Improve home page video layout 2024-07-19 21:39:45 +10:00
f9acc22644 add aws sponsor image
add aws sponsor
2024-07-10 11:52:50 -07:00
Denver Gingerich
2050e4cb92 Fix What We Do -> FOSSY link per chat, to fossy.us 2024-06-14 11:30:24 -07:00
8091c44c26
Add the minified version of tachyons.css 2024-05-13 18:25:27 +10:00
5c782ad7b2
Add size to header logo 2024-05-13 18:11:37 +10:00
9a3873fac6
Remove FIXME 2024-05-13 18:07:56 +10:00
783cdc6189
Eliminate base_standard.html template and internalNavigate blocks
The base_standard.html template was an unnecessary level of template
inheritance.

Also removed unused `min` and `subtract` template tags.
2024-05-13 17:11:01 +10:00
2ff551147c
Merge sponsors.py into supporters app, frontpage.py into views.py
Just a small structural change so that the related functionality is grouped together.
2024-05-10 11:27:51 +10:00
44c0a9db32
Remove remaining jQuery
This avoids every page on the site parsing 250KB of JavaScript.

supporter-page.js isn't the most elegant code, but at least it's a little more
modular now and no longer user jQuery.
2024-05-09 22:15:33 +10:00
8a9f796eb1
Replace complex expanding JS with native <details> elements
Have retained the "expand all" behaviour - just with less code.
2024-05-09 13:53:50 +10:00
83b05a3ae2
Begin jQuery removal 2024-05-07 10:46:34 +10:00
956f8c6fda
podjango: Add "Podcast" model to support multiple podcasts
Each Cast (episode) can belong to one or more Podcast, allowing episodes to be
shared between podcasts. This enables us introductory episodes to be delivered
in their own feed, but also included in the main "The Corresponding Source"
feed.

This required adding an additional `podcast_slug` argument to most views. The
date archive views were dropped because they're not linked to from anywhere.

Added a `podcasts` view as an index of all available Podcasts.
2024-04-25 15:32:24 +10:00
374ec19b77
Defer JavaScript loading
This avoids waiting for the JS to download before rendering the page.
2024-03-22 10:39:06 +11:00
16b2165de7
blog: Retain author/tag when changing pages in entry_list
Denver noted that the author query string was being lost when you select a page
by page number. This change fixes it.
2024-03-21 15:18:22 +11:00
6c91a14f6b
Remove unused CCS upload template 2024-03-20 17:10:32 +11:00
eb3ceb1d86
Move copyright assignment templates into Django app 2024-03-20 17:10:16 +11:00
0b9ab6970c
Remove deprecated ifequal and ifnotequal tags
These have been replaced by `{% if x == y %}` type tags.
2024-03-19 22:01:53 +11:00
6c24b00fe3
fossy: Add created_time to CommunityTrackProposal model
Also move templates into app.
2024-02-27 19:01:31 +11:00
3ef31ebe43
Fix broken video links 2024-02-27 10:27:25 +11:00
d8a702c8c9
Load images via staticfiles 2024-02-27 10:19:38 +11:00
7074802d50
Load favicon via staticfiles 2024-02-27 09:50:07 +11:00
18de3adfce
Similarly load CSS via Django staticfiles app 2024-02-27 09:34:11 +11:00
caa0ff7b86
Load JS through Django's staticfiles app
This avoids the need for adjustments during development and allows production to
be served under a single /static declaration in Apache.
2024-02-27 09:25:05 +11:00
279f1deae5
Remove reference to old jQuery
This was 404ing anyway.
2024-02-27 09:22:08 +11:00
28326ce7e1
Add "The Corresponding Source" to menus 2024-02-09 23:05:54 +11:00
Denver Gingerich
7624781a14 usethesource: capitalize "the" (mostly What We Do) 2024-02-04 22:34:43 -08:00
Denver Gingerich
dd5cff8057 usethesource: update SFC front page top right tile 2024-02-02 23:07:41 -08:00
Denver Gingerich
5656bd3062 usethesource: add to What We Do - getting real! 2024-02-02 21:50:20 -08:00
f2bbfc9e56
usethesource: Add menu item (commented out for now) 2024-01-31 11:10:38 +11:00
fa5b1e9502
add id to sustainers on sponsors page 2024-01-17 11:17:16 -08:00
9a86e067e2
add Christoph Hellwig as sponsor 2024-01-16 13:11:31 -08:00
9b71a520a0 Rework text to note the match has been made
Rewrite this text so that it indicates that we made the match.  Note
that the numbers are *hard coded* and as such need
updating (particularly the $1,942).
2024-01-16 06:48:36 -08:00
0680c58853 Display donation bar, noting it's results, for 1 week after end
The fundgoal section is now always included, but an if statement now
wraps the entire (partial) file, which will only generate any content
if it's not more than  one week after the fundraiser has ended.

Add an else that indicates these are results if it is past the end of
the fundraiser.
2024-01-16 06:07:33 -08:00
9071a60eb3
fix ifixit link on sponsors page 2024-01-15 16:21:48 -08:00
5cfc461a25 Correct typo, improve copy while I was at it 2023-12-16 09:40:55 -08:00
a00e072ab5
add some 2023 sponsors 2023-12-14 11:55:24 -10:00
0530cde96b
change Exit Zoom to fundraising text on frontpage 2023-12-11 10:59:19 -10:00
7c14f4b51f
add amicus curiae as featured term and to glossary 2023-12-07 10:08:08 -08:00
b3d68d5a69
add dmca renewal info to YearInReview 2023-11-28 13:21:25 -08:00
470acf2408
bump default donation amount without changing sustainer level 2023-11-27 12:06:29 -08:00
1289717a6d
change text to be clearer about public acknowledgement 2023-11-24 10:50:29 -08:00
37c9f0f282
Remove nesting of hidden sections on sustainer page
This makes the page more similar to how it has worked in previous years.
2023-11-23 14:41:27 +11:00
867d4f4e82
update tshirt for 2023 2023-11-22 07:37:59 -08:00
abcbe1f7c9
change footer from twitter to X 2023-11-21 15:03:08 -08:00
ab4f61d48f
revert tshirt to 2022 2023-11-21 14:37:55 -08:00
f56124f455
change compliance language for yearinreview 2023-11-21 11:36:05 -08:00
59a37f36be
fix formatting for intro thumbnail 2023-11-21 11:11:22 -08:00