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