-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.html
47 lines (38 loc) · 1.44 KB
/
resources.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
---
permalink: /resources
---
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="./assets/css/index.css">
<link rel="stylesheet" href="./assets/css/reset.css">
</head>
<body>
{% include navbar.html %}
<div id="main-body">
<h1 id="blog-title">Resources</h1>
<section>
<h2 class="subtitle">Past Slideshows</h2>
<p>
We meet at Room 5026, Sunday every week.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
</section>
<section>
<h2 class="subtitle">Meeting Schedules</h2>
<p>
We meet at Room 5026, Sunday every week.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
</section>
<section>
<h2 class="subtitle">Board Member Contact</h2>
<p>
We meet at Room 5026, Sunday every week.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
</p>
</section>
</div>
{% include footer.html %}
</body>
</html>