-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
executable file
·61 lines (57 loc) · 2.17 KB
/
about.html
File metadata and controls
executable file
·61 lines (57 loc) · 2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
layout: default
title: About
---
<div class="span-12 last">
<p class="first">
This is David Wei
</p>
</div>
<div class="span-12 last">
<p class="second">
Hangzhou, working in a financial software company. But I am not good at it. So I want to learn something that I am interested at in my spare time. Do what I love to, Learn what I love to. I wish I could be a rubist in the future working in Shanghai Or Chengdu, either will be okay.XD
</p>
<p>
I love to explore the new and interesting things and techs.I love to listen to the music, but I don't care about its lyrics, what I love is the music. I also love watching Movies,too.
</p>
<p>
I want to stay in shape, so I will do some exercise.
</p>
</div>
<div id= "colophon" class="span-12 last">
<h2>下面是这里所使用到的技术:</h2>
<ul>
<li>
This site was made on a Mac from 100% natural HTML5, CSS & Javascript & is powered by <a href="http://jekyllrb.com/">Jekyll</a>.
</li>
<li>
CSS styling uses <a href="http://blueprintcss.org/">Blueprint</a> and <a href="http://lesscss.org">LESS</a>.
</li>
<li>
Javascript is built on <a href="http://jquery.com/">JQuery</a>.
</li>
<li>
Awesome lightbox is thanks to <a href="http://fancybox.net/">Fancybox</a>.
</li>
<li>
Design, graphics & textures were done with <a href="http://inkscape.org/">Inkscape</a> & the <a href="http://www.gimp.org/">GIMP</a>.
</li>
<li>Comments are handled by <a href="http://disqus.com/">Disqus</a>.</li>
<li>
Hosting is by <a href="http://github.com/">Github</a>.
</li>
<li>
All source code and content for this blog can be found on <a href="{{ site.github }}">Github</a>.
</li>
<li class="last">
This site was written for, and displays best in, modern standards compliant browsers. This does <em>not</em> include IE6.
</li>
</ul>
<div class="span-12 last">
<p id="disclaimer">
<em>
And of course, thanks for <a href="http://dlimiter.net">Dave</a> who builds all this stuff and <a href="http://willmouse.com">WillMouse</a> whom I forked from.
</em>
</p>
</div>
</div>