diff --git a/app/current-page.js b/app/current-page.js index 3d25f99..7e8179e 100644 --- a/app/current-page.js +++ b/app/current-page.js @@ -1,7 +1,7 @@ document.addEventListener("DOMContentLoaded", function () { let currentPage = window.location.pathname; /* console.log(currentPage); */ - let navLinks = document.querySelectorAll('.hello-nav a'); + let navLinks = document.querySelectorAll('.navbar a'); navLinks.forEach(link => { /* console.log(link.getAttribute('href')); */ if (link.getAttribute('href') === currentPage) { @@ -11,7 +11,7 @@ document.addEventListener("DOMContentLoaded", function () { }); // planeo remplazar con sticky -/* // hello-nav position when scrolling down +/* // navbar position when scrolling down document.addEventListener('DOMContentLoaded', function () { let nav = document.querySelector("#navbar"); let navHamb = document.querySelector('.nav-hamburger'); diff --git a/app/docs-nav-v3.js b/app/docs-nav-v3.js index b95fa3c..388eb01 100644 --- a/app/docs-nav-v3.js +++ b/app/docs-nav-v3.js @@ -1,6 +1,6 @@ console.log("Soy el docs-nav-v3.js"); -/* eventListener para el hello-nav para manejar el display con clases */ +/* eventListener para el navbar para manejar el display con clases */ const navOpener = document.querySelector('.nav-hamburger') const navCloser = document.querySelector('.nav-close') diff --git a/app/styles.css b/app/styles.css index d8b1470..b461b44 100644 --- a/app/styles.css +++ b/app/styles.css @@ -317,7 +317,7 @@ a:hover img.web-icon { /* The navigation bar ------------------ */ /*reset agregado para buttons*/ -.hello-nav button { +.navbar button { border: none; /* Elimina el borde por defecto */ background: none; @@ -335,7 +335,7 @@ a:hover img.web-icon { /* END reset agregado para buttons*/ -.hello-nav div { +.navbar div { text-align: right; } @@ -522,7 +522,7 @@ main.home .sub-brands-container hr:nth-last-of-type(-n+2) { /* end family-of-brands */ /* hello social media */ -.hello-social { +.hellobar { position: relative; width: 100%; display: flex; @@ -536,8 +536,8 @@ main.home .sub-brands-container hr:nth-last-of-type(-n+2) { } -.hello-social a::before, -.hello-nav a::before, +.hellobar a::before, +.navbar a::before, .link-logo:hover::before { content: none; } @@ -1038,16 +1038,16 @@ i { color: #ffffff; } -div.hello-social { +div.hellobar { display: flex; flex-direction: row; padding-top: 14px; } -div.hello-social small, div.hello-social a { +div.hellobar small, div.hellobar a { color: white; } -div.hello-social a { +div.hellobar a { display: flex; } \ No newline at end of file diff --git a/brand/index.php b/brand/index.php index e22fcae..c95e9ae 100644 --- a/brand/index.php +++ b/brand/index.php @@ -12,8 +12,8 @@ - - + +
- +
Folder Illustration -

Brand Guidelines

-

The Polyfen Group LLC
Est. 2018

+

Brand Guidelines

+
diff --git a/business/index.php b/business/index.php index 2612692..52a442b 100644 --- a/business/index.php +++ b/business/index.php @@ -12,8 +12,8 @@ - - + +