forked from yenchiah/yenchiah.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.html
More file actions
18 lines (18 loc) · 745 Bytes
/
menu.html
File metadata and controls
18 lines (18 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div class="menu">
<div class="menu-table flex-row-space-between">
<div class="logo flex-row-center">
<a href="index.html">Yen-Chia Hsu</a>
</div>
<a class="menu-button" tabindex="0" href="javascript:void(0)">
<img class="noselect" src="img/menu.png">
</a>
<div class="menu-items flex-row-center flex-item">
<a href="http://yenchiah.wordpress.com/">Projects</a>
<a href="file/CV.pdf">CV</a>
<a href="http://www.linkedin.com/pub/yen-chia-hsu/58/a26/716">LinkedIn</a>
<a href="https://twitter.com/yenchiah">Twitter</a>
<a href="https://scholar.google.com/citations?user=l7E5Z7AAAAAJ">Google Scholar</a>
<a href="http://github.com/yenchiah">GitHub</a>
</div>
</div>
</div>