Skip to content

Commit

Permalink
Nav bar.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaister committed Mar 9, 2020
1 parent 41a2f5a commit d309e64
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,32 @@
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
<nav class="navbar is-dark" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="/">
<span>🔍</span> MagicDeepSearch
</a>

<a role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>

<div id="navbarBasicExample" class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item" href="/">
Home
</a>

<a class="navbar-item" href="/search">
Search
</a>

</div>
</nav>

<h1 class="title is-1">Magic Deep Search <sup class="beta">beta</sup></h1>

{% block content %}
Expand Down

0 comments on commit d309e64

Please sign in to comment.