diff options
Diffstat (limited to 'index.html')
-rwxr-xr-x[-rw-r--r--] | index.html | 27 |
1 files changed, 25 insertions, 2 deletions
diff --git a/index.html b/index.html index 62632ed..619c566 100644..100755 --- a/index.html +++ b/index.html | |||
@@ -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://jinwei.me" /> | 14 | <meta property="og:url" content="https://jinwei.me" /> |
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,8 +35,31 @@ | |||
35 | </div> | 35 | </div> |
36 | <section class="block"> | 36 | <section class="block"> |
37 | <div class="centered"> | 37 | <div class="centered"> |
38 | <p>Please check out <a href="https://ring0.xyz" target="_blank">https://ring0.xyz</a> for the new website.</p> | 38 | <h1>I love <span class="favthing">Ingress</span></h1> |
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.jinwei.me" target="_blank">https://blog.jinwei.me</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> | ||
39 | </div> | 46 | </div> |
40 | </section> | 47 | </section> |
48 | <script src="js/portfolio.js"></script> | ||
49 | <script> | ||
50 | (function(i, s, o, g, r, a, m) { | ||
51 | i['GoogleAnalyticsObject'] = r; | ||
52 | i[r] = i[r] || function() { | ||
53 | (i[r].q = i[r].q || []).push(arguments) | ||
54 | }, i[r].l = 1 * new Date(); | ||
55 | a = s.createElement(o), | ||
56 | m = s.getElementsByTagName(o)[0]; | ||
57 | a.async = 1; | ||
58 | a.src = g; | ||
59 | m.parentNode.insertBefore(a, m) | ||
60 | })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); | ||
61 | ga('create', 'UA-76465291-1', 'auto'); | ||
62 | ga('send', 'pageview'); | ||
63 | </script> | ||
41 | </body> | 64 | </body> |
42 | </html> | 65 | </html> |