-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathactivities.html
61 lines (56 loc) · 1.95 KB
/
activities.html
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
---
title: Activities
layout: default
---
<main role="main">
<div class="container">
{% include title-section.html %}
<div class="bg-white">
<div class="row">
<div class="col-md-12">
<h2>
<a href="workshops.html">Workshops</a>
</h2>
<p>
Whilst most of our mentors help with whatever's going on that day, some prefer to prepare workshops and lead them over the
course of an evening. If you have an idea for a workshop, either to attend or run,
<a href="mailto:codeupmanchester@gmail.com?subject=CodeUp Manchester Workshop">send us an email</a>
or simply shout up on
<a href="https://join.slack.com/t/codeupmanchester/shared_invite/enQtMzI4OTYyOTg1NTU1LTAxODBiMzg1YjMxMzhjYmRlN2VjMmE1YTIwYmI2ZDQxZmZhODlhZTVlZWU4OTY3YTU0ZDE2YjQzNDgyMjRiYTU">our Slack channel</a>.
</p>
<p>
Details of and resources for our past workshops can be found <a href="workshops.html">here</a>.
</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h2>
External Sites
</h2>
<p>
There are plenty of places to go on the Internet to learn, practice, share and discover more about code, and quite often
we get people attending who are working their way through resources they've found elsewhere on the web. The following
are just a few of the ones we see people on, along with some we recommend you try.
</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h3>
Learning
</h3>
</div>
{% include_relative learning.html %}
</div>
<div class="row">
<div class="col-md-12">
<h3>
Practice
</h3>
</div>
{% include_relative practice.html %}
</div>
</div>
</div>
</main>