Skip to content

Commit 2d4d8ad

Browse files
Merge branch 'master' into feature/discord-info
2 parents e9b05bb + 8705ed7 commit 2d4d8ad

File tree

6 files changed

+55
-21
lines changed

6 files changed

+55
-21
lines changed

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -203,23 +203,25 @@ GEM
203203
rb-fsevent (~> 0.10, >= 0.10.3)
204204
rb-inotify (~> 0.9, >= 0.9.10)
205205
mercenary (0.3.6)
206-
mini_portile2 (2.4.0)
206+
mini_portile2 (2.5.0)
207207
minima (2.5.1)
208208
jekyll (>= 3.5, < 5.0)
209209
jekyll-feed (~> 0.9)
210210
jekyll-seo-tag (~> 2.1)
211211
minitest (5.14.2)
212212
multipart-post (2.1.1)
213-
nokogiri (1.10.10)
214-
mini_portile2 (~> 2.4.0)
215-
nokogiri (1.10.10-x64-mingw32)
216-
mini_portile2 (~> 2.4.0)
213+
nokogiri (1.11.1)
214+
mini_portile2 (~> 2.5.0)
215+
racc (~> 1.4)
216+
nokogiri (1.11.1-x64-mingw32)
217+
racc (~> 1.4)
217218
octokit (4.18.0)
218219
faraday (>= 0.9)
219220
sawyer (~> 0.8.0, >= 0.5.3)
220221
pathutil (0.16.2)
221222
forwardable-extended (~> 2.6)
222223
public_suffix (3.1.1)
224+
racc (1.5.2)
223225
rb-fsevent (0.10.4)
224226
rb-inotify (0.10.1)
225227
ffi (~> 1.0)
@@ -251,7 +253,6 @@ GEM
251253
unf_ext (0.0.7.7)
252254
unf_ext (0.0.7.7-x64-mingw32)
253255
unicode-display_width (1.7.0)
254-
wdm (0.1.1)
255256
zeitwerk (2.4.0)
256257

257258
PLATFORMS
@@ -260,7 +261,6 @@ PLATFORMS
260261

261262
DEPENDENCIES
262263
github-pages
263-
wdm (>= 0.1.0)
264264

265265
BUNDLED WITH
266266
2.1.4

_data/questions/cancel.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: "cancel"
2+
question: "I've signed up for one of the events but can no longer attend. How do I cancel my ticket?"
3+
answer: "<p>
4+
All our events are free, so you can cancel your tickets to an event via <a target=\"_blank\" href=\"https://www.eventbrite.co.uk/\">Eventbrite</a> any time before the event starts.
5+
</p>
6+
<h4>Go to your order.</h4>
7+
<p><a target=\"_blank\" href=\"https://www.eventbrite.com/login\">Log in</a> to your Eventbrite account, then click your order on the Tickets page.</p>
8+
<h4>Choose \"Cancel Order\".</h4>
9+
<p>Select \"Cancel Order\" (next to your order details). Then choose \"Yes, cancel this order\".</p>
10+
<h4>Check for an email from Eventbrite.</h4>
11+
<p>You will receive an email to confirm cancellation.</p>
12+
<p>If after following these steps you still struggle to cancel your ticket feel free to contact us using the <a href=\"!SITE_URL!/contact\">Contact Page</a>.</p>
13+
"

_data/questions/discord.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@ answer: "<p>
77
88
Once you have joined the server, check your email before the event which will tell you which channel to join. Most
99
of our events will start at the Main Stage channel.
10-
</p>
11-
"
12-
10+
</p>"

_data/questions/how-to-mentor.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,3 @@ answer: " <p>
1111
add you into the appropriate Slack channels, give you a folder of your own in our Google Drive, show
1212
you how to set up events, and so on.
1313
</p>"
14-
15-

_data/questions/teams.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: "teams"
2+
question: "I want to work on a project with other people. Can you support us?"
3+
answer: "<p>
4+
Definitely. We'll give your team a private channel on our Slack workspace,
5+
a private channel/room on our Discord server, and set up a shared folder for
6+
you in our Google Drive account. You also get all the help that other members
7+
get, including mentoring and conversations with our more experienced developers.
8+
</p>"

pages-activities/activities-learning.html

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ <h4>
8484
</h4>
8585
<p>
8686
E.A.K. is a revolutionary, online game that provides kids aged 8-14 with knowledge of both
87-
computational thinking and professional coding languages,
87+
computational thinking and professional coding languages,
8888
to effectively prepare them for 21st Century degrees and careers.
8989
</p>
9090
</div>
9191
</div>
9292
</div>
93-
93+
9494
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
9595
<div class="row">
9696
<div class="card">
@@ -100,18 +100,18 @@ <h4>
100100
<span class="badge badge-success">Easy</span>
101101
</h4>
102102
<p>
103-
Flexbox Froggy is a game for learning CSS flexbox.<br/>
104-
It takes inspiration from the classic arcade game
105-
<a href="https://en.wikipedia.org/wiki/Frogger">Frogger</a>,
106-
and web literacy games like the brilliant
107-
<a href="https://flukeout.github.io/" style="white-space: nowrap;">CSS Diner</a>
108-
and <a href="https://eraseallkittens.com/">Erase All Kittens</a>,
103+
Flexbox Froggy is a game for learning CSS flexbox.<br />
104+
It takes inspiration from the classic arcade game
105+
<a href="https://en.wikipedia.org/wiki/Frogger">Frogger</a>,
106+
and web literacy games like the brilliant
107+
<a href="https://flukeout.github.io/" style="white-space: nowrap;">CSS Diner</a>
108+
and <a href="https://eraseallkittens.com/">Erase All Kittens</a>,
109109
where you learn about CSS selectors and HTML markup respectively.
110110
</p>
111111
</div>
112112
</div>
113113
</div>
114-
114+
115115
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
116116
<div class="row">
117117
<div class="card">
@@ -214,4 +214,21 @@ <h4>
214214
</div>
215215
</div>
216216
</div>
217+
218+
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
219+
<div class="row">
220+
<div class="card">
221+
<h4>
222+
<span class="fab fa-js"></span>
223+
<a href="https://www.w3schools.com/sql/" target="_blank">W3 Schools SQL</a>
224+
<span class="badge badge-success">Easy</span>
225+
</h4>
226+
<p>
227+
An easy to follow tutorial through SQL. Teaches you basic queries, terminology and commands to get
228+
you started on your SQL adventure. Also a small quiz at the end of each topic to review what you had
229+
learned.
230+
</p>
231+
</div>
232+
</div>
233+
</div>
217234
</div>

0 commit comments

Comments
 (0)