22 Commits

Author SHA1 Message Date
Adam Scott
d0826c9b31 [Hotfix] Fix issues with the 4.4 page
- Fix issues with 4.4 page (caused by a common release template change)
  - Fixes credit names to be the same size for every name
- Remove superfluous debugger call in the 4.5 release page
2025-09-18 09:59:06 -04:00
Adam Scott
ce11dc819f Two hotfixes for the website
- Fix animation breaking Arabic + Persian word in the 4.5 release page.
- Fix cache issue with the 4.4 & 4.5 release thumbnails
2025-09-16 15:51:45 -04:00
Adam Scott
5387797774 Godot 4.5 release page
Huge thanks to JohnVeness, AThousandShips, and Meorge for their
great help rewording my broken English.
2025-09-15 16:03:40 -04:00
Tiago
86bd543a52 Portuguese Localization (#1157)
* 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>
2025-09-11 22:56:25 +02:00
midzer
0ff7cef038 update lightbox (#1145) 2025-08-22 16:07:38 +02:00
Tomasz Chabora
1f2d30de44 Add Polish translation (#1102) 2025-06-26 15:25:51 +02:00
Adam Scott
589b018633 Fix priorities page (#1091)
- Fix Sass 2.0 warnings
  - see https://sass-lang.com/documentation/breaking-changes/mixed-decls/
  - see https://sass-lang.com/documentation/values/calculations/
- Format priorities/base.scss
- Replace gsap with anime.js in priorities.mjs
2025-06-23 22:19:15 +02:00
Adam Scott
0d5d5474a8 Fix 4.3 and 4.4 release pages (#1090)
- Remove gsap
- Add anime.js (MIT licensed)
2025-06-23 21:09:48 +02:00
Myeongjin
6cfd44f3c0 Add Korean translation (#1050) 2025-04-09 13:17:43 +02:00
Adam Scott
8c3a18b062 Fixes some issues with the 4.4 release page (#1033)
- Fixes missing margins of the download content
- Add Play Store and Horizon Store releases
- Display all downloads when JavaScript is disabled
2025-03-06 16:09:44 +01:00
Adam Scott
e6bdb5c006 Add 4.4 release page (#1023)
Co-authored-by: Nathalie Galla <murderveggie@gmail.com>
2025-03-03 17:41:42 +01:00
Haoyu Qiu
2dd91ecc06 Change the display name of zh-cn and zh-tw locale (#1022) 2025-02-28 17:01:46 +01:00
憨憨羊の宇航鸽鸽
2edefe2f9d Add Chinese localization (#1021)
* Add Chinese

* Adding cache bust to the js file

---------

Co-authored-by: Emi <2206700+coppolaemilio@users.noreply.github.com>
2025-02-28 12:15:53 +01:00
Hugo Locurcio
99edecc827 Add French localization (#1018) 2025-02-28 00:44:04 +01:00
Emi
bf79f99062 Add localization plugin and initial es translation (#1011)
* 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
2025-02-27 19:33:16 +01:00
Adam Scott
6f0e01cbc9 Add Godot priorities page (#955)
Co-authored-by: Emi <2206700+coppolaemilio@users.noreply.github.com>
2024-12-02 21:44:47 +01:00
Adam Scott
b31ec62d03 Add 4.3 release page (#882)
- 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>
2024-08-15 12:57:38 +02:00
Yuri Sizov
d0743020f5 Update the download archive and generate individual release pages 2023-06-29 23:04:18 +02:00
Yuri Sizov
932628b3f0 Improve styling and layout of articles (#593)
* Improve styling and layout of articles

Also reimplement header articles in a safer and more idiomatic way.

* Update assets/css/anchor-link.css
2023-03-07 18:11:15 +01:00
Yogendra Manawat
6ecf00e65f Anchor links to headings (#556)
* anchor-link-to-headings

* fixed anchor to headings

* Revert "fixed anchor to headings"

This reverts commit af2bc1c7ac.

* anchor-JS-solution

Anchor link to heading JS solutions, and show a toast when link get copied.

* Update anchor-link.js

Made it so that the URL on your browser also updates when you click on it to give feedback to the user and help if they want to copy + paste manually again in the future (trying to emulate our docs behavior). Also changed the style a bit.

---------

Co-authored-by: Emi <2206700+coppolaemilio@users.noreply.github.com>
2023-03-06 14:31:18 +01:00
Rémi Verschelde
d91bd9fa27 Add missing newlines at EOF 2023-01-13 14:35:36 +01:00
Emilio Coppola
2fa65521ee Complete website rewrite
This PR replaces the current CMS website with a static version of it built using Jekyll.

- Everything should be working 1 to 1 with the same permalinks except for the `/news` page (not articles) which was renamed as `/blog` (old links will redirect to new ones).
- The showcase entries on the home page now redirect to their showcase page in our site so that the user can choose which store front or page to visit next.
- I also changed the first link from the nav bar to go to the showcase page since the features one is still pretty outdated.

Co-authored-by: Yuri Sizov <yuris@humnom.net>
2023-01-09 19:14:36 +03:00