-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathabout.html
More file actions
67 lines (63 loc) · 2.35 KB
/
about.html
File metadata and controls
67 lines (63 loc) · 2.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
permalink: /about/
layout: default
suffixes:
- Committee,
- Equity,
- History,
- Leadership,
- Publicity,
- Support,
- Us
title: About
---
<h1>{{page.title}}</h1>
<h2>Our Mission</h2>
<p style="font-size: larger;">
<strong>
To create a space for adults to pursue programming-related learning and conversation, where everyone is
valued, everyone has agency, and everyone is supported.
</strong>
</p>
<h2>History</h2>
<p>
CodeWith carries the torch of CodeUp, set up by Claire Wicher in early 2015. The aim was to provide free and
friendly coding tuition to adults who wanted it, and that is now CodeWith's aim too. We want somewhere everyone,
from complete beginners to accomplished software engineers, can come together and share their enjoyment of coding.
</p>
<p>
Over the years CodeUp spread to twenty different locations with multiple different organisers, and CodeWith has
consolidated their knowledge and experience into a single committee of organisers and mentors who run regular
events. You can find out more about our committee and mentors on the <a href="{{site.url}}/people">people page</a>.
</p>
<h2>Committee</h2>
<p>
We are run by a team of volunteers who have organised coding meetups for years.
</p>
<div class="row committee-photos">
<div class="col-sm-5 col-md-4 col-lg-3 card text-center">
<img class="profile-photo" src="{{site.url}}/images/drew-profile-photo.jpg">
<br />
<h4><a href="{{site.url}}/people#drew-morgan">Drew Morgan</a></h4>
<strong>
<smaller>Benevolent Leader</smaller>
</strong>
<smaller style="color: #777777">Host, Manchester</smaller>
</div>
<div class="col-sm-5 col-md-4 col-lg-3 card text-center">
<img class="profile-photo" src="{{site.url}}/images/keiran-profile-photo.png">
<br />
<h4><a href="{{site.url}}/people#keiran-wilkinson">Keiran Wilkinson</a></h4>
<strong>
<smaller>Deputy Benevolent Leader</smaller>
</strong>
<smaller style="color: #777777">Host, Manchester</smaller>
</div>
<div class="col-sm-5 col-md-4 col-lg-3 card text-center">
<img class="profile-photo" src="{{site.url}}/images/nathan.jpg">
<br />
<h4><a href="{{site.url}}/people#keiran-wilkinson">Nathan Scott</a></h4>
<smaller style="color: #777777">Host, Leeds</smaller>
</div>
</div>
<br />