-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcontact.html
385 lines (373 loc) · 15 KB
/
contact.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie"> <![endif]-->
<!--[if gt IE 8]><!-->
<html lang="en" class='no-js'>
<!--<![endif]-->
<head>
<meta charset='utf-8'>
<meta content='width=device-width, initial-scale=1.0' name='viewport'>
<meta content='' name='description'>
<meta content='' name='author'>
<!--
hash is 464e0fb146194482a3ab153fc11e6346175a63f0
-->
<title>Regional Offices</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link href="stylesheets/framework.css" media="screen" rel="stylesheet" type="text/css" />
<link href="stylesheets/style.css" media="screen" rel="stylesheet" type="text/css" />
<link href="stylesheets/skins.css" media="screen" rel="stylesheet" type="text/css" />
<link href="stylesheets/fontello.css" media="screen" rel="stylesheet" type="text/css" />
<script src="js/app.js" type="text/javascript"></script>
<link href="https://fonts.googleapis.com/css?family=Droid+Sans|PT+Sans" rel="stylesheet">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script>
// terrificjs bootstrap
(function($) {
$(document).ready(function() {
var $page = $('body');
var config = {
dependencyPath: {
plugin: 'js/'
}
}
var application = new Tc.Application($page, config);
application.registerModules();
application.start();
});
})(Tc.$);
</script>
<link href="https://fonts.googleapis.com/css?family=Droid+Sans%7CDroid+Serif:400,400italic%7CPT+Sans:400,700" media="screen" rel="stylesheet" type="text/css" />
<!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.-->
<script>var __adobewebfontsappname__="dreamweaver"</script>
<script src="https://use.edgefonts.net/droid-sans:n4:default.js" type="text/javascript"></script>
</head>
<body class="">
<header role="banner">
<div class="usa-disclaimer">
<div class="usa-disclaimer-official usa-grid">
<img src="images/@stock/flag.png" alt="U.S. flag">
<p>An official website of the United States Government | <a href="mailto:[email protected]">Contact GSA AAS</a></p>
</div>
</div>
<div class="usa-disclaimer programs">
<div class="usa-disclaimer-official usa-grid">
<div class="medium-1 large-1 columns currentSite"><img src="images/AAS_Logo.png" width="60px"></div>
<div class="medium-2 large-2 columns prg1"><a href="contact.html"><img src="images/regionaloffices.png" width="60px"></a></div>
<div class="medium-2 large-2 columns prg"><a href="http://fedsim.gsa.gov"><img src="images/Logo_Fedsim.png" width="60px"></a></div>
<div class="medium-5 large-5 columns"> </div>
</div>
</div>
</header>
<div class="contain-to-grid sticky">
<nav class="top-bar" data-options="sticky_on: large" data-topbar="">
<ul class="title-area">
<li class="name">
<h1><span class="hidden">GSA Assisted Acquisition Services (AAS)</span>
<a href="index.html"><img src="images/GSA_AAS_logo.png" alt="GSA Assisted Acquisition Services (AAS)" width="150"></a>
</h1>
</li>
<li class="toggle-topbar menu-icon">
<a href="#">Menu</a>
</li>
</ul>
<section class="top-bar-section">
<ul class="right">
<li>
<a href="index.html">Home</a>
</li>
<li class="has-dropdown">
<a href="#">About AAS</a>
<ul class="dropdown">
<li>
<a href="about.html">Who We Are</a>
</li>
<li>
<a href="services.html">What We Do</a>
</li>
<li>
<a href="process.html">Our Acquisition Process</a>
</li>
<li>
<a href="leadership.html">Leadership</a>
</li>
<!-- <li>
<a href="howto.html">How to Use AAS</a>
</li> -->
</ul>
</li>
<li>
<a href="success.html">Success Stories</a>
</li>
<!--
<li>
<a href="tools.html">Tools and Templates</a>
</li>
-->
<li>
<a href="contact.html">Contact Us</a>
</li>
</ul>
</section>
</nav>
</div>
<div class='members'>
<div class='full call-to-action-bg-alt no-padding'>
<div class='two spacing'></div>
<div class='special-title centered-text'>
<h9>
<h2>Regional Offices</h2>
</h9>
<div class='two spacing'></div>
</div>
</div>
<br>
<br>
<div class='row'>
<div class='special-title centered-text'> </div>
</div>
<div class='row'>
<div class="medium-1 large-1 columns"> </div>
<div class='medium-10 large-10 columns special-title centered-text'>
<h3>AAS staff are certified contracting, project, and financial management professionals located throughout the United States, Europe, and Asia.</h3>
<p class="blueText">To contact your regional office, select the geographic location closest to you from the list below the map.</p>
</div>
<div class="medium-1 large-1 columns"> </div>
<div class="medium-12 large-12 columns">
<!--
<map name="contact">
<area shape="rect" coords="720,283,839,293" href="region11.html">
<area shape="rect" coords="163,114,251,140" href="region10.html">
<area shape="rect" coords="147,225,234,247" href="region9.html">
<area shape="rect" coords="285,133,362,170" href="region8.html">
<area shape="rect" coords="" href="region7.html">
<area shape="rect" coords="" href="region6.html">
<area shape="rect" coords="" href="region5.html">
<area shape="rect" coords="" href="region4.html">
<area shape="rect" coords="" href="region3.html">
<area shape="rect" coords="" href="region2.html">
<area shape="rect" coords="" href="region1.html">
</map>
-->
<img src="images/@stock/contactMap.jpg" usemap="#contact">
</div>
<!--<p>this is the map functionality we want but it should click through to the names and phone numbers that correspond to our regions: http://www.gsa.gov/portal/category/22227</p>-->
<!--
<table width="100%" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<th scope="col">Region</th>
<th scope="col">Region Name</th>
<th scope="col">Region Headquarters</th>
<th scope="col">Contact</th>
<th scope="col">Phone</th>
<th scope="col">Email</th>
</tr>
<tr>
<th scope="row">1</th>
<td>New England</td>
<td>Boston, MA</td>
<td>Michael Attachi</td>
<td>(617) 565-2068</td>
<td>[email protected]</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Northeast and Caribbean</td>
<td>New York City, NY</td>
<td>Jo Urbanik (Acting)</td>
<td>(732) 673-7126</td>
<td>[email protected]</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Mid-Atlantic</td>
<td>Philadelphia, PA</td>
<td>Mark Aucello</td>
<td>(215) 446-5802</td>
<td>[email protected]</td>
</tr>
<tr>
<th scope="row">4</th>
<td>Southeast Sunbelt</td>
<td>Atlanta, GA</td>
<td>Kelley Holcombe</td>
<td>(404) 331-0652</td>
<td>[email protected]</td>
</tr>
<tr>
<th scope="row">5</th>
<td>Great Lakes</td>
<td>Chicago, IL</td>
<td>Rodney Couick</td>
<td>(618) 622-5800</td>
<td>[email protected]</td>
</tr>
<tr>
<th scope="row">6</th>
<td>The Heartland</td>
<td>Kansas City, MO</td>
<td>Mark Johnson</td>
<td>(816) 823-1681</td>
<td>[email protected]</td>
</tr>
<tr>
<th scope="row">7</th>
<td>Greater Southwest</td>
<td>Fort Worth, TX</td>
<td>Alan Searsy</td>
<td>(817) 850-8324</td>
<td>[email protected]</td>
</tr>
<tr>
<th scope="row">8</th>
<td>Rocky Mountain</td>
<td>Denver CO</td>
<td>Jennifer Clarke</td>
<td>(720) 322-5844</td>
<td>[email protected]</td>
</tr>
<tr>
<th scope="row">9</th>
<td>Pacific Rim</td>
<td>San Francisco, CA</td>
<td>Lawrence Levandowski</td>
<td>(703) 340-7384</td>
<td>[email protected]</td>
</tr>
<tr>
<th scope="row">10</th>
<td>Northwest Arctic</td>
<td>Auburn (Seattle), WA</td>
<td>Donna Warren</td>
<td>(253) 931-7021</td>
<td>[email protected]</td>
</tr>
<tr>
<th scope="row">11</th>
<td>National Capital</td>
<td>Washington, DC</td>
<td>Lakita Ayers (Acting)</td>
<td>(202) 401-9420</td>
<td>[email protected]</td>
</tr>
<tr>
<th scope="row">FEDSIM</th>
<td>FEDSIM</td>
<td>Washington, DC</td>
<td>Click through to <a href="https://fedsim.gsa.gov/leadership.html">FEDSIM Leadership Page</a>.</td>
<td> </td>
<td><a href="https://fedsim.gsa.gov/leadership.html">FEDSIM Leadership Page</a></td>
</tr>
</tbody>
</table>
-->
<!--
<div class="container aboutAccord">
<div class="panel-group" id="accordion">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse1">FEDSIM (Washington, DC)</a>
</h4>
</div>
<div id="collapse1" class="panel-collapse collapse in">
<div class="panel-titlearrow"> </div>
<div class="panel-body"><strong>Contact:</strong> Chris Hamm | <strong>Phone:</strong> 703-603-8492</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse2">FEDSIM - Civilian</a>
</h4>
</div>
<div id="collapse2" class="panel-collapse collapse">
<div class="panel-titlearrow"> </div>
<div class="panel-body"><strong>Contact:</strong> Kristen Knapper | <strong>Phone:</strong> 703-605-3619</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse3">FEDSIM - Defense/Air Force</a>
</h4>
</div>
<div id="collapse3" class="panel-collapse collapse">
<div class="panel-titlearrow"> </div>
<div class="panel-body"><strong>Contact:</strong> Ken Evans | <strong>Phone:</strong> 703-605-3595</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse4">FEDSIM - Army/Navy</a>
</h4>
</div>
<div id="collapse4" class="panel-collapse collapse">
<div class="panel-titlearrow"> </div>
<div class="panel-body"><strong>Contact:</strong> Mike Donaldson | <strong>Phone:</strong> 202-208-0513</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse5">FEDSIM - Homeland Security</a>
</h4>
</div>
<div id="collapse5" class="panel-collapse collapse">
<div class="panel-titlearrow"> </div>
<div class="panel-body"><strong>Contact:</strong> Jim Piché | <strong>Phone:</strong> 202-205-9276</div>
</div>
</div>
</div>
</div>
-->
<!--<p>If you are an International Customer or are not sure which person to contact above, please call 703-605-3699 or <a href="mailto:[email protected]">email</a> the Office of Assisted Acquisition Services. </p>-->
</div>
<div class="medium-10 large-10 columns regionBox">
<div class="medium-6 large-6 columns">
<div class="medium-12 large-12 columns region1c"><a href="region1.html">Region 1 — New England</a></div>
<div class="medium-12 large-12 columns region2c"><a href="region2.html">Region 2 — Northeast and Caribbean</a></div>
<div class="medium-12 large-12 columns region3c"><a href="region3.html">Region 3 — Mid-Atlantic</a></div>
<div class="medium-12 large-12 columns region4c"><a href="region4.html">Region 4 — Southeast Sunbelt</a></div>
<div class="medium-12 large-12 columns region5c"><a href="region5.html">Region 5 — Great Lakes</a></div>
<div class="medium-12 large-12 columns"> </div>
</div>
<div class="medium-6 large-6 columns">
<div class="medium-12 large-12 columns region6c"><a href="region6.html">Region 6 — The Heartland</a></div>
<div class="medium-12 large-12 columns region7c"><a href="region7.html">Region 7 — Greater Southwest</a></div>
<div class="medium-12 large-12 columns region8c"><a href="region8.html">Region 8 — Rocky Mountain</a></div>
<div class="medium-12 large-12 columns region9c"><a href="region9.html">Region 9 — Pacific Rim</a></div>
<div class="medium-12 large-12 columns region10c"><a href="region10.html">Region 10 — Northwest Arctic</a></div>
<div class="medium-12 large-12 columns region11c"><a href="region11.html">Region 11 — National Capital</a></div>
<div class="medium-12 large-12 columns"> </div>
</div>
</div>
<div class="row">
<div class='two spacing'></div>
<div class='two spacing'></div>
</div>
<div class='two spacing'></div>
<div class='two spacing'></div>
</div>
<script src='js/jquery.countTo.js'></script>
<script src='js/jquery.appear.js'></script>
<script src='js/jquery.sequence-min.js'></script>
<script src='js/jquery.validate.js'></script>
<script src="js/app.js" type="text/javascript"></script>
<div class='footer left-text'>
<div class='row'>
<div class='columns pagination-centered'>
<h1 class='light pagination-centered'>
<a href="index.html"><img src="images/AAS_Logo.png" alt="GSA Assisted Acquisition Services (AAS)" width="100"></a>
<div class='one spacing'></div>
<h6 class="pagination-centered">© 2017 GSA AAS. All Rights Reserved.</h6>
<a href="mailto:[email protected]">Contact GSA AAS</a>
</h1>
</div>
</div>
</div>
</body>
</html>