diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 78 |
1 files changed, 53 insertions, 25 deletions
@@ -1,25 +1,53 @@ | |||
1 | <html> | 1 | |
2 | <head> | 2 | <!DOCTYPE html> |
3 | <title>My GitCafe Pages</title> | 3 | <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> |
4 | </head> | 4 | <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> |
5 | 5 | <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> | |
6 | <body> | 6 | <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> |
7 | <h1>Hello World!</h1> | 7 | <head> |
8 | <p>This site is under construction.</p> | 8 | <meta charset="utf-8"> |
9 | <p>blog: <a href="http://blog.jinwei.me">http://blog.jinwei.me</a></p> | 9 | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
10 | <p>about: <a href="http://blog.jinwei.me/about/">http://blog.jinwei.me/about/</a></p> | 10 | <title>Hello World</title> |
11 | <p>status: <a href="http://blog.jinwei.me:8080">htop</a></p> | 11 | |
12 | <p>Why I didn't use https right now?</p> | 12 | <meta property="og:title" content="Hello World"/> |
13 | <p>Because I am waiting for <a href="https://letsencrypt.org/">Let's Encrypt</a>.</p> | 13 | <meta property="og:type" content="website"/> |
14 | 14 | <meta property="og:url" content="http://jinwei.me"/> | |
15 | <script> | 15 | <meta property="og:site_name" content="Hello World"/> |
16 | (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | 16 | |
17 | (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | 17 | <link rel="shortcut icon" href="favicon.ico"> |
18 | m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | 18 | <meta name="viewport" content="width=device-width"> |
19 | })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | 19 | |
20 | ga('create', 'UA-66727818-1', 'auto'); | 20 | <link rel="stylesheet" href="css/main.css"> |
21 | ga('send', 'pageview'); | 21 | <link rel="stylesheet" href="css/font.css"> |
22 | </script> | 22 | |
23 | 23 | </head> | |
24 | </body> | 24 | <body> |
25 | </html> | 25 | <div class="bg-highlight"> |
26 | <pre><strong>clarkzjw</strong> <span>at</span> <strong>protonmail</strong> <span>dot</span> <strong>ch</strong> | ||
27 | <span>$</span> apt-get update | ||
28 | <span>$</span> apt-get install vim | ||
29 | <span>$</span> apt-get install htop | ||
30 | <span>$</span> apt-get install git | ||
31 | </pre> | ||
32 | </div> | ||
33 | <section class="block"> | ||
34 | <div class="centered"> | ||
35 | <h1>I love <span class="favthing">Python</span></h1> | ||
36 | <p>My name is Jinwei Zhao. I am a computer science student at <strong>Hangzhou</strong>.</p> | ||
37 | <p>Sometimes I write blog posts at <a href="http://blog.jinwei.me" target="_blank">blog.jinwei.me</a>.</p> | ||
38 | <p>This site is powered by <a href="https://gitcafe.com/">GitCafe</a>.</p> | ||
39 | </div> | ||
40 | </section> | ||
41 | <script src="js/portfolio.js"></script> | ||
42 | |||
43 | <script> | ||
44 | (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | ||
45 | (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | ||
46 | m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | ||
47 | })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | ||
48 | ga('create', 'UA-66727818-1', 'auto'); | ||
49 | ga('send', 'pageview'); | ||
50 | </script> | ||
51 | |||
52 | </body> | ||
53 | </html> | ||