summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinwei Zhao <[email protected]>2016-05-01 20:35:41 +0800
committerJinwei Zhao <[email protected]>2016-06-07 12:00:37 +0800
commit0329f776d7d0618e7a64e38da86e50df7bf29eb6 (patch)
tree264b1dfedfa92336cfcaea6219933b88513c8d16 /index.html
parent53a939bfa8ff9862ad8a298511f149a0fb53df49 (diff)
downloadring0.xyz-0329f776d7d0618e7a64e38da86e50df7bf29eb6.tar.gz
# This is a combination of 5 commits.
# The first commit's message is: update # The 2nd commit message will be skipped: # refer # The 3rd commit message will be skipped: # test # The 4th commit message will be skipped: # test # The 5th commit message will be skipped: # deploy
Diffstat (limited to 'index.html')
-rw-r--r--index.html14
1 files changed, 3 insertions, 11 deletions
diff --git a/index.html b/index.html
index a522083..78f10c4 100644
--- 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://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>
Powered by cgit v1.2.3 (git 2.41.0)