-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.htm
556 lines (493 loc) · 23.6 KB
/
index.htm
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
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
<!DOCTYPE HTML>
<html>
<head>
<title>Constant Orbit</title>
<meta name="description"
content="Constant Orbit; Ruby on Rails development, cloud configuration deployment and management.">
<meta name="author" content="Denis Haskin, Constant Orbit">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<link href="css/bootstrap.css" rel="stylesheet" media="screen">
<link href="css/font-awesome.css" rel="stylesheet">
<link href="css/bootstrap-responsive.css" rel="stylesheet" media="screen">
<link href="css/style.css" rel="stylesheet" media="screen">
<link rel="shortcut icon" href="img/co-swoosh-transparent.ico">
<!--[if IE 7]>
<link href="css/font-awesome-ie7.min.css" rel="stylesheet">
<![endif]-->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript" src="js/modernizr.js"></script>
</head>
<body>
<div id="wrapper">
<div id="sidebar">
<a class="btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<!-- <div id="logo"> <a href="/"><img src="img/logo.svg" alt="logo" /></a> </div> -->
<nav id="nav" class="navigation" role="navigation">
<ul class="unstyled">
<li class="active" data-section="1"><i class="icon-home"></i> <span>Home</span></li>
<li data-section="2" class=""><i class="icon-rocket"></i> <span>What I Do</span></li>
<li data-section="3" class=""><i class="icon-laptop"></i> <span>Projects</span></li>
<li data-section="4" class=""><i class="icon-user"></i> <span>About</span></li>
<li data-section="5" class="last"><i class="icon-envelope"></i> <span>Contact</span></li>
</ul>
</nav>
<!-- /nav -->
</div>
<!-- /sidebar -->
<div id="container">
<section class="section" id="section1" data-section="1">
<!--<div class="container-fluid">-->
<!--<div class="row-fluid">-->
<!--<div id="logo">-->
<!--<img src="img/logo.png" alt="">-->
<!--</div>-->
<!--</div>-->
<!--</div>-->
<div class="container-fluid">
<div class="row-fluid">
<div class="span12 intro">
<hgroup>
<h1>Constant Orbit</h1>
</hgroup>
<button class="btn-inverse" data-section="2">
Learn <span>More</span>
<i class="icon-circle-arrow-down"></i>
</button>
</div>
<!-- /span6 -->
</div>
<!-- /row-fluid -->
</div>
<!-- /container-fluid -->
</section>
<!-- /section -->
<section class="section" id="section2" data-section="2">
<div class="container-fluid">
<div class="row-fluid title">
<div class="span5">
<h2>What I Do</h2>
</div>
<!-- /span4 -->
<div class="span7 hidden-phone">
<hr>
</div>
<!-- /span8 -->
</div>
<!-- /row-fluid -->
<div class="row-fluid desc">
<div class="span6">
<p>I'm Denis Haskin, <i>aka</i> Constant Orbit. I provide consulting and software
development to a wide range of businesses.
My broad experience allows me to support clients through the entire process of developing
and delivering a product, from idea generation to design to wireframes to
implementation to deployment to
maintenance.</p>
</div>
<div class="span6">
<p>I have proven experience delivering successful web products in both startups and
enterprises. I have excellent communication, analysis, leadership,
and mentoring skills. I'm comfortable wearing a variety of hats, but I really do this
because I love writing code, and seeing software go all the way from the napkin or
whiteboard sketch to delighting end-users.</p>
</div>
<!-- /span6 -->
</div>
<!-- /row-fluid -->
<div class="row-fluid content">
<div class="span12">
<div class="row-fluid">
<div class="span2 offset1 service">
<p>
<span class="icon-stack icon-4x">
<i class="icon-check-empty icon-stack-base" style="color: #e0e0e0;"></i>
<i class="icon-lightbulb"></i>
</span>
</p>
<p><b>DESIGN</b></p>
<ul>
<li>Wireframes</li>
<li>User Stories</li>
<li>Responsive Design</li>
<li>User-centered Design</li>
</ul>
<br>
</div>
<div class="span2 service">
<p>
<span class="icon-stack icon-4x">
<i class="icon-check-empty icon-stack-base" style="color: #e0e0e0;"></i>
<i class="icon-rocket"></i>
</span>
</p>
<p><b>BUILD</b></p>
<ul>
<li>Ruby on Rails</li>
<li>Angular</li>
<li>Node.js</li>
<li>Bootstrap, JQuery, CSS3, HTML5</li>
<li>Agile & Iterative Practices</li>
<li>Java, python, etc under duress</li>
</ul>
<br>
</div>
<div class="span2 service">
<p>
<span class="icon-stack icon-4x">
<i class="icon-check-empty icon-stack-base" style="color: #e0e0e0;"></i>
<i class="icon-cloud-upload"></i>
</span>
</p>
<p><b>DEPLOY</b></p>
<ul>
<li>Heroku</li>
<li>Amazon Web Services</li>
<li>Chef, Capistrano</li>
<li>E-Commerce Integration</li>
</ul>
<br>
</div>
<div class="span2 service">
<p>
<span class="icon-stack icon-4x">
<i class="icon-check-empty icon-stack-base" style="color: #e0e0e0;"></i>
<i class="icon-dashboard"></i>
</span>
</p>
<p><b>MANAGE</b></p>
<ul>
<li>Automated Monitoring</li>
<li>Alerting</li>
<li>Auto-scaling</li>
<li>Content Management</li>
</ul>
<br>
</div>
<!--</div>-->
<!-- /row-fluid -->
<!--<div class="row-fluid">-->
<!--<div class="span12"></div>-->
<!--</div>-->
<!--<div class="row-fluid">-->
<!--<div class="span3 offset5 service" style="text-align: center;" id="last-what-i-do">-->
<div class="span2 service">
<p>
<span class="icon-stack icon-4x">
<i class="icon-check-empty icon-stack-base" style="color: #e0e0e0;"></i>
<i class="icon-retweet"></i>
</span>
</p>
<p><b>REPEAT</b></p>
<ul>
<li>Predictable, consistent results for multiple customers</li>
</ul>
<br>
</div>
</div>
</div>
<!-- /span12 -->
</div>
<!-- /row-fluid -->
</div>
<!-- /container -->
</section>
<!-- /section -->
<section class="section" id="section3" data-section="3">
<div class="container-fluid">
<div class="row-fluid title">
<div class="span4">
<h2>Projects</h2>
</div>
<!-- /span4 -->
<div class="span8 hidden-phone alt">
<hr>
</div>
<!-- /span8 -->
</div>
<!-- /row-fluid -->
<div class="row-fluid content slide center">
<div class="span4">
<img src="img/sm.png" alt="ShareableMetrics">
<div class="project-description">
<h6 class="hidden-phone">ShareableMetrics</h6>
<p>Designed specifically for communications and PR professionals, ShareableMetrics is self-service software that tracks shares of earned, paid and owned PR content. ShareableMetrics tracks everything from major media placements to single influencer tweet to deliver the most comprehensive social sharing analytics and insights. I built the entire application stack for this product from scratch, including highly-scalable URL and statistics collection & management and a responsive sophisticated UI.</p>
<!--<button class="btn-inverse">-->
<!--Read <span>More</span>-->
<!--<i class="icon-plus"></i>-->
<!--</button>-->
</div>
</div>
<!-- /span4 -->
<div class="span4">
<img src="img/ccc_logo_work.jpg" alt="California Community Colleges">
<div class="project-description">
<h6 class="hidden-phone">SWP Proposals System</h6>
<p>I was the lead and primary developer on the Strong Workforce Proposals system for the California
Community Colleges Chancellor's Office. The CCC is the largest system of higher education in the nation, with 2.1 million students attending 113 colleges. Using Angular JS and Node.js I built, under extremely tight time budget, a system for the interactive collaborative compilation and review of funding proposals for the $200M Strong Workforce program.</p>
<!--<button class="btn-inverse">-->
<!--Read <span>More</span>-->
<!--<i class="icon-plus"></i>-->
<!--</button>-->
</div>
</div>
<!-- /span4 -->
<div class="span4">
<img src="img/val.png" alt="Val 2.0">
<div class="project-description">
<h6 class="hidden-phone">ioImprov: Val 2.0</h6>
<p>I'm currently in progressing building Val 2.0, a student evaluation system for ioImprov, the premiere
improv theater and studio in Chicago and Los Angeles. The new system will retire out-of-date technology
and provide much-needed additional functionality for the improv schools to track student performance and progress. The new system is fully responsive, built on Angular 2 with a Rails API backend.</p>
<!--<button class="btn-inverse">-->
<!--Read <span>More</span>-->
<!--<i class="icon-plus"></i>-->
<!--</button>-->
</div>
</div>
<!-- /span4 -->
</div>
<!-- /row-fluid -->
<div class="row-fluid content slide center">
<div class="span4">
<img src="img/zmx.jpg" alt="ZMX Music">
<div class="project-description">
<h6 class="hidden-phone">ZMX Music</h6>
<p>ZMX Music enabled thousands of artists to make their music available in print,
more conveniently & at lower prices than ever before. Artists have a new revenue
stream, fans have the opportunity to get high-quality sheet music for artists
and songs they love. I was the CTO of ZMX Music until it ceased operation due to the changing music publishing market.</p>
<!--<button class="btn-inverse">-->
<!--Read <span>More</span>-->
<!--<i class="icon-plus"></i>-->
<!--</button>-->
</div>
</div>
<!-- /span4 -->
<div class="span4">
<img src="img/MTA-Bus-Time.jpg" alt="MTA Bus Time">
<div class="project-description">
<h6 class="hidden-phone">MTA Bus Time</h6>
<p>I was consultant to the team at Cambridge Systematics and OpenPlans that adapted the
open-source
OneBusAway project to support New York City's 6,000-vehicle bus system. The project was deployed
on schedule and continues to grow as more boroughs are added. I was responsible for much of the
devops
work, including chef deployment & configuration, monitoring infrastructure, as well as
service alerts integration and other front- and back-end work.</p>
<!--<button class="btn-inverse">-->
<!--Read <span>More</span>-->
<!--<i class="icon-plus"></i>-->
<!--</button>-->
</div>
</div>
<!-- /span4 -->
<div class="span4">
<img src="img/fp-2.jpg" alt="Fashion Playtes">
<div class="project-description">
<h6 class="hidden-phone">Fashion Playtes</h6>
<p>I was the founding VPE/architect of Fashion Playtes, and with a very small tech team built the
initial product in Ruby on Rails, with a Flash fashion-designer front end. I rapidly built and
launched a full-featured e-commerce site at which girls could design and order their own custom
clothing.</p>
<!--<button class="btn-inverse">-->
<!--Read <span>More</span>-->
<!--<i class="icon-plus"></i>-->
<!--</button>-->
</div>
</div>
<!-- /span4 -->
</div>
<!-- /row-fluid -->
</div>
<!-- /container -->
</section>
<!-- /section -->
<section class="section" id="section4" data-section="4">
<div class="container-fluid">
<div class="row-fluid title">
<div class="span4">
<h2>About</h2>
</div>
<!-- /span4 -->
<div class="span8 hidden-phone">
<hr>
</div>
<!-- /span8 -->
</div>
<!-- /row-fluid -->
<div class="row-fluid desc">
<div class="span4">
<img src="img/denis-bw.jpg"/>
</div>
<div class="span8">
<p>I have been involved with software and computing for my entire career, most of it writing software.
<strong>I admit it, I love writing code.</strong></p>
<p>But what I love even more is being privileged to collaborate with incredibly talented,
committed people from all walks of life, to go from a vision to reality. <strong>Software
development is
really about communication.</strong> It doesn't matter how technically adept you are unless you
can
engage other people openly and honestly to build a product of lasting value.</p>
<p>I practice incremental development: working with a client to identify the minimum viable product,
build that as rapidly as possible, get it out there for real use, and then iterate, building on
success after success. <strong>The only measure of progress in software is working, tested,
deployed code.</strong>
</p>
<div class="row-fluid">
<div class="span4">
Denis Haskin
</div>
<div class="span4">
<i class="icon-envelope-alt"></i> [email protected]
</div>
<div class="span4">
<i class="icon-twitter"></i> <a href="http://twitter.com/constantorbit" target="_blank">@constantorbit</a>
</div>
</div>
<div clas="row-fluid">
<div class="span4 offset4">
<i class="icon-github"></i> <a href="https://github.com/denishaskin" target="_blank">denishaskin</a>
</div>
<div class="span4">
<i class="icon-github"></i> <a href="https://github.com/constantorbit" target="_blank">constantorbit</a>
</div>
</div>
<div clas="row-fluid">
<div class="span4 offset4">
<i class="icon-file-alt"></i> <a href="asset/haskin-resume.pdf" target="_blank">resumé</a>
</div>
<div class="span4">
<i class="icon-linkedin-sign"></i> <a
href="http://www.linkedin.com/in/denishaskin" target="_blank">denishaskin</a>
</div>
</div>
</div>
<!-- /span8 -->
</div>
<!-- /row-fluid -->
</div>
<!-- /container -->
</section>
<!-- /section -->
<section class="section" id="section5" data-section="5">
<div class="container-fluid">
<div class="row-fluid title">
<div class="span4">
<h2>Contact</h2>
</div>
<!-- /span4 -->
<div class="span8 hidden-phone alt">
<hr>
</div>
<!-- /span8 -->
</div>
<!-- /row-fluid -->
<div class="row-fluid content">
<div class="span4">
<h4 class="intro">Drop me a line</h4>
<p>Enough about me, let's hear about you. I'm always interested in hearing about project
opportunities; even if I am unavailable, I can connect you with other folks in the
development community.</p>
<div class="row-fluid alt">
<i class="icon-envelope-alt"></i> [email protected]
</div>
<!-- /row -->
<div class="row-fluid alt">
<i class="icon-phone"></i> 781-258-7414
</div>
<!-- /row -->
<div class="row-fluid alt">
<i class="icon-twitter"></i> <a href="http://www.twitter.com/constantorbit" rel="external">@constantorbit</a>
</div>
<!-- /row -->
</div>
<!-- /span4 -->
<div class="span8">
<div class="row-fluid">
<div class="span12">
</div>
<!-- /span12 -->
</div>
<!-- /row-fluid -->
<div id="wufoo-z7x4m1">
Fill out my <a href="http://constantorbit.wufoo.com/forms/z7x4m1">online form</a>.
</div>
<script type="text/javascript">var z7x4m1;
(function (d, t) {
var s = d.createElement(t), options = {
'userName': 'constantorbit',
'formHash': 'z7x4m1',
'autoResize': true,
'height': '597',
'async': true,
'header': 'show'};
s.src = ('https:' == d.location.protocol ? 'https://' : 'http://') + 'wufoo.com/scripts/embed/form.js';
s.onload = s.onreadystatechange = function () {
var rs = this.readyState;
if (rs) if (rs != 'complete') if (rs != 'loaded') return;
try {
z7x4m1 = new WufooForm();
z7x4m1.initialize(options);
z7x4m1.display();
} catch (e) {
}
};
var scr = d.getElementsByTagName(t)[0], par = scr.parentNode;
par.insertBefore(s, scr);
})(document, 'script');</script>
</div>
<!-- /span8 -->
</div>
<!-- row-fluid -->
<div class="row-fluid">
<div class="span12"> </div>
</div>
<div class="row-fluid">
<div class="span4">
<h4 class="intro">Credits</h4>
</div>
</div>
<div class="row-fluid">
<div class="span4">
<p>Site design is based on the excellent
<a href="https://wrapbootstrap.com/theme/flat-scroll-one-page-theme-WB0RL445S">Flat &
Scroll</a> theme by <a href="http://www.basicoh.com/">Basicoh</a>, which I licensed at
<a href="https://wrapbootstrap.com">{wrap}bootstrap</a>.</p>
<p>Photo credits:
<ul>
<li>Headshot - the incomparable Alyssa Johnson</li>
<li>Concert photo - CC BY 2.0,
<a href="http://www.fotopedia.com/items/flickr-3353009973">Anirudh Koul</a>
</li>
<li>Cranes, Berlin, Germany. March 2013. - me</li>
<li>Train station, Lübeck Hauptbahnhof, Lübeck, Germany. March 2013. - me</li>
</ul>
</p>
<!-- /span12 -->
</div>
<!-- /row-fluid -->
</div>
<!-- /row-fluid -->
</div>
<!-- /container-fluid -->
</section>
<!-- /container -->
</div>
</div>
<!-- /wrapper -->
<!-- JAVASCRIPTS -->
<script type="text/javascript" src="js/waypoints.min.js"></script>
<script type="text/javascript" src="js/jquery.knob.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>
<!-- and... we're done -->