forked from rangken/rangken.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
19 lines (19 loc) · 881 Bytes
/
Copy pathheader.html
File metadata and controls
19 lines (19 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<header class="site-header">
<div class="wrapper">
<img style="float: left" src="{{ site.baseurl }}/img/jaeyoung.png" />
<a class="site-title" href="{{ site.baseurl }}/">
<div style="float: left; margin-left: 30px;">{{ site.name | upcase}}<div>
</a>
<div style="float: left; width:500px;">
<a style="float: left;" class="post-link" href="http://rangken.gitbooks.io/nextersstudy1/content/">
<h4 style="color:#ffffff;"> Study </h4>
</a>
<a style="float: left; margin-left: 10px;" class="post-link" href="http://nexters.github.io/Node-Study/">
<h4 style="color:#ffffff;"> Node.js </h4>
</a>
<a style="float: left; margin-left: 10px;" class="post-link" href="http://rangken.gitbooks.io/javastudy/content/index.html">
<h4 style="color:#ffffff;"> Effective-Java </h4>
</a>
</div>
</div>
</header>