-
Notifications
You must be signed in to change notification settings - Fork 1
/
半透明度.html
127 lines (113 loc) · 4 KB
/
半透明度.html
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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="description" content="QETHAN’s card" />
<meta name="author" content="QETHAN" />
<meta name="keywords" content="Made by Stupid fake QETHAN" />
<title>QETHAN</title>
<link rel="stylesheet" href="css/master.css" type="text/css" />
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
<link rel="shortcut icon" href="favicon.ico" />
<script src="js/jquery.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/master.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div id="QETHAN" class="contact">
<div id="header">
<h1>QETHAN</h1>
<p id="jobtitle">web前端奔跑者 <a href="http://qethan.github.io/jekyll_demo/" rel="me">QETHAN</a></p>
<p id="vcard">
<a href="http://h2vx.com/vcf/http://qethan.github.io/jekyll_demo/index.html" rel="enclosure">
<span>下载 VCard</span>
</a>
</p>
</div>
<ul id="navigation">
<li id="nav-networks"><a href="#networks"><span>Networks</span></a></li>
<li id="nav-about"><a href="#about"><span>About</span></a></li>
<li id="nav-contact"><a href="#contact"><span>Contact</span></a></li>
</ul>
<div id="content">
<h2>Networks</h2>
<ul class="node" id="networks">
<li>
<a href="https://twitter.com/qbylucky" rel="me">
<img src="images/twitter.png" width="40" height="41" alt="Twitter" />
<strong>Twitter</strong>
twitter.com/qbylucky
</a>
</li>
<li>
<a href="https://plus.google.com/u/0/112079569323185133193/about" rel="me">
<img src="images/googleicon.png" width="40" height="41" alt="Flickr" />
<strong>Google+</strong>
Q ETHAN…
</a>
</li>
<li>
<a href="http://weibo.com/qethan" rel="me">
<img src="images/weibo.jpeg" width="40" height="41" alt="Ember" />
<strong>新浪微博</strong>
weibo.com/qethan
</a>
</li>
<li>
<a href="https://github.com/QETHAN/" rel="me">
<img src="images/github.jpg" width="40" height="41" alt="Last.fm" />
<strong>gitHub</strong>
github.com/QETHAN/
</a>
</li>
</ul>
<h2>About me</h2>
<ul class="node" id="about">
<li id="about-personal">
<h3>
<a href="http://qethan.github.io/jekyll_demo/" rel="me">
<img src="https://lh4.googleusercontent.com/-bVeLjJQprsI/UW-fy9l1PmI/AAAAAAAAABw/jfbNWEMwA_g/w506-h508-o/IMG_0035.jpg" width="40" height="41" alt="About me" />
<small>前端程序员一枚</small>
<strong>About me</strong>
qethan.github.io/jekyll_demo/
</a>
</h3>
<p id="i">我…</p>
<ul>
<li>08级,毕业一年有余</li>
<li>呆过的城市: 开封,无锡,北京,郑州,上海</li>
<li>技术经历: J2EE----iOS----web前端开发</li>
<li>喜欢git, 热爱github。</li>
<li>思维放荡不羁, 却有一颗坚定执着的心。</li>
<li>现在一无所有, 只是找到了自己的兴趣和方向。</li>
</ul>
</li>
</ul><!-- about -->
<h2>Contact</h2>
<ul class="node vcard" id="contact">
<li id="contact-personal">
<h3>
<strong>前端程序员一枚</strong>
<span>Love/QETHAN, “Hi!”’s</span>
</h3>
<ul>
<li>
<a href="mailto:qbylucky@gmail.com" rel="me">我的邮箱: qbylucky@gmail.com</a>
</li>
<li>我的QQ: 980044201</li>
</ul>
</li><!-- contact-personal -->
<li id="contact-work">
<h3>
<strong>现存在于</strong>
<span>中国·上海</span>
</h3>
<p style="padding: 10px 10px 0 25px">我在寻找一份web前端工作….</p>
<ul>
</ul>
</li><!-- contact-work -->
</ul><!-- contact -->
</div><!-- content -->
<p id="footer">© QETHAN 2013-‘06</p>
</div>
</body>
</html>