* Update features.html
A few minor tweaks to wording, added some links, and removed the "New in 4.0" texts as 4.0 isn't particularly new now, so it made the page seem a little dated.
* Improved flow of a sentence
* You "specialize in" something, not "specialize on"
* Apply suggestions from code review
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
* Apply suggestions from code review
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
---------
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
* added portuguese i18n file and icluded pt under home's translations
* Localized additional terms in portuguese
* translated home page title text
* change Portuguese shorthand code (pt) to a more specific Brazilian Portuguese (pt_BR)
* updated localization format for Portuguese from pt_BR to pt-br to match the convention.
* cache bust the localize script
---------
Co-authored-by: tiagosomda <tiago@somda.net>
Co-authored-by: Emi <2206700+coppolaemilio@users.noreply.github.com>
I think "third" looks more professional than "3rd". And "third-party" should be hyphenated in these particular instances because it's being used as an adjective.
* 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
download.tuxfamily.org has been down for months now, due to a datacenter
failure. It may not go back up again as per this forum post:
https://forum.tuxfamily.org/post/3383/
Some download links are still broken as their files haven't been uploaded
to the godot-builds releases, especially for old pre-releases like 3.0.alpha1.
TuxFamily still hosts the asset library, so the privacy policy and
education pages are unchanged.
This also removes links to op.godotengine.org which has been long defunct.
* 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
* Community page update
- added CoC team note up top
- removed Facebook and Matrix
- changed descriptors of platforms to be more precise and unique
- added Godot Barn to user-supported area, TODO image and adapting layout
* Update pages/community/community.html
new link
* Update pages/community/community.html
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
* added godot shaders
* removed new additions for now
to be discussed in a seperate PR at a later time
* Style updates
---------
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
Co-authored-by: Emi <2206700+coppolaemilio@users.noreply.github.com>