-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
125 lines (125 loc) · 3.16 KB
/
about.html
File metadata and controls
125 lines (125 loc) · 3.16 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>This is Tomo</title>
<link rel="stylesheet" type="text/css" href="style.css" media="all" >
</head>
<body>
<div class="container">
<div class="header">
<ul class="nav">
<li><a href="http://tomo.im" target="_blank">Blog</a></li>
<li><a href="./demo.html">Demo</a></li>
<li><a class="about_nav" href="./about.html">About</a></li>
</ul>
</div>
<ul class="main">
<li class="marine"></li>
<li id="locate" class="right">
<a class="icon" href="#locate"></a>
<div class="dscrpt">
<h2>
LOCATION
</h2>
<p>
I'm tomo, living in Hangzhou.
I want an intern in a big city.
email: cxytomo@gmail.com
</p>
</div>
</li>
<li id="rank" class="left">
<a class="icon" href="#rank"></a>
<div class="dscrpt">
<h2>
RANK
</h2>
<p>
I'm a novice in Front End. But what can I do? I'm lovin'it!
Although admitted to Zhejiang University of Technology
as a postgraduate this year, I don't pretty like my major.
</p>
</div>
</li>
<li id="explore" class="right">
<a class="icon" href="#explore"></a>
<div class="dscrpt">
<h2>
THE PLACES I OFTEN EXPLORE
</h2>
<ul >
<li>
<img src="images/smashing_magzine.png" alt="SmashingMagzine" title="SmashingMagzine">
</li>
<li>
<img src="images/mdn.png" alt="MDN" title="MDN">
</li>
<li>
<img src="images/zhihu.png" alt="知乎" title="知乎">
</li>
<li>
<img src="images/dribbble.png" alt="Dribbble" title="Dribbble">
</li>
<li>
<img src="images/stackof.png" alt="stackoverfloor" title="stackoverfloor">
</li>
</ul>
</div>
</li>
<li id="entertain" class="left">
<a class="icon" href="#entertain"></a>
<div class="dscrpt">
<h2>
ENTERTAIN MYSELF
</h2>
<ul>
<li class="github">
<a href="https://github.com/cxytomo" target="_blank"></a>
</li>
<li class="douban">
<a href="http://www.douban.com/people/im_tomo/" target="_blank"></a>
</li>
<li class="ps">
<a href="http://tomo.im/" target="_blank"></a>
</li>
<li class="v2ex">
<a href="http://v2ex.com/member/cxytomo" target="_blank"></a>
</li>
</ul>
</div>
</li>
</ul>
<ul id="scrollToTop">
<li class="rocket"></li>
<li class="bubble1"></li>
<li class="bubble2"></li>
<li class="bubble3"></li>
</ul>
<div id="quickMove">
<ul class="choose">
<li class="keep"></li>
<li class="locate">
<a href="#locate">location</a>
</li>
<li class="rank">
<a href="#rank">rank</a>
</li>
<li class="explore">
<a href="#explore">explore</a>
</li>
<li class="entertain">
<a href="#entertain">entertain</a>
</li>
<li class="bottom"></li>
</ul>
<div class="fold"></div>
</div>
</div>
<div class="footer">
<p>Copyright cxytomo © 2012</p>
</div>
<script type="text/javascript" src="jquery-1.8.2.js"></script>
<script type="text/javascript" src="scrollToTop.js"></script>
</body>
</html>