Skip to content

Commit 9b3d7b9

Browse files
authored
Merge pull request #85 from CodeWithGroup/feature/constitution
Adding a constitution link to the about page
2 parents 8705ed7 + bf904e9 commit 9b3d7b9

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
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>

0 commit comments

Comments
 (0)