-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
481 lines (445 loc) · 25.5 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
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
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NJJLBC6N6B"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-NJJLBC6N6B');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="description" content="Active Frequency: Web & Mobile Craftsmanship">
<meta name="author" content="Active Frequency">
<title>Active Frequency</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link href="assets/css/bootstrap/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="assets/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,600,500,700,800,900' rel='stylesheet' type='text/css'>
<link href="assets/css/plugins/owl-carousel/owl.carousel.css" rel="stylesheet" type="text/css">
<link href="assets/css/plugins/owl-carousel/owl.theme.css" rel="stylesheet" type="text/css">
<link href="assets/css/plugins/owl-carousel/owl.transitions.css" rel="stylesheet" type="text/css">
<link href="assets/css/plugins/magnific-popup.css" rel="stylesheet" type="text/css">
<link href="assets/css/plugins/jquery.fs.wallpaper.css" rel="stylesheet" type="text/css">
<link href="assets/css/main.css" rel="stylesheet" type="text/css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<!-- Alternate Body Classes: .modern and .vintage -->
<body id="page-top">
<!-- Note: navbar-default and navbar-inverse are both supported with this theme. -->
<nav class="navbar navbar-inverse navbar-fixed-top navbar-expanded">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<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="#page-top">
<img src="assets/img/logo.png" class="img-responsive" alt="">
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#services">Services</a>
</li>
<li>
<a href="#team">Team</a>
</li>
<li>
<a href="#clients">Clients</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
<li>
<a href="./join-us">Join Us</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<header style="background-image: url('assets/img/bg-header.jpg');">
<div class="intro-content">
<div class="brand-name">Web & Mobile Craftsmanship</div>
<!-- <hr class="colored"> -->
<!-- <div class="brand-name-subtext"></div> -->
</div>
<div class="scroll-down">
<a class="btn" href="#about"><i class="fa fa-angle-down fa-fw"></i></a>
</div>
</header>
<section id="about" class="bg-gray">
<div class="container-fluid">
<div class="row text-center">
<div class="col-lg-12">
<h1>Meet Active Frequency</h1>
<hr class="colored">
</div>
</div>
<div class="row content-row">
<div class="col-md-6 col-sm-6 col-md-offset-3 col-sm-offset-3">
<p>
We are experienced software professionals who can help you craft a superb web and mobile experience.
</p>
<p>
Since 2009, we've been helping people achieve their goals with software. We've worked with <a href="http://www.bu.edu">universities</a>, <a href="http://www.toursphere.com">startups</a>, and even the occasional <a href="http://brucespringsteen.net">rock star</a>.
</p>
<p>
We specialize in <a href="https://www.djangoproject.com">Django</a>, <b>the web framework for perfectionists with deadlines</b> that powers
<a href="http://instagram.com">Instagram</a>, <a href="http://pinterest.com">Pinterest</a>, <a href="http://www.rdio.com">Rdio</a> and
many other high-profile sites. But, like any serious craftsman, we pick the right tool for the job: we have experience in the full complement
of web and mobile technologies, from Python to iOS to AngularJS to <a href="https://www.google.com/glass/">Google Glass</a> - and just about everything
in between.
</p>
<p>
<b>Open Source</b>: we created and maintain <a href="https://github.com/activefrequency/pyavatax">PyAvaTax</a>, a set of Python and Django
bindings for <a href="http://www.avalara.com">Avalara</a>'s sales tax web service; and <a href="https://github.com/activefrequency/loghogd">LogHog</a>, a general purpose log storage/management system. Of course, we also contribute patches to other projects.
</p>
<p>
<a href="mailto:[email protected]">Tell us about your project</a> and we'll help you pick the right tool for the job.
</p>
</div>
</div>
</div>
</section>
<section id="services" class="services">
<div class="container">
<div class="row text-center">
<div class="col-lg-12">
<h2>Services</h2>
<hr class="colored">
<p>
Depending on where you are with your project, we can help you plan it or build it (or both!)
</p>
</div>
</div>
<div class="row content-row">
<div class="col-md-4">
<div class="media">
<div class="pull-left">
<i class="fa fa-clipboard"></i>
</div>
<div class="media-body">
<h3 class="media-heading">Plan</h3>
<ul>
<li> Scope definition</li>
<li> Technology selection</li>
<li> Rapid prototyping</li>
</ul>
</div>
</div>
</div>
<div class="col-md-4">
<div class="media">
<div class="pull-left">
<i class="fa fa-cubes"></i>
</div>
<div class="media-body">
<h3 class="media-heading">Build</h3>
<ul>
<li> Web (front- and back-end)</li>
<li> Mobile (iOS/Android/mobile web)</li>
<li> Automated & Manual QA</li>
</ul>
</div>
</div>
</div>
<div class="col-md-4">
<div class="media">
<div class="pull-left">
<i class="fa fa-graduation-cap"></i>
</div>
<div class="media-body">
<h3 class="media-heading">Train</h3>
<ul>
<li> Django training</li>
<li> Code review</li>
<li> Expert support</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row content-row">
<div class="col-md-10 col-md-offset-1">
<br>
<p>
We can work on a project basis, or augment and support your in-house team (to help you level up in Django, or just get more done).
</p>
<p>
Depending on your needs, we can be an ongoing resource, or transition to your in-house team.
</p>
<p>
<a href="mailto:[email protected]">Tell us about your challenge</a> and we'll work with you to get it done.
</p>
</div>
</div>
</div>
</section>
<section id="team" class="bg-gray">
<div class="container text-center">
<div class="row">
<div class="col-lg-12">
<h2>Our Team</h2>
<p>
We're serious about our craft - code, design, and everything else that goes into making your software fantastic.
</p>
<hr class="colored">
</div>
</div>
<div class="row content-row">
<div class="col-lg-12">
<div class="about-carousel">
<div class="item">
<img src="assets/img/people/kevin.jpg" class="img-responsive" alt="Kevin">
<div class="caption">
<h3>Kevin Grinberg</h3>
<hr class="colored">
<p>Partner</p>
</div>
</div>
<div class="item">
<img src="assets/img/people/igor.jpg" class="img-responsive" alt="Igor">
<div class="caption">
<h3>Igor Partola</h3>
<hr class="colored">
<p>Developer</p>
</div>
</div>
<div class="item">
<img src="assets/img/people/matt.jpg" class="img-responsive" alt="Matt">
<div class="caption">
<h3>Matt Plumador</h3>
<hr class="colored">
<p>Developer</p>
</div>
</div>
<div class="item">
<img src="assets/img/people/emily.jpg" class="img-responsive" alt="Emily">
<div class="caption">
<h3>Emily Mange</h3>
<hr class="colored">
<p>UX/UI Designer</p>
</div>
</div>
<div class="item">
<img src="assets/img/people/keenan.jpg" class="img-responsive" alt="Keenan">
<div class="caption">
<h3>Keenan Bartlett</h3>
<hr class="colored">
<p>Developer</p>
</div>
</div>
</div>
<div>
<br><br>
<p>
<b>Join Us!</b>
Are you passionate about making awesome software?
</p>
<p>
Drop us a line at
<a href="mailto:[email protected]">[email protected]</a>. No recruiters please (really).
</p>
</div>
</div>
</div>
</div>
</section>
<section id="clients" class="testimonials">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2>Clients</h2>
<p>
We love our clients - and they love us! See what they've had to say:
</p>
<hr class="colored">
</div>
</div>
<div class="row">
<div class="col-lg-10 col-lg-offset-1">
<div class="testimonials-carousel">
<div class="item">
<div class="row">
<div class="col-lg-12">
<p class="lead">"Trusted advisors"</p>
<hr class="colored">
<p class="quote">We have been working with Active Frequency for over four years now. Kevin and his team have become trusted advisors to us over the years. Not only have they shown a great ability to program and problem solve but they have become experts in understanding our unique business and challenges. As our business has grown and become more complex, Active Frequency has always been able to provide us with solutions that are able to propel us into the next phase of our growth. In short, we wouldn't be able to expand and make our business more efficient without the expertise and deep understanding that Active Frequency provides.</p>
<div class="testimonial-info">
<div class="testimonial-img">
<img src="assets/img/testimonials/lptg.png" class="img-responsive" alt="">
</div>
<div class="testimonial-author">
<span class="name">Paul Friedman</span>
<p class="small">Owner</p>
<p class="small">LensProToGo</p>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="row">
<div class="col-lg-12">
<p class="lead">"ALL Superlatives"</p>
<hr class="colored">
<p class="quote">
We have been a client of Active Frequency for five+ years. When the principals discussed our experiences with Active Frequency and its lead, Kevin Grinberg, we had ALL Superlatives:
Learns the client's business · Integrates into the customer team · Strong customer orientation · Highly responsive · Always on time · High value for money invested · Intense and imaginative professionals · Really nice and competent team · Always attentive to client's needs · Provides sound guidance and expertise · Uses and Creates state of the art technology · Formulate innovative approaches to problem solving
</p>
<div class="testimonial-info">
<div class="testimonial-img">
<img src="assets/img/testimonials/healthmain.png" class="img-responsive" alt="">
</div>
<div class="testimonial-author">
<span class="name">Dr. Barbara E. Millen</span>
<p class="small">President</p>
<p class="small">Millennium Prevention, Inc.</p>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="row">
<div class="col-lg-12">
<p class="lead">"A joy to work with"</p>
<hr class="colored">
<p class="quote">
I cannot say enough about the entire Active Frequency team. Since we began working with them in 2012, our site has dramatically improved in quality, speed, and reliability, in large part thanks to Active Frequency's help and guidance. A joy to work with, the Active Frequency Team has taken a genuine interest in our work and has helped us both expedite projects and avoid errors that could have set us months back. As a newspaper that sometimes faces crises in the wee hours of the morning, it is incredibly comforting to know that we can count on them at any time of day. All of us at The Crimson feel incredibly lucky to have found Active Frequency.
</p>
<div class="testimonial-info">
<div class="testimonial-img">
<img src="assets/img/testimonials/crimson.png" class="img-responsive" alt="">
</div>
<div class="testimonial-author">
<span class="name">Bobby Samuels</span>
<p class="small">President Emeritus</p>
<p class="small">The Harvard Crimson</p>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="row">
<div class="col-lg-12">
<p class="lead">"A gem of a dev team"</p>
<hr class="colored">
<p class="quote">The Active Frequency team is a gem of a dev team. They're extremely knowledgeable, communicative, easy to work with and if your idea can possibly be built, they will find a way for you to do it. They're my go-to team for any project.
<br><br><br><br><br>
</p>
<div class="testimonial-info">
<div class="testimonial-img">
<img src="assets/img/testimonials/green-door.png" class="img-responsive" alt="">
</div>
<div class="testimonial-author">
<span class="name">Kellian Adams</span>
<p class="small">Senior Game Producer</p>
<p class="small">Green Door Labs / Edventure Builder</p>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="row">
<div class="col-lg-12">
<p class="lead">"Brought great work to the table"</p>
<hr class="colored">
<p class="quote">
The team at Active Frequency really took the time to understand our business, our creative needs and helped us identify a clean, elegant way to create a lasting impression with our customers. From a UI and general "flow" perspective, they were super patient in walking us through best practices and was strategic in giving opinions, suggesting really key components that we hadn't considered. They brought great work to the table.
<br><br><br>
</p>
<div class="testimonial-info">
<div class="testimonial-img">
<img src="assets/img/testimonials/zero.png" class="img-responsive" alt="">
</div>
<div class="testimonial-author">
<span class="name">Brian Drewes</span>
<p class="small">Co-Founder / Head of Production</p>
<p class="small">ZeroVFX</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="bg-gray">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Contact Us</h2>
<hr class="colored">
<p>
Drop us a line at <a href="mailto:[email protected]">[email protected]</a> - we'd love to chat about your project.
</p>
</div>
</div>
</div>
</section>
<footer class="footer" style="background-image: url('assets/img/bg-footer.jpg')">
<div class="container text-center">
<div class="row">
<div class="col-md-4 contact-details">
<h4><i class="fa fa-phone"></i> Call</h4>
<p>(617) 744-9244</p>
</div>
<div class="col-md-4 contact-details">
<h4><i class="fa fa-map-marker"></i> Visit</h4>
<p>686 Massachusetts Ave #304<br>Cambridge, MA 02139</p>
</div>
<div class="col-md-4 contact-details">
<h4><i class="fa fa-envelope"></i> Email</h4>
<p><a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</div>
<div class="row social">
<div class="col-lg-12">
<ul class="list-inline">
<li><a href="https://github.com/activefrequency"><i class="fa fa-github fa-fw fa-2x"></i></a></li>
<li><a href="https://twitter.com/activefrequency"><i class="fa fa-twitter fa-fw fa-2x"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
<script src="assets/js/jquery-1.10.2.js"></script>
<script src="assets/js/bootstrap/bootstrap.min.js"></script>
<script src="assets/js/plugins/retina/retina.min.js"></script>
<script src="assets/js/plugins/jquery.easing.min.js"></script>
<script src="assets/js/plugins/classie.js"></script>
<script src="assets/js/plugins/cbpAnimatedHeader.js"></script>
<script src="assets/js/plugins/owl-carousel/owl.carousel.min.js"></script>
<script src="assets/js/plugins/jquery.magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="assets/js/plugins/jquery.fs.wallpaper.js"></script>
<script src="assets/js/contact_me.js"></script>
<script src="assets/js/plugins/jqBootstrapValidation.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>