* Add plugin and initial `es` translation
* Add missing features to plugin
* Translate home page and sponsors
* Add language selector and widen nav
* Fix mobile style and language selector
* Add js helper file
* Update header.css
* translate footer
* Add custom anchor to download-section.html, and use it to fix link on preview.html
There's a link at the top of the previews download page which says "Looking for a stable version? See below!"
This link is supposed to scroll the page to the section lower down where you can download the stable version. However, prior to this commit, the link doesn't work because it points to an anchor that no longer exists.
The link points to #stable. However, the actual anchor, as defined in download-section.html, is #call-to-action.
This commit lets you set a custom anchor when you include download-section.html, and does so in preview.html to fix the broken link.
* Simplify header in download-section.html
* New Footer
* Make main.css be an scss file to handle imports
* Remove margin gap fix
* remove unused logos
* Update _sass/_footer.scss
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
* Update _sass/_footer.scss
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
* Update assets/css/main.scss
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
---------
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
- Web development by Adam Scott with help from Emilio Coppola
- Design template by Luis Carli
- Visuals by Adam Scott with speial thanks to GDQuest, Kenney, and FR3NKD
- Texts by Nathalie Galla & Adam Scott
Co-authored-by: Nathalie Galla <murderveggie@gmail.com>
Co-authored-by: luiscarli <git@luiscarli.com>
Co-authored-by: Emi <2206700+coppolaemilio@users.noreply.github.com>
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
The web server redirects pages like `/blog` to `/blog/`, which slows
down navigation a bit. This can be avoided by fully spelling out the URLs
in internal links.
- Display post dates on homepage.
This helps make recent articles more noticeable. The highlight is applied
to post dates less than 48 hours old on the client side.
Every available release is now mirrored on GitHub, so we can
finally update the mirror list and the download archive
to point there, which offers better download speeds for
users.
Also added all release dates to the versions file.