-
Notifications
You must be signed in to change notification settings - Fork 1
/
NavBar.html
27 lines (26 loc) · 1.04 KB
/
NavBar.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Balancer V3 Hook Repo</title>
<link rel="stylesheet" href="styles/NavBar.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:&display=swap">
</head>
<header>
<div class="header-container">
<a href="index.html" class="logo-link">
<img src="images/logo-35px.png" alt="Logo" class="'logo">
<h1>Balancer V3 Hook Repo</h1>
</a>
<nav>
<ul>
<li><a href="index.html">Hooks</a></li>
<li><a href="https://docs-v3.balancer.fi/developer-reference/contracts/hooks-api.html" target="_blank" >Documentation</a></li>
<li><a href="ideas.html">Ideas</a></li>
<li><a href="https://discord.balancer.fi/" target="_blank">Discuss</a></li>
<li><a href="submit-hook.html">Submit Hook</a></li>
</ul>
</nav>
</div>
<header>