* 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>
* 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>
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.
* add: lemmy community card
* add correct background-color
* Move Lemmy into 'User-supported communities' block
* Use formatting and img background like 'Forums' next to it
* Use asset name consistent to community forums next to it/same category
* Convert img to webp
* Change community title to 'proramming.dev'
* Reduce title font size
to fix dynamic scaling issues (text exceeding layout-considered-acceptable-space)
* Fix breakpoint for user-supported communities long cards
* Update community.html
---------
Co-authored-by: Jens Becker <mail@jens.pub>
Co-authored-by: Emi <2206700+coppolaemilio@users.noreply.github.com>
* 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>
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>