aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Back/GitHub_Jekyll')
-rw-r--r--Back/GitHub_Jekyll/images/bkg.pngbin0 -> 2169 bytes
-rw-r--r--Back/GitHub_Jekyll/images/blacktocat.pngbin0 -> 1207 bytes
-rw-r--r--Back/GitHub_Jekyll/images/optipng.exebin0 -> 98816 bytes
-rw-r--r--Back/GitHub_Jekyll/index.html96
-rw-r--r--Back/GitHub_Jekyll/javascripts/main.js1
-rw-r--r--Back/GitHub_Jekyll/params.json7
-rw-r--r--Back/GitHub_Jekyll/posts/2014-03-20-blog-git-pages.html49
-rw-r--r--Back/GitHub_Jekyll/posts/2014-03-23-Git.html47
-rw-r--r--Back/GitHub_Jekyll/posts/2014-03-24-Python.html80
-rw-r--r--Back/GitHub_Jekyll/posts/2014-04-16-Life.html82
-rw-r--r--Back/GitHub_Jekyll/posts/模板.html39
-rw-r--r--Back/GitHub_Jekyll/sitemap.xml39
-rw-r--r--Back/GitHub_Jekyll/stylesheets/pygment_trac.css68
-rw-r--r--Back/GitHub_Jekyll/stylesheets/stylesheet.css247
14 files changed, 755 insertions, 0 deletions
diff --git a/Back/GitHub_Jekyll/images/bkg.png b/Back/GitHub_Jekyll/images/bkg.png
new file mode 100644
index 0000000..e9e2a88
--- /dev/null
+++ b/Back/GitHub_Jekyll/images/bkg.png
Binary files differ
diff --git a/Back/GitHub_Jekyll/images/blacktocat.png b/Back/GitHub_Jekyll/images/blacktocat.png
new file mode 100644
index 0000000..0421357
--- /dev/null
+++ b/Back/GitHub_Jekyll/images/blacktocat.png
Binary files differ
diff --git a/Back/GitHub_Jekyll/images/optipng.exe b/Back/GitHub_Jekyll/images/optipng.exe
new file mode 100644
index 0000000..9b0c9e0
--- /dev/null
+++ b/Back/GitHub_Jekyll/images/optipng.exe
Binary files differ
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
diff --git a/Back/GitHub_Jekyll/javascripts/main.js b/Back/GitHub_Jekyll/javascripts/main.js
new file mode 100644
index 0000000..f310756
--- /dev/null
+++ b/Back/GitHub_Jekyll/javascripts/main.js
@@ -0,0 +1 @@
console.log('This would be the main JS file.'); \ No newline at end of file
diff --git a/Back/GitHub_Jekyll/params.json b/Back/GitHub_Jekyll/params.json
new file mode 100644
index 0000000..45aad70
--- /dev/null
+++ b/Back/GitHub_Jekyll/params.json
@@ -0,0 +1,7 @@
1{
2 "name": "Jinweiclarkchao.github.com",
3 "tagline": "http://jinwei.me",
4 "body": "### Welcome to GitHub Pages.\r\nThis automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here using GitHub Flavored Markdown, select a template crafted by a designer, and publish. After your page is generated, you can check out the new branch:\r\n\r\n```\r\n$ cd your_repo_root/repo_name\r\n$ git fetch origin\r\n$ git checkout gh-pages\r\n```\r\n\r\nIf you're using the GitHub for Mac, simply sync your repository and you'll see the new branch.\r\n\r\n### Designer Templates\r\nWe've crafted some handsome templates for you to use. Go ahead and continue to layouts to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved if it remained markdown format.\r\n\r\n### Rather Drive Stick?\r\nIf you prefer to not use the automatic generator, push a branch named `gh-pages` to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator written by our own Tom Preston-Werner. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.\r\n\r\n### Authors and Contributors\r\nYou can @mention a GitHub username to generate a link to their profile. The resulting `<a>` element will link to the contributor's GitHub Profile. For example: In 2007, Chris Wanstrath (@defunkt), PJ Hyett (@pjhyett), and Tom Preston-Werner (@mojombo) founded GitHub.\r\n\r\n### Support or Contact\r\nHaving trouble with Pages? Check out the documentation at http://help.github.com/pages or contact [email protected] and we’ll help you sort it out.\r\n",
5 "google": "",
6 "note": "Don't delete this file! It's used internally to help with page regeneration."
7} \ No newline at end of file
diff --git a/Back/GitHub_Jekyll/posts/2014-03-20-blog-git-pages.html b/Back/GitHub_Jekyll/posts/2014-03-20-blog-git-pages.html
new file mode 100644
index 0000000..788b818
--- /dev/null
+++ b/Back/GitHub_Jekyll/posts/2014-03-20-blog-git-pages.html
@@ -0,0 +1,49 @@
1<!DOCTYPE html>
2<html>
3<head>
4 <meta charset='utf-8'>
5 <meta http-equiv="X-UA-Compatible" content="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>Jinwei.me|Blog With Github Pages</title>
12</head>
13
14<body>
15 <header>
16 <div class="container">
17 <h1>Jinwei.me</h1>
18 <h2>I write programmes</h2>
19 <section id="downloads">
20 <a href="../index.html" class="btn btn-github">
21 <span class="icon"></span>
22 <-Back to Home</a></section>
23 </div>
24 </header>
25 <div class="container">
26 <section id="main_content">
27 <h3>
28 <a name="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages">
29 <span class="octicon octicon-link"></span>
30 </a>
31 Blog With Github Pages
32 </h3>
33
34 <p>
35 总算是迁移成功了
36 <br>
37 暂时先写成这样吧。
38 <br>
39 //先吐槽一下在Sublime Text里面输入中文总感觉很不协调。
40 <br>
41 话说以前一直用Wordpress实现自己的博客,反反复复折腾了好几次,经历了免费空间的崩溃,后来自己买了域名,用GoDaddy的Web Hosting做了Wordpress。每个月折合人民币45块的费用虽然有点心痛,加上自己写的文章并不是很多,想来想去总感觉有些不值得,但是苦于自己没有更好的解决办法。在这里还是要感谢
42 <a href="http://taixian.me" target="_blank">Lin Tianzhi</a>
43 学长一语道破天机,让我知道了有Github Pages这么一个神奇的实现。虽然最后没有用Jekyll,但是传统的html语言或许对我来说用着更顺手吧,也挺好的。
44 </p>
45 </section>
46 </div>
47</body>
48
49 </html> \ No newline at end of file
diff --git a/Back/GitHub_Jekyll/posts/2014-03-23-Git.html b/Back/GitHub_Jekyll/posts/2014-03-23-Git.html
new file mode 100644
index 0000000..9d554a4
--- /dev/null
+++ b/Back/GitHub_Jekyll/posts/2014-03-23-Git.html
@@ -0,0 +1,47 @@
1<!DOCTYPE html>
2<html>
3<head>
4 <meta charset='utf-8'>
5 <meta http-equiv="X-UA-Compatible" content="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>Jinwei.me|Git</title>
12</head>
13
14<body>
15 <header>
16 <div class="container">
17 <h1>Jinwei.me</h1>
18 <h2>I write programmes</h2>
19 <section id="downloads">
20 <a href="../index.html" class="btn btn-github">
21 <span class="icon"></span>
22 <-Back to Home</a></section>
23 </div>
24 </header>
25 <div class="container">
26 <section id="main_content">
27 <h3>
28 <a name="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages">
29 <span class="octicon octicon-link"></span>
30 </a>
31 Git
32 </h3>
33
34 <p>
35 Git的使用果然是不熟练啊。。。为了fix conflicts一不小心就把昨天的文章给删了。。还好没有发生像rm -rf /那样的事故。。。以后还是尽量小心吧,Git的命令特别是merge,rebase这些还得多了解了解,不能仅仅把Git的使用局限在add,commit和push上面。。。
36 <br>
37 既然昨天的文章被删了,我也没有备份,那就随便再扯一点。总算是把何凯明那篇dehaze的论文看完啦,不过感觉现在的理解还是很浅薄,soft matting那一块还是完全不理解,除了这一块matting之外其他的部分感觉还是不难的,只是现在缺少图像编程的基础知识还不知道怎么下手。昨天还看了他在CVPR的slides,确实深入浅出,比看中文的follower们的文章好多了。
38 <br>
39 昨天还无意中再次翻到了交大李武军的文章,《
40 <a href="https://www.dropbox.com/s/7xye7wzke4cgafk/%E6%B5%85%E8%B0%88%E6%9C%AC%E7%A7%91%E7%94%9F%E7%A7%91%E7%A0%94%E8%83%BD%E5%8A%9B%E5%9F%B9%E5%85%BB%206.pdf" target="_blank">浅谈本科生科研能力培养</a>
41 》。很早之前就读到过,但是那时只是泛泛而读,加上自己完全没有经验,根本读不出什么东西。虽然现在做的事不能算是搞科研,但是至少和之前读的感觉是不一样了。
42 </p>
43 </section>
44 </div>
45</body>
46
47 </html> \ No newline at end of file
diff --git a/Back/GitHub_Jekyll/posts/2014-03-24-Python.html b/Back/GitHub_Jekyll/posts/2014-03-24-Python.html
new file mode 100644
index 0000000..0201fed
--- /dev/null
+++ b/Back/GitHub_Jekyll/posts/2014-03-24-Python.html
@@ -0,0 +1,80 @@
1<!DOCTYPE html>
2<html>
3<head>
4 <meta charset='utf-8'>
5 <meta http-equiv="X-UA-Compatible" content="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>Jinwei.me|Dehaze之路</title>
12</head>
13
14<body>
15 <header>
16 <div class="container">
17 <h1>Jinwei.me</h1>
18 <h2>I write programmes</h2>
19 <section id="downloads">
20 <a href="../index.html" class="btn btn-github">
21 <span class="icon"></span>
22 <-Back to Home</a></section>
23 </div>
24 </header>
25 <div class="container">
26 <section id="main_content">
27 <h3>
28 <a name="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages">
29 <span class="octicon octicon-link"></span>
30 </a>
31 Dehaze之路
32 </h3>
33
34 <p>
35 04-07
36 <br>
37 //距离上一次更新似乎过去了好多天啦
38 <br>
39 曾经有一个变量,它很无聊,然后就悄悄的在运行的时候把自己的值给改了。可是我一直以为它是懂事的变量,当我发现它已经变了之后才后悔莫及。
40 <br>
41 以上是一个真实的故事,发生在我Dehaze的这条道路上。到现在我还是不明白为什么那两个变量的值就悄悄的变了呢?在我完全没有改变的情况下。。。看来毕竟还是too young。。。
42 <br>
43 时间真是快的我完全不忍直视。
44 <br>
45 这个星期六就要省赛了,当初信誓旦旦的目标现在早已成为过眼云烟,祝大家好好发挥!争取拿块金奖啊!
46 <br>
47 <br>
48 03-29
49 <br>
50 以后和Dehaze的那个项目的吐槽都发在这里好了。
51 <br>
52 很多东西只有你亲自去动手实践才会发现有很多之前没有考虑到的细节。比如现在在做的Dehaze的论文,动手写代码之前自认为除了Matting之外其余的部分都已经搞清楚了。可是当自己真的开始动手写了之后才发现原来还有这么多没有想到的错误啊。为什么我求出来的Dark Channel长得这么奇怪啊什么什么的,昨天还和室友说下个星期就能完成除了Matting之外的部分,自己也在琢磨着完成了这一部分之后去把Matting搞掉,还想着再写个Matlab版的,再写个导向滤波的啥的,现在看来连Soft Matting什么时候完成都有些捉急啊。。。
53 <br>
54 <br>
55 03-26
56 <br>
57 今天总算是开始写了图像处理的代码了,虽然只是很简单的一段滤波,而且还不知道正确性,好歹也是开始向最后的目标迈进了吧。
58 <br>
59 算一算,已经第六周了呢。数据结构上到第14周结课,也就是说12周左右差不多就要大作业的验收了吧。那岂不是最多只有6个星期不到的时间了?现在看来这个项目还遥遥无期啊,看来是要开始加快一点进度了。如果可能的话争取这个星期完成最小值滤波,然后稍微改进一下效率,现在的光光是第一次的滤波就要1秒多,那以后的Matting一加上去那速度能忍?
60 <br>
61 今日链接:
62 <br>
63 <a href="https://github.com/sakeven" target="_blank">大冲神</a>
64 <br>
65 <br>
66 03-21
67 <br>
68 总算是正式把数据结构大作业的命题确定了吧,何凯明的
69 <a href="http://research.microsoft.com/en-us/um/people/kahe/cvpr09/index.html" target="_blank">Single Image Haze Removal Using Dark Channel Prior</a>
70
71 <br>
72 还记得半个多月前Spring发我这篇论文时候的心情。当时他是这样说的,“嘿,去实现一下这个算法吧,一定很酷”。就是这样一句话,将支持我完成这个算法的C语言实现。
73 <br>
74 说来实在惭愧,今天晚上是读大学以来在图书馆最认真的一次了。以前看书啊什么的都没有这么专心,说到底还是之前自习的时候目标不明确,现在这样有了明确的目标,相信一定能够支撑自己完成算法。
75 </p>
76 </section>
77 </div>
78</body>
79
80 </html> \ No newline at end of file
diff --git a/Back/GitHub_Jekyll/posts/2014-04-16-Life.html b/Back/GitHub_Jekyll/posts/2014-04-16-Life.html
new file mode 100644
index 0000000..f8e91bd
--- /dev/null
+++ b/Back/GitHub_Jekyll/posts/2014-04-16-Life.html
@@ -0,0 +1,82 @@
1<!DOCTYPE html>
2<html>
3<head>
4 <meta charset='utf-8'>
5 <meta http-equiv="X-UA-Compatible" content="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>Jinwei.me|A To-Do List For Life</title>
12</head>
13
14<body>
15 <header>
16 <div class="container">
17 <h1>Jinwei.me</h1>
18 <h2>I write programmes</h2>
19 <section id="downloads">
20 <a href="../index.html" class="btn btn-github">
21 <span class="icon"></span>
22 <-Back to Home</a></section>
23 </div>
24 </header>
25 <div class="container">
26 <section id="main_content">
27 <h3>
28 <a name="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages">
29 <span class="octicon octicon-link"></span>
30 </a>
31 A To-Do List For Life
32 </h3>
33
34 <p>
35 何尝不是这样呢,太多的第一次,人生得意须尽欢
36 <br>
37 <br>
38 有一辈子的朋友【2013.6-】
39 <br>
40 录一首歌【2012.8.2】
41 <br>
42 整夜失眠【2013.2】
43 <br>
44 向喜欢过的人表白【2013.2.2】
45 <br>
46 失恋 【2013.7】
47 <br>
48 看流星【2013.8.13】
49 <br>
50 参加一次礼拜【2014.4.6】
51 <br>
52 去一次草原
53 <br>
54 看一次日出
55 <br>
56 看冰川和雪山
57 <br>
58 南京之行
59 <br>
60 看一次天安门广场升旗仪式
61 <br>
62 看一次海
63 <br>
64 听一场交响乐
65 <br>
66 看极光
67 <br>
68 野营
69 <br>
70 结一次婚
71 <br>
72 参加一次葬礼
73 <br>
74 当朋友的伴郎
75 <br>
76 看一次沙漠
77 <br>2014.4.16</p>
78 </section>
79 </div>
80</body>
81
82 </html> \ No newline at end of file
diff --git a/Back/GitHub_Jekyll/posts/模板.html b/Back/GitHub_Jekyll/posts/模板.html
new file mode 100644
index 0000000..dad939b
--- /dev/null
+++ b/Back/GitHub_Jekyll/posts/模板.html
@@ -0,0 +1,39 @@
1<!DOCTYPE html>
2<html>
3<head>
4 <meta charset='utf-8'>
5 <meta http-equiv="X-UA-Compatible" content="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>Jinwei.me|"标题"</title>
12</head>
13
14<body>
15 <header>
16 <div class="container">
17 <h1>Jinwei.me</h1>
18 <h2>I write programmes</h2>
19 <section id="downloads">
20 <a href="../index.html" class="btn btn-github">
21 <span class="icon"></span>
22 <-Back to Home</a></section>
23 </div>
24 </header>
25 <div class="container">
26 <section id="main_content">
27 <h3>
28 <a name="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages">
29 <span class="octicon octicon-link"></span>
30 </a>
31 "标题"
32 </h3>
33
34 <p>"具体内容"</p>
35 </section>
36 </div>
37</body>
38
39 </html> \ No newline at end of file
diff --git a/Back/GitHub_Jekyll/sitemap.xml b/Back/GitHub_Jekyll/sitemap.xml
new file mode 100644
index 0000000..9c9d0c7
--- /dev/null
+++ b/Back/GitHub_Jekyll/sitemap.xml
@@ -0,0 +1,39 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<urlset
3 xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5 xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
6 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
7 <!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->
8
9 <url>
10 <loc>http://jinwei.me/</loc>
11 <lastmod>2014-03-29T05:54:38+00:00</lastmod>
12 <changefreq>daily</changefreq>
13 <priority>1.00</priority>
14 </url>
15 <url>
16 <loc>http://jinwei.me/posts/2014-03-24-Python.html</loc>
17 <lastmod>2014-03-29T05:54:38+00:00</lastmod>
18 <changefreq>daily</changefreq>
19 <priority>0.80</priority>
20 </url>
21 <url>
22 <loc>http://jinwei.me/posts/2014-03-23-Git.html</loc>
23 <lastmod>2014-03-29T05:54:38+00:00</lastmod>
24 <changefreq>daily</changefreq>
25 <priority>0.80</priority>
26 </url>
27 <url>
28 <loc>http://jinwei.me/posts/2014-03-20-blog-git-pages.html</loc>
29 <lastmod>2014-03-29T05:54:38+00:00</lastmod>
30 <changefreq>daily</changefreq>
31 <priority>0.80</priority>
32 </url>
33 <url>
34 <loc>http://jinwei.me/index.html</loc>
35 <lastmod>2014-03-29T05:54:38+00:00</lastmod>
36 <changefreq>daily</changefreq>
37 <priority>0.64</priority>
38 </url>
39</urlset> \ No newline at end of file
diff --git a/Back/GitHub_Jekyll/stylesheets/pygment_trac.css b/Back/GitHub_Jekyll/stylesheets/pygment_trac.css
new file mode 100644
index 0000000..d1df6a2
--- /dev/null
+++ b/Back/GitHub_Jekyll/stylesheets/pygment_trac.css
@@ -0,0 +1,68 @@
1.highlight .c { color: #999988; font-style: italic } /* Comment */
2.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
3.highlight .k { font-weight: bold } /* Keyword */
4.highlight .o { font-weight: bold } /* Operator */
5.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
6.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
7.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
8.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
9.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
10.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
11.highlight .ge { font-style: italic } /* Generic.Emph */
12.highlight .gr { color: #aa0000 } /* Generic.Error */
13.highlight .gh { color: #999999 } /* Generic.Heading */
14.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
15.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
16.highlight .go { color: #888888 } /* Generic.Output */
17.highlight .gp { color: #555555 } /* Generic.Prompt */
18.highlight .gs { font-weight: bold } /* Generic.Strong */
19.highlight .gu { color: #800080; font-weight: bold; } /* Generic.Subheading */
20.highlight .gt { color: #aa0000 } /* Generic.Traceback */
21.highlight .kc { font-weight: bold } /* Keyword.Constant */
22.highlight .kd { font-weight: bold } /* Keyword.Declaration */
23.highlight .kn { font-weight: bold } /* Keyword.Namespace */
24.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
25.highlight .kr { font-weight: bold } /* Keyword.Reserved */
26.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
27.highlight .m { color: #009999 } /* Literal.Number */
28.highlight .s { color: #d14 } /* Literal.String */
29.highlight .na { color: #008080 } /* Name.Attribute */
30.highlight .nb { color: #0086B3 } /* Name.Builtin */
31.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
32.highlight .no { color: #008080 } /* Name.Constant */
33.highlight .ni { color: #800080 } /* Name.Entity */
34.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
35.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
36.highlight .nn { color: #555555 } /* Name.Namespace */
37.highlight .nt { color: #CBDFFF } /* Name.Tag */
38.highlight .nv { color: #008080 } /* Name.Variable */
39.highlight .ow { font-weight: bold } /* Operator.Word */
40.highlight .w { color: #bbbbbb } /* Text.Whitespace */
41.highlight .mf { color: #009999 } /* Literal.Number.Float */
42.highlight .mh { color: #009999 } /* Literal.Number.Hex */
43.highlight .mi { color: #009999 } /* Literal.Number.Integer */
44.highlight .mo { color: #009999 } /* Literal.Number.Oct */
45.highlight .sb { color: #d14 } /* Literal.String.Backtick */
46.highlight .sc { color: #d14 } /* Literal.String.Char */
47.highlight .sd { color: #d14 } /* Literal.String.Doc */
48.highlight .s2 { color: #d14 } /* Literal.String.Double */
49.highlight .se { color: #d14 } /* Literal.String.Escape */
50.highlight .sh { color: #d14 } /* Literal.String.Heredoc */
51.highlight .si { color: #d14 } /* Literal.String.Interpol */
52.highlight .sx { color: #d14 } /* Literal.String.Other */
53.highlight .sr { color: #009926 } /* Literal.String.Regex */
54.highlight .s1 { color: #d14 } /* Literal.String.Single */
55.highlight .ss { color: #990073 } /* Literal.String.Symbol */
56.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
57.highlight .vc { color: #008080 } /* Name.Variable.Class */
58.highlight .vg { color: #008080 } /* Name.Variable.Global */
59.highlight .vi { color: #008080 } /* Name.Variable.Instance */
60.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
61
62.type-csharp .highlight .k { color: #0000FF }
63.type-csharp .highlight .kt { color: #0000FF }
64.type-csharp .highlight .nf { color: #000000; font-weight: normal }
65.type-csharp .highlight .nc { color: #2B91AF }
66.type-csharp .highlight .nn { color: #000000 }
67.type-csharp .highlight .s { color: #A31515 }
68.type-csharp .highlight .sc { color: #A31515 }
diff --git a/Back/GitHub_Jekyll/stylesheets/stylesheet.css b/Back/GitHub_Jekyll/stylesheets/stylesheet.css
new file mode 100644
index 0000000..a54a639
--- /dev/null
+++ b/Back/GitHub_Jekyll/stylesheets/stylesheet.css
@@ -0,0 +1,247 @@
1body {
2 margin: 0;
3 padding: 0;
4 background: #151515 url("../images/bkg.png") 0 0;
5 color: #eaeaea;
6 font: 16px;
7 line-height: 1.5;
8 font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
9}
10
11/* General & 'Reset' Stuff */
12
13.container {
14 width: 90%;
15 max-width: 600px;
16 margin: 0 auto;
17}
18
19section {
20 display: block;
21 margin: 0 0 20px 0;
22}
23
24h1, h2, h3, h4, h5, h6 {
25 margin: 0 0 20px;
26}
27
28li {
29 line-height: 1.4 ;
30}
31
32/* Header, <header>
33 header - container
34 h1 - project name
35 h2 - project description
36*/
37
38header {
39 background: rgba(0, 0, 0, 0.1);
40 width: 100%;
41 border-bottom: 1px dashed #b5e853;
42 padding: 20px 0;
43 margin: 0 0 40px 0;
44}
45
46header h1 {
47 font-size: 30px;
48 line-height: 1.5;
49 margin: 0 0 0 -40px;
50 font-weight: bold;
51 font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
52 color: #b5e853;
53 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1),
54 0 0 5px rgba(181, 232, 83, 0.1),
55 0 0 10px rgba(181, 232, 83, 0.1);
56 letter-spacing: -1px;
57 -webkit-font-smoothing: antialiased;
58}
59
60header h1:before {
61 content: "./ ";
62 font-size: 24px;
63}
64
65header h2 {
66 font-size: 18px;
67 font-weight: 300;
68 color: #666;
69}
70
71#downloads .btn {
72 display: inline-block;
73 text-align: center;
74 margin: 0;
75}
76
77/* Main Content
78*/
79
80#main_content {
81 width: 100%;
82 -webkit-font-smoothing: antialiased;
83}
84section img {
85 max-width: 100%
86}
87
88h1, h2, h3, h4, h5, h6 {
89 font-weight: normal;
90 font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
91 color: #b5e853;
92 letter-spacing: -0.03em;
93 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1),
94 0 0 5px rgba(181, 232, 83, 0.1),
95 0 0 10px rgba(181, 232, 83, 0.1);
96}
97
98#main_content h1 {
99 font-size: 30px;
100}
101
102#main_content h2 {
103 font-size: 24px;
104}
105
106#main_content h3 {
107 font-size: 18px;
108}
109
110#main_content h4 {
111 font-size: 14px;
112}
113
114#main_content h5 {
115 font-size: 12px;
116 text-transform: uppercase;
117 margin: 0 0 5px 0;
118}
119
120#main_content h6 {
121 font-size: 12px;
122 text-transform: uppercase;
123 color: #999;
124 margin: 0 0 5px 0;
125}
126
127dt {
128 font-style: italic;
129 font-weight: bold;
130}
131
132ul li {
133 list-style: none;
134}
135
136ul li:before {
137 content: ">>";
138 font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
139 font-size: 13px;
140 color: #b5e853;
141 margin-left: -37px;
142 margin-right: 21px;
143 line-height: 16px;
144}
145
146blockquote {
147 color: #aaa;
148 padding-left: 10px;
149 border-left: 1px dotted #666;
150}
151
152pre {
153 background: rgba(0, 0, 0, 0.9);
154 border: 1px solid rgba(255, 255, 255, 0.15);
155 padding: 10px;
156 font-size: 14px;
157 color: #b5e853;
158 border-radius: 2px;
159 -moz-border-radius: 2px;
160 -webkit-border-radius: 2px;
161 text-wrap: normal;
162 overflow: auto;
163 overflow-y: hidden;
164}
165
166table {
167 width: 100%;
168 margin: 0 0 20px 0;
169}
170
171th {
172 text-align: left;
173 border-bottom: 1px dashed #b5e853;
174 padding: 5px 10px;
175}
176
177td {
178 padding: 5px 10px;
179}
180
181hr {
182 height: 0;
183 border: 0;
184 border-bottom: 1px dashed #b5e853;
185 color: #b5e853;
186}
187
188/* Buttons
189*/
190
191.btn {
192 display: inline-block;
193 background: -webkit-linear-gradient(top, rgba(40, 40, 40, 0.3), rgba(35, 35, 35, 0.3) 50%, rgba(10, 10, 10, 0.3) 50%, rgba(0, 0, 0, 0.3));
194 padding: 8px 18px;
195 border-radius: 50px;
196 border: 2px solid rgba(0, 0, 0, 0.7);
197 border-bottom: 2px solid rgba(0, 0, 0, 0.7);
198 border-top: 2px solid rgba(0, 0, 0, 1);
199 color: rgba(255, 255, 255, 0.8);
200 font-family: Helvetica, Arial, sans-serif;
201 font-weight: bold;
202 font-size: 13px;
203 text-decoration: none;
204 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
205 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
206}
207
208.btn:hover {
209 background: -webkit-linear-gradient(top, rgba(40, 40, 40, 0.6), rgba(35, 35, 35, 0.6) 50%, rgba(10, 10, 10, 0.8) 50%, rgba(0, 0, 0, 0.8));
210}
211
212.btn .icon {
213 display: inline-block;
214 width: 16px;
215 height: 16px;
216 margin: 1px 8px 0 0;
217 float: left;
218}
219
220.btn-github .icon {
221 opacity: 0.6;
222 background: url("../images/blacktocat.png") 0 0 no-repeat;
223}
224
225/* Links
226 a, a:hover, a:visited
227*/
228
229a {
230 color: #63c0f5;
231 text-shadow: 0 0 5px rgba(104, 182, 255, 0.5);
232}
233
234/* Clearfix */
235
236.cf:before, .cf:after {
237 content:"";
238 display:table;
239}
240
241.cf:after {
242 clear:both;
243}
244
245.cf {
246 zoom:1;
247} \ No newline at end of file
Powered by cgit v1.2.3 (git 2.41.0)