Prettified web using Bootstrap v4. Re-order directories for enabling scalability and differentiating type of code.
This branch and commit only includes the prettified html without altering at all the JavaScript. We used Bootstrap v4 for making it responsive. Notice that no files are added to the project. Required files for Bootstrap are loaded in the head part of the HTML when loaded. That is why they are included as script tags with url source.
As they are loaded as soon as the browser loads the webpage, this can slow the load time for the webpage. If cached the javascript files locally, the load time for the webpage can be optimized.
We consider finally the use of Bootstrap as it is a really powerful tool that allows us to make a pretty layout for the webpage that is also responsive in a really simple way.
I'd like to test it on a phone. Is there a demo page I can load? I like that there's no indents using spaces, but now there are no indents at all. Code should be indented properly using tabs.