-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmenu.html
More file actions
17 lines (17 loc) · 775 Bytes
/
menu.html
File metadata and controls
17 lines (17 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<div class="menu">
<div class="menu-table flex-row-space-between">
<div class="logo flex-row-center">
<a href="index.html"><img class="image" style="max-width: 160px; padding-top: 5px; padding-bottom: 5px;" src="img/multix-logo-flat-rgb-for-screen.png"></a>
</div>
<a class="menu-button" tabindex="0" href="javascript:void(0)">
<img src="img/menu.png">
</a>
<div class="menu-items flex-row-center flex-item">
<a href="index.html" class="menu-index">Overview</a>
<a href="index.html#vacancies">Vacancies</a>
<a href="publications.html" class="menu-publications">Publications</a>
<a href="https://multix.io/multix-docs/">Docs</a>
<a href="https://github.com/MultiX-Amsterdam">GitHub</a>
</div>
</div>
</div>