From ad55083c004989977ebb000aaffa79d373a0869a Mon Sep 17 00:00:00 2001 From: JinweiClarkChao Date: Wed, 26 Aug 2015 15:14:47 +0800 Subject: add copyleft and about.html --- about.html | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ css/main.css | 25 +++++++++++++++++++++++++ index.html | 10 +++++++++- 3 files changed, 93 insertions(+), 1 deletion(-) create mode 100644 about.html diff --git a/about.html b/about.html new file mode 100644 index 0000000..f079631 --- /dev/null +++ b/about.html @@ -0,0 +1,59 @@ + + + + + + + + + +Hello World + + + + + + + + + + + + + + +
+
clarkzjw at protonmail dot ch
+$ apt-get update
+$ apt-get remove emacs
+$ apt-get install vim
+$ apt-get remove bash
+$ apt-get install zsh
+$ sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
+
+
+ + + +
+
+

Long Live Shadowsocks and GoAgent.

+
+
+ + + + + diff --git a/css/main.css b/css/main.css index ed46d14..023297e 100644 --- a/css/main.css +++ b/css/main.css @@ -3665,6 +3665,31 @@ a:focus { padding: 5px } +.copyright { + position: absolute; + bottom: 0; + right: 0; + -ms-filter: "alpha(Opacity=20)"; + filter: alpha(opacity=20); + opacity: .2; + font-size: 90%; + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none +} + +.copyright span { + color: #a9a9a9 +} + +.copyright pre { + margin: 0; + padding: 5px +} + .block { position: relative; min-height: 100%; diff --git a/index.html b/index.html index 0ceea8d..2c51c6e 100644 --- a/index.html +++ b/index.html @@ -32,12 +32,20 @@ $ sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" + + +

I love Python

My name is Jinwei Zhao. I am a computer science student at Hangzhou.

Sometimes I write blog posts at blog.jinwei.me.

-

This site is powered by GitCafe.

+

Read more at about.

-- cgit v1.2.3