diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 14 |
1 files changed, 3 insertions, 11 deletions
@@ -11,7 +11,7 @@ | |||
11 | <title>Hello World</title> | 11 | <title>Hello World</title> |
12 | <meta property="og:title" content="Hello World" /> | 12 | <meta property="og:title" content="Hello World" /> |
13 | <meta property="og:type" content="website" /> | 13 | <meta property="og:type" content="website" /> |
14 | <meta property="og:url" content="http://ring0.xyz" /> | 14 | <meta property="og:url" content="https://ring0.xyz" /> |
15 | <meta property="og:site_name" content="Hello World" /> | 15 | <meta property="og:site_name" content="Hello World" /> |
16 | <meta name="theme-color" content="#2b303b"> | 16 | <meta name="theme-color" content="#2b303b"> |
17 | <meta name="viewport" content="width=device-width"> | 17 | <meta name="viewport" content="width=device-width"> |
@@ -35,17 +35,8 @@ | |||
35 | </div> | 35 | </div> |
36 | <section class="block"> | 36 | <section class="block"> |
37 | <div class="centered"> | 37 | <div class="centered"> |
38 | <h1>I love <span class="favthing">Ingress</span></h1> | 38 | <p>Please refer to <a href="https://jinwei.me">jinwei.me</a>.</p> |
39 | <p>My name is Jinwei Zhao. I am a computer science student in <strong>Hangzhou</strong>.</p> | ||
40 | <p>Sometimes I write blogs at <a href="https://blog.ring0.xyz" target="_blank">https://blog.ring0.xyz</a> | ||
41 | <p>Your connection is encrypted with <a href="https://letsencrypt.org/" target="_blank">Let's Encrypt</a>.</p> | ||
42 | <p>4096R/B878 C370 CF7D 871F AA3C 7663 7E1E B185 1D01 7D3D</p> | ||
43 | <p><a href="https://pgp.mit.edu/pks/lookup?op=get&search=0x7E1EB1851D017D3D" target="_blank">pgp.mit.edu</a> | ||
44 | | <a href="https://keybase.io/clarkzjw" target="_blank">keybase.io</a></p> | ||
45 | <p>Read more at <a href="about.html">about</a>.</p> | ||
46 | </div> | ||
47 | </section> | 39 | </section> |
48 | <script src="js/portfolio.js"></script> | ||
49 | <script> | 40 | <script> |
50 | (function(i, s, o, g, r, a, m) { | 41 | (function(i, s, o, g, r, a, m) { |
51 | i['GoogleAnalyticsObject'] = r; | 42 | i['GoogleAnalyticsObject'] = r; |
@@ -60,6 +51,7 @@ | |||
60 | })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); | 51 | })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); |
61 | ga('create', 'UA-66727818-1', 'auto'); | 52 | ga('create', 'UA-66727818-1', 'auto'); |
62 | ga('send', 'pageview'); | 53 | ga('send', 'pageview'); |
54 | aaaaaaa | ||
63 | </script> | 55 | </script> |
64 | </body> | 56 | </body> |
65 | </html> | 57 | </html> |