about us

About evolving

Outline

This website has been evolving as a comprehensive webpages bundled with toggle navbar together. Comprehensivity is provided by css. It consists of *.html, style.css, script.js, pictures (.jpg, .png), favicons (.svg). Each html web page's body is structured onto header tag, section tag with pagenamed class, div with footer class.

Toggle navbar

Each .html same header: nav tag .navbar contains → ul li → a href → each *.html.

Included units

Before /head in all html web pages the 2x link rel stylesheets point onto font-awesome cdn, and css/style.css. Before /body in all html web pages the 2x script sources point to cdnjs.com jquery, és script js/script.js. The style.css imports google fontset of Open sans-serif font-family: from fonts.google.com. style.css code: @import url('https://fonts.googleapis.com/css2?family=Open+Sans... and * { font-family: 'Open Sans', sans-serif; . .