-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
97 lines (97 loc) · 2.87 KB
/
index.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
<html>
<head>
<title>planet.chunzi.me</title>
<style>
body {
margin: 0;
font-family:arial,verdana;
border-top: solid 5px #eee;
}
a:link, a:hover, a:visited { color: #0066cc; text-decoration: none; }
img { border: none; }
#container {
margin: 3em auto 0;
width: 600px;
}
h1{
font-size: 2.6em;
font-family:georgia;
font-weight: normal;
margin-right:10px;
padding:6px 0;
color: #333;
text-shadow:1px 1px 2px #CCCCCC;
}
ul { list-style: none; margin: 0; padding: 0; }
ul li {
-moz-border-radius: 10px;
background-color: #f5f6f7;
color:#EEEEEE;
padding:20px;
margin: 0;
margin-bottom: 1em;
}
span.name {
font-size: 2em;
font-family: verdana;
-moz-border-radius:3px;
background-color:#666666;
color:#fff;
padding:1px 9px;
white-space:nowrap;
}
span.feed { float: right; }
span.feed img { border: none; }
.silver { color: silver; }
#twitter { float: right; margin-right: 30px; }
#notes { text-align: center; line-height: 1.5em; padding: 20px; color: #999; font-size: 0.8em; }
</style>
</head>
<body>
<div id="container">
<span id="twitter">
<a href="http://twitter.com/chunzi"><img title="http://twitter.com/chunzi" src="http://chunzi.me/wp-content/uploads/2009/10/follow-me.png"/></a>
</span>
<h1>planet.chunzi.me</h1>
<ul>
<li>
<span class="feed">
<a href="http://feeds.feedburner.com/planet-chunzi-me-perl">
<img width="88" height="26" alt="" src="http://feeds.feedburner.com/~fc/planet-chunzi-me-perl?bg=99CCFF&fg=444444&anim=0"/>
</a>
</span>
<a href="/perl"><span class="name">Perl</span></a>
</li>
<li>
<span class="feed">
<a href="http://feeds.feedburner.com/planet-chunzi-me-git">
<img width="88" height="26" alt="" src="http://feeds.feedburner.com/~fc/planet-chunzi-me-git?bg=99CCFF&fg=444444&anim=0"/>
</a>
</span>
<a href="/git"><span class="name">Git</span></a>
</li>
<li>
<span class="feed">
<a href="http://feeds.feedburner.com/planet-chunzi-me-vim">
<img width="88" height="26" alt="" src="http://feeds.feedburner.com/~fc/planet-chunzi-me-vim?bg=99CCFF&fg=444444&anim=0"/>
</a>
</span>
<a href="/vim"><span class="name">Vim</span></a>
</li>
<li>
<span class="feed">
<a href="http://feeds.feedburner.com/planet-chunzi-me-iphone">
<img width="88" height="26" alt="" src="http://feeds.feedburner.com/~fc/planet-chunzi-me-iphone?bg=99CCFF&fg=444444&anim=0"/>
</a>
</span>
<a href="/iphone"><span class="name">iPhone</span></a>
</li>
</ul>
<div id="notes">
This page is maintained by Chunzi. Every planet page updates hourly.<br />
Please email me at <a href="mailto:[email protected]">[email protected]</a> with comments, suggestions and blog feeds.<br />
Source for this website is hosted by GitHub at <a href="http://github.com/chunzi/chunzi.planet">chunzi.planet</a>.
</div>
</div>
</body>
</html>