-
Notifications
You must be signed in to change notification settings - Fork 0
/
connect.html
90 lines (72 loc) · 4.91 KB
/
connect.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title>Ampersand | & Now There’s A Place.</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../">Ampersand</a>
</div>
<nav class="collapse navbar-collapse bs-navbar-collapse" role="navigation">
<ul class="nav navbar-nav">
<li class="active">
<a href="../connect">& Now There’s A Place.</a>
</li>
</ul>
</nav>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-9" role="main">
<h1><span class="text-primary">&</span> Now There’s A Place.</h1>
<hr>
<p>Ampersand - A cooperative for creative coworking. The first coworking space in Montgomery, Alabama dedicated to providing creative freelancers and professionals an environment to thrive.</p>
<p>Ampersand was designed for creatives to have a dedicated space to work, learn and meet in a professional setting - escaping isolation at home and distractions at the coffee shop. “The goal is to foster a cooperative, member-run environment full of innovation, collaboration, creativity, and opportunity,” said Joe Birdwell, an independent creative professional and Ampersand Founding Board member. “Members will primarily continue to work independently on their projects and with their clients as well as having the opportunity to work in collaboration with each other and Stamp to help Stamp meet their client’s marketing objectives.”</p>
<p>Ampersand is an initiative of Stamp Idea Group, a 2013 merger of long-time Montgomery based advertising agencies LWT and Reid/O’Donahue. “One of Stamp’s four long-term strategic goals is to be the most creative agency in Alabama,” said David Allred, Managing Director and Principal with Stamp. “We believe that our incubation of this creative cooperative will draw together a large group of independent creatives. We see the result as a win-win for all creative talent in the River Region as well as a positive step toward effectively serving our clients and helping to achieve another one of our strategic goals.”</p>
<h3>Ampersand amenities include:</h3>
<ul>
<li>24/7 secure key-code access with security system</li>
<li>High speed internet access</li>
<li>1,200 sq. ft. of independent and collaborative work areas</li>
<li>Business color copier/printer/scanner</li>
<li>Designated storage lockers</li>
<li>Private meeting room</li>
<li>Private phone booth</li>
<li>Kitchen/break area with Ping-Pong table</li>
<li>Full bathroom, including shower</li>
<li>Free seminars and continuing education opportunities</li>
</ul>
<h3>Membership dues:</h3>
<p>All memberships are currently sold out.</p>
<p>Please contact Susan Bryan with Stamp Idea Group at 334.244.9933 or <a href="mailto:[email protected]?subject=Ampersand" title="Contact Susan Bryan">[email protected]</a> with any questions or to request a tour.</p>
</div>
</div>
<hr>
<footer>
<p>© Wohlford LLC 2014-2015, 2018. Site licensed under a <a href="http://creativecommons.org/licenses/by/4.0/" title="CC-BY 4.0">Creative Commons Attribution 4.0 International license</a>, unless otherwise noted.</p>
</footer>
</div> <!-- /container --> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.0.min.js"><\/script>')</script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>