Skip to content

Commit

Permalink
Merge pull request #344 from kobotoolbox/origin/update-header-links
Browse files Browse the repository at this point in the history
Update header with current links and logo
  • Loading branch information
maedelange authored Dec 4, 2023
2 parents fadc931 + b5ab739 commit a974bfe
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 161 deletions.
201 changes: 50 additions & 151 deletions source/_static/images/kobologo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 8 additions & 10 deletions source/_templates/partials/header.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
<header role="banner" class="main-header" id="main-header">
<h1 class="main-header__logo">
<a href="https://kobotoolbox.org/#home">KoboToolbox</a>
<a href="https://www.kobotoolbox.org/">KoboToolbox</a>
</h1>
<nav class="main-header__navigation" role="navigation">
<ul>
<li><a href="https://kobotoolbox.org/#home">Home</a></li>
<li><a href="https://kobotoolbox.org/#features">Features</a></li>
<li><a href="https://kobotoolbox.org/#sign-up">Sign Up</a></li>
<li><a href="https://kobotoolbox.org/#about">About</a></li>
<!--
NOTE: on kobotoolbox.org HELP scroll-navigates to a lower section, but
here we use this link as a support home page url
-->
<li class="current"><a href="{{ pathto(master_doc) }}">Help</a></li>
<li><a href="https://www.kobotoolbox.org/">Home</a></li>
<li><a href="https://www.kobotoolbox.org/about-us">About us</a></li>
<li><a href="https://www.kobotoolbox.org/features">Features</a></li>
<li><a href="https://www.kobotoolbox.org/services">Services</a></li>
<li><a href="https://www.kobotoolbox.org/how-it-works">How it works</a></li>
<li><a href="https://www.kobotoolbox.org/blog">Blog</a></li>
<li class="current"><a href="https://www.kobotoolbox.org/help">Help</a></li>
<li>
<a class="button" href="https://kobotoolbox.org/donate">Donate</a>
</li>
Expand Down

0 comments on commit a974bfe

Please sign in to comment.