Skip to content

Commit

Permalink
Merge pull request #40 from alizardguy/MMC24-promo-page
Browse files Browse the repository at this point in the history
fixed navbar css linking across pages with dynamic navbar
  • Loading branch information
alizardguy authored Feb 7, 2024
2 parents 54d1b25 + 037f0f4 commit eb5e02f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<!-- Stylesheets -->
<link rel="stylesheet" href="./styles/home.css">
<link rel="stylesheet" href="./styles/general.css">
<link rel="stylesheet" href="./styles/navigation.css">

<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The Neolanders official website!">
Expand Down
1 change: 1 addition & 0 deletions portfolio/MMC24/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<meta name="description" content="The Neolanders official website!">

<!-- Stylesheets -->
<link rel="stylesheet" href="../../styles/navigation.css">
<link rel="stylesheet" href="../../styles/general.css">
<link rel="stylesheet" href="./MMC24.css">

Expand Down
1 change: 1 addition & 0 deletions portfolio/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<!-- Stylesheets -->
<link rel="stylesheet" href="../styles/portfolio.css">
<link rel="stylesheet" href="../styles/general.css">
<link rel="stylesheet" href="../styles/navigation.css">

<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The Neolanders official website!">
Expand Down
1 change: 0 additions & 1 deletion scripts/custom_header.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ class MyNavbar extends HTMLElement{
this.innerHTML =
`
<!--header-->
<link rel="stylesheet" href="http://www.theneolanders.com/styles/navigation.css">
<nav id="navbar" class="navList">
<ul>
<li class="ringholder"><a href="#" class="ringSpin" onclick="toggleNavbar(); event.preventDefault();" aria-label="Home"></a></li>
Expand Down

0 comments on commit eb5e02f

Please sign in to comment.