Commit graph

12 commits

Author SHA1 Message Date
822f866ec4 Fixed issues with the loading of elements on other pages. 2023-06-25 17:10:10 +02:00
49458f96fb Added loading bar. base.js is now loaded at the end of the document to gather all DOM elements. 2023-06-25 15:04:32 +02:00
74f6ab0609 Testing loading and fixed animation start 2023-06-25 13:50:32 +02:00
c641f9a0a5 The loading now is respected before playing any animation. Added playIndexAnimation(), finishedLoading, load() function now has a promise. 2023-06-25 13:10:15 +02:00
8a2e32d550 Written Legal mentions. Legal popup is now responsive 2023-06-24 18:16:22 +02:00
280e9e1d36 Added favicon, animation for menu selection, responsiveness for the footer element 2023-06-24 17:15:11 +02:00
5f245745f6 Added responsive tags for index.css 2023-06-24 10:04:41 +02:00
115e045dbe Added popup. Buttons for second description div. Added showPopUp, closePopUp and popUpPlacement 2023-06-23 15:32:00 +02:00
58c108a229 Added loadCSS(). Now css links are no longer required for both footer and navbar. 2023-06-20 21:55:24 +02:00
b234e14298 Changed color palette. Added footer. 2023-06-20 21:29:04 +02:00
3075403ee5 Modified loading of navbar for both js and html. Adding algorithm for href in each <a> in subdirs. Added urlStr and dirStr global variables. 2023-06-20 20:02:34 +02:00
5d4e8e59fe Renamed componentloader.js to base.js. Added getSlashNum() and concatPath(). Added dropdownLinks, containerLinks and navbarDropdown. Now each links of the navbar takes into account the subdirectory level. 2023-06-20 00:57:41 +02:00
Renamed from js/componentloader.js (Browse further)