-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex.html
executable file
·551 lines (551 loc) · 23 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
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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HeroUnit | Proactive support, software development and manteinance.</title>
<link rel="stylesheet" href="css/app.css">
<link rel="stylesheet" href="css/slick.css">
<link rel="stylesheet" href="css/slick-theme.css">
<script src="js/jquery.js"></script>
<script src="js/feather.js"></script>
<link rel="shortcut icon" type="image/png" href="src/img/favicon.png">
<meta property="og:url" content="http://herounit.io">
<meta property="og:type" content="business.business">
<meta property="og:title" content="HeroUnit">
<meta property="og:description" content="Proactive software support and development based in Nashville">
<meta property="og:image" content="src/img/opengraph.png">
</head>
<body class="page">
<div class="title-bar" data-responsive-toggle="topmenu" data-hide-for="large">
<div class="menu-cont-mobile grid-x">
<div class="cell small-1"><button class="menu-icon" type="button" data-toggle="topmenu">
<div class="title-bar-title"><i class="icon" data-feather="menu"></i></div>
</button></div>
<div class="cell small-11 text-center">
<h1 class="logo"><a href="index.html"><span>HeroUnit</span></a></h1>
</div>
</div>
</div>
<div class="nav main-navigation">
<div class="top-bar" id="topmenu">
<div class="top-bar-left">
<div class="menu-text">
<h1 class="logo"><a href="index.html"><span>HeroUnit</span></a></h1>
</div>
<ul class="dropdown menu" data-dropdown-menu="">
<li><a href="index.html#services">Services</a></li>
<li><a href="index.html#whyus">Why Us?</a></li>
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#contact">Contact</a></li>
<li><a href="http://awkwardcoder.com/" target="_blank">Blog</a></li>
<li class="hide-for-small-only"><a class="button primary intercom" href="#">Let's Talk</a></li>
</ul>
</div>
<div class="top-bar-right">
<!-- spaceholder-->
</div>
</div>
</div>
</body>
</html>
<div class="welcome-container margin-bottom-big">
<div class="grid-x grid-margin-y">
<div class="cell small-6 medium-6 welcome-text">
<h2 class="welcome-title margin-bottom-small">Your Proactive Support Superhero.</h2>
<div class="welcome-description">
<p class="margin-bottom-small">Focus on your business while we focus on your software. Whether you need a full-stack development team to develop your dream from scratch, or a proactive team of experts ready to provide support and mantainance, HeroUnit is the superhero you can rely on!</p>
</div>
<div class="buttongroup hide-for-small-only"><a class="button secondary intercom" href="#">Request a Quote</a><a class="button clear secondary" href="#learnmore">Learn More</a></div>
</div>
<div class="cell small-6 medium-6">
<div class="welcome-graphic">
<!-- Illustration Placeholder-->
</div>
</div>
</div>
</div>
<div class="section grid-container" id="services">
<div class="section-head text-center">
<h2>Our services</h2>
<h4>Or Should we say Our Super Powers?</h4>
</div>
<div class="services-list grid-x grid-margin-y grid-margin-x">
<div id="learnmore"></div>
<div class="card-service cell small-6 medium-2 text-center">
<div class="serv-picture sp1"></div>
<h5>24/7 Proactive Support</h5>
</div>
<div class="card-service cell small-6 medium-2 text-center">
<div class="serv-picture sp3"></div>
<h5>Web Development</h5>
</div>
<div class="card-service cell small-6 medium-2 text-center">
<div class="serv-picture sp5"></div>
<h5>DevOps</h5>
</div>
<div class="card-service cell small-6 medium-2 text-center">
<div class="serv-picture sp2"></div>
<h5>Mobile App Development</h5>
</div>
<div class="card-service cell small-6 medium-2 text-center">
<div class="serv-picture sp4"></div>
<h5>Back-end Development</h5>
</div>
<div class="card-service cell small-6 medium-2 text-center">
<div class="serv-picture sp6"></div>
<h5>Project Management</h5>
</div>
</div>
</div>
<div class="section grid-container margin-bottom-big" id="technologies">
<div class="grid-container margin-bottom-big">
<div class="grid-x">
<div class="cell medium-4">
<h1>Technologies</h1>
<p>Most of our custom software services work is in these technologies, but our broad skill set gives us the flexibility to explore and choose the right technology for each project.</p>
<ul class="vertical tabs" id="example-tabs" data-tabs="">
<li class="tabs-title is-active"><a href="#panel1v" aria-selected="true">Web</a></li>
<li class="tabs-title"><a href="#panel2v">Mobile</a></li>
<li class="tabs-title"><a href="#panel3v">Desktop</a></li>
</ul>
</div>
<div class="cell medium-8">
<div class="tabs-content vertical" data-tabs-content="example-tabs">
<div class="tabs-panel is-active" id="panel1v">
<div class="grid-x grid-margin-y">
<div class="cell small-6 medium-6 text-center">
<ul>
<h4>Front-end</h4>
<li><img class="tech-svg" src="src/img/tech/react.svg" alt=""><span>React</span></li>
<li><img class="tech-svg" src="src/img/tech/vue.svg" alt=""><span>VUE</span></li>
<li><img class="tech-svg" src="src/img/tech/angular.svg" alt=""><span>Angular</span></li>
<li><img class="tech-svg" src="src/img/tech/javascript.svg" alt=""><span>Javascript</span></li>
</ul>
</div>
<div class="cell small-6 medium-6 text-center">
<ul>
<h4>Back-end</h4>
<li><img class="tech-svg" src="src/img/tech/node.svg" alt=""><span>Node</span></li>
<li><img class="tech-svg" src="src/img/tech/ruby.svg" alt=""><span>Ruby</span></li>
<li><img class="tech-svg" src="src/img/tech/python.svg" alt=""><span>Python</span></li>
<li><img class="tech-svg" src="src/img/tech/php.svg" alt=""><span>PHP</span></li>
<li><img class="tech-svg" src="src/img/tech/net.svg" alt=""><span>.NET</span></li>
</ul>
</div>
</div>
</div>
<div class="tabs-panel" id="panel2v">
<div class="grid-x grid-margin-y">
<div class="cell small-6 medium-6 text-center">
<ul>
<h4>Front-end</h4>
<li><img class="tech-svg" src="src/img/tech/apple.svg" alt=""><span>IOS</span></li>
<li><img class="tech-svg" src="src/img/tech/android.svg" alt=""><span>ANDROID</span></li>
<li><img class="tech-svg" src="src/img/tech/react.svg" alt=""><span>React Native</span></li>
<li><img class="tech-svg" src="src/img/tech/angular.svg" alt=""><span>Angular</span></li>
</ul>
</div>
<div class="cell small-6 medium-6 text-center">
<ul>
<h4>Back-end</h4>
<li><img class="tech-svg" src="src/img/tech/node.svg" alt=""><span>Node</span></li>
<li><img class="tech-svg" src="src/img/tech/ruby.svg" alt=""><span>Ruby</span></li>
<li><img class="tech-svg" src="src/img/tech/python.svg" alt=""><span>Python</span></li>
<li><img class="tech-svg" src="src/img/tech/php.svg" alt=""><span>PHP</span></li>
<li><img class="tech-svg" src="src/img/tech/net.svg" alt=""><span>.NET</span></li>
</ul>
</div>
</div>
</div>
<div class="tabs-panel" id="panel3v">
<div class="grid-x grid-margin-y">
<div class="cell small-6 medium-6 text-center">
<ul>
<h4>Front-end</h4>
<li><img class="tech-svg" src="src/img/tech/electron.svg" alt=""><span>Electron</span></li>
<li><img class="tech-svg" src="src/img/tech/react.svg" alt=""><span>react</span></li>
<li><img class="tech-svg" src="src/img/tech/vue.svg" alt=""><span>Vue</span></li>
<li><img class="tech-svg" src="src/img/tech/angular.svg" alt=""><span>Angular</span></li>
<li><img class="tech-svg" src="src/img/tech/apple.svg" alt=""><span>Mac OS</span></li>
<li><img class="tech-svg" src="src/img/tech/window.svg" alt=""><span>Windows</span></li>
<li><img class="tech-svg" src="src/img/tech/linux.svg" alt=""><span>linux</span></li>
</ul>
</div>
<div class="cell small-6 medium-6 text-center">
<ul>
<h4>Back-end</h4>
<li><img class="tech-svg" src="src/img/tech/node.svg" alt=""><span>Node</span></li>
<li><img class="tech-svg" src="src/img/tech/ruby.svg" alt=""><span>Ruby</span></li>
<li><img class="tech-svg" src="src/img/tech/python.svg" alt=""><span>Python</span></li>
<li><img class="tech-svg" src="src/img/tech/php.svg" alt=""><span>PHP</span></li>
<li><img class="tech-svg" src="src/img/tech/net.svg" alt=""><span>.NET</span></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section grid-container margin-bottom-big" id="whyus">
<div class="section-head text-center">
<h2>Why HeroUnit?</h2>
<h4>(Basically, not everyone else can be a hero)</h4>
</div>
<div class="grid-x grid-margin-y grid-margin-x">
<div class="cell small-6">
<div class="illu-whyus"></div>
</div>
<div class="cell small-6">
<div class="text-group margin-bottom-big">
<h6 class="checked">Team-work philosophy</h6>
<p>We work as a team. With very few exceptions, there are always at least two heroes working together to solve your problems, this way we can share knowledge and prevent silos, and also keep our heroes focused and accountable. </p>
</div>
<div class="text-group margin-bottom-big">
<h6 class="checked">Emergency (Proactive) Support</h6>
<p>While your team handles customer-level support, we’ll be ready to handle the toughest engineering-level issues. When you’re in a jam, HeroUnit is ready just in time. </p>
</div>
<div class="text-group margin-bottom-big">
<h6 class="checked">Credit-based maintenance</h6>
<p>Your team will follow your lead, spending credits from your bucket each month. It’s up to you what they work on and when. One credit is the same as one hour if the team uses it during normal USA business hours. But you have the flexibility to use credits at other times as well.</p>
</div>
<div class="text-group margin-bottom-big">
<h6 class="checked">Complementary Services</h6>
<p>In addition to the work you decide the team will perform, the HeroUnit team will also take it upon themselves to ensure your application is constantly improving using various tools and methods depending on your level of support.</p>
</div>
</div>
</div>
</div>
<div class="section grid-container margin-bottom-big" id="about">
<div class="section-head text-center">
<h2>About HeroUnit</h2>
<h4>Our true identity is not a secret for you!</h4>
</div>
<div class="grid-x grid-margin-y grid-margin-x">
<div class="cell small-12 medium-5">
<div class="about-photo"></div>
</div>
<div class="cell small-12 medium-7">
<p>Byron Sommardahl, the founder of HeroUnit, has lived with one foot in Nashville, TN and another foot in Honduras since 2010. Byron and his partners at Acklen Avenue Software discovered immense and mostly unnoticed technical talent in Latin America and especially in Honduras! That talent is what drives both Acklen Avenue and HeroUnit today.</p>
<p>Honduras and Nashville are in the same time-zone and is just about 4 hours away by plane, these are some of the facts that help us keep our business growing up together with satisfied clients since 2010!</p>
</div>
</div>
</div>
<div class="section" id="staff">
<div class="section-head text-center margin-bottom-big">
<h2>League of Heroes</h2>
</div>
<div class="staff-carousel row small-up-2 medium-up-2 large-up-4">
<div class="card-staff column column-block">
<div class="staff-photo"></div>
<div class="staff-info"><img src="src/img/staff/byron.jpg">
<h6>Byron Sommardahl</h6>
<p>Superpower:</p><strong class="superpower">X-Ray Vision and Superstrength, Coding problems don't stand a chance</strong>
</div>
</div>
<div class="card-staff column column-block">
<div class="staff-photo"></div>
<div class="staff-info"><img src="src/img/staff/elder.jpg">
<h6>Elder Cerrato</h6>
<p>Superpower:</p><strong class="superpower">Eagle-eyes for spotting evil defects.</strong>
</div>
</div>
<div class="card-staff column column-block">
<div class="staff-photo"></div>
<div class="staff-info"><img src="src/img/staff/ronyvidaur.jpg">
<h6>Rony Vidaur</h6>
<p>Superpower:</p><strong class="superpower">Shapeshifting, adapt to both backend and frontend development</strong>
</div>
</div>
<div class="card-staff column column-block">
<div class="staff-photo"></div>
<div class="staff-info"><img src="src/img/staff/dennismolina.jpg">
<h6>Dennis Molina</h6>
<p>Superpower:</p><strong class="superpower">Laser Focus, Can zero in on a piece of code and identify problems.</strong>
</div>
</div>
<div class="card-staff column column-block">
<div class="staff-photo"></div>
<div class="staff-info"><img src="src/img/staff/colleen.jpg">
<h6>Colleen Reidelbach</h6>
<p>Superpower:</p><strong class="superpower">Powers of Pursuasion</strong>
</div>
</div>
<div class="card-staff column column-block">
<div class="staff-photo"></div>
<div class="staff-info"><img src="src/img/staff/colin.jpg">
<h6>Colin Callahan</h6>
<p>Superpower:</p><strong class="superpower">Superhuman Marksman, Never misses a target</strong>
</div>
</div>
<div class="card-staff column column-block">
<div class="staff-photo"></div>
<div class="staff-info"><img src="src/img/staff/joshchappell.jpg">
<h6>Josh Chappell</h6>
<p>Superpower:</p><strong class="superpower">Reactive Adaptation, constantly learning, absorbing, and improving.</strong>
</div>
</div>
<div class="card-staff column column-block">
<div class="staff-photo"></div>
<div class="staff-info"><img src="src/img/staff/angelzelaya.jpg">
<h6>Angel Zelaya</h6>
<p>Superpower:</p><strong class="superpower">Extra sensory perception: can detect what mere mortals can't.</strong>
</div>
</div>
<div class="card-staff column column-block">
<div class="staff-photo"></div>
<div class="staff-info"><img src="src/img/staff/jimmyramos.jpg">
<h6>Jimmy Ramos</h6>
<p>Superpower:</p><strong class="superpower">Quciksilver learner</strong>
</div>
</div>
<div class="card-staff column column-block">
<div class="staff-photo"></div>
<div class="staff-info"><img src="src/img/staff/mohiddinshaikh.jpg">
<h6>Mohiddin Shaikh</h6>
<p>Superpower:</p><strong class="superpower">Power to build Immutable Infrastructure</strong>
</div>
</div>
<div class="card-staff column column-block">
<div class="staff-photo"></div>
<div class="staff-info"><img src="src/img/staff/edwardsiwady.jpg">
<h6>Edward Siwady</h6>
<p>Superpower:</p><strong class="superpower">Beautiful Coding Superpowers</strong>
</div>
</div>
<div class="card-staff column column-block">
<div class="staff-photo"></div>
<div class="staff-info"><img src="src/img/staff/fernandamezquita.jpg">
<h6>Fernanda Mezquita</h6>
<p>Superpower:</p><strong class="superpower">Hyperactive Management</strong>
</div>
</div>
<div class="card-staff column column-block">
<div class="staff-photo"></div>
<div class="staff-info"><img src="src/img/staff/edgarContreras.jpg">
<h6>Edgar Contreras</h6>
<p>Superpower:</p><strong class="superpower">Spider senses for code refactoring</strong>
</div>
</div>
<div class="card-staff column column-block">
<div class="staff-photo"></div>
<div class="staff-info"><img src="src/img/staff/inti.jpg">
<h6>Inti Velásquez</h6>
<p>Superpower:</p><strong class="superpower">Non-stop learning and improving</strong>
</div>
</div>
<div class="card-staff column column-block">
<div class="staff-photo"></div>
<div class="staff-info"><img src="src/img/staff/bily.jpg">
<h6>Bily Fernandez</h6>
<p>Superpower:</p><strong class="superpower">Agility, strength, speed, endurance, and reaction time</strong>
</div>
</div>
<div class="card-staff column column-block">
<div class="staff-photo"></div>
<div class="staff-info"><img src="src/img/staff/josuevidaur.jpg">
<h6>Josue Vidaur</h6>
<p>Superpower:</p><strong class="superpower">Timetravel, fix bugs before they happend</strong>
</div>
</div>
<div class="card-staff column column-block">
<div class="staff-photo"></div>
<div class="staff-info"><img src="src/img/staff/josuesalinas.jpg">
<h6>Josue Salinas</h6>
<p>Superpower:</p><strong class="superpower">MindMaster allowing to see solutions where other can't</strong>
</div>
</div>
<div class="card-staff column column-block">
<div class="staff-photo"></div>
<div class="staff-info"><img src="src/img/staff/jcrisanto.jpg">
<h6>Jorge Crisanto</h6>
<p>Superpower:</p><strong class="superpower">Super human resistance when coding</strong>
</div>
</div>
<div class="card-staff column column-block">
<div class="staff-photo"></div>
<div class="staff-info"><img src="src/img/staff/kevinestevez.jpg">
<h6>Kevin Estevez</h6>
<p>Superpower:</p><strong class="superpower">Full-Coffee-Alchemist, Turning good coffee into great code</strong>
</div>
</div>
</div>
</div>
<div class="reveal small text-center" id="contactform" data-reveal="">
<h1>Get in Touch</h1>
<p>We want to hear from you! Please feel free to request a custom quote for your product or project and we'll happy to assist you.</p>
<h4>[email protected]</h4>
<h6>(615) 988-4700</h6><a class="button secondary intercom" href="#">Chat With Us</a><button class="close-button" data-close="" aria-label="Close modal" type="button"><span aria-hidden="true">×</span></button>
</div>
<div class="contact-footer section" id="contact">
<div class="section-head text-center">
<h2>Get in Touch</h2>
<h4>How can we save your world today?</h4>
</div>
<div class="grid-x grid-margin-x">
<div class="cell small-6 text-right"><a class="button intercom" href="#">Request a Quote</a></div>
<div class="cell small-6 text-left"><a class="button hollow primary" href="#" data-open="contactform">Drop us a Line</a></div>
</div>
</div>
<footer>
<div class="grid-x grid-container">
<div class="cell small-12 medium-6">
<p>HeroUnit is an <a href="http://AcklenAvenue.com">AcklenAvenue</a> company</p>
<p>1033 Demonbreun Street #300 <br>Nashville, TN 37203</p>
<p>All Rights Reserved 2018</p>
</div>
<div class="cell small-12 medium-6 text-right">
<ul class="social-links">
<li><a href="http://twitter.com/herounitio"><i class="icon" data-feather="twitter"></i></a></li>
<li><a href="https://www.linkedin.com/company/herounit/"><i class="icon" data-feather="linkedin"></i></a></li>
<!--li: a(href="#")i.icon(data-feather="github")-->
<li><a href="https://www.facebook.com/herounit.io/"><i class="icon" data-feather="facebook"></i></a></li>
</ul>
</div>
</div>
</footer>
<script>
feather.replace()
</script>
<script>
$(document).ready(function()
{
$('.staff-carousel').slick(
{
slidesToShow: 4,
slidesToScroll: 1,
autoplay: true,
autoplaySpeed: 2200,
pauseOnHover: false,
responsive: [
{
breakpoint: 1024,
settings:
{
slidesToShow: 4,
slidesToScroll: 1,
infinite: true,
dots: true
}
},
{
breakpoint: 640,
settings:
{
slidesToShow: 2,
slidesToScroll: 2
}
},
{
breakpoint: 480,
settings:
{
slidesToShow: 1,
slidesToScroll: 1
}
}]
});
});
</script>
<script>
document.querySelectorAll('a[href^="#"]').forEach(anchor =>
{
anchor.addEventListener('click', function(e)
{
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView(
{
behavior: 'smooth'
});
});
});
</script>
<script>
(function($)
{
$(document).ready(function()
{
$(window).scroll(function()
{
if ($(this).scrollTop() > 300)
{
$('.top-bar').addClass("stacked");
}
else
{
$('.top-bar').removeClass("stacked");
}
});
});
})(jQuery);
</script>
<script>
$("#requestlink").click(function(e)
{
$('#contactform').foundation('reveal', 'open');
});
</script>
<script src="js/jquery.js"></script>
<script src="js/what-input.js"></script>
<script src="js/slick.min.js"></script>
<script src="js/foundation.js"></script>
<script src="js/app.js"></script>
<script>
window.intercomSettings = {
app_id: "wta4t3f8",
action_color: "#1962BA",
background_color: "#1962BA"
};
</script>
<script>
(function()
{
var w = window;
var ic = w.Intercom;
if (typeof ic === "function")
{
ic('reattach_activator');
ic('update', w.intercomSettings);
}
else
{
var d = document;
var i = function()
{
i.c(arguments);
};
i.q = [];
i.c = function(args)
{
i.q.push(args);
};
w.Intercom = i;
var l = function()
{
var s = d.createElement('script');
s.type = 'text/javascript';
s.async = true;
s.src = 'https://widget.intercom.io/widget/wta4t3f8';
var x = d.getElementsByTagName('script')[0];
x.parentNode.insertBefore(s, x);
};
if (w.attachEvent)
{
w.attachEvent('onload', l);
}
else
{
w.addEventListener('load', l, false);
}
}
})();
</script>
<script>
$(".intercom").click(function(e)
{
Intercom('show');
});
</script>