denoland / dotland

[Archived] deno.land website
https://deno.land
MIT License
957 stars 626 forks source link

feat: release countdown #2127

Closed meszarosdezso closed 2 years ago

meszarosdezso commented 2 years ago

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:

Screenshot 2022-04-30 at 10 49 59

Mobile:

Screenshot 2022-04-30 at 10 50 27

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.

Im open to better ideas.