forked from OpenCodeClub/OpenCodeClub.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (21 loc) · 654 Bytes
/
index.html
File metadata and controls
39 lines (21 loc) · 654 Bytes
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
---
title: Open Code Website
layout: default
---
<header>
<h1>Open Code</h1>
<p>A great meetup where people can code together!</p>
<p>We meet every Tuesday, from 6pm - 8.30pm.</p>
<!-- Slideshow container -->
<div class="slideshow-container">
<!-- Full-width images with number and caption text -->
<div class="mySlides fade">
<img src="bomlab.jpg" style="width:100%">
</div>
<div class="mySlides fade">
<img src="cakes.jpg" style="width:100%">
</div>
<div class="mySlides fade">
<img src="opencode.jpg" style="width:100%">
</div>
</header>