Skip to content

Commit ec9ee83

Browse files
ReenaRajaniticidesign
authored andcommitted
Sydney updates (#66)
* adding slides with coding dojo explanation (#1) * Update slides based on feedback from last session (#6)
1 parent 47a55cb commit ec9ee83

File tree

10 files changed

+1896
-0
lines changed

10 files changed

+1896
-0
lines changed

slides/LICENSE

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2015 Nik Butenko
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
22+

slides/css/highlight/agate.css

Lines changed: 137 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,137 @@
1+
/*!
2+
* Agate by Taufik Nurrohman <https://github.com/tovic>
3+
* ----------------------------------------------------
4+
*
5+
* #ade5fc
6+
* #a2fca2
7+
* #c6b4f0
8+
* #d36363
9+
* #fcc28c
10+
* #fc9b9b
11+
* #ffa
12+
* #fff
13+
* #333
14+
* #62c8f3
15+
* #888
16+
*
17+
*/
18+
19+
.hljs {
20+
display: block;
21+
overflow-x: auto;
22+
padding: .5em;
23+
background: #333;
24+
color: white;
25+
-webkit-text-size-adjust: none;
26+
}
27+
28+
.asciidoc .hljs-title,
29+
.hljs-label,
30+
.hljs-tag .hljs-title,
31+
.hljs-prompt,
32+
.http .hljs-request {
33+
font-weight: bold;
34+
}
35+
36+
.hljs-change,
37+
.hljs-code {
38+
font-style: italic;
39+
}
40+
41+
.hljs-tag,
42+
.ini .hljs-title {
43+
color: #62c8f3;
44+
}
45+
46+
.hljs-id,
47+
.hljs-cbracket,
48+
.hljs-tag .hljs-value {
49+
color: #ade5fc;
50+
}
51+
52+
.hljs-string,
53+
.hljs-bullet {
54+
color: #a2fca2;
55+
}
56+
57+
.hljs-type,
58+
.hljs-variable,
59+
.hljs-name,
60+
.actionscript .hljs-title,
61+
.aspectj .hljs-annotation,
62+
.aspectj .hljs-title,
63+
.hljs-attribute,
64+
.hljs-change,
65+
.hljs-blockquote,
66+
.hljs-built_in {
67+
color: #ffa;
68+
}
69+
70+
.hljs-number,
71+
.hljs-hexcolor,
72+
.hljs-link_label,
73+
.hljs-link_reference {
74+
color: #d36363;
75+
}
76+
77+
.hljs-keyword,
78+
.hljs-literal,
79+
.hljs-constant,
80+
.css .hljs-tag,
81+
.hljs-typename,
82+
.hljs-winutils {
83+
color: #fcc28c;
84+
}
85+
86+
.hljs-comment,
87+
.hljs-cdata,
88+
.hljs-preprocessor,
89+
.hljs-annotation,
90+
.hljs-decorator,
91+
.hljs-doctype,
92+
.hljs-deletion,
93+
.hljs-shebang,
94+
.apache .hljs-sqbracket,
95+
.tex .hljs-formula,
96+
.hljs-header,
97+
.hljs-horizontal_rule,
98+
.hljs-code {
99+
color: #888;
100+
}
101+
102+
.hljs-regexp,
103+
.hljs-attr_selector {
104+
color: #c6b4f0;
105+
}
106+
107+
.hljs-important,
108+
.hljs-doctype,
109+
.hljs-pi,
110+
.hljs-chunk,
111+
.actionscript .hljs-type,
112+
.hljs-shebang,
113+
.hljs-pragma,
114+
.http .hljs-attribute {
115+
color: #fc9b9b;
116+
}
117+
118+
.hljs-deletion {
119+
background-color: #fc9b9b;
120+
color: #333;
121+
}
122+
123+
.hljs-addition {
124+
background-color: #a2fca2;
125+
color: #333;
126+
}
127+
128+
.hljs a,
129+
.hljs-tag .hljs-attribute {
130+
color: inherit;
131+
}
132+
133+
.hljs a:focus,
134+
.hljs a:hover {
135+
color: inherit;
136+
text-decoration: underline;
137+
}

slides/css/highlight/github.css

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
/*
2+
3+
github.com style (c) Vasily Polovnyov <vast@whiteants.net>
4+
5+
*/
6+
7+
.hljs {
8+
display: block;
9+
overflow-x: auto;
10+
padding: 0.5em;
11+
color: #333;
12+
background: #f8f8f8;
13+
-webkit-text-size-adjust: none;
14+
}
15+
16+
.hljs-comment,
17+
.diff .hljs-header {
18+
color: #998;
19+
font-style: italic;
20+
}
21+
22+
.hljs-keyword,
23+
.css .rule .hljs-keyword,
24+
.hljs-winutils,
25+
.nginx .hljs-title,
26+
.hljs-subst,
27+
.hljs-request,
28+
.hljs-status {
29+
color: #333;
30+
font-weight: bold;
31+
}
32+
33+
.hljs-number,
34+
.hljs-hexcolor,
35+
.ruby .hljs-constant {
36+
color: #008080;
37+
}
38+
39+
.hljs-string,
40+
.hljs-tag .hljs-value,
41+
.hljs-doctag,
42+
.tex .hljs-formula {
43+
color: #d14;
44+
}
45+
46+
.hljs-title,
47+
.hljs-id,
48+
.scss .hljs-preprocessor {
49+
color: #900;
50+
font-weight: bold;
51+
}
52+
53+
.hljs-list .hljs-keyword,
54+
.hljs-subst {
55+
font-weight: normal;
56+
}
57+
58+
.hljs-class .hljs-title,
59+
.hljs-type,
60+
.vhdl .hljs-literal,
61+
.tex .hljs-command {
62+
color: #458;
63+
font-weight: bold;
64+
}
65+
66+
.hljs-tag,
67+
.hljs-tag .hljs-title,
68+
.hljs-rule .hljs-property,
69+
.django .hljs-tag .hljs-keyword {
70+
color: #000080;
71+
font-weight: normal;
72+
}
73+
74+
.hljs-attribute,
75+
.hljs-variable,
76+
.lisp .hljs-body,
77+
.hljs-name {
78+
color: #008080;
79+
}
80+
81+
.hljs-regexp {
82+
color: #009926;
83+
}
84+
85+
.hljs-symbol,
86+
.ruby .hljs-symbol .hljs-string,
87+
.lisp .hljs-keyword,
88+
.clojure .hljs-keyword,
89+
.scheme .hljs-keyword,
90+
.tex .hljs-special,
91+
.hljs-prompt {
92+
color: #990073;
93+
}
94+
95+
.hljs-built_in {
96+
color: #0086b3;
97+
}
98+
99+
.hljs-preprocessor,
100+
.hljs-pragma,
101+
.hljs-pi,
102+
.hljs-doctype,
103+
.hljs-shebang,
104+
.hljs-cdata {
105+
color: #999;
106+
font-weight: bold;
107+
}
108+
109+
.hljs-deletion {
110+
background: #fdd;
111+
}
112+
113+
.hljs-addition {
114+
background: #dfd;
115+
}
116+
117+
.diff .hljs-change {
118+
background: #0086b3;
119+
}
120+
121+
.hljs-chunk {
122+
color: #aaa;
123+
}

0 commit comments

Comments
 (0)