-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (85 loc) · 4.55 KB
/
index.html
File metadata and controls
85 lines (85 loc) · 4.55 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
---
---
<html>
<head>
{% include head.html %}
<link rel="stylesheet" href="/css/index.css" type="text/css">
</head>
<body>
<div id="container">
{% include navbar.html %}
<div class="jumbotron">
<div class="pure-g-r">
<div class="pure-u-1-3">
<img src="/images/venue.png">
</div>
<div class="pure-u-2-3">
<div class="jumbotronText">
<h1>OpenSpace</h1>
<h2>Innovation for the Southern Illinois Community</h2>
<p>
We aim to cultivate an entrepreneurial mindset in Southern Illinois through a collaborative, engaging, and exciting environment centered around a "DIY" culture. We are partnering with local school districts and universities to foster technical skills across all age groups.
</p>
<p>
<a href="/join.html" class="pure-button pure-button-primary">Join Us</a>
</p>
</div>
</div>
</div>
</div>
<div class="content">
<div class="pure-g-r">
<div class="pure-u-1-3">
<div class="column">
<div class="columnSpacer">
<h4 class="columnTitle">Learn</h4>
<h3>Take crash courses.</h3>
<p>Our members are talented, and we are all open to sharing our knowledge. OpenSpace organizes "crash courses" on technology relevant to the projects being worked on here. Our crash courses will bring you up to speed and get you ready to hack away. The best part? They are open to the public. Thats right, you don't have to be a member to attend our crash courses! These courses give you the opportunity to hop into ongoing projects, or the ability to start your own. We want you to create cool things, and our courses empower you to do just that. A quick rundown of some exciting crash courses we have:</p>
<ul>
<li>Linux</li>
<li>GitHub</li>
<li>Google Glass</li>
<li>3D Printing</li>
<li>Web Development</li>
</ul>
</div>
</div>
</div>
<div class="pure-u-1-3">
<div class="column">
<div class="columnSpacer">
<h4 class="columnTitle">Build</h4>
<h3>Make the next big thing.</h3>
<p>OpenSpace has aquired a large quantity of quality hardware for our members to hack on. Maybe you came here with a big dream, maybe you took one of our crash courses and want to learn more, or maybe you just like to tinker. Whatever your motivations may be, we have tools to help you succeed. From commodity hardware to cutting edge tech, OpenSpace has one of the best collections of technology in the area, and we offer it to you in a collaborative and engaging environment. Here is a short list highlighting some of our cool toys:</p>
<ul>
<li>Google Glass</li>
<li>An insane amount of servers</li>
<li>3D Printer</li>
<li>Desktops</li>
<li>Arduinos</li>
<li>Raspberry Pis</li>
<li>Chrome Cast</li>
<li>LeapMotion</li>
<li>Microsoft Kinect</li>
</ul>
</div>
</div>
</div>
<div class="pure-u-1-3">
<div class="column">
<div class="columnSpacer">
<h4 class="columnTitle">Contribute</h4>
<h3>Get involved in your community.</h3>
<p>We offer "running projects" (project tab on the nav bar above) that give our members an opportunity to help out in the community. We partner with local businesses and organizations to improve their operations through our facilities. We offer free memebership to OpenSpace for members who help with these projects. There are opportunities for all levels of knowledge and experience to help, from helping businesses relocate to designing websites and POS systems. A few of our current partners:</p>
<ul>
<li><a href="http://www.seventen.com/">710 Bookstore</a></li>
<li><a href="https://www.facebook.com/AttitudeDesigns">Attitude Designs</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>