Prettified web using Bootstrap v4. Re-order directories for enabling scalability and differentiating type of code.#2
Open
agericke wants to merge 1 commit into
Open
Conversation
…scalability and differentiating type of code
Owner
|
I'd like to test it on a phone. Is there a demo page I can load? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.