Add berners lee kicking club video and rotate website. - bitreich-www - the bit… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit 3b69e5ff60621bd4db50c6f242cb2d96c7007d0c | |
parent 8ebf9918093151963ecaa154abc7fa911e72e7b0 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Thu, 28 Jan 2021 14:04:47 +0100 | |
Add berners lee kicking club video and rotate website. | |
Diffstat: | |
M 0-index.html.head | 4 ++++ | |
M 1-index.html.css.head | 1 + | |
2 files changed, 5 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/0-index.html.head b/0-index.html.head | |
@@ -48,6 +48,10 @@ If you are ready to discover the truth, join the | |
BERNERS-LEE KICKING CLUB | |
+Here is a video of the club at work: | |
+ | |
+ gopher://bitreich.org/9/memecache/berners-lee-kicking-club.mp4 | |
+ | |
We welcome all people with an interest in vocal fight. | |
Come on IRC for membership application: | |
diff --git a/1-index.html.css.head b/1-index.html.css.head | |
@@ -9,6 +9,7 @@ html, body { | |
::selection { color: yellow; } | |
body { | |
+ transform: rotate(25deg) translateX(200px) translateY(200px); | |
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS… | |
} | |