This repository was archived by the owner on May 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathnav.html
More file actions
34 lines (27 loc) · 1.54 KB
/
nav.html
File metadata and controls
34 lines (27 loc) · 1.54 KB
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
28
29
30
31
32
33
34
<header>
<nav class="navbar navbar-expand-md navbar-dark">
<a href="/" class="navbar-brand">
<img src="/assets/images/icon.svg" alt="Scratch Addons logo"></img>
<span>Scratch Addons</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsible" aria-controls="collapsible" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsible">
<ul class="navbar-nav ml-md-auto">
<li class="nav-item"><a class="nav-link" href="/contributors">Contributors</a></li>
<li class="nav-item"><a class="nav-link" href="/feedback">Send Feedback</a></li>
<li class="nav-item"><a class="nav-link" href="https://github.com/ScratchAddons/ScratchAddons" aria-label="Repository on GitHub" rel="noopener">Repository <span class="iconify" data-icon="simple-icons:github"></span></a></li>
<li class="nav-item" id="install-nav"><a class="nav-link install-btn ml-md-2" href="/#install">Install</a></li>
</ul>
</div>
</nav>
</header>
<div id="cookies-eu-banner" style="display: none">
<div style="display: flex">
<p>By continuing your visit to this site, you accept the use of cookies by Google Analytics to make visits statistics.</p>
<a href="/privacy" id="cookies-eu-more" class="btn btn-dark">Read more</a>
<button id="cookies-eu-accept" class="btn btn-success">Accept</button>
<button id="cookies-eu-reject" class="btn btn-light">Reject</button>
</div>
</div>