* 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>
- Make downloads data-driven, create a database of versions;
- Add a custom plugin to generate download URLs;
- Use the new plugin for the regular downloads page as well.
* Update Home and Features pages for Godot 4
Adds support for 2 simultaneous stable versions of the engine
Dubs Godot 4 as Latest and Godot 3 as LTS
References new features of Godot 4 as extras on the Features page
Downloads are WIP
* Split Download pages for 4.x and 3.x and cross-link them
Also slightly improve styling of the pages
* Promote Features over Showcase in main navigation again
* replace editor image
---------
Co-authored-by: Emi <2206700+coppolaemilio@users.noreply.github.com>