mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
add lay
This commit is contained in:
@@ -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>
|
||||
@@ -0,0 +1,5 @@
|
||||
<header class="header">
|
||||
<div class="header_bar">
|
||||
<div class="title">iBlog</div>
|
||||
</div>
|
||||
</header>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user