diff options
author | JinweiClarkChao <[email protected]> | 2015-12-05 15:04:31 +0800 |
---|---|---|
committer | JinweiClarkChao <[email protected]> | 2015-12-05 15:04:31 +0800 |
commit | 544c80dc61a129e2916cdb53c984e56d8f7a944c (patch) | |
tree | 074cdc560002d3e4dde4c4174d68633de0595e3e /index.html | |
parent | feb081315e7063c6605efee842f7bdb18c55d90d (diff) | |
download | ring0.xyz-544c80dc61a129e2916cdb53c984e56d8f7a944c.tar.gz |
https
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 99 |
1 files changed, 51 insertions, 48 deletions
@@ -1,29 +1,29 @@ | |||
1 | |||
2 | <!DOCTYPE html> | 1 | <!DOCTYPE html> |
3 | <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> | 2 | <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> |
4 | <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> | 3 | <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> |
5 | <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> | 4 | <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> |
6 | <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> | 5 | <!--[if gt IE 8]><!--> |
7 | <head> | 6 | <html class="no-js"> |
8 | <meta charset="utf-8"> | 7 | <!--<![endif]--> |
9 | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
10 | <title>Hello World</title> | ||
11 | |||
12 | <meta property="og:title" content="Hello World"/> | ||
13 | <meta property="og:type" content="website"/> | ||
14 | <meta property="og:url" content="http://ring0.xyz"/> | ||
15 | <meta property="og:site_name" content="Hello World"/> | ||
16 | <meta name="theme-color" content="#2b303b"> | ||
17 | <meta name="viewport" content="width=device-width"> | ||
18 | |||
19 | <link rel="icon" type="image/x-icon" href="favicon.ico"> | ||
20 | <link rel="stylesheet" href="css/main.css"> | ||
21 | <link rel="stylesheet" href="css/font.css"> | ||
22 | 8 | ||
9 | <head> | ||
10 | <meta charset="utf-8"> | ||
11 | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
12 | <title>Hello World</title> | ||
13 | <meta property="og:title" content="Hello World" /> | ||
14 | <meta property="og:type" content="website" /> | ||
15 | <meta property="og:url" content="http://ring0.xyz" /> | ||
16 | <meta property="og:site_name" content="Hello World" /> | ||
17 | <meta name="theme-color" content="#2b303b"> | ||
18 | <meta name="viewport" content="width=device-width"> | ||
19 | <link rel="icon" type="image/x-icon" href="favicon.ico"> | ||
20 | <link rel="stylesheet" href="css/main.css"> | ||
21 | <link rel="stylesheet" href="css/font.css"> | ||
23 | </head> | 22 | </head> |
23 | |||
24 | <body> | 24 | <body> |
25 | <div class="bg-highlight"> | 25 | <div class="bg-highlight"> |
26 | <pre><strong>clarkzjw</strong> <span>at</span> <strong>protonmail</strong> <span>dot</span> <strong>ch</strong> | 26 | <pre><strong>clarkzjw</strong> <span>at</span> <strong>protonmail</strong> <span>dot</span> <strong>ch</strong> |
27 | <span>$</span> apt-get update | 27 | <span>$</span> apt-get update |
28 | <span>$</span> apt-get remove emacs | 28 | <span>$</span> apt-get remove emacs |
29 | <span>$</span> apt-get install vim | 29 | <span>$</span> apt-get install vim |
@@ -31,36 +31,39 @@ | |||
31 | <span>$</span> apt-get install zsh | 31 | <span>$</span> apt-get install zsh |
32 | <span>$</span> sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" | 32 | <span>$</span> sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)" |
33 | </pre> | 33 | </pre> |
34 | </div> | 34 | </div> |
35 | 35 | <div class="copyright"> | |
36 | <div class="copyright"> | 36 | <pre> |
37 | <pre> | ||
38 | <span>Copyleft 2015 Powered by <a href="https://www.digitalocean.com/">DigitalOcean</a></span> | 37 | <span>Copyleft 2015 Powered by <a href="https://www.digitalocean.com/">DigitalOcean</a></span> |
39 | </pre> | 38 | </pre> |
40 | </div> | 39 | </div> |
41 | 40 | <section class="block"> | |
42 | <section class="block"> | 41 | <div class="centered"> |
43 | <div class="centered"> | 42 | <h1>I love <span class="favthing">Ingress</span></h1> |
44 | <h1>I love <span class="favthing">Ingress</span></h1> | 43 | <p>My name is Jinwei Zhao. I am a computer science student in <strong>Hangzhou</strong>.</p> |
45 | <p>My name is Jinwei Zhao. I am a computer science student in <strong>Hangzhou</strong>.</p> | 44 | <p>Sometimes I write blog posts at <a href="https://blog.ring0.xyz" target="_blank">blog.ring0.xyz</a>.</p> |
46 | <p>Sometimes I write blog posts at <a href="http://blog.ring0.xyz" | 45 | <p>Your connection is encrypted with <a href="https://letsencrypt.org/" target="_blank">Let's Encrypt</a>.</p> |
47 | target="_blank">blog.ring0.xyz</a>.</p> | 46 | <p>2048R/E9245 54E5C D20B9 C5514 1635D C1AB1 5CA01 E40F2</p> |
48 | <p>Your connection is encrypted with <a href="https://letsencrypt.org/" target="_blank">Let's Encrypt</a>.</p> | 47 | <p><a href="http://pgp.mit.edu/pks/lookup?op=get&search=0xDC1AB15CA01E40F2" target="_blank">pgp.mit.edu</a></p> |
49 | <p>2048R/E9245 54E5C D20B9 C5514 1635D C1AB1 5CA01 E40F2</p> | 48 | <p>Read more at <a href="about.html">about</a>.</p> |
50 | <p><a href="http://pgp.mit.edu/pks/lookup?op=get&search=0xDC1AB15CA01E40F2" target="_blank">pgp.mit.edu</a></p> | 49 | </div> |
51 | <p>Read more at <a href="about.html">about</a>.</p> | 50 | </section> |
52 | </div> | 51 | <script src="js/portfolio.js"></script> |
53 | </section> | 52 | <script> |
54 | <script src="js/portfolio.js"></script> | 53 | (function(i, s, o, g, r, a, m) { |
55 | 54 | i['GoogleAnalyticsObject'] = r; | |
56 | <script> | 55 | i[r] = i[r] || function() { |
57 | (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | 56 | (i[r].q = i[r].q || []).push(arguments) |
58 | (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | 57 | }, i[r].l = 1 * new Date(); |
59 | m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | 58 | a = s.createElement(o), |
60 | })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | 59 | m = s.getElementsByTagName(o)[0]; |
61 | ga('create', 'UA-66727818-1', 'auto'); | 60 | a.async = 1; |
62 | ga('send', 'pageview'); | 61 | a.src = g; |
63 | </script> | 62 | m.parentNode.insertBefore(a, m) |
64 | 63 | })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); | |
64 | ga('create', 'UA-66727818-1', 'auto'); | ||
65 | ga('send', 'pageview'); | ||
66 | </script> | ||
65 | </body> | 67 | </body> |
68 | |||
66 | </html> | 69 | </html> |