Skip to content

Commit 4b3af5a

Browse files
authored
Merge pull request #2 from CodeWithGroup/master
Update from upstream
2 parents f4cad4e + 73433fc commit 4b3af5a

File tree

8 files changed

+192
-81
lines changed

8 files changed

+192
-81
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,21 @@ Quoted from https://jekyllrb.com/docs/
4343

4444
## Jekyll setup
4545

46-
Use [this guide](https://jekyllrb.com/docs/installation/) to setup Jekyll for your operating system.
46+
If you're familiar with Ruby gems, run the following:
47+
48+
`gem install bundle`
49+
50+
`gem install jekyll`
51+
52+
If this is your first time using Ruby or gems, use [this guide](https://jekyllrb.com/docs/installation/) to setup Jekyll for your operating system.
4753

4854
## Building the site
4955

50-
Open a command line in the root directory of the repository
56+
Open a command line in the root directory of the repository.
57+
58+
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.
5159

52-
Run `bundle exec jekyll build` to build the site, this will produce a `_site` folder with the required content
60+
Otherwise, run `bundle exec jekyll build` to build the site, this will produce a `_site` folder with the required content.
5361

5462
>:Warning: do not edit anything in the site folder as it will not be comitted and is overwritten everytime you build the site.
5563

about.html

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,29 @@
11
---
22
layout: default
33
suffixes:
4-
- Committee,
5-
- Equity,
6-
- History,
7-
- Leadership,
8-
- Publicity,
9-
- Support,
10-
- Us
4+
- Committee,
5+
- Equity,
6+
- History,
7+
- Leadership,
8+
- Publicity,
9+
- Support,
10+
- Us
1111
title: About
1212
---
1313

1414
<h1>{{page.title}}</h1>
1515

16-
<h2>Who are we?</h2>
16+
<h2>Our Mission</h2>
1717
<p>
18-
CodeWith is a new community for adults wanting to learn more about the world of computers.
19-
</p>
20-
<p>
21-
We're in the process of putting together a programme of events for people who want to learn to code or get into
22-
computing. Have a look at our <a href="events.html">events page</a> for more.
18+
<strong>
19+
To create a virtual space for adults to pursue programming-related learning and conversation, where everyone is
20+
valued, everyone has agency, and everyone is supported.
21+
</strong>
2322
</p>
2423

2524
<h2>History</h2>
2625
<p>
27-
CodeWith carries the torch of CodeUp, set up by Claire Wicher in early 2015. The aim to provide free and friendly
26+
CodeWith carries the torch of CodeUp, set up by Claire Wicher in early 2015. The aim to provide free and friendly
2827
adult coding tuition to adults who wanted it, and that is now CodeWith's aim too. We want somewhere everyone,
2928
from complete beginners to accomplished software engineers, can come together and share their enjoyment of coding.
3029
</p>
@@ -70,4 +69,4 @@ <h4><a href="people.html#sean-omahoney">Sean O'Mahoney</a></h4>
7069
<smaller>Publicity Officer</smaller>
7170
</div>
7271
</div>
73-
<br />
72+
<br />

code-of-conduct.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
2-
title: Code of Conduct
32
layout: default
3+
suffixes:
4+
- Assurance,
5+
- Safeguards,
6+
- Security,
7+
- Us
8+
title: Code of Conduct
49
---
510

611
# Code of Conduct

events.html

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,28 @@
11
---
22
layout: default
33
suffixes:
4-
- Databases,
5-
- Docker,
6-
- Git,
7-
- SQL,
8-
- Kubernetes,
9-
- Us
4+
- Databases,
5+
- Docker,
6+
- Git,
7+
- SQL,
8+
- Kubernetes,
9+
- Us
1010
title: Events
1111
---
1212

1313
<h1>{{page.title}}</h1>
14-
15-
<p>CodeWith mentors run drop-in sessions and workshops; you can read more about the sessions below.</p>
16-
17-
<p>Before attending any CodeWith event, please read our <a href="code-of-conduct.html">Code of Conduct</a>, which applies to all events we run. All
18-
attendees, speakers, and mentors must agree with this code of conduct. It helps us all to understand the
19-
community&apos;s shared values and provides clear guidelines on how we should behave.</p>
14+
<p>
15+
CodeWith runs <a href="#drop-ins">drop-in sessions</a>, <a href="#huddles">huddles</a>, and
16+
<a href="#workshops">scheduled workshops</a>; you can read more about each of these below.
17+
</p>
18+
<p>
19+
Before attending any CodeWith event, please read our <a href="code-of-conduct.html">Code of Conduct</a>, which
20+
applies to all events we run. All speakers, mentors, and attendees must agree with this; it helps us all to
21+
understand the community&apos;s shared values and provides clear guidelines on how we should behave.
22+
</p>
2023

2124
{% include_relative pages-events/events-drop-ins.html %}
2225
<br />
23-
{% include_relative pages-events/events-eventbrite-list.html %}
26+
{% include_relative pages-events/events-huddles.html %}
27+
<br />
28+
{% include_relative pages-events/events-eventbrite-list.html %}

index.html

Lines changed: 57 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
---
22
layout: default
33
suffixes:
4-
- Ambition,
5-
- Assistance,
6-
- Beginners,
7-
- Confidence,
8-
- Determination,
9-
- Encouragement,
10-
- Experts,
11-
- Friends,
12-
- Guidance,
13-
- Humour,
14-
- Intent,
15-
- Jokes,
16-
- Knowledge,
17-
- Laughter,
18-
- Mastery,
19-
- Novelty,
20-
- Others,
21-
- Purpose,
22-
- Questions,
23-
- Reason,
24-
- Support,
25-
- Trust,
26-
- Understanding,
27-
- Vision,
28-
- Us
4+
- Ambition,
5+
- Assistance,
6+
- Beginners,
7+
- Confidence,
8+
- Determination,
9+
- Encouragement,
10+
- Experts,
11+
- Friends,
12+
- Guidance,
13+
- Humour,
14+
- Intent,
15+
- Jokes,
16+
- Knowledge,
17+
- Laughter,
18+
- Mastery,
19+
- Novelty,
20+
- Others,
21+
- Purpose,
22+
- Questions,
23+
- Reason,
24+
- Support,
25+
- Trust,
26+
- Understanding,
27+
- Vision,
28+
- Us
2929
title: Home
3030
---
3131

@@ -34,13 +34,13 @@ <h1>Welcome to CodeWith!</h1>
3434
<div class="row intro">
3535
<div class="col-sm-3 col-md-2 text-center">
3636
<p class="intro-icon">
37-
<a href="about.html"><span class="fas fa-3x fa-book-open"></span></a>
37+
<a href="https://codewithpeople.slack.com"><span class="fab fa-3x fa-slack"></span></a>
3838
</p>
3939
</div>
4040
<div class="col-sm-9 col-md-10">
41-
<p class="intro-text">CodeWith is about free adult coding tuition for everyone. We offer a friendly space where
42-
anyone, from complete beginners to accomplished software engineers, can get together with like-minded people
43-
to learn and share a passion for coding. For more information, check out our <a href="about.html">about page</a>.
41+
<p class="intro-text">
42+
Want to dive right in? We usually have a few people connected to our
43+
<a href="https://codewithpeople.slack.com">Slack workspace</a>, so come and speak to us there!
4444
</p>
4545
</div>
4646
</div>
@@ -52,9 +52,10 @@ <h1>Welcome to CodeWith!</h1>
5252
</p>
5353
</div>
5454
<div class="col-sm-9 col-md-10">
55-
<p class="intro-text">We started the group in the midst of COVID-19 and so all our events are currently online.
56-
We hope to eventually host some events in person, but until then it'll all be done via webcam and
57-
microphone.
55+
<p class="intro-text">
56+
We started the group in the midst of COVID-19 and so all our activities are currently online.
57+
We hope to eventually host some events in person, but until then it'll all be done via keyboard,
58+
microphone, and/or webcam.
5859
</p>
5960
<p class="intro-text">
6061
For more information about the workshops, events, and drop-ins, have a look at the
@@ -63,14 +64,34 @@ <h1>Welcome to CodeWith!</h1>
6364
</div>
6465
</div>
6566

67+
<div class="row intro">
68+
<div class="col-sm-3 col-md-2 text-center">
69+
<p class="intro-icon">
70+
<a href="about.html"><span class="fas fa-3x fa-book-open"></span></a>
71+
</p>
72+
</div>
73+
<div class="col-sm-9 col-md-10">
74+
<p class="intro-text">
75+
Our mission is <strong>to create a virtual space for adults to pursue programming-related learning
76+
and conversation, where everyone is valued, everyone has agency, and everyone is supported.</strong>
77+
</p>
78+
<p class="intro-text">
79+
We offer a friendly space where anyone, from complete beginners to accomplished software engineers, can get
80+
together with like-minded people to learn and share a passion for coding. For more information, check out
81+
our <a href="about.html">about page</a>.
82+
</p>
83+
</div>
84+
</div>
85+
6686
<div class="row intro">
6787
<div class="col-sm-3 col-md-2 text-center">
6888
<p class="intro-icon">
6989
<a href="contact.html"><span class="fas fa-3x fa-envelope"></span></a>
7090
</p>
7191
</div>
7292
<div class="col-sm-9 col-md-10">
73-
<p class="intro-text"><strong>Stay up to date!</strong> There will be a lot of announcements over the coming
93+
<p class="intro-text">
94+
<strong>Stay up to date!</strong> There will be a lot of announcements over the coming
7495
weeks and the best way to hear about what we're doing is to sign up to our mailing list. There's a form
7596
where you can give us your details on our <a href="contact.html">contact page</a>.
7697
</p>
@@ -84,8 +105,8 @@ <h1>Welcome to CodeWith!</h1>
84105
</p>
85106
</div>
86107
<div class="col-sm-9 col-md-10">
87-
<p class="intro-text">We'd love to hear your feedback. Let us know your thoughts on our
88-
<a href="feedback.html">feedback form</a>.
108+
<p class="intro-text">
109+
We'd love to hear your feedback. Let us know your thoughts on our <a href="feedback.html">feedback form</a>.
89110
</p>
90111
</div>
91-
</div>
112+
</div>

pages-events/events-drop-ins.html

Lines changed: 76 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,103 @@
1+
<a name="drop-ins"></a>
12
<h2>Drop-in sessions</h2>
23
<p>
3-
Drop-in sessions are hosted by at least one mentor and run regularly in the evenings.
4-
You can get help on our <a href="https://codewithpeople.slack.com">Slack Workspace</a>
5-
or, if it's a really tricky problem, we can always jump into a Jitsi meeting with you.
4+
Drop-in sessions are run from our Slack workspace. We pick a time and make sure helpers and mentors are online,
5+
and invite people to come and ask us for help with anything at all. They run fairly regularly on weekday evenings,
6+
and occasionally even start without being scheduled! Discussions can be done through written messages, voice, or
7+
even over a video call. Sign in to our <a href="https://codewithpeople.slack.com">Slack workspace</a> to find out
8+
more.
69
</p>
710
<p>
8-
Jitsi links for regularly-scheduled sessions will be added to the web site a little
9-
before each drop-in event, so check back here to join via the 'Jitsi Link' button.
11+
Jitsi links for regularly-scheduled sessions will be added to the web site a little before each drop-in event, but
12+
we have a permanent Jitsi room set up at <a href="https://join.codewith.org.uk">https://join.codewith.org.uk</a>.
13+
You can also click the 'Jitsi Link' buttons below.
1014
</p>
15+
16+
<h3>National Coding Week</h3>
1117
<section id="events-drop-ins">
1218
<div class="row card">
1319
<div class="col-12">
1420
<div class="row">
1521
<div class="col-sm-4 col-lg-2 event-date">
16-
<span class="event-date-month"></span>
17-
<span class="event-date-day">TBC</span>
22+
<span class="event-date-month">SEP</span>
23+
<span class="event-date-day">16</span>
24+
<p>
25+
<span class="event-date-start-time">7pm - </span>
26+
27+
<span class="event-date-end-time">9pm</span>
28+
</p>
29+
</div>
30+
<div class="col-sm-8 col-lg-10 event-title">
31+
<span class="event-title">National Coding Week Drop-In</span>
32+
</div>
33+
</div>
34+
<div class="row">
35+
<div class="col-md-12 col-lg-9 event-description">
36+
<span class="event-description">
37+
An ad-hoc event for anyone who would like help with coding or coding-related stuff. This can be
38+
something related to one of our workshops, a question about how to get started, or anything else! </span>
39+
</div>
40+
<div class="col-md-12 col-lg-3 event-book-button">
41+
<a class="btn btn-primary float-right" type="button" href="https://join.codewith.org.uk">Jitsi Link
42+
<span class="fas fa-link"></span></a>
43+
</div>
44+
</div>
45+
</div>
46+
</div>
47+
<div class="row card">
48+
<div class="col-12">
49+
<div class="row">
50+
<div class="col-sm-4 col-lg-2 event-date">
51+
<span class="event-date-month">SEP</span>
52+
<span class="event-date-day">18</span>
53+
<p>
54+
<span class="event-date-start-time">7pm - </span>
55+
56+
<span class="event-date-end-time">9pm</span>
57+
</p>
58+
</div>
59+
<div class="col-sm-8 col-lg-10 event-title">
60+
<span class="event-title">National Coding Week Drop-In</span>
61+
</div>
62+
</div>
63+
<div class="row">
64+
<div class="col-md-12 col-lg-9 event-description">
65+
<span class="event-description">
66+
An ad-hoc event for anyone who would like help with coding or coding-related stuff. This can be
67+
something related to one of our workshops, a question about how to get started, or anything else! </span>
68+
</div>
69+
<div class="col-md-12 col-lg-3 event-book-button">
70+
<a class="btn btn-primary float-right" type="button" href="https://join.codewith.org.uk">Jitsi Link
71+
<span class="fas fa-link"></span></a>
72+
</div>
73+
</div>
74+
</div>
75+
</div>
76+
<div class="row card">
77+
<div class="col-12">
78+
<div class="row">
79+
<div class="col-sm-4 col-lg-2 event-date">
80+
<span class="event-date-month">OCT</span>
81+
<span class="event-date-day">12</span>
1882
<p>
1983
<span class="event-date-start-time">7pm - </span>
2084

2185
<span class="event-date-end-time">9pm</span>
2286
</p>
2387
</div>
2488
<div class="col-sm-8 col-lg-10 event-title">
25-
<span class="event-title">National Coding Week</span>
89+
<span class="event-title">CodeWith Drop-In</span>
2690
</div>
2791
</div>
2892
<div class="row">
2993
<div class="col-md-12 col-lg-9 event-description">
3094
<span class="event-description">
31-
A drop in for anyone who would like help with coding. This can be something related to one of
32-
our workshops or anything else! </span>
95+
An ad-hoc event for anyone who would like help with coding or coding-related stuff. This can be
96+
something related to one of our workshops, a question about how to get started, or anything else! </span>
3397
</div>
3498
<div class="col-md-12 col-lg-3 event-book-button">
35-
<a class="btn btn-primary float-right" type="button" href="https://join.codewith.org.uk">Jitsi Link <span
36-
class="fas fa-link"></span></a>
99+
<a class="btn btn-primary float-right" type="button" href="https://join.codewith.org.uk">Jitsi Link
100+
<span class="fas fa-link"></span></a>
37101
</div>
38102
</div>
39103
</div>

pages-events/events-eventbrite-list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
<a name="workshops"></a>
12
<h2>Scheduled Workshops</h2>
2-
33
<section id="events-scheduled">
44
<p><i class="fas fa-spinner fa-w-16 fa-spin fa-lg"></i> Loading...</p>
55
</section>

0 commit comments

Comments
 (0)