-
Notifications
You must be signed in to change notification settings - Fork 0
/
menu.html
20 lines (20 loc) · 846 Bytes
/
menu.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<div class="menu">
<div class="menu-table flex-row-space-between">
<div class="image" style="width: 4%">
<a href="https://fastmachinelearning.org"><img src="image/fm_logo_yellow.svg"></a>
</div>
<div class="logo flex-row-center">
<a href="index.html">Fast ML for Science @ ICCAD 2023</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">Home</a>
<a href="submission.html" class="menu-submission">Submission</a>
<a href="program.html" class="menu-program">Program</a>
<a href="registration.html" class="menu-registration">Registration</a>
<a href="committee.html" class="menu-committee">Committee</a>
</div>
</div>
</div>