Commit Graph

29 Commits

Author SHA1 Message Date
Adam Scott
bd7eba42ce Add ⁠ to make sure "C++" isn't split in feature page 2025-06-25 13:42:55 -04:00
John Veness
c1849d74d7 Use "third-party" not "3rd party" in features.html (#1092)
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.
2025-06-23 23:20:44 +02:00
Emi
be89ecaf75 Isn't cache fun? 2024-09-17 10:58:53 +02:00
Emi
d3b64552b7 New footer design (#907)
* 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>
2024-08-18 18:48:02 +02:00
Hugo Locurcio
8f2c233990 Avoid redirects in internal links by appending trailing slash (#857)
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.
2024-05-31 11:50:34 +02:00
Emi
bb0f0a41c3 Consolidate download sections and remove LTS terminology for Godot 3 2024-05-03 12:08:59 +02:00
KaneryU
9c4ceddc39 Fix grammar in features.html (#828)
* Fix grammar in features.html

* Update pages/features.html

Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>

---------

Co-authored-by: Emi <coppolaemilio@protonmail.com>
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2024-05-02 14:01:15 +02:00
Emi
6ab2bbbe41 Update features.html 2024-04-17 21:14:07 +02:00
Michael
8c9116fa82 Convert images to webp (#803)
* Convert images

* Update image paths

* Convert more assets

* Fix author image paths

* Fix image paths
2024-02-15 16:37:54 +01:00
Michael
6f4ba08d13 Fix carousel image position on mobile on Features page (#804) 2024-02-14 21:33:46 +01:00
Hugo Locurcio
b9f369dff9 Update C# platform support notice for Godot 4.2 (#754)
Exporting C# projects to Android and iOS is now possible in Godot 4.2.
2023-12-20 12:54:56 +01:00
Cole Foster
23246b89c9 Fixed typos, improved grammar in features.html (#721) 2023-09-26 00:38:26 +02:00
Hugo Locurcio
94a0d2b0c4 Add notice about C# support being limited to desktop platforms (#671) 2023-07-19 20:20:26 +02:00
Yuri Sizov
5c406d2903 Add a download page for preview builds (#640)
- 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.
2023-05-17 20:36:53 +02:00
Jacob
5e8bd1d861 Features.html: Fixes up minor grammar issues (#594) 2023-03-09 12:57:07 +01:00
Yuri Sizov
4df8303948 Improve styling of the features page (and some buttons) (#587) 2023-03-03 11:39:34 +01:00
Yuri Sizov
53150d163f Correct featured showcase aspect ratio 2023-03-01 21:32:57 +01:00
Yuri Sizov
c92b3811c4 Switch download links to GitHub to avoid the hug of death on TF 2023-03-01 17:34:43 +01:00
Yuri Sizov
4e0ba4eb5d Fix the features editor frame position 2023-03-01 17:21:34 +01:00
Yuri Sizov
ed14ff29b0 Fix styling for the features page 2023-03-01 17:02:24 +01:00
Yuri Sizov
408ed76629 Update website for the imminent Godot 4 release (#579)
* 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>
2023-03-01 15:19:59 +03:00
Yuri Sizov
ca8338b492 Add a screenshot of the editor as a frame for showcase
Also fix some issues I missed the last time
2023-02-22 03:41:29 +01:00
Yuri Sizov
c44c1f10c7 Improve visuals and spacing of the elements 2023-02-21 22:23:54 +01:00
Yuri Sizov
d40c6582e3 Add copy to every feature blurb 2023-02-21 19:38:27 +01:00
Yuri Sizov
971a97f81d Finalize page design and tweak mobile view
Also tweak the shared footer
2023-02-21 19:38:26 +01:00
Yuri Sizov
31faf98f85 [WIP] Implement the basic layout of the page 2023-02-21 19:36:38 +01:00
Yuri Sizov
2d0b1f8048 Improve page metadata across the board (#554)
Also makes the base downloads page used for redirect noscript and OG friendly
2023-02-11 23:27:41 +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