Skip to content

Commit 37063dd

Browse files
authored
Merge pull request #81 from CodeWithGroup/feature/add_w3schools-to-resources_page
Adds a new resource to the Activities Learning Section for SQL that m…
2 parents 06af100 + 901c19b commit 37063dd

File tree

1 file changed

+26
-9
lines changed

1 file changed

+26
-9
lines changed

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)