-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (52 loc) · 2.63 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
<!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="index">
<div class="container">
<div class="header clearfix">
<nav>
<ul class="nav nav-pills pull-right">
<li class='active'><a href="/">Home</a></li>
<li class=''><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="jumbotron">
<h1>Tech, Business, Art</h1>
<p class="lead">Fox.Build is where technologists, entrepreuners and artists in St. Charles go to collaborate.</p>
</div>
<div class="row marketing">
<div class="col-lg-6">
<h3>Entrepreneurship</h3>
<div>
<img src="/images/business-8569edf7.jpg" class="img-responsive">
</div>
<p>Fox.Build's members include business bootstrapers, software industry entrepreneurs as well as sales and marketing experts. A few of our members even boast a successful exit or two under their belt. </p>
<p>We afford our members a collaborative environment to help get real business ideas off the ground.</p>
</div>
<div class="col-lg-6">
<h3>Technology</h3>
<div>
<img src="/images/technology-cc5083d3.jpg" class="img-responsive">
</div>
<p>Our inventory of manufacturing equipment grows every month! Our latest addtions include an <a href="https://www.inventables.com/technologies/x-carve">X-Carve CNC</a> machine, a vast selection of electronic testing and diagnostic tools, numerous <a href="https://www.raspberrypi.org/">Raspberry Pi</a> boards, <a href="https://www.arduino.cc/">Arduino Microcontrollers</a> and many others. Come by one of our <a href="http://www.meetup.com/Fox-Build-Coworking-Hacking-Maker-Space-in-St-Charles/">events</a> to see for yourself! </p>
</div>
</div>
<footer class="footer">
<p>© 2015 Fox.Build Collective</p>
</footer>
</div>
</body>
</html>