-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (47 loc) · 1.43 KB
/
index.html
File metadata and controls
48 lines (47 loc) · 1.43 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
---
layout: default
suffixes:
- Ambition,
- Assistance,
- Confidence,
- Determination,
- Encouragement,
- Experts,
- Friends,
- Guidance,
- Intent,
- Knowledge,
- Mastery,
- Others,
- Purpose,
- Questions,
- Support,
- Understanding,
- Us
title: Home
---
<div class="text-center bg-body-tertiary rounded-3">
<img src="images/keyboard-green.png" width="20%">
<br />
<br />
<h1>Welcome to CodeWith!</h1>
<p class="col-lg-7 mx-auto fs-5">
Our mission is to create a virtual space for adults to pursue programming-related learning and conversation, where
everyone is valued, everyone has agency, and everyone is supported.
</p>
<p class="col-lg-7 mx-auto fs-5 text-muted">
We offer a friendly space where anyone, from complete beginners to accomplished software engineers, can get
together with like-minded people to learn and share their passion for coding. For more information, check out
our <a href="about">about</a> page.
</p>
<div class="d-inline-flex gap-2 mb-5">
<a class="d-inline-flex align-items-center btn btn-primary btn-md px-4 rounded-pill"
href="https://discord.gg/jKFXkTd" target="_blank" type="button">
Join us on Discord
</a>
<a class="d-inline-flex align-items-center btn btn-primary btn-md px-4 rounded-pill"
href="https://www.eventbrite.co.uk/o/codewith-30834204055" target="_blank" style="margin-left: 1rem;" type="button">
Attend our events
</a>
</div>
</div>