forked from OpenCodeClub/OpenCodeClub.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
20 lines (19 loc) · 750 Bytes
/
about.html
File metadata and controls
20 lines (19 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
title: about page
layout: default
---
<h1>About Page</h1>
<div>
<p>What is Open Code Club?</p>
<ul class="about-list">
<li>Open Code Club is a friendly informal meetup for people interested in coding</li>
</br>
<li>Open Code Club welcomes all abilities, from beginners to professionals!</li>
</br>
<li>You can interact as much as you like - if you want to plug in headphones, ignore everyone, and work on your project, that's ok! If you want to talk to everyone that's ok too!</li>
</br>
<li>Bring your laptops, there is power and wifi available</li>
</br>
<li>Sometimes the cafe has left over cakes they give us for free!</li>
</ul>
</div>