-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1394 from Artsdatabanken/bugfix/headerMenuLinks
Bugfix/header menu links
- Loading branch information
Showing
11 changed files
with
168 additions
and
608 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,8 @@ | |
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Chivo"> | ||
<link rel="stylesheet" href="https://design.artsdatabanken.no/style/style-reset.css" asp-append-version="true"> | ||
<link rel="stylesheet" href="https://design.artsdatabanken.no/style/layout.css" asp-append-version="true"> | ||
<link rel="stylesheet" href="https://design.artsdatabanken.no/style/header-footer.css" asp-append-version="true"> | ||
<link rel="stylesheet" href="https://design.artsdatabanken.no/style/new-footer.css" asp-append-version="true"> | ||
<link rel="stylesheet" href="https://design.artsdatabanken.no/style/compiled-css/header.css" asp-append-version="true"> | ||
<link rel="stylesheet" href="https://design.artsdatabanken.no/style/compiled-css/footer.css" asp-append-version="true"> | ||
<link rel="stylesheet" href="~/css/site.css" asp-append-version="true"> | ||
<link rel="stylesheet" href="~/css/graphs.css" asp-append-version="true"> | ||
<link rel="stylesheet" href="~/css/listview.css" asp-append-version="true"> | ||
|
@@ -33,7 +33,6 @@ | |
<link rel="stylesheet" href="~/css/feedbackForm.css" asp-append-version="true"> | ||
<link rel="stylesheet" href="~/css/buttons-and-chips.css" asp-append-version="true"> | ||
<link rel="stylesheet" href="~/css/map.css" asp-append-version="true"> | ||
<link rel="stylesheet" href="~/css/new-header.css" asp-append-version="true"> | ||
<link href="https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200"> | ||
<script src="~/js/cookies.js" asp-append-version="true"></script> | ||
|
@@ -61,8 +60,8 @@ | |
<script src="~/js/tableCollapse.js" asp-append-version="true" async></script> | ||
<script src="~/js/tableOfContents.js" asp-append-version="true" async></script> | ||
<script src="~/js/speciesImages.js" asp-append-version="true" async></script> | ||
<script src="~/js/footer.js" asp-append-version="true" async></script> | ||
<script src="~/js/header.js" asp-append-version="true" async></script> | ||
<script src="https://design.artsdatabanken.no/script/compiled-js/footer.js" asp-append-version="true" async></script> | ||
<script src="https://design.artsdatabanken.no/script/compiled-js/header.js" asp-append-version="true" async></script> | ||
@await RenderSectionAsync("Scripts", required: false) | ||
</div> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,29 @@ | ||
<footer class="footer"> | ||
<footer class="adb-footer"> | ||
<div class="top"> | ||
<div></div> | ||
<div> | ||
<div class="adb-beak-wrapper"> | ||
<div class="adb-beak"></div> | ||
<div></div> | ||
</div> | ||
<div></div> | ||
</div> | ||
<div class="center"></div> | ||
<div></div> | ||
</div> | ||
</div> | ||
<div class="middle"> | ||
<div></div> | ||
<div class="center" id="address"> | ||
|
||
</div> | ||
<div class="some-container" id="some"> | ||
|
||
<div id="adb-footer-center" class="center"> | ||
</div> | ||
<div id="adb-footer-some" class="some-container"> | ||
</div> | ||
</div> | ||
<div class="bottom"> | ||
<div class="center" id="readmore"> | ||
</div> | ||
<div> | ||
<div class="center"> | ||
<nav class="footer-wrapper"> | ||
<ul id="adb-footer-links" class="footer-list"> | ||
</ul> | ||
</nav> | ||
</div> | ||
<div></div> | ||
</div> | ||
</footer> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,30 @@ | ||
<header class="header"> | ||
<div class="width-adjuster"> | ||
<a href="https://artsdatabanken.no" class="header-logo"> | ||
<img class="default-logo" alt="Artsdatabanken" src="https://design.artsdatabanken.no/icons/adb-logo/[email protected]"> | ||
<img class="darktheme-logo" alt="Artsdatabanken" src="https://mobil.artsobservasjoner.no/assets/logo/Artsdatabanken_Logo_White.svg"> | ||
</a> | ||
<button id="navbar-mobile" class='material-icons'>menu</button> | ||
|
||
<header class="adb-header"> | ||
<a href="https://artsdatabanken.no" class="adb-header-logo"> | ||
<img class="default-logo" alt="Artsdatabanken-logo" src="https://design.artsdatabanken.no/icons/adb-logo/[email protected]"> | ||
<img class="darktheme-logo" alt="Artsdatabanken-logo" src="https://mobil.artsobservasjoner.no/assets/logo/Artsdatabanken_Logo_White.svg"> | ||
</a> | ||
|
||
<div class="header-right-side"> | ||
<div id="adb_header_search" class="adb-header-search closed"> | ||
<form action="https://artsdatabanken.no/search/front"> | ||
<input name="q" type="text" placeholder="Søk her" /> | ||
<input style="display: none" name="all" value="1" /> | ||
<button type="submit"> | ||
Søk | ||
</button> | ||
</form> | ||
</div> | ||
<div class="adb-header-search-mobile"> | ||
<button id="adb_header_search_mobile" class="open-search-button" onclick="toggleSearch()"> | ||
<span class="material-symbols-outlined"> | ||
search | ||
</span> | ||
<span>Søk</span> | ||
</button> | ||
</div> | ||
<div id="theme_elements"> | ||
<button id="themeselectorbutton" class="themeselector menuitems" onclick="expandThemeButtons()"> | ||
<span class="hideonmobile">Tema </span> | ||
<span class="material-icons only_mobile">contrast </span> | ||
<span class="material-icons hideonmobile">expand_more</span> | ||
</button> | ||
<div id="themeselectordropdown" class="themeselectordropdown dropdown"> | ||
|
@@ -43,7 +58,6 @@ | |
</ul> | ||
</div> | ||
</div> | ||
<nav id="headermenu" class="hide"> | ||
</nav> | ||
<nav class="header-menu-line" id="adb-headermenu"></nav> | ||
</div> | ||
</header> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.