-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathheader.html
executable file
·61 lines (53 loc) · 2.55 KB
/
header.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!-- <nav class="navbar navbar-color-on-scroll navbar-transparent navbar-light fixed-top navbar-expand-lg " color-on-scroll="0" id="sectionsNav"> -->
<!-- <div class="container"> -->
<div class="navbar-translate">
<a class="navbar-brand" href="./index.html" style="font-weight: 400;"><b>Yonsei</b> Vision and Learning Lab.</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
<span class="navbar-toggler-icon"></span>
<span class="navbar-toggler-icon"></span>
<span class="navbar-toggler-icon"></span>
</button>
</div>
<!--
<div class="collapse navbar-collapse">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="people.html">
People
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="pub.html">
Publications
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="courses.html">
Courses
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="joinus.html">
Join us
</a>
</li>
<li class="nav-item">
<a class="nav-link" title="" data-placement="bottom" href="https://github.com/yonseivnl/" target="_blank">
<i class="fa fa-github"></i>
</a>
</li>
-->
<!-- <form class="form-inline ml-auto">
<div class="form-group has-black">
<input type="text" class="form-control" placeholder="Search">
</div>
<button type="submit" class="btn btn-gray btn-raised btn-fab btn-fab-mini btn-round">
<i class="material-icons">search</i>
</button>
</form> -->
</ul>
</div>
<!-- </div>
</nav>
-->