Skip to content

Commit 4ee3fab

Browse files
committed
first commit
0 parents  commit 4ee3fab

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+5384
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Welcome to the CoderDojo Waterford FAQ section!
2+
### Feel free to drop us a message on our Facebook page if you still have any questions.
3+
# gitbook-faq

SUMMARY.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Summary
2+
3+
4+
## Ninjas
5+
6+
* [How does it work?](main/ninjas/q1.md)
7+
* [How do I join?](main/ninjas/q2.md)
8+
* [Who can join?](main/ninjas/q3.md)
9+
* [Where are we?](main/ninjas/q4.md)
10+
* [When and what time do we meet?](main/ninjas/q5.md)
11+
* [What is required for each session?](main/ninjas/q6.md)
12+
* [Is it free?](main/ninjas/q7.md)
13+
* [What will you work on?](main/ninjas/q8.md)
14+
15+
16+
## Mentors
17+
* [Do I require technical expertise?](main/mentors/q1.md)
18+
* [Any other requirements?](main/mentors/q2.md)
19+
* [How do I join?](main/mentors/q3.md)
Binary file not shown.
Binary file not shown.

_book/gitbook/fonts/fontawesome/fontawesome-webfont.svg

+685
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,135 @@
1+
pre,
2+
code {
3+
/* http://jmblog.github.io/color-themes-for-highlightjs */
4+
/* Tomorrow Comment */
5+
/* Tomorrow Red */
6+
/* Tomorrow Orange */
7+
/* Tomorrow Yellow */
8+
/* Tomorrow Green */
9+
/* Tomorrow Aqua */
10+
/* Tomorrow Blue */
11+
/* Tomorrow Purple */
12+
}
13+
pre .hljs-comment,
14+
code .hljs-comment,
15+
pre .hljs-title,
16+
code .hljs-title {
17+
color: #8e908c;
18+
}
19+
pre .hljs-variable,
20+
code .hljs-variable,
21+
pre .hljs-attribute,
22+
code .hljs-attribute,
23+
pre .hljs-tag,
24+
code .hljs-tag,
25+
pre .hljs-regexp,
26+
code .hljs-regexp,
27+
pre .hljs-deletion,
28+
code .hljs-deletion,
29+
pre .ruby .hljs-constant,
30+
code .ruby .hljs-constant,
31+
pre .xml .hljs-tag .hljs-title,
32+
code .xml .hljs-tag .hljs-title,
33+
pre .xml .hljs-pi,
34+
code .xml .hljs-pi,
35+
pre .xml .hljs-doctype,
36+
code .xml .hljs-doctype,
37+
pre .html .hljs-doctype,
38+
code .html .hljs-doctype,
39+
pre .css .hljs-id,
40+
code .css .hljs-id,
41+
pre .css .hljs-class,
42+
code .css .hljs-class,
43+
pre .css .hljs-pseudo,
44+
code .css .hljs-pseudo {
45+
color: #c82829;
46+
}
47+
pre .hljs-number,
48+
code .hljs-number,
49+
pre .hljs-preprocessor,
50+
code .hljs-preprocessor,
51+
pre .hljs-pragma,
52+
code .hljs-pragma,
53+
pre .hljs-built_in,
54+
code .hljs-built_in,
55+
pre .hljs-literal,
56+
code .hljs-literal,
57+
pre .hljs-params,
58+
code .hljs-params,
59+
pre .hljs-constant,
60+
code .hljs-constant {
61+
color: #f5871f;
62+
}
63+
pre .ruby .hljs-class .hljs-title,
64+
code .ruby .hljs-class .hljs-title,
65+
pre .css .hljs-rules .hljs-attribute,
66+
code .css .hljs-rules .hljs-attribute {
67+
color: #eab700;
68+
}
69+
pre .hljs-string,
70+
code .hljs-string,
71+
pre .hljs-value,
72+
code .hljs-value,
73+
pre .hljs-inheritance,
74+
code .hljs-inheritance,
75+
pre .hljs-header,
76+
code .hljs-header,
77+
pre .hljs-addition,
78+
code .hljs-addition,
79+
pre .ruby .hljs-symbol,
80+
code .ruby .hljs-symbol,
81+
pre .xml .hljs-cdata,
82+
code .xml .hljs-cdata {
83+
color: #718c00;
84+
}
85+
pre .css .hljs-hexcolor,
86+
code .css .hljs-hexcolor {
87+
color: #3e999f;
88+
}
89+
pre .hljs-function,
90+
code .hljs-function,
91+
pre .python .hljs-decorator,
92+
code .python .hljs-decorator,
93+
pre .python .hljs-title,
94+
code .python .hljs-title,
95+
pre .ruby .hljs-function .hljs-title,
96+
code .ruby .hljs-function .hljs-title,
97+
pre .ruby .hljs-title .hljs-keyword,
98+
code .ruby .hljs-title .hljs-keyword,
99+
pre .perl .hljs-sub,
100+
code .perl .hljs-sub,
101+
pre .javascript .hljs-title,
102+
code .javascript .hljs-title,
103+
pre .coffeescript .hljs-title,
104+
code .coffeescript .hljs-title {
105+
color: #4271ae;
106+
}
107+
pre .hljs-keyword,
108+
code .hljs-keyword,
109+
pre .javascript .hljs-function,
110+
code .javascript .hljs-function {
111+
color: #8959a8;
112+
}
113+
pre .hljs,
114+
code .hljs {
115+
display: block;
116+
background: white;
117+
color: #4d4d4c;
118+
padding: 0.5em;
119+
}
120+
pre .coffeescript .javascript,
121+
code .coffeescript .javascript,
122+
pre .javascript .xml,
123+
code .javascript .xml,
124+
pre .tex .hljs-formula,
125+
code .tex .hljs-formula,
126+
pre .xml .javascript,
127+
code .xml .javascript,
128+
pre .xml .vbscript,
129+
code .xml .vbscript,
130+
pre .xml .css,
131+
code .xml .css,
132+
pre .xml .hljs-cdata,
133+
code .xml .hljs-cdata {
134+
opacity: 0.5;
135+
}

_book/gitbook/gitbook-plugin-highlight/website.css

+434
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
(function() {
2+
var newEl = document.createElement('script'),
3+
firstScriptTag = document.getElementsByTagName('script')[0];
4+
5+
if (firstScriptTag) {
6+
newEl.async = 1;
7+
newEl.src = '//' + window.location.hostname + ':35729/livereload.js';
8+
firstScriptTag.parentNode.insertBefore(newEl, firstScriptTag);
9+
}
10+
11+
})();

_book/gitbook/gitbook-plugin-lunr/lunr.min.js

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)