-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·139 lines (139 loc) · 3.94 KB
/
index.html
File metadata and controls
executable file
·139 lines (139 loc) · 3.94 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>Tomo's resume</title>
<link rel="stylesheet" type="text/css" href="style.css" media="all" >
</head>
<body>
<header class="header">
<nav class="nav">
<a href="http://tomo.im" target="_blank" class="blog roll">BLOG</a>
<a href="./demo.html" class="demo roll">DEMO</a>
<a class="about_nav" href="./index.html">ABOUT</a>
</nav>
</header>
<div class="container">
<section class="wave">
<section class="waveb"></section>
<section class="wavef"></section>
</section>
<div class="shell">
<section class="main">
<section class="marine"></section>
<section class="bomb_move"></section>
<section id="locate" class="right">
<a class="icon" href="#locate"><canvas class="scanner" height="166px" width="166px"></canvas></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>
<P class="scratch">
<canvas width="130px" height="23px" class="phone_number"></canvas>
phone:<canvas width="130px" height="23px"></canvas>
</p>
</div>
</section>
<section 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! I was admitted to Zhejiang University of Technology as a postgraduate, but I don't pretty like my major.
</p>
</div>
</section>
<section 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" width="52px" height="52px" alt="SmashingMagzine" title="SmashingMagzine">
</li>
<li>
<img src="images/mdn.png" width="52px" height="52px" alt="MDN" title="MDN">
</li>
<li>
<img src="images/zhihu.png" width="52px" height="52px" alt="知乎" title="知乎">
</li>
<li>
<img src="images/dribbble.png" width="52px" height="52px" alt="Dribbble" title="Dribbble">
</li>
<li>
<img src="images/stackof.png" width="52px" height="52px" alt="stackoverfloor" title="stackoverfloor">
</li>
</ul>
</div>
</section>
<section 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>
</section>
</section>
<ul id="scrollToTop">
<li class="rocket"></li>
<li class="bubble1"></li>
<li class="bubble2"></li>
<li class="bubble3"></li>
</ul>
<section 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>
</section>
</div>
</div>
<footer class="footer">
<div class="copyright">
<p>Copyright cxytomo © 2012</p>
</div>
<div class="bubbleup">
<div class="b1"></div>
<div class="b2"></div>
<div class="b3"></div>
</div>
</footer>
<script type="text/javascript" src="jquery-1.8.2.js"></script>
<script type="text/javascript" src="resume.js"></script>
</body>
</html>