This commit is contained in:
unknown
2014-06-28 21:35:05 +08:00
parent b2a62e2196
commit 03b303455c
4 changed files with 51 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
<footer class = "footer">
<div class="footer_info">
<div class="footer_start">
<a class="start_item" href="https://github.com/vczero">
<img style="width:40px;height:40px;" src="imgs/github.jpg">
</a>
<a class="start_item" href="http://weibo.com/2762275212/profile?rightmod=1&wvr=5&mod=personinfo">
<img style="width:40px;height:40px;" src="imgs/weibo.png">
</a>
<a class="start_item" href="http://vczero.github.io/index.html">
<img style="width:40px;height:40px;" src="imgs/me.png">
</a>
</div>
</div>
<div class="footer_links">
<div class="footer_text">wlhmyit@126.com</div>
<div class="footer_text">QQ:1163259171</div>
<div class="footer_text">create by vczero</div>
</div>
</footer>
+5
View File
@@ -0,0 +1,5 @@
<header class="header">
<div class="header_bar">
<div class="title">iBlog</div>
</div>
</header>
View File
+26
View File
@@ -0,0 +1,26 @@
<section class="menu">
<table class="menu_table">
<tr class="menu_table_tr">
<td>Web前端</td>
<td>Web后端</td>
</tr>
<tr class="menu_table_tr">
<td>NoSQL</td>
<td>SQL</td>
</tr>
<tr class="menu_table_tr">
<td>JS</td>
<td>HTML5</td>
</tr>
<tr class="menu_table_tr">
<td>Node</td>
<td>LBS</td>
</tr>
<tr class="menu_table_tr">
<td>
<a href="list.html?type=1">小事</a>
</td>
<td>关于我</td>
</tr>
</table>
</section>