-
Notifications
You must be signed in to change notification settings - Fork 0
/
i3detroit.php
64 lines (62 loc) · 2.77 KB
/
i3detroit.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>MattOehrlein.com - i3Detroit</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="./stylesheets/style.css"/>
<!-- JQuery ================================================= -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="./include/jquery.wookmark.js"></script>
<script type="text/javascript" src="./scripts.js"></script>
<script type="text/javascript" src="./include/waypoints.js"></script>
<meta charset="utf-8">
</head>
<body>
<?php include_once("analyticstracking.php")
?>
<div class ="back">
<a href = "./index.php"><img class="center" src = "./content/img/backarrow.png" ></a>
</div>
<div id="content" class = "center">
<h1>i3 Detroit</h1>
<img src = "./content/img/i3detroit.jpg" class="center border">
<p>
i3 Detroit is a member-run co-working space. It gives the community a resource for unleashing their full creative potential.
Serving as the organization's president since 2011, I helped grow this organization from a 50 member club to a 110+ member 501(c)(3) federal non-profit organization.
</p>
<h2>In The Press:</h2>
<ul>
<li>
<a href = "http://www.theverge.com/2013/9/25/4740634/i3-detroit-and-the-joy-of-mind-controlled-flamethrowers" target="_blank">The Joy of Mind Controlled Flamethrowers</a>
</li>
<li>
<a href = "http://blog.thedetroithub.com/2011/10/27/i3-detroit-hack-space-merges-art-and-tech/" target="_blank">i3 Detroit hack space merges art and tech - Detroit Unspun</a>
</li>
<li>
<a href = "http://ferndale115.com/nuevo/2012/08/27/what-is-i3-detroit-video/" target="_blank">What is i3 Detroit? - Ferndale115</a>
</li>
<li>
<a href = "http://www.detroitmoxie.com/home/2011/2/21/hackerspaces-the-community-centers-of-the-future.html" target="_blank"> Hackerspaces: The Community Centers of the Future - Detroit Moxie</a>
</li>
<li>
<a href = "http://www.metromodemedia.com/features/makerspaces0259.aspx">Photo Essay: Where Metro Detroit Invents - Metromode</a>
</li>
</ul>
<h2>Connect:</h2>
<ul>
<li>
<a href = "http://www.i3detroit.com/" target="_blank">i3Detroit.com</a>
</li>
<li>
<a href = "https://www.facebook.com/i3detroit" target="_blank">facebook.com/i3Detroit</a>
</li>
<li>
<a href = "https://twitter.com/i3Detroit" target="_blank">@i3Detroit</a>
</li>
<li>
<a href = "mailto:contact@i3detroit.com" target="_blank">contact@i3Detroit.com</a>
</li>
</ul>
</div>
</body>