diff options
Diffstat (limited to 'Back/GitHub_Jekyll/index.html')
-rw-r--r-- | Back/GitHub_Jekyll/index.html | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/Back/GitHub_Jekyll/index.html b/Back/GitHub_Jekyll/index.html new file mode 100644 index 0000000..b26a205 --- /dev/null +++ b/Back/GitHub_Jekyll/index.html | |||
@@ -0,0 +1,96 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <html> | ||
3 | <head> | ||
4 | <meta charset='utf-8'> | ||
5 | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
6 | |||
7 | <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" /> | ||
8 | <link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" /> | ||
9 | <link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" /> | ||
10 | |||
11 | <title>Home</title> | ||
12 | |||
13 | <script type="text/javascript"> | ||
14 | |||
15 | var _gaq = _gaq || []; | ||
16 | _gaq.push(['_setAccount', 'UA-XXXXX-X']); | ||
17 | _gaq.push(['_trackPageview']); | ||
18 | |||
19 | |||
20 | (function() { | ||
21 | var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | ||
22 | ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | ||
23 | var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | ||
24 | })(); | ||
25 | |||
26 | </script> | ||
27 | </head> | ||
28 | |||
29 | <body> | ||
30 | |||
31 | <header> | ||
32 | <div class="container"> | ||
33 | <h1>Jinweiclarkchao.github.com</h1> | ||
34 | |||
35 | <h2>http://jinwei.me</h2> | ||
36 | <section id="downloads"> | ||
37 | <a href="https://github.com/JinweiClarkChao/jinweiclarkchao.github.com" target ="_blank" class="btn btn-github"> | ||
38 | <span class="icon"></span> | ||
39 | View on GitHub | ||
40 | </a> | ||
41 | </section> | ||
42 | </div> | ||
43 | </header> | ||
44 | |||
45 | <div class="container"> | ||
46 | <section id="main_content"> | ||
47 | <h3> | ||
48 | <a name="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages"> | ||
49 | <span class="octicon octicon-link"></span> | ||
50 | </a> | ||
51 | Hi,I'm Zhao Jinwei | ||
52 | </h3> | ||
53 | |||
54 | <p>I'm a developer</p> | ||
55 | <pre><code>$ cd ~ | ||
56 | $ sudo dd if=/dev/zero of=/dev/sda bs=512 count=1 | ||
57 | </code></pre> | ||
58 | |||
59 | <h3> | ||
60 | <a name="rather-drive-stick" class="anchor" href="#rather-drive-stick"> | ||
61 | <span class="octicon octicon-link"></span> | ||
62 | </a> | ||
63 | Latest Posts | ||
64 | </h3> | ||
65 | |||
66 | <p> | ||
67 | 16 Apr 2014 | ||
68 | <a href="./posts/2014-04-16-Life.html">A To-Do List For Life</a> | ||
69 | <br> | ||
70 | <br> | ||
71 | 29 Mar 2014 | ||
72 | <a href="./posts/2014-03-24-Python.html">Dehaze之路</a> | ||
73 | <br> | ||
74 | <br> | ||
75 | 23 Mar 2014 | ||
76 | <a href="./posts/2014-03-23-Git.html">Git</a> | ||
77 | <br> | ||
78 | <br> | ||
79 | 20 Mar 2014 | ||
80 | <a href="./posts/2014-03-20-blog-git-pages.html">Blog With Github Pages</a> | ||
81 | </p> | ||
82 | <h3> | ||
83 | <a name="contact me" class="anchor" href="#support-or-contact"> | ||
84 | <span class="octicon octicon-link"></span> | ||
85 | </a> | ||
86 | Contact me: | ||
87 | </h3> | ||
88 | |||
89 | <p> | ||
90 | <a href="mailto:[email protected]" target="_blank">[email protected]</a> | ||
91 | </p> | ||
92 | </section> | ||
93 | </div> | ||
94 | |||
95 | </body> | ||
96 | </html> \ No newline at end of file | ||