diff --git a/avocat/index.html b/avocat/index.html index 5098c16..fcb518a 100644 --- a/avocat/index.html +++ b/avocat/index.html @@ -14,6 +14,7 @@ + diff --git a/components/navbar.html b/components/navbar.html index f971ae6..a225277 100644 --- a/components/navbar.html +++ b/components/navbar.html @@ -21,7 +21,9 @@
\ No newline at end of file diff --git a/css/base.css b/css/base.css new file mode 100644 index 0000000..e2db9e7 --- /dev/null +++ b/css/base.css @@ -0,0 +1,15 @@ +* { + box-sizing: border-box; + padding: 0; + margin: 0; + scroll-behavior: smooth; + } + + h1 { + font-family: "Comic Sans MS", "Comic Sans", cursive; + } + + p { + font-family: 'Josefin Sans', sans-serif; + } + \ No newline at end of file diff --git a/css/index.css b/css/index.css index f1a2f54..e3752eb 100644 --- a/css/index.css +++ b/css/index.css @@ -1,18 +1,3 @@ -* { - box-sizing: border-box; - padding: 0; - margin: 0; - scroll-behavior: smooth; -} - -h1 { - font-family: "Comic Sans MS", "Comic Sans", cursive; -} - -p { - font-family: 'Josefin Sans', sans-serif; -} - .anim-text { display: none; opacity: 0; diff --git a/css/navbar.css b/css/navbar.css index 59f556b..1dcead7 100644 --- a/css/navbar.css +++ b/css/navbar.css @@ -24,7 +24,7 @@ } .navbar_logo { - height: inherit; + height: 5rem; } #navbar_text-container { diff --git a/droits/affaire.html b/droits/affaire.html index f60c860..12646f1 100644 --- a/droits/affaire.html +++ b/droits/affaire.html @@ -14,6 +14,7 @@ + diff --git a/droits/penal.html b/droits/penal.html index 820d9fc..1996f73 100644 --- a/droits/penal.html +++ b/droits/penal.html @@ -14,6 +14,7 @@ + diff --git a/index.html b/index.html index adb1cad..1f65f2c 100644 --- a/index.html +++ b/index.html @@ -14,6 +14,7 @@ + diff --git a/join/contact.html b/join/contact.html index caa7c92..7ed2afe 100644 --- a/join/contact.html +++ b/join/contact.html @@ -14,6 +14,7 @@ + diff --git a/join/coordonees.html b/join/coordonees.html index d73ea61..b655f1c 100644 --- a/join/coordonees.html +++ b/join/coordonees.html @@ -14,6 +14,7 @@ + diff --git a/js/navbar.js b/js/navbar.js index 8d9c3d6..05b4835 100644 --- a/js/navbar.js +++ b/js/navbar.js @@ -86,6 +86,8 @@ function resetNavbar() { //Setting the logo URL document.getElementsByClassName("navbar_logo")[0].src = urlStr+"/assets/Logo.png"; +//Setting the logo href +document.getElementById("navbar_logo-home").href = urlStr; //Setting the href links for in directory links var urlOffset = urlStr.length