When I posted the image of how good the recruitment page looked on mobile, I realized just how shitty the header looked.
If you recall, the header took up at least a third of the page! Since then, I've been working in improvements to make it work better and look better, especially on mobile. So what exactly has changed?
Navigation Bar Style UpdatesTechnically, we switched from using floats to position the menus to using flexboxes. Less technically, we switched from an old way of coding the navigation bar to a new way that will make it less likely the navigation bar will stretch or look like shit on any resolution. While we were at it, we made the menu options slightly smaller and less bulky.
A Consolidated Mobile MenuNow when you're viewing a page that has a lower resolution, the menu options will merge into one with everything on it, saving space and further preventing the navigation bar from taking up more of the screen.
And of course, Code ImprovementsSimilar to the recruitment page, I went through and updated code. Not that this was anywhere as long and tedious as with the recruitment system, but every little bit helps. =]
Ah, much better, if I say so myself!
If you do not see these updates, try force-refreshing your cache before reporting the issue. You can do this in Chrome with Ctrl+F5.Fun Fact: Chanku's HeaderDid you know that
@Chanku still uses the older 2014/2015 header? At his request, I kept the old code and made it so that he would continue seeing that one instead of any newer ones. In fact, I call it "Chanku's Header" in the code comments. xD I wouldn't recommend using
that one on mobile, but this is what it looks like on a computer monitor:
Chanku's Header (2014/2015 Era Header)