Skip to content

Commit d5c1d33

Browse files
Merge pull request #89 from CodeWithGroup/release
Release -> Master
2 parents 8705ed7 + e114f90 commit d5c1d33

File tree

7 files changed

+436
-4
lines changed

7 files changed

+436
-4
lines changed

Constitution.pdf

57.2 KB
Binary file not shown.

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ GEM
253253
unf_ext (0.0.7.7)
254254
unf_ext (0.0.7.7-x64-mingw32)
255255
unicode-display_width (1.7.0)
256+
wdm (0.1.1)
256257
zeitwerk (2.4.0)
257258

258259
PLATFORMS
@@ -261,6 +262,7 @@ PLATFORMS
261262

262263
DEPENDENCIES
263264
github-pages
265+
wdm (>= 0.1.0)
264266

265267
BUNDLED WITH
266268
2.1.4

about.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ <h2>History</h2>
3434
events. You can find out more about our committee and mentors on the <a href="{{site.url}}/people">people page</a>.
3535
</p>
3636

37-
<h3>Committee</h3>
37+
<h2>Constitution</h2>
38+
<p>You can view our constituion <a href="{{site.url}}/Constitution.pdf">here</a>.</p>
39+
40+
<h2>Committee</h2>
3841
<p>
3942
We are run by a team of volunteers who have organised coding meetups for years.
4043
</p>

admin.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,9 @@ <h4><a href="{{site.url}}/availability-process">Availability Spreadsheet</a></h4
2828
<h4><a href="https://forms.gle/HDu49ukTBM6uLpBCA" target="_blank">Event Request/Kick-Off Form</a></h4>
2929
<h4><a href="{{site.url}}/event-process">Event Process</a></h4>
3030
<h4><a href="https://docs.google.com/spreadsheets/d/1khRdEN3QSD9yQnv9zz_TshaJ4QcczEtEoy1BAv6_UKU/edit?usp=sharing" target="_blank">Feedback from Attendees</a></h4>
31+
32+
<h2>Marketing</h2>
33+
<h4><a href="{{site.url}}/mailinglist-process">Mailing List Process</a></h4>
34+
3135
</div>
3236
</div>

images/flowchart-mailinglist.svg

Lines changed: 381 additions & 0 deletions
Loading

pages-activities/activities-learning.html

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,12 @@ <h4>
163163
</div>
164164
</div>
165165
</div>
166-
167166
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
168167
<div class="row">
169168
<div class="card">
170169
<h4>
171170
<span class="fab fa-js-square"></span>
172-
<a href="https://javascript.info" target="_blank">The Modern JS Tutorial</a>
171+
<a href="https://javascript.info" target="_blank">Modern JS Tutorial</a>
173172
<span class="badge badge-success">Easy</span>
174173
</h4>
175174
<p>
@@ -179,7 +178,21 @@ <h4>
179178
</div>
180179
</div>
181180
</div>
182-
181+
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
182+
<div class="row">
183+
<div class="card">
184+
<h4>
185+
<span class="fas fa-bolt"></span>
186+
<a href="https://sqlbolt.com/" target="_blank">SQL Bolt</a>
187+
<span class="badge badge-success">Easy</span>
188+
</h4>
189+
<p>
190+
SQLBolt is a series of interactive lessons and exercises designed to help you quickly learn SQL
191+
right in your browser. It's based on the open source <a href="https://www.mysql.com/">MySQL</a> syntax.
192+
</p>
193+
</div>
194+
</div>
195+
</div>
183196
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
184197
<div class="row">
185198
<div class="card">
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
permalink: /mailinglist-process/
3+
layout: default
4+
suffixes:
5+
- Assistance,
6+
- Power,
7+
- Resources,
8+
- Responsibility,
9+
- Us
10+
title: Mailing List Process
11+
sitemap: false
12+
---
13+
14+
<h1>Mailing List Process</h1>
15+
16+
<p>Anyone can submit a message to be sent to the mailing list, to be sent either in a specific email or in the next newsletter.</p>
17+
18+
<p>Submissions should be sent to any committee member.</p>
19+
20+
<h2>Use of the mailing list</h2>
21+
22+
<p>If event details are in the submitted draft, it must have followed the <a href="{{site.url}}/event-process"></a>CodeWith Event Process</a>.</p>
23+
<h2>Process flow</h2>
24+
25+
<div class="row">
26+
<div class="col-12">
27+
<img class="img-fluid" src="{{site.url}}/images/flowchart-mailinglist.svg" style="max-width: 50em;">
28+
</div>
29+
</div>

0 commit comments

Comments
 (0)