3:00 PM, the other day, found an interesting responsive template. The idea behind using responsive template is, the website can be run on diverse platforms.
So i started converting my coded template to the responsive template i just found and making sure that no CSS and JS conflicts. Conflicts are avoided by taking notes of all the CSS and JS file import's, so that no two files are import at once.
I have adjusted the Boostrap Js with /theme/header.php to collapse the navigation bar for small window.
Rest of the part is included in /theme/index.php.
All the login sessions are handled in Header.php itself.
Conversion of template took me 5 hour's of coding, resulting into cool responsive template supporting multiple resolutions.
So i started converting my coded template to the responsive template i just found and making sure that no CSS and JS conflicts. Conflicts are avoided by taking notes of all the CSS and JS file import's, so that no two files are import at once.
I have adjusted the Boostrap Js with /theme/header.php to collapse the navigation bar for small window.
Rest of the part is included in /theme/index.php.
All the login sessions are handled in Header.php itself.
Conversion of template took me 5 hour's of coding, resulting into cool responsive template supporting multiple resolutions.
No comments:
Post a Comment