-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnav.html
More file actions
28 lines (26 loc) · 1.71 KB
/
nav.html
File metadata and controls
28 lines (26 loc) · 1.71 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
<div id="mySidebar" class="sidebar">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="https://nielssss99.github.io/Zenos.AI.github.io/">Home</a>
<a href="https://nielssss99.github.io/Zenos.AI.github.io/zenos/">Why Zenos?</a>
<a href="https://nielssss99.github.io/Zenos.AI.github.io/body/">Body</a>
<a href="https://nielssss99.github.io/Zenos.AI.github.io/scaling/">Scaling</a>
<a href="https://nielssss99.github.io/Zenos.AI.github.io/heat equation/">Heat Equation</a>
<a href="https://nielssss99.github.io/Zenos.AI.github.io/control system/">Control System</a>
<a href="https://nielssss99.github.io/Zenos.AI.github.io/learn more/">Learn more</a>
</div>
<nav class="full-width-nav">
<div class="nav-content-wrapper">
<img src="https://nielssss99.github.io/Zenos.AI.github.io/Images/Logo.png" alt="Zenos.AI Logo" class="nav-image">
<a href="https://nielssss99.github.io/Zenos.AI.github.io/">Home</a>
<a href="https://nielssss99.github.io/Zenos.AI.github.io/zenos/">Why Zenos?</a>
<a href="https://nielssss99.github.io/Zenos.AI.github.io/body/">Body</a>
<a href="https://nielssss99.github.io/Zenos.AI.github.io/scaling/">Scaling</a>
<a href="https://nielssss99.github.io/Zenos.AI.github.io/heat equation/">Heat Equation</a>
<a href="https://nielssss99.github.io/Zenos.AI.github.io/control system/">Control system</a>
<a href="https://nielssss99.github.io/Zenos.AI.github.io/learn more/">Learn more</a>
</div>
</nav>
<div class="mobile-nav-bar">
<button class="openbtn" onclick="openNav()">☰</button>
<img src="/Zenos.AI.github.io/Images/Logo.png" alt="Zenos.AI Logo" class="nav-image">
</div>