-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathprogramme-coding-club.html
More file actions
71 lines (69 loc) · 3.55 KB
/
programme-coding-club.html
File metadata and controls
71 lines (69 loc) · 3.55 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
68
69
70
71
---
layout: default
title: Coding Club Programme
body_class: page page-programme page-coding-club
image: /assets/images/default-seo-thumbnail.png
---
<div class="container">
<div class="row">
<div class="content-constrained">
<section id="coding-club">
<p>
Are you passionate about programming, eager to learn new coding
skills, or looking to collaborate on exciting tech projects?
</p>
<p>
The Coding Club is your ideal community to dive deep into the world of
software development, explore cutting-edge technologies, and connect
with fellow coding enthusiasts.
</p>
<p>
Whether you’re a seasoned developer, a curious beginner, or somewhere
in between, our club offers a stimulating and supportive environment
for everyone.
</p>
<div class="faq my-4">
<div class="accordion" id="accordion-1">
<a class="accordion-header" aria-controls="programme-1" aria-expanded="false"
data-toggle="collapse" href="#programme-1" role="button">
<h2 class="accordion-title">What we offer</h2>
<div class="accordion-icon">{% include icons/plus.svg %}</div>
</a>
<div class="accordion-body collapse" id="programme-1">
<ul>
<li>
<strong>Workshops and Tutorials:</strong> Participate in
hands-on workshops led by experienced developers and industry
professionals. Attend tutorials on various programming
languages, frameworks, and tools, from Python and JavaScript
to AI and machine learning.
</li>
<li>
<strong>Coding Challenges and Hackathons:</strong> Participate
in our yearly Christmas Coding challenge! Be supported by our
team within your own 30-days or even 100-days coding
challenge!
</li>
<li>
<strong>Tech Talks and Guest Speakers:</strong> Listen to tech
talks from industry experts, successful entrepreneurs, and
seasoned developers. Gain insights into the latest trends and
best practices.
</li>
<li>
<strong>Networking and Online Events:</strong>Connect with
like-minded individuals at our coding sessions and on the
slack channel!
</li>
</ul>
</div>
</div>
</div>
<p>
<a href="{{site.slack_channel}}/C07AP5J7423" target="_blank">Join us in our Coding Club Slack
channel</a>
</p>
</section>
</div>
</div>
</div>