Skip to content

Commit 2fac872

Browse files
committed
add follow
1 parent f2be69a commit 2fac872

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

index.html

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=100%, initial-scale=1" />
66
<title>ThreeExamples.js</title>
7-
<link rel="shortcut icon" href="blog/img/me.ico" />
8-
<link rel="stylesheet" type="text/css" href="/blog/css/default.min.css" />
7+
<link rel="shortcut icon" href="../blog/img/me.ico" />
8+
<link rel="stylesheet" type="text/css" href="../blog/css/default.min.css" />
99
</head>
1010
<body onload="_gaq.push(['_trackEvent', '404', document.referrer, location.herf]);">
1111
<div id="contentDiv">
@@ -14,11 +14,9 @@
1414
<div class="rotRight rotTop pageBack"></div>
1515
<div class="container page">
1616
<h2 class="subtitle">《Three.js 入门指南》书例代码</h2>
17-
<div class="pageTitle" class="center">ThreeExamples.js</div>
17+
<div class="pageTitle center">ThreeExamples.js</div>
1818
<p>《Three.js 入门指南》是一本帮助初学者更快入门 Three.js 的电子书,可在<a href="http://read.douban.com/ebook/7412854/" target="_blank">豆瓣阅读</a><a href="http://www.ituring.com.cn/book/1272" target="_blank">图灵社区</a>(提供推送到 Kindle 服务)免费阅读。</p>
19-
<p>本项目是该书中所有示例代码的集合,喜欢的话<a href="https://github.com/Ovilia/ThreeExample.js" target="_blank">在 GitHub 上</a>给我点个赞嘛~ 有相关问题也欢迎在 GitHub 上报 issue。</p>
20-
21-
<p>I'm <em>Wenli Zhang</em> and this blog is concerned about <em>Web Front-End</em>, my book reviews and other interesting topics. Please feel free to <a href="#comments">leave a comment</a> or contact me by <a href="mailto:me@zhangwenli.com?subject=Interested+In+Your+Blog+Posts" target="_blank">email</a> if you have any question. Check <a href="http://zhangwenli.com" onclick="_gaq.push(['_trackEvent', 'ToHome', 'InRecentAboutMe', window.location.pathname]);">Home Page</a> to know more about me.</p>
19+
<p>本项目是该书中所有示例代码的集合,喜欢的话<a href="https://github.com/Ovilia/ThreeExample.js" target="_blank">在 GitHub 上</a>给我点个赞嘛~</p>
2220

2321
<h1>目录</h1>
2422
<h2>第 1 章 概述</h2>
@@ -120,6 +118,15 @@ <h1>关于作者</h1>
120118
<p>我是 <a href="http://zhangwenli.com" target="_blank">Ovilia</a>,一个懂点艺术的前端工程师。</p>
121119
<p>在学习 Three.js 的过程中发现学习资料较少,中文教程更是少,所以写下了本书。希望能够帮助到更多想要学习 Three.js 的朋友,所以该书的所有章节和代码都免费开源。只是我自己对 Three.js 的了解也非常有限,所以只能写这样的入门级教程了,希望大家不要嫌弃~</p>
122120
<p>如果你觉得本书对你很有帮助,想要感谢一下我,欢迎<a href="http://zhangwenli.com/blog/tip" target="_blank" onclick="_gaq.push(['_trackEvent', 'ToTip', 'InThreeJs', window.location.pathname]);">打赏一本书给我</a></p>
121+
<div class="follow-me">
122+
<div class="follow-me-txt">你可以在这里找到我:</div>
123+
<a class="social-share-element social-twitter" href="https://twitter.com/OviliaZhang" target="_blank" title="Follow me on Twitter" onclick="_gaq.push(['_trackEvent', 'Follow', 'Twitter', window.location.pathname]);"></a>
124+
<a class="social-share-element social-google" href="https://plus.google.com/u/0/112802684720065263732?rel=author" target="_blank" title="Follow me on Google Plus" onclick="_gaq.push(['_trackEvent', 'Follow', 'GPlus', window.location.pathname]);"></a>
125+
<a class="social-share-element social-github" href="https://github.com/Ovilia" target="_blank" title="Follow me on GitHub" onclick="_gaq.push(['_trackEvent', 'Follow', 'GitHub', window.location.pathname]);"></a>
126+
<a class="social-share-element social-linkedin" href="http://www.linkedin.com/profile/view?id=148742016" target="_blank" title="Follow me on LinkedIn" onclick="_gaq.push(['_trackEvent', 'Follow', 'LinkedIn', window.location.pathname]);"></a>
127+
<a class="social-share-element social-weibo" href="http://weibo.com/plainjane" target="_blank" title="Follow me on Sina Weibo" onclick="_gaq.push(['_trackEvent', 'Follow', 'Weibo', window.location.pathname]);"></a>
128+
<a class="social-share-element social-douban" href="http://www.douban.com/people/ovilia1024/" target="_blank" title="Follow me on Douban" onclick="_gaq.push(['_trackEvent', 'Follow', 'Douban', window.location.pathname]);"></a>
129+
</div>
123130
</div>
124131
<div class="rotLeft rotBottom pageBack"></div>
125132
<div class="rotRight rotBottom pageBack"></div>
@@ -146,6 +153,5 @@ <h1>关于作者</h1>
146153
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
147154
<![endif]-->
148155
<script type="text/javascript" src="http://zhangwenli.com/blog/js/jquery-1.11.1.min.js"></script>
149-
<script type="text/javascript" src="js/index.js"></script>
150156
</body>
151157
</html>

0 commit comments

Comments
 (0)