-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.html
124 lines (108 loc) · 4.4 KB
/
index.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
---
layout: base
nomenu: true
nonstandard: true
---
<header class="landing">
<div class="wrap">
<h1>Cardiff School of Mathematics</h1>
<img src="/res/CodeClubLogo.png" alt="Code Club Logo"/>
<p>We meet in M/0.33 School of Maths</p>
<p>Every Wednesday 17:00 - 19:00</p>
<nav class="landing">
<ul id="menu">
<li class="menu-name">Menu</li>
{% for item in site.data.menu %}
<li class="menu-item">
<a href="{{item.url}}">{{item.text}}</a>
</li>
{% endfor %}
</ul>
</nav>
</div>
</header>
<article class="landing">
<div class="reason">
<div class="wrap">
<h2>Code Club is fun</h2>
<div class="image">
<img src="/res/gifs/8GB-of-Notepad.gif" alt="Notepad gif"/>
</div>
<p>
Code club is a place where like minded people who are passionate
about programming can get together, hang out and work on
whatever project that takes their fancy whether it be as part
of a team or solo.
</p>
<p>
However it's also just a great place to spend your early Wednesday
evening, spending time with those who share your interests with
plenty of laughs, jokes and games to be had.
</p>
<p>
See for yourself check out some of our session highlights
<a href="/sessions.html">here</a> or check out
<a href="{% post_url 2015-10-29-How-I-made-a-DOS-at-school %}">this post</a>
for examples on what can happen during a normal session!
</p>
</div>
</div>
<div class="reason">
<div class="wrap">
<h2 class="right-text">Code Club is informative</h2>
<div class="left-image">
<img src="/res/workshops.jpg" alt="workshops"/>
</div>
<p>
However Code Club isn't just a great place to hang out, it's
also a good opportunity to learn something new and develop your
skills!
</p>
<p>
We run semi regular <a href="/workshops/index.html">workshops</a> which
are a great 30 minute introduction into all sorts of topics,
from the basics of the command line to building web applications
with Django!
</p>
<p>
We also have a <a href="/blog/index.html">blog</a> where you can
find articles written by our members, anything from general
code club news to
<a href="{% post_url 2015-01-16-making-an-app-in-python-using-kivy-1 %}">
building mobile apps with python and kivy.</a>
</p>
<p>
Can't find what you're looking for on the blog? Well check out
our <a href="/reference.html">reference</a> section. In there we
have language and programming tool overviews, everything you
need to get on your next project!
</p>
<p>
But perhaps most important of all...
</p>
</div>
</div>
<div class="reason">
<div class="wrap">
<h2>Code Club is what you make it!</h2>
<div class="image">
<img src="/res/shipit-code-club.png" alt="shipit"/>
</div>
<p>
Code Club is made by its members for its members,
if nobody showed up then it would be a very sad place indeed.
That's why we need you!
<a href="/getinvolved.html">Get involved</a>, write a blog post,
submit a theme for the website or even just show up!
</p>
<p>
There will always be someone around willing to help you get
started, so don't worry about being stuck. The atmosphere is
always light hearted and sharing experiences is all part of the
fun. If you are a seasoned veteran or have never written a line
of code in your life, I promise you, there's a place here for
you at code club.
</p>
</div>
</div>
</article>