-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
63 lines (60 loc) · 2.6 KB
/
index.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
layout: default
title: Home
---
<div class="lead">
<h1>Welcome to Cola Makerspace!</h1>
<div class="card-row">
<div class="card-4">
<div class="card-container card-blue card-header">
<h4>What is Cola Makerspace?</h4>
</div>
<div class="card-container card-body">
<p>We are a volunteer-run, nonprofit organization dedicated to running a community workshop and laboritory. Through our space we aim to foster a community of creators exploring the intersections of science, technology, and art. We welcome the makers, tinkerers, engineers, artists and lifetime-learners of the Columbia area to join us in creating a space where we can all work on personal and collaborative projects in a fun and inclusive atmosphere.</p>
</div>
<div class="card-container card-blue">
<h5></h5>
</div>
</div>
<div class="card-4">
<div class="card-container card-blue card-header">
<h4>What do we do?</h4>
</div>
<div class="card-container card-body">
<p>We direct our shared resources into the creation of projects and the sharing of knowledge. We maintain a workshop and stock it with tools and equipment for use by our members. Additionally, we invite skilled community members to share their expertise through classes and collaborative projects. </p>
</div>
<div class="card-container card-blue">
<h5></h5>
</div>
</div>
</div>
<div class="card-row">
<div class="card-4">
<div class="card-container card-blue card-header">
<h4>Benefits of joining</h4>
</div>
<div class="card-container card-body">
<ul class="benefits">
<li>24/7 Access to our shared workshop and tools</li>
<li>A vote in makerspace decisions</li>
<li>Supporting our community goals</li>
</ul>
</div>
<div class="card-container card-blue">
<h5></h5>
</div>
</div>
<div class="card-4">
<div class="card-container card-blue card-header">
<h4>Getting Involved</h4>
</div>
<div class="card-container card-body">
<p>We hold public interest meetings every two weeks that are open to everyone. These meetings are a great oportunity to show off both completed and in-progress projects to your fellow makers. Beyond show-and-tell, these meetings are a way to keep in touch with the community and meet interesting people. See our event calendar for the date of our upcoming meetings.</p>
</div>
<div class="card-container card-blue">
<h5></h5>
</div>
</div>
</div>
<p>If you're inspired to make our web presence better, good news you can help! The source is open and we encourage contributions to the <a href="https://github.com/ColaMakerspace/ColaMakerspace.github.io">GitHub</a> project!
</div><!-- /.lead -->