forked from stoyan/perfplanet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
perfplanet.html
63 lines (52 loc) · 2.07 KB
/
perfplanet.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
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Planet Performance</title>
<meta name="author" content="Stoyan Stefanov">
<link rel="alternate" type="application/rss+xml" href="rss.xml" title="RSS feed for Planet Performance">
<link rel="stylesheet" href="perfplanet.css">
</head>
<body>
<div class="tit">
<div class="logo"><img src="logo.png" alt="Planet Performance logo"></div>
<div class="slogan">News and views from the<br>web performance blogosphere</div>
</div>
<div class="page">
<div class="body">
<div class="rightCol">
<h3 class="mh">Planetarium</h3>
<div class="m">
<ul id="planetarium">{generateme}</ul>
</div>
<h3 class="mh">Your blog here</h3>
<div class="m">
<p>If you blog about performance, or know someone else who does and should be in this list, please <a href="https://github.com/stoyan/perfplanet">use GitHub to edit the list of blogs</a>.</p>
</div>
<h3 class="mh">Performance community</h3>
<div class="m">
<ul>
<li><a href="http://tech.groups.yahoo.com/group/exceptional-performance/">Yahoo! group</a></li>
<li><a href="http://groups.google.com/group/make-the-web-faster">Google group</a></li>
</ul>
</div>
<h3 class="mh">The Book</h3>
<div class="m">
<p>Perfplanet's anual calendar is </p>
</div>
</div>
<div class="main" id="blogs">
Loading...
</div>
</div>
<div class="foot">
<p>Planet Performance is a project by <a href="http://phpied.com/" title="visit my blog">Stoyan Stefanov</a>
<a class="e" href="mailto:ssttoo at gmail" title="email me">✉</a>
<a class="e" href="http://twitter.com/stoyanstefanov" title="follow my tweets">♫</a>
<a class="rss" href="rss.xml" title="RSS feed for Planet Performance">RSS</a>
</p>
</div>
</div>
<script src="perfplanet.js"></script>
</body>
</html>