aboutsummaryrefslogtreecommitdiff
blob: 58e6238f4b68bf131c6ab78e239f7ced2374bf20 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html>
<head>
  <meta charset='utf-8'>
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

  <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
  <link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
  <link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />

  <title>Home</title>

  <script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-XXXXX-X']);
  _gaq.push(['_trackPageview']);


  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
</head>

<body>

  <header>
    <div class="container">
      <h1>Jinweiclarkchao.github.com</h1>

      <h2>http://jinwei.me</h2>
      <section id="downloads">
        <a href="https://github.com/JinweiClarkChao/jinweiclarkchao.github.com" target ="_blank" rel="noopener noreferrer" class="btn btn-github">
          <span class="icon"></span>
          View on GitHub
        </a>
      </section>
    </div>
  </header>

  <div class="container">
    <section id="main_content">
      <h3>
        <a name="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages">
          <span class="octicon octicon-link"></span>
        </a>
        Hi,I'm Zhao Jinwei
      </h3>

      <p>I'm a developer</p>
      <pre><code>$ cd ~
$ sudo dd if=/dev/zero of=/dev/sda bs=512 count=1
</code></pre>

      <h3>
        <a name="rather-drive-stick" class="anchor" href="#rather-drive-stick">
          <span class="octicon octicon-link"></span>
        </a>
        Latest Posts
      </h3>

      <p>
        16 Apr 2014
        <a href="./posts/2014-04-16-Life.html">A To-Do List For Life</a>
        <br>
        <br>
        29 Mar 2014
        <a href="./posts/2014-03-24-Python.html">Dehaze之路</a>
        <br>
        <br>
        23 Mar 2014
        <a href="./posts/2014-03-23-Git.html">Git</a>
        <br>
        <br>
        20 Mar 2014
        <a href="./posts/2014-03-20-blog-git-pages.html">Blog With Github Pages</a>
      </p>
      <h3>
        <a name="contact me" class="anchor" href="#support-or-contact">
          <span class="octicon octicon-link"></span>
        </a>
        Contact me:
      </h3>

      <p>
        <a href="mailto:[email protected]" target="_blank" rel="noopener noreferrer">[email protected]</a>
      </p>
    </section>
  </div>

</body>
</html>
Powered by cgit v1.2.3 (git 2.41.0)