This adds a release countdown to the landing page.
After the vote on discord and some iterations I think this is the most simple and responsive version, and works well with the rest of page. Open to feedback, let me know what you think!
Desktop:
Mobile:
For keeping it up-to-date I added a field to versions.json to update the date on every release. If this workflow is ok for the maintainers I can add some info about it to cut_a_release.md in the main repo.
An other idea I had is to scrape the date from the manual page, which sounds a bit hacky and probably would slow down the initial render, but wouldn't need to update it manually.
This adds a release countdown to the landing page.
After the vote on discord and some iterations I think this is the most simple and responsive version, and works well with the rest of page. Open to feedback, let me know what you think!
Desktop:
Mobile:
For keeping it up-to-date I added a field to
versions.json
to update the date on every release. If this workflow is ok for the maintainers I can add some info about it tocut_a_release.md
in the main repo.An other idea I had is to scrape the date from the manual page, which sounds a bit hacky and probably would slow down the initial render, but wouldn't need to update it manually.
Im open to better ideas.