refactor(website): improving web UI for home and contact section & including news section (#273)#445
Open
torialfaro wants to merge 1 commit into
Open
refactor(website): improving web UI for home and contact section & including news section (#273)#445torialfaro wants to merge 1 commit into
torialfaro wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
π Hello @torialfaro, thank you for submitting in Dinosaur Exploder π¦ PR! To allow your work to be integrated as seamlessly as possible, we advise you to:
- β
Verify your PR is up-to-date with the repository
/dinosaur-explodermainbranch. If your PR is behind you can update your code by clicking the 'Update branch' button or by runninggit pullandgit merge masterlocally. - β Verify all Dinosaur Exploder Continuous Integration (CI) checks are passing.
- β Verify that you have well fill out the different checkboxes in the PR template.
β οΈ Check that your code is clean: no code redundancy, variable and method names are correct, your code is understandable to everyone, and so on.- π‘ Reduce changes to the absolute minimum required for your bug fix or feature addition. "It is not daily increase but daily decrease, hack away the unessential. The closer to the source, the less wastage there is." β Bruce Lee
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



β PR Checklist
type(scope): description (#issue)(scope and #issue optional)type: feat, fix, refactor, docs, test, choreπ What does this PR do?
Website UI β Interface fixes & improvements
Bug fixes
overflow-x: hiddentobodyand the main layout wrapper.Navbar
EXPLODERbreaks onto a second line.Home page
Contact page
News section (new)
Inspired by OpenRA's news archive β specifically the year-grouped panels with post title, author, date, and a "read more" link per row. Colors and typography adapted to fit this project's green retro theme.
Posts are written in Markdown files under
content/news/with frontmatter (title,author,date,excerpt).Routes:
/[lang]/news(list) and/[lang]/news/[slug](detail with Giscus comments).2026-07-02-welcomeand2026-06-15-v1-release) are placeholder/fictional content written to demonstrate the layout. They should be replaced or deleted by the maintainer.New dependencies:
gray-matter,remark,remark-html.All 5 language dictionaries updated with
newstranslations....
π Related Issue
πΈ Screenshots / Demos (if applicable)
π¬ Extra Notes (Optional)
I thought that was important to highlight the "How game works" button on the header, I also noticed that the amount of things that were inside the navbar made it wider and broke the original width of the page, making it horizontally scrollable. Also, I took your idea on making a news section and took inspiration off of OpenRa website. For the homepage I added a little glimpse of the gameplay thats shown later on the website so its the first thing you see, and replace the cards with tags so its visible that "classic gameplay" and "open source and free" are characteristics. Lastly, I added icons on the contact page and changed the hierarchy of the cards below.