summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinweiClarkChao <[email protected]>2015-08-26 15:14:47 +0800
committerJinweiClarkChao <[email protected]>2015-08-26 15:14:47 +0800
commitad55083c004989977ebb000aaffa79d373a0869a (patch)
tree14b22c0ecfe54f338daf566b8fe417a6c92dba54 /index.html
parent7482bfff1a510ddd483f820de9ee852ce9e1a462 (diff)
downloadring0.xyz-ad55083c004989977ebb000aaffa79d373a0869a.tar.gz
add copyleft and about.html
Diffstat (limited to 'index.html')
-rw-r--r--index.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/index.html b/index.html
index 0ceea8d..2c51c6e 100644
--- a/index.html
+++ b/index.html
@@ -32,12 +32,20 @@
32<span>$</span> sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" 32<span>$</span> sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
33</pre> 33</pre>
34</div> 34</div>
35
36<div class="copyright">
37<pre>
38<span>Copyleft 2015</span>
39<span>Powered by <a href="https://gitcafe.com/">GitCafe</a></span>
40</pre>
41</div>
42
35<section class="block"> 43<section class="block">
36<div class="centered"> 44<div class="centered">
37<h1>I love <span class="favthing">Python</span></h1> 45<h1>I love <span class="favthing">Python</span></h1>
38<p>My name is Jinwei Zhao. I am a computer science student at <strong>Hangzhou</strong>.</p> 46<p>My name is Jinwei Zhao. I am a computer science student at <strong>Hangzhou</strong>.</p>
39<p>Sometimes I write blog posts at <a href="http://blog.jinwei.me" target="_blank">blog.jinwei.me</a>.</p> 47<p>Sometimes I write blog posts at <a href="http://blog.jinwei.me" target="_blank">blog.jinwei.me</a>.</p>
40<p>This site is powered by <a href="https://gitcafe.com/">GitCafe</a>.</p> 48<p>Read more at <a href="about.html">about</a>.</p>
41</div> 49</div>
42</section> 50</section>
43<script src="js/portfolio.js"></script> 51<script src="js/portfolio.js"></script>
Powered by cgit v1.2.3 (git 2.41.0)