-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Beat Bolli
committed
Nov 6, 2008
1 parent
8c3de2e
commit 6b7b138
Showing
3 changed files
with
70 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
<title>about</title> | ||
<style type="text/css"><!-- | ||
body { | ||
background-color: white; | ||
} | ||
a { | ||
text-decoration: none; | ||
color: #336; | ||
} | ||
.n { | ||
position: absolute; | ||
top: 65px; | ||
left: 10%; | ||
color: #dcdcdc; | ||
font-size: 120pt; | ||
letter-spacing: -8px; | ||
z-index: -1; | ||
} | ||
.t { | ||
margin: 100px 16%; | ||
color: #666; | ||
font-size: 24pt; | ||
} | ||
.h { | ||
text-align: center; | ||
font-size: 175%; | ||
} | ||
--></style> | ||
</head> | ||
<body> | ||
<p class="h"><a href="/1" title="home">/</a></p> | ||
<div class="n">about</div> | ||
<div class="t"> | ||
<p>original: <a href="http://cluetrain.com/">cluetrain.com</a></p> | ||
<p>source code: <a href="http://github.com/bbolli/google-app-cluetrain/tree/master/">github.com/bbolli/google-app-cluetrain</a> | ||
<p>blog: <a href="http://drbeat.li/">beating the one-way web</a></p> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters