From d667f330aeee15c54432b38dc24118bd20ba525c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Boris=20Hrn=C4=8Di=C4=87?= Date: Sat, 29 Jun 2024 10:18:44 +0200 Subject: [PATCH] Revert "initial review" This reverts commit 39ce41ac574a75be6b2286f19f5b7d43f8b01ace. --- app/current-page.js | 4 ++-- app/docs-nav-v3.js | 2 +- app/styles.css | 16 +++++++------- brand/index.php | 18 +++++++++++----- business/index.php | 8 +++---- includes/common-app-calling.php | 2 +- includes/head.php | 24 +++++++++++++++++---- includes/{navbar.php => hello-nav.php} | 2 +- includes/{hellobar.php => hello-social.php} | 2 +- index.php | 10 ++++----- privacy/app/privacy-scroll.js | 2 +- terms-and-conditions/app/privacy-scroll.js | 2 +- wiki/index.php | 8 +++---- 13 files changed, 62 insertions(+), 38 deletions(-) rename includes/{navbar.php => hello-nav.php} (95%) rename includes/{hellobar.php => hello-social.php} (90%) diff --git a/app/current-page.js b/app/current-page.js index 7e8179e..3d25f99 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('.navbar a'); + let navLinks = document.querySelectorAll('.hello-nav 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 -/* // navbar position when scrolling down +/* // hello-nav 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 388eb01..b95fa3c 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 navbar para manejar el display con clases */ +/* eventListener para el hello-nav 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 b461b44..d8b1470 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*/ -.navbar button { +.hello-nav button { border: none; /* Elimina el borde por defecto */ background: none; @@ -335,7 +335,7 @@ a:hover img.web-icon { /* END reset agregado para buttons*/ -.navbar div { +.hello-nav 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 */ -.hellobar { +.hello-social { position: relative; width: 100%; display: flex; @@ -536,8 +536,8 @@ main.home .sub-brands-container hr:nth-last-of-type(-n+2) { } -.hellobar a::before, -.navbar a::before, +.hello-social a::before, +.hello-nav a::before, .link-logo:hover::before { content: none; } @@ -1038,16 +1038,16 @@ i { color: #ffffff; } -div.hellobar { +div.hello-social { display: flex; flex-direction: row; padding-top: 14px; } -div.hellobar small, div.hellobar a { +div.hello-social small, div.hello-social a { color: white; } -div.hellobar a { +div.hello-social a { display: flex; } \ No newline at end of file diff --git a/brand/index.php b/brand/index.php index c95e9ae..e22fcae 100644 --- a/brand/index.php +++ b/brand/index.php @@ -12,8 +12,8 @@ - - + +
- +
Folder Illustration -

Brand Guidelines

+

Brand Guidelines

+

The Polyfen Group LLC
Est. 2018

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