Skip to content

Commit abb38b7

Browse files
Merge branch 'master' into feature/discord-info
2 parents 0565a49 + c13d3ae commit abb38b7

File tree

10 files changed

+523
-64
lines changed

10 files changed

+523
-64
lines changed

Constitution.pdf

57.2 KB
Binary file not shown.

Gemfile.lock

Lines changed: 55 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.3.3)
4+
activesupport (6.0.3.6)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
@@ -16,48 +16,53 @@ GEM
1616
colorator (1.1.0)
1717
commonmarker (0.17.13)
1818
ruby-enum (~> 0.5)
19-
concurrent-ruby (1.1.7)
20-
dnsruby (1.61.4)
19+
concurrent-ruby (1.1.8)
20+
dnsruby (1.61.5)
2121
simpleidn (~> 0.1)
22-
em-websocket (0.5.1)
22+
em-websocket (0.5.2)
2323
eventmachine (>= 0.12.9)
2424
http_parser.rb (~> 0.6.0)
25-
ethon (0.12.0)
26-
ffi (>= 1.3.0)
27-
eventmachine (1.2.7)
25+
ethon (0.14.0)
26+
ffi (>= 1.15.0)
2827
eventmachine (1.2.7-x64-mingw32)
2928
execjs (2.7.0)
30-
faraday (1.0.1)
29+
faraday (1.4.1)
30+
faraday-excon (~> 1.1)
31+
faraday-net_http (~> 1.0)
32+
faraday-net_http_persistent (~> 1.1)
3133
multipart-post (>= 1.2, < 3)
32-
ffi (1.13.1)
33-
ffi (1.13.1-x64-mingw32)
34+
ruby2_keywords (>= 0.0.4)
35+
faraday-excon (1.1.0)
36+
faraday-net_http (1.0.1)
37+
faraday-net_http_persistent (1.1.0)
38+
ffi (1.15.0-x64-mingw32)
3439
forwardable-extended (2.6.0)
3540
gemoji (3.0.1)
36-
github-pages (207)
37-
github-pages-health-check (= 1.16.1)
41+
github-pages (214)
42+
github-pages-health-check (= 1.17.0)
3843
jekyll (= 3.9.0)
3944
jekyll-avatar (= 0.7.0)
4045
jekyll-coffeescript (= 1.1.1)
4146
jekyll-commonmark-ghpages (= 0.1.6)
4247
jekyll-default-layout (= 0.1.4)
43-
jekyll-feed (= 0.13.0)
48+
jekyll-feed (= 0.15.1)
4449
jekyll-gist (= 1.5.0)
4550
jekyll-github-metadata (= 2.13.0)
46-
jekyll-mentions (= 1.5.1)
51+
jekyll-mentions (= 1.6.0)
4752
jekyll-optional-front-matter (= 0.3.2)
4853
jekyll-paginate (= 1.1.0)
4954
jekyll-readme-index (= 0.3.0)
50-
jekyll-redirect-from (= 0.15.0)
55+
jekyll-redirect-from (= 0.16.0)
5156
jekyll-relative-links (= 0.6.1)
52-
jekyll-remote-theme (= 0.4.1)
57+
jekyll-remote-theme (= 0.4.3)
5358
jekyll-sass-converter (= 1.5.2)
54-
jekyll-seo-tag (= 2.6.1)
59+
jekyll-seo-tag (= 2.7.1)
5560
jekyll-sitemap (= 1.4.0)
5661
jekyll-swiss (= 1.0.0)
5762
jekyll-theme-architect (= 0.1.1)
5863
jekyll-theme-cayman (= 0.1.1)
5964
jekyll-theme-dinky (= 0.1.1)
60-
jekyll-theme-hacker (= 0.1.1)
65+
jekyll-theme-hacker (= 0.1.2)
6166
jekyll-theme-leap-day (= 0.1.1)
6267
jekyll-theme-merlot (= 0.1.1)
6368
jekyll-theme-midnight (= 0.1.1)
@@ -68,20 +73,20 @@ GEM
6873
jekyll-theme-tactile (= 0.1.1)
6974
jekyll-theme-time-machine (= 0.1.1)
7075
jekyll-titles-from-headings (= 0.5.3)
71-
jemoji (= 0.11.1)
72-
kramdown (= 2.3.0)
76+
jemoji (= 0.12.0)
77+
kramdown (= 2.3.1)
7378
kramdown-parser-gfm (= 1.1.0)
7479
liquid (= 4.0.3)
7580
mercenary (~> 0.3)
7681
minima (= 2.5.1)
7782
nokogiri (>= 1.10.4, < 2.0)
78-
rouge (= 3.19.0)
83+
rouge (= 3.26.0)
7984
terminal-table (~> 1.4)
80-
github-pages-health-check (1.16.1)
85+
github-pages-health-check (1.17.0)
8186
addressable (~> 2.3)
8287
dnsruby (~> 1.60)
8388
octokit (~> 4.0)
84-
public_suffix (~> 3.0)
89+
public_suffix (>= 2.0.2, < 5.0)
8590
typhoeus (~> 1.3)
8691
html-pipeline (2.14.0)
8792
activesupport (>= 2)
@@ -116,33 +121,34 @@ GEM
116121
rouge (>= 2.0, < 4.0)
117122
jekyll-default-layout (0.1.4)
118123
jekyll (~> 3.0)
119-
jekyll-feed (0.13.0)
124+
jekyll-feed (0.15.1)
120125
jekyll (>= 3.7, < 5.0)
121126
jekyll-gist (1.5.0)
122127
octokit (~> 4.2)
123128
jekyll-github-metadata (2.13.0)
124129
jekyll (>= 3.4, < 5.0)
125130
octokit (~> 4.0, != 4.4.0)
126-
jekyll-mentions (1.5.1)
131+
jekyll-mentions (1.6.0)
127132
html-pipeline (~> 2.3)
128133
jekyll (>= 3.7, < 5.0)
129134
jekyll-optional-front-matter (0.3.2)
130135
jekyll (>= 3.0, < 5.0)
131136
jekyll-paginate (1.1.0)
132137
jekyll-readme-index (0.3.0)
133138
jekyll (>= 3.0, < 5.0)
134-
jekyll-redirect-from (0.15.0)
139+
jekyll-redirect-from (0.16.0)
135140
jekyll (>= 3.3, < 5.0)
136141
jekyll-relative-links (0.6.1)
137142
jekyll (>= 3.3, < 5.0)
138-
jekyll-remote-theme (0.4.1)
143+
jekyll-remote-theme (0.4.3)
139144
addressable (~> 2.0)
140145
jekyll (>= 3.5, < 5.0)
141-
rubyzip (>= 1.3.0)
146+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
147+
rubyzip (>= 1.3.0, < 3.0)
142148
jekyll-sass-converter (1.5.2)
143149
sass (~> 3.4)
144-
jekyll-seo-tag (2.6.1)
145-
jekyll (>= 3.3, < 5.0)
150+
jekyll-seo-tag (2.7.1)
151+
jekyll (>= 3.8, < 5.0)
146152
jekyll-sitemap (1.4.0)
147153
jekyll (>= 3.7, < 5.0)
148154
jekyll-swiss (1.0.0)
@@ -155,8 +161,8 @@ GEM
155161
jekyll-theme-dinky (0.1.1)
156162
jekyll (~> 3.5)
157163
jekyll-seo-tag (~> 2.0)
158-
jekyll-theme-hacker (0.1.1)
159-
jekyll (~> 3.5)
164+
jekyll-theme-hacker (0.1.2)
165+
jekyll (> 3.5, < 5.0)
160166
jekyll-seo-tag (~> 2.0)
161167
jekyll-theme-leap-day (0.1.1)
162168
jekyll (~> 3.5)
@@ -190,45 +196,42 @@ GEM
190196
jekyll (>= 3.3, < 5.0)
191197
jekyll-watch (2.2.1)
192198
listen (~> 3.0)
193-
jemoji (0.11.1)
199+
jemoji (0.12.0)
194200
gemoji (~> 3.0)
195201
html-pipeline (~> 2.2)
196202
jekyll (>= 3.0, < 5.0)
197-
kramdown (2.3.0)
203+
kramdown (2.3.1)
198204
rexml
199205
kramdown-parser-gfm (1.1.0)
200206
kramdown (~> 2.0)
201207
liquid (4.0.3)
202-
listen (3.2.1)
208+
listen (3.5.1)
203209
rb-fsevent (~> 0.10, >= 0.10.3)
204210
rb-inotify (~> 0.9, >= 0.9.10)
205211
mercenary (0.3.6)
206-
mini_portile2 (2.5.0)
207212
minima (2.5.1)
208213
jekyll (>= 3.5, < 5.0)
209214
jekyll-feed (~> 0.9)
210215
jekyll-seo-tag (~> 2.1)
211-
minitest (5.14.2)
216+
minitest (5.14.4)
212217
multipart-post (2.1.1)
213-
nokogiri (1.11.1)
214-
mini_portile2 (~> 2.5.0)
215-
racc (~> 1.4)
216-
nokogiri (1.11.1-x64-mingw32)
218+
nokogiri (1.11.3-x64-mingw32)
217219
racc (~> 1.4)
218-
octokit (4.18.0)
220+
octokit (4.21.0)
219221
faraday (>= 0.9)
220222
sawyer (~> 0.8.0, >= 0.5.3)
221223
pathutil (0.16.2)
222224
forwardable-extended (~> 2.6)
223-
public_suffix (3.1.1)
225+
public_suffix (4.0.6)
224226
racc (1.5.2)
225227
rb-fsevent (0.10.4)
226228
rb-inotify (0.10.1)
227229
ffi (~> 1.0)
228-
rexml (3.2.4)
229-
rouge (3.19.0)
230-
ruby-enum (0.8.0)
230+
rexml (3.2.5)
231+
rouge (3.26.0)
232+
ruby-enum (0.9.0)
231233
i18n
234+
ruby2_keywords (0.0.4)
232235
rubyzip (2.3.0)
233236
safe_yaml (1.0.5)
234237
sass (3.7.4)
@@ -239,28 +242,28 @@ GEM
239242
sawyer (0.8.2)
240243
addressable (>= 2.3.5)
241244
faraday (> 0.8, < 2.0)
242-
simpleidn (0.1.1)
245+
simpleidn (0.2.1)
243246
unf (~> 0.1.4)
244247
terminal-table (1.8.0)
245248
unicode-display_width (~> 1.1, >= 1.1.1)
246249
thread_safe (0.3.6)
247250
typhoeus (1.4.0)
248251
ethon (>= 0.9.0)
249-
tzinfo (1.2.7)
252+
tzinfo (1.2.9)
250253
thread_safe (~> 0.1)
251254
unf (0.1.4)
252255
unf_ext
253-
unf_ext (0.0.7.7)
254256
unf_ext (0.0.7.7-x64-mingw32)
255257
unicode-display_width (1.7.0)
256-
zeitwerk (2.4.0)
258+
wdm (0.1.1)
259+
zeitwerk (2.4.2)
257260

258261
PLATFORMS
259-
ruby
260262
x64-mingw32
261263

262264
DEPENDENCIES
263265
github-pages
266+
wdm (>= 0.1.0)
264267

265268
BUNDLED WITH
266-
2.1.4
269+
2.2.16

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ This repository holds the code for CodeWith, a group in the UK that offers free
33

44
# Our Event
55
We run events online and manage it all through
6-
[our Slack group](https://www.codewith.org.uk/contact.html).
6+
[our Slack group](https://www.codewith.org.uk/contact).
77
It's all free, so if you're in the area please come along!
88

9-
You can see our current events at https://www.codewith.org.uk/events.html
9+
You can see our current events at https://www.codewith.org.uk/events
1010

1111
# Contributing to this repository
1212
## Repository branches
@@ -19,7 +19,7 @@ Feature/* | New code being developed | Contributors
1919

2020
## Pull requests
2121

22-
Please submit pull requests with useful descriptions, if you don't know how to use pull requests ask in [our Slack group](https://www.codewith.org.uk/contact.html).
22+
Please submit pull requests with useful descriptions, if you don't know how to use pull requests ask in [our Slack group](https://www.codewith.org.uk/contact).
2323

2424

2525
## Testing
@@ -57,11 +57,11 @@ Open a command line in the root directory of the repository.
5757

5858
If this is the first time you have built the site, make sure you have run `bundle pack` before attempting to build the site using jekyll.
5959

60-
>:Warning: The website uses extensionless links, meaning we don't need to include the '.html' extension on web pages and in anchor (&lt;a&gt;) links. In order that these links work while you view the site locally, open a new command-line window, navigate to the folder containing the website's source code, and run `bundle exec jekyll serve`. Leave that window running while you make your changes. This will start a local server and the address is shown in the command-line.
60+
:Warning: The website uses extensionless links, meaning we don't need to include the '.html' extension on web pages and in anchor (&lt;a&gt;) links. In order that these links work while you view the site locally, open a new command-line window, navigate to the folder containing the website's source code, and run `bundle exec jekyll serve`. Leave that window running while you make your changes. This will start a local server and the address is shown in the command-line.
6161

6262
The site rebuilds after every change, so just refresh the page in your browser to see the changes.
6363

64-
>:Warning: do not edit anything in the site folder as it will not be comitted and is overwritten everytime you build the site.
64+
:Warning: do not edit anything in the site folder as it will not be comitted and is overwritten everytime you build the site.
6565

6666

6767

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 constitution <a target="_blank" type="application/pdf" 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>

0 commit comments

Comments
 (0)