mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
130 lines
3.9 KiB
HTML
130 lines
3.9 KiB
HTML
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta name="keywords" content="王利华, vczero,前端, web,Raect Native, HTML, CSS, XML, XHTML, JavaScript" />
|
||
<meta name="description" content="前端, React Native, web架构" />
|
||
<meta name="viewport" content="width=device-width,height=device-height, user-scalable=no,initial-scale=1, minimum-scale=1, maximum-scale=1,target-densitydpi=device-dpi ">
|
||
<title>王利华 vczero</title>
|
||
<style type="text/css" rel="stylesheet">
|
||
body{
|
||
font-size:14px;
|
||
font-family: "times new roman","lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
|
||
margin-top: 0;
|
||
}
|
||
.main{
|
||
width: 660px;
|
||
margin: 0 auto;
|
||
margin-top:40px;
|
||
}
|
||
.title{
|
||
border-bottom:1px solid #DDD8CE;
|
||
line-height: 50px;
|
||
}
|
||
.info{
|
||
width:380px;
|
||
height:340px;
|
||
}
|
||
.fl{
|
||
float: left;
|
||
}
|
||
.fr{
|
||
float: right;
|
||
}
|
||
.book{
|
||
width:270px;
|
||
height:340px;
|
||
}
|
||
|
||
.book > img{
|
||
width:270px;
|
||
}
|
||
.info_text{
|
||
line-height:24px;
|
||
}
|
||
.item_icon{
|
||
width:22px;
|
||
height:18px;
|
||
display: inline-block;
|
||
}
|
||
|
||
.icon_book{
|
||
background-image: url(item.png);
|
||
}
|
||
.icon_weibo{
|
||
background-image: url(weibo.png);
|
||
width:21px;
|
||
height:20px;
|
||
}
|
||
a{
|
||
color:#000;
|
||
text-decoration: none;
|
||
}
|
||
a:hover{
|
||
text-decoration:underline;
|
||
}
|
||
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<div class="main">
|
||
<h1 class="title">
|
||
vczero
|
||
</h1>
|
||
<div style="height:340px;width:100%;">
|
||
<div class="info fl">
|
||
<div class="info_text">
|
||
<i class="item_icon icon_book"></i>昵称:vczero( 王利华,Zero )
|
||
</div>
|
||
<div class="info_text">
|
||
<i class="item_icon icon_book"></i>被笑谈:vc是风投,zero是没有的意思,你懂得。
|
||
</div>
|
||
<div class="info_text">
|
||
<i class="item_icon icon_book"></i>著作: 《React Native入门与实战》
|
||
</div>
|
||
<div class="info_text">
|
||
<i class="item_icon icon_book"></i>GitHub:
|
||
<a href="https://github.com/vczero">https://github.com/vczero</a>
|
||
</div>
|
||
<div class="info_text">
|
||
<i class="item_icon icon_book"></i>Weibo:
|
||
<a href="http://weibo.com/vczero">http://weibo.com/vczero</a>
|
||
</div>
|
||
<div class="info_text">
|
||
<i class="item_icon icon_book"></i>曾供职: 高德.开放平台、携程.框架部
|
||
</div>
|
||
<div class="info_text">
|
||
<i class="item_icon icon_book"></i>方向: 前端框架(H5/Hybird)、React Native、Web架构
|
||
</div>
|
||
<div class="info_text">
|
||
<i class="item_icon icon_book"></i>邮箱: wlhmyit@126.com(欢迎投递简历,一起玩前端)
|
||
</div>
|
||
|
||
</div>
|
||
<div class="book fr">
|
||
<img src="react-book.png" />
|
||
</div>
|
||
</div>
|
||
|
||
<div style="margin-top: -50px;">
|
||
<h2 class="title">演讲&分享</h2>
|
||
<div class="info_text">
|
||
<a target="_blank" href="http://item.jd.com/11844102.html">1.《React Native入门与实战(图灵原创,人民邮电出版)</a>
|
||
</div>
|
||
<div class="info_text">
|
||
<a target="_blank" href="http://www.oschina.net/question/1032619_2145293">2. H5、React Native、Native应用对比分析(开源中国北京年终盛典)</a>
|
||
</div>
|
||
<div class="info_text">
|
||
<a target="_blank" href="http://www.oschina.net/question/12_243706">3. React Native开发原生App(开源中国杭州原创会)</a>
|
||
</div>
|
||
<div class="info_text">
|
||
<a target="_blank" href="http://www.imooc.com/learn/347">4. 高德JS-API公开课(共6讲 高德地图 北京)</a>
|
||
</div>
|
||
<div class="info_text">
|
||
<a target="_blank" href="https://github.com/vczero/sharePPT">5. 携程公司和部门培训(共4讲 HTML5、Node、React Native、Web开发之路)</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</body>
|
||
</html>
|