IIITKalyaniFOSC / iiitkalyanifosc.github.io

Website for IIIT Kalyani Free and Open Source Community

Home Page:https://iiitkalyanifosc.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adapt the website to make it mobile friendly

PulkitMishra opened this issue · comments

The current website runs smoothly on desktop/laptop. However, it is not designed to work on mobile phones. Make the necessary changes in the already existing mobile.css file.

@PulkitMishra really wanted to use bootstrap's mobile friendly classes. :-(

@zeus0789 @PulkitMishra If everybody wants to include bootstrap.js, it is fine! But I would still say in my eyes there is no need for bootstrap.js. Infact going without bootstrap.js is better because it really provides a opportunity to understand how to create mobile friendly website. Responsive Web Apps.

I agree @anubhavp28 . There's no need of bootstrap here @zeus0789 . Media queries and dropdown (or popout ?) layout would do just fine.

@PulkitMishra @anubhavp28 okay, for this project lets do it without bootstrap.js . I like challenges.

@PulkitMishra @anubhavp28 almost done. Any special preference for drop down menus???

@zeus0789 no changes seen as such. And make the width height and spacings in %. I guess that ought to do it without bootstrap.

I have adapted the website for better viewing on mobiles and created a pull request for the same. See the pull request to check it out.