And is that sfmlgamejam site code even working? Becouse from what I browsed, it is real mess lol.
Nope that isn't working at all, as I said, you get two weeks maximum to build a site from scratch (raw PHP and HTML/CSS) that is workable.
For example, using <center> and <br> design-wise is deprecated, font is not good, too much padding on content (not matching header size) also too much of <ul>. And also, many common things what should be in <header> are simply not there. And. no language specified in main <html> tag. That are just few things what I noticed when I pressed View source code on SFML Game Jam site index.
<center> isn't used anywhere.......... <br> is valid HTML5 and works fine for adding space between text. Doctype has already been fixed, just not uploaded yet.[/list]
https://github.com/Jebbs/sfmlgamejam/blob/master/header.php <center>
And you ignored that you have missing all properties in header such like content, author and such.
So yeah. Just wanted to point out that the code of the original site was all done by me, who has basically zero experience with any web development practices. I was trying to learn while making the site, but I just didn't have the time. That is why the stuff on
MY github account looks so god awful.
All of zsbzsb's code is functional and works as intended.
And I really like the site's design. Especially since he kicked it out in such a short amount of time like a rockstar.