Just cleared my cache and tried logging in via twitter and facebook again - still no luck. Nothing shows in the inspector either. Are you using any CDN service? Might take some time to invalidate the cache if so.
It's pretty impressive that you guys hand-rolled the front-end, any reason why you didn't go w/ bootstrap or similar since it's supposed to save you time? (at least on paper) Personally that's what I tend to do myself but just curious.
I like to have full control over my projects. I have my own mini css framework with all the stuff that I use regularly. I find bootstrap burdensome and restricting.
Same goes for JS. Frameworks offer convenience at the expense of flexibility. Movieo only has ~1000 lines of handwritten javascript... I'd never use JS frameworks for such a small project. And I'd never use CSS frameworks for any project ever.
That's my opinion, but I'm also known for hating on frameworks all the time so...yeah xD
It's pretty impressive that you guys hand-rolled the front-end, any reason why you didn't go w/ bootstrap or similar since it's supposed to save you time? (at least on paper) Personally that's what I tend to do myself but just curious.