-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
57 lines (52 loc) · 2.45 KB
/
about.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A makerspace in St. Charles Illinois.">
<meta name="author" content="Rick Carlino">
<link rel="icon" href="/images/favicon.ico">
<title>Fox.Build</title>
<link href="/stylesheets/bootstrap-3f25ef90.css" rel="stylesheet" type="text/css" /><link href="/stylesheets/jumbotron-narrow-50562df7.css" rel="stylesheet" type="text/css" /><link href="/stylesheets/style-2afadb24.css" rel="stylesheet" type="text/css" />
</head>
<body class="about">
<div class="container">
<div class="header clearfix">
<nav>
<ul class="nav nav-pills pull-right">
<li class=''><a href="/">Home</a></li>
<li class='active'><a href="/about.html">About</a></li>
<li class=''><a href="/blog/">Blog</a></li>
<li class=''><a href="http://www.meetup.com/Fox-Build-Coworking-Hacking-Maker-Space-in-St-Charles">Events</a></li>
</ul>
</nav>
<a href="/"><img src="/images/foxshop-logo-72901936.png" width="200px" height="auto"></a>
</div>
<div class="row marketing">
<div class="col-lg-12">
<h2>A Collaborative Workspace in St. Charles</h2>
<p><b>Fox.Build can be called many things.</b> It's a collaborative workspace, occasionally called a "co-working space", "makerspace", "hackspace" or "social club" located in the heart of downtown St. Charles, IL.</p>
<figure class="figure">
<img src="/images/foxshop-d4e6a0ee.jpg" class="figure-img img-fluid img-rounded img-responsive">
<figcaption class="figure-caption">Fox.Build, in its first weeks of construction.</figcaption>
</figure>
<h3>Where to Find Us</h3>
<address>
<strong>Fox.Build</strong><br>
15 S. Second St.<br>
St. Charles, IL 60174<br>
<abbr title="Phone">P:</abbr> (630) 935-4363
</address>
<h3>Fox.Build Chat</h3>
<p>We have an active slack chat <u><a href="https://foxbuild.slack.com">here</a></u>. Call or stop by in person if you would like an invitation.</p>
<h3>Voting Rights</h3>
<p>Fox.build is democratically managed by its members. If you are a paying member, ask for an invitation to our <u><a href="https://www.loomio.org/g/MoScbPYg/fox-build">Loom.io group</a><u></p>
</div>
</div>
<footer class="footer">
<p>© 2015 Fox.Build Collective</p>
</footer>
</div>
</body>
</html>