Skip to content

Commit eb2ec12

Browse files
committed
update homepage readme
1 parent aadcac6 commit eb2ec12

39 files changed

+9008
-423
lines changed

Diff for: css/code.css

+91
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
/* Tomorrow Night Theme */
2+
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
3+
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
4+
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
5+
.hljs-tomorrow-comment, pre .hljs-comment {
6+
color: #666;
7+
}
8+
9+
pre .hljs-title {
10+
color: #f6007b;
11+
}
12+
13+
.hljs-tomorrow-red,
14+
pre .hljs-variable,
15+
pre .hljs-attribute,
16+
pre .hljs-tag,
17+
pre .hljs-regexp,
18+
pre .hljs-ruby .hljs-constant,
19+
pre .hljs-xml .hljs-tag .hljs-title,
20+
pre .hljs-xml .hljs-pi,
21+
pre .hljs-xml .hljs-doctype,
22+
pre .hljs-html .hljs-doctype,
23+
pre .hljs-css .hljs-id,
24+
pre .hljs-css .hljs-class,
25+
pre .hljs-css .hljs-pseudo
26+
{
27+
color: #ff5917;
28+
}
29+
30+
.hljs-tomorrow-orange, pre .hljs-number, pre .hljs-preprocessor, pre .hljs-built_in, pre .hljs-literal, pre .hljs-params, pre .hljs-constant {
31+
color: #ff5917;
32+
}
33+
34+
35+
.hljs-tomorrow-yellow, pre .hljs-class, pre .hljs-ruby .class .hljs-title, pre .hljs-css .hljs-rules .hljs-attribute {
36+
color: #66d9ef;
37+
}
38+
39+
.hljs-tomorrow-green, pre .hljs-string, pre .hljs-value, pre .hljs-inheritance, pre .hljs-header, pre .hljs-ruby .hljs-symbol, pre .hljs-xml .hljs-cdata {
40+
color: #e6db74;
41+
}
42+
43+
.hljs-tomorrow-aqua, pre .hljs-css .hljs-hexcolor {
44+
color: #ae81ff;
45+
}
46+
47+
.hljs-tomorrow-blue, pre .hljs-function, pre .hljs-python .hljs-decorator, pre .hljs-python .hljs-title, pre .hljs-ruby .hljs-function .hljs-title, pre .hljs-ruby .hljs-title .hljs-keyword, pre .hljs-perl .hljs-sub, pre .hljs-javascript .hljs-title, pre .hljs-coffeescript .hljs-title {
48+
color: #ff5917;
49+
}
50+
51+
.hljs-function .hljs-keyword {
52+
color: #fff;
53+
}
54+
55+
.hljs-tomorrow-purple, pre .hljs-keyword, pre .hljs-javascript .hljs-function {
56+
color: #66d9ef;
57+
}
58+
59+
pre .hljs-params {
60+
color: #fff;
61+
}
62+
63+
pre code {
64+
display: block;
65+
color: #ddd;
66+
line-height: 1.5;
67+
padding: 10px;
68+
}
69+
70+
pre,code { font-family:'dsm',monospace; background:#272822; border-radius:0.2em; height:auto; margin: 0.2em; padding: 0; padding-left:1em; }
71+
72+
code { color:#666; border:solid 1px rgba(39,40,34,0.3); }
73+
code a { color:#f6007b; }
74+
code a:hover { color:#06b4fb; }
75+
76+
77+
pre {
78+
padding:0.1em 0.3em 0.1em 0.3em;
79+
white-space: pre-wrap;
80+
}
81+
82+
code {
83+
display: inline;
84+
font-size: 0.8em;
85+
padding-bottom: 0.1em;
86+
padding-left: 0.4em;
87+
padding-right: 0.4em;
88+
border-radius: 0.2em;
89+
background-color: transparent;
90+
white-space: pre;
91+
}

Diff for: css/font.css

+65
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 23, 2013 */
2+
3+
@font-face {
4+
font-family: 'dsm';
5+
src: url('./font/droidsansmono.eot');
6+
src: url('./font/droidsansmono.eot?#iefix') format('embedded-opentype'),
7+
url('./font/droidsansmono.woff') format('woff'),
8+
url('./font/droidsansmono.ttf') format('truetype');
9+
font-weight: normal;
10+
font-style: normal;
11+
}
12+
13+
14+
@font-face {
15+
font-family: 'cabin';
16+
src: url('./font/cabin-regular-webfont.eot');
17+
src: url('./font/cabin-regular-webfont.eot?#iefix') format('embedded-opentype'),
18+
url('./font/cabin-regular-webfont.woff') format('woff'),
19+
url('./font/cabin-regular-webfont.ttf') format('truetype'),
20+
url('./font/cabin-regular-webfont.svg#cabinregular') format('svg');
21+
font-weight: normal;
22+
font-style: normal;
23+
24+
}
25+
26+
27+
@font-face {
28+
font-family: 'cabin';
29+
src: url('./font/cabin-semibold-webfont.eot');
30+
src: url('./font/cabin-semibold-webfont.eot?#iefix') format('embedded-opentype'),
31+
url('./font/cabin-semibold-webfont.woff') format('woff'),
32+
url('./font/cabin-semibold-webfont.ttf') format('truetype'),
33+
url('./font/cabin-semibold-webfont.svg#cabinsemibold') format('svg');
34+
font-weight: 600;
35+
font-style: normal;
36+
37+
}
38+
39+
40+
@font-face {
41+
font-family: 'cabin';
42+
src: url('./font/cabin-medium-webfont.eot');
43+
src: url('./font/cabin-medium-webfont.eot?#iefix') format('embedded-opentype'),
44+
url('./font/cabin-medium-webfont.woff') format('woff'),
45+
url('./font/cabin-medium-webfont.ttf') format('truetype'),
46+
url('./font/cabin-medium-webfont.svg#cabinmedium') format('svg');
47+
font-weight: 500;
48+
font-style: normal;
49+
50+
}
51+
52+
53+
54+
55+
@font-face {
56+
font-family: 'cabin';
57+
src: url('./font/cabin-bold-webfont.eot');
58+
src: url('./font/cabin-bold-webfont.eot?#iefix') format('embedded-opentype'),
59+
url('./font/cabin-bold-webfont.woff') format('woff'),
60+
url('./font/cabin-bold-webfont.ttf') format('truetype'),
61+
url('./font/cabin-bold-webfont.svg#cabinbold') format('svg');
62+
font-weight: bold;
63+
font-style: normal;
64+
65+
}

Diff for: css/font/cabin-bold-webfont.eot

23.4 KB
Binary file not shown.

Diff for: css/font/cabin-bold-webfont.svg

+1,804
Loading

Diff for: css/font/cabin-bold-webfont.ttf

56.7 KB
Binary file not shown.

Diff for: css/font/cabin-bold-webfont.woff

26.2 KB
Binary file not shown.

Diff for: css/font/cabin-medium-webfont.eot

24.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)