From 6690e8d6ac1ec079b18797156978f4590f7fdff0 Mon Sep 17 00:00:00 2001 From: JinweiClarkChao Date: Tue, 17 Nov 2015 02:04:42 -0500 Subject: Let's Encrypt Let'sEncrypt test README Let's Encrypt --- .gitignore | 1 + README | 1 + about.html | 2 +- index.html | 5 +++-- js/portfolio.js | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 .gitignore create mode 100644 README diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5f75873 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +deploy.sh diff --git a/README b/README new file mode 100644 index 0000000..0d809c1 --- /dev/null +++ b/README @@ -0,0 +1 @@ +ring0.xyz diff --git a/about.html b/about.html index 481b951..6bdba55 100644 --- a/about.html +++ b/about.html @@ -16,7 +16,7 @@ - + diff --git a/index.html b/index.html index 36c4820..7796a30 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@ - + @@ -35,7 +35,7 @@ @@ -45,6 +45,7 @@

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

Sometimes I write blog posts at blog.ring0.xyz.

+

Your connection is encrypted with Let's Encrypt.

2048R/E9245 54E5C D20B9 C5514 1635D C1AB1 5CA01 E40F2

pgp.mit.edu

Read more at about.

diff --git a/js/portfolio.js b/js/portfolio.js index 6feeeae..9e3f76f 100644 --- a/js/portfolio.js +++ b/js/portfolio.js @@ -3,7 +3,7 @@ var sleep = function(ms, callback) { callback() }, ms) }, - favthings = ["Python", "C programming", "raspberrypi", "Linux"], + favthings = ["raspberrypi", "Linux", "Let's Encrypt", "Ingress"], removeClass = function(el, className) { el.classList ? el.classList.remove(className) : el.className = el.className.replace(new RegExp("(^|\\b)" + className.split(" ").join("|") + "(\\b|$)", "gi"), " ") }, -- cgit v1.2.3