-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
526 lines (488 loc) · 23.2 KB
/
index.html
File metadata and controls
526 lines (488 loc) · 23.2 KB
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
<!DOCTYPE HTML>
<!--
Based on the Theory template by TEMPLATED (templated.co @templatedco),
under the Creative Commons Attribution 3.0 license (templated.co/license).
-->
<html>
<head>
<title>Stimulating Solutions, LLC</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="apple-mobile-web-app-title" content="Stimulating Solutions, LLC">
<meta name="application-name" content="Stimulating Solutions, LLC">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="assets/css/main.css?cachebuster=6" />
<script src="assets/js/jquery.min.js"></script>
</head>
<body>
<span id="top">
<!-- Header -->
<header id="header">
<div class="inner">
<a onclick="scrollToId('#top');" class="logo">Stimulating Solutions, LLC</a>
<nav id="nav">
<span onclick="scrollToId('#services')">Our Services</span>
<span onclick="scrollToId('#team')">The Team</span>
<span onclick="scrollToId('#company')">The Company</span>
<span onclick="scrollToId('#contact')">Contact Us</span>
</nav>
<a href="#navPanel" class="navPanelToggle"><span class="fa fa-bars"></span></a>
</div>
</header>
<!-- Banner -->
<section id="banner">
<div class="plate">
<h1>Stimulating Solutions</h1>
<p>Providing unique solutions to unusual problems.</p>
</div>
</section>
<section class="wrapper blur special banner-services"></section>
<!-- Services -->
<section id="services" class="wrapper services-summary">
<div class="inner">
<div class="flex flex-3">
<header>
<h2>Need customized technology for your project?</h2>
</header>
<p>
The Stimulating Solutions team is a diverse group of technology professionals and enthusiasts, and we're
willing to take on any challenge, from <strong>on-site tech installations</strong>, to custom
<strong>cloud-scalable software systems</strong>, and anything in between.
</p>
<p>
We specialize in solving complex, unique problems with custom integrations of
<strong>software, hardware, and design</strong>. We are proven problem-solvers with diverse
technical skills and interests that enable us to deliver elegant, pragmatic, and <strong>complete solutions</strong>.
</p>
<p>
Beyond our technical expertise, we're also skilled at <strong>project management and communication</strong>.
Whether you have a rigorous requirements specification, or just a vision you want to see fulfilled,
we'll work closely with you throughout the development process to make sure we deliver a result
that <strong>meets your needs and your vision</strong>.
</p>
</div>
</div>
</section>
<section class="wrapper blur special services-team"></section>
<!-- Thumbs -->
<section id="team" class="wrapper team-block team-summary special">
<div class="inner">
<header>
<h2>The Team</h2>
<p>
We're all creative problem solvers who can take on a variety of challenges.
</p>
<p>
Whether from experience, training, or interest, we each have our areas of specialty.
</p>
</header>
<div class="flex flex-4 person-row">
<div class="box person" onclick="scrollToId('#bio-joe')">
<div class="image round">
<img src="media/headshots/joe.jpg" alt="Joe" />
</div>
<h3 class="card-name">Joe</h3>
<p>Systems Integration<br/>Optimization<br/>Project Coordination</p>
</div>
<div class="box person" onclick="scrollToId('#bio-jesse')">
<div class="image round">
<img src="media/headshots/jesse1.png" alt="Jesse" />
</div>
<h3 class="card-name">Jesse</h3>
<p>Mobile Apps<br/>Gamification<br/>Stuff</p>
</div>
<div class="box person" onclick="scrollToId('#bio-jason')">
<div class="image round">
<img src="media/headshots/jason.png" alt="Jason" />
</div>
<h3 class="card-name">Jason</h3>
<p>Data Visualization<br/>Geo-spatial Tech<br/>3D Printing</p>
</div>
<div class="box person" onclick="scrollToId('#bio-dan')">
<div class="image round">
<img src="media/headshots/dan.jpg" alt="Dan" />
</div>
<h3 class="card-name">Dan</h3>
<p>User Experience<br/>Things<br/>Stuff</p>
</div>
<div class="box person" onclick="scrollToId('#bio-dusty')">
<div class="image round">
<img src="media/headshots/dusty.jpg" alt="Dusty" />
</div>
<h3 class="card-name">Dusty</h3>
<p>Pyrotechnics<br/>Analog Interactivity<br/>Virtual Reality</p>
</div>
<div class="box person" onclick="scrollToId('#bio-corey')">
<div class="image round">
<img src="media/headshots/corey.png" alt="Corey" />
</div>
<h3 class="card-name">Corey</h3>
<p>Automation<br/>Reliability<br/>Cloud</p>
</div>
<div class="box person" onclick="scrollToId('#bio-justin')">
<div class="image round">
<img src="media/headshots/justin2.jpg" alt="Justin" />
</div>
<h3 class="card-name">Justin</h3>
<p>Machine Learning<br/>Lights and Sound<br/>Data Visualization</p>
</div>
<div class="box person" onclick="scrollToId('#bio-rose')">
<div class="image round">
<img src="media/headshots/smiley.png" alt="Rose" />
</div>
<h3 class="card-name">Rose</h3>
<p>Graphic Design<br/>Stuff<br/>Things</p>
</div>
<div class="box person" onclick="scrollToId('#bio-nick')">
<div class="image round">
<img src="media/headshots/nick.jpg" alt="Nick" />
</div>
<h3 class="card-name">Nick</h3>
<p>Mapping Tech<br/>API integration<br/>Modular Code</p>
</div>
<div class="box person" onclick="scrollToId('#bio-wes')">
<div class="image round">
<img src="media/headshots/smiley.png" alt="Wes" />
</div>
<h3 class="card-name">Wes</h3>
<p>3D Modelling<br/>Things<br/>Stuff</p>
</div>
</div>
</div>
</section>
<section class="wrapper blur special divider-team-bios"></section>
<div class="bios">
<section id="bio-joe" class="wrapper team-block special bio">
<div class="inner">
<header class="align-center">
<img src="media/headshots/joe.jpg" alt="Joe" />
<div class="title align-left">
<h2>Joe Ibershoff</h2>
<p>Systems Integration ▪ Optimization ▪ Project Coordination</p>
</div>
</header>
<div style="clear:both"></div>
<div>
<article>
<p>
I like to take on big-scope challenges, the sort where it's not fully clear what form the solution
should take; the more brainstorming required, the more proud I am of the result. I usually design
and implement software systems, but hardware excites me more. In my spare time, I've found myself
dabbling in robotics, semi-automated beer brewing, and medical assistive devices.
</p>
<p>
I'm comfortable discussing problems and solutions with stakeholders of all kinds. Even while digging
in and working on a challenging component, I make a point of keeping one eye on the bigger
picture in order to ensure my team and I are making the biggest impact we can.
</p>
</article>
</div>
</div>
</section>
<section class="wrapper blur special"></section>
<section id="bio-jesse" class="wrapper team-block special bio">
<div class="inner">
<header class="align-center">
<img src="media/headshots/jesse1.png" alt="Jesse" />
<div class="title align-left">
<h2>Jesse Stewart</h2>
<p>Mobile Apps ▪ Gamification ▪ Stuff</p>
</div>
</header>
<div style="clear:both"></div>
<div>
<article>
<p>
A lifelong student and technology enthusiast, I enjoy putting my very best into the work I do for myself and for my team. I thrive when
challenged with new technologies and love an opportunity to brainstorm and think out of the box for both process and product.
</p>
<p>
I have over 10 years experience designing and building web and mobile applications. I have worked with
some very talented people creating tools for research and innovative products.
</p>
</article>
</div>
</div>
</section>
<section class="wrapper blur special"></section>
<section id="bio-jason" class="wrapper team-block special bio">
<div class="inner">
<header class="align-center">
<img src="media/headshots/jason.png" alt="Jason" />
<div class="title align-left">
<h2>Jason Hettmansperger</h2>
<p>Data Visualization ▪ Geo-spatial Tech ▪ 3D Printing</p>
</div>
</header>
<div style="clear:both"></div>
<div>
<article>
<p>
Few things make me happier than seeing data visualized, and double points if its on a map! My passion
is building interactive applications that convey a data driven message. No data is too big or too
small to see itself telling a story!
</p>
<p>
You will always seem to find me engrossed in projects to scratch my tinker's itch, from building 3D
printers, 2D plotters to endless Raspberry Pi concoctions. In either medium, making something
interesting, fun and relatable to be shared with others is always the goal.
</p>
</article>
</div>
</div>
</section>
<section class="wrapper blur special"></section>
<section id="bio-dan" class="wrapper team-block special bio">
<div class="inner">
<header class="align-center">
<img src="media/headshots/dan.jpg" alt="Dan" />
<div class="title align-left">
<h2>Dan Sexton</h2>
<p>User Experience ▪ Things ▪ Stuff</p>
</div>
</header>
<div style="clear:both"></div>
<div>
<article>
<p>
August 1981, days away from turning seven, IBM announced the release of the IBM PC. My dad brought one
home and I became fortunate to grow up a child of DOS 1.0 and 80's bulletin board systems; I have been
enthralled from then on.
</p>
<p>
Working with architects and fashion designers in NY helped shape my eye for design. And being able to
take on very challenging development tasks has given me the sense that anything can be built, especially
with the right team.
</p>
</article>
</div>
</div>
</section>
<section class="wrapper blur special"></section>
<section id="bio-dusty" class="wrapper team-block special bio">
<div class="inner">
<header class="align-center">
<img src="media/headshots/dusty.jpg" alt="Dusty" />
<div class="title align-left">
<h2>Dusty Doom</h2>
<p>Pyrotechnics ▪ Analog Interactivity ▪ Virtual Reality</p>
</div>
</header>
<div style="clear:both"></div>
<div>
<article>
<p>
A successful career with the US Army as an Explosive Ordnance Disposal Technician taught me to
professionally break all manner of things for the safety of others. This led me to deep understanding
of the weakness of materials, and how to make them better. There are safe solutions to hazardous
problems, and I’ve made it my life’s work to find them.
</p>
</article>
</div>
</div>
</section>
<section class="wrapper blur special"></section>
<section id="bio-corey" class="wrapper team-block special bio">
<div class="inner">
<header class="align-center">
<img src="media/headshots/corey.png" alt="Corey" />
<div class="title align-left">
<h2>Corey O'Brien</h2>
<p>Automation ▪ Reliability ▪ Cloud</p>
</div>
</header>
<div style="clear:both"></div>
<div>
<article>
<p>
I'm passionate about analyzing and deconstructing complex problems in order to anticipate obstacles early. I get excited
about robust, reliable automation. Seeing patterns and connecting the dots between concepts and hard data makes me smile.
I work hard to build bespoke solutions from standardized components.
</p>
</article>
</div>
</div>
</section>
<section class="wrapper blur special"></section>
<section id="bio-justin" class="wrapper team-block special bio">
<div class="inner">
<img src="media/headshots/justin2.jpg" alt="Person 1" />
<header class="align-left title">
<h2>Justin Taylor</h2>
<p>Machine Learning ▪ Lights and Sound ▪ Data Visualization</p>
</header>
<div style="clear:both"></div>
<div>
<article>
<p>
Whether it's a fascination with music, health, games, cooking, history, software, or any other of my many interests, I
get hooked and stubborn while yearning to hone my skills. There's a sense of urgency that I experience when something
comes to me worth solving or reflecting upon, and in computer science, there's certainly no shortage of brilliant solutions
and interesting problems worth thinking about.
</p>
<p>Pursuing a career in software development is one of the best decisions I've made for myself. It compliments my enjoyment
of getting lost in my work while being an avenue through which I feel I can impart some sort of positive change in this
technological world of ours.
</p>
</article>
</div>
</div>
</section>
<section class="wrapper blur special"></section>
<section id="bio-rose" class="wrapper team-block special bio">
<div class="inner">
<header class="align-center">
<img src="media/headshots/smiley.png" alt="Rose" />
<div class="title align-left">
<h2>Rose Kohrman</h2>
<p>Graphic Design ▪ Stuff ▪ Things</p>
</div>
</header>
<div style="clear:both"></div>
<div>
<article>
<p>
I love technology, especially certain parts of technology that I like more than the other parts. I am
amazing when it comes to the parts of technology that I like. I also like bacon.
</p>
<p>
Sometimes technology goes well with filler text. Sometimes bacon goes well with filler text. Let's find out.
Spicy jalapeno bacon ipsum dolor amet capicola bacon leberkas burgdoggen meatloaf meatball non pork
belly kevin laborum frankfurter esse dolore bresaola.
</p>
</article>
</div>
</div>
</section>
<section class="wrapper blur special"></section>
<section id="bio-nick" class="wrapper team-block special bio">
<div class="inner">
<header class="align-center">
<img src="media/headshots/nick.jpg" alt="Nick" />
<div class="title align-left">
<h2>Nick McCready</h2>
<p>Mapping Tech ▪ API integration ▪ Modular Code</p>
</div>
</header>
<div style="clear:both"></div>
<div>
<article>
<p>
I'm a computer nerd at heart, with 14+ years of software engineering, testing, and design.
My main passion in life is clean reusable code, constant learning, and creating amazing things from nothing.
</p>
<p>
I am extremely active in the open source community. I'm sure to dig into many repositories to aid in bug fixes, advice, and/or management
of open source projects. Github, Bitbucket and the like are the future. OSS 4 life.
</p>
</article>
</div>
</div>
</section>
<section class="wrapper blur special"></section>
<section id="bio-wes" class="wrapper team-block special bio">
<div class="inner">
<header class="align-center">
<img src="media/headshots/smiley.png" alt="Wes" />
<div class="title align-left">
<h2>Wes Stewart</h2>
<p>3D Modelling ▪ Things ▪ Stuff</p>
</div>
</header>
<div style="clear:both"></div>
<div>
<article>
<p>
I love technology, especially certain parts of technology that I like more than the other parts. I am
amazing when it comes to the parts of technology that I like. I also like bacon.
</p>
<p>
Sometimes technology goes well with filler text. Sometimes bacon goes well with filler text. Let's find out.
Spicy jalapeno bacon ipsum dolor amet capicola bacon leberkas burgdoggen meatloaf meatball non pork
belly kevin laborum frankfurter esse dolore bresaola.
</p>
</article>
</div>
</div>
</section>
</div>
<section class="wrapper blur special bios-company"></section>
<!-- Company -->
<section id="company" class="wrapper special company-summary">
<div class="inner">
<header class="align-left title">
<h2>Stimulating Solutions</h2>
<p>Providing unique solutions to unusual problems.</p>
</header>
<div class="flex">
<article>
<h3>Origin</h3>
<p>Stimulating Solutions was born out of the desire to create an all-star team covering a wide
variety of technical skillsets and interests, capable of tackling the most challenging projects.
As individuals, we each have proven track records as exceptional problem solvers; many of our team members
have collaborated over the course of 10 to 15 years before coming together at Stimulating Solutions.
</p>
<h3>Our Values</h3>
<p>
Our values define what is important to us. They guide us when there are no rules, and we strive to
embody them in all we do.
</p>
<ul>
<li><strong>Collaboration</strong> - remember that the whole is more than the sum of its parts.
<li><strong>Transparency</strong> - share information, acknowledge failures, and work openly.
<li><strong>Passion</strong> - love what you do, have fun doing it, and obsess over it.
<li><strong>Quality</strong> - when you do something, do it right.
</ul>
</article>
</div>
</div>
</section>
<section id="skillmill" class="wrapper">
<div id="mill">
</div>
<div id="info">
</div>
</section>
<section class="wrapper blur special company-contact"></section>
<!-- Contact -->
<section id="contact" class="wrapper special contact">
<div class="inner">
<header class="align-left title">
<h2>Contact Us!</h2>
<p>We'd love to chat about your project and how we can help make it a success.</p>
</header>
<div class="flex">
<article>
<header>
<h3 class="email">Phone: <a class="phone" href="tel:+1-502-509-6182">(502) 509-6182</a></h3>
<h3 class="email">Email: <a class="email" href="mailto:team@stimulating-solutions.com">team@stimulating-solutions.com</a></h3>
</header>
</article>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<div class="flex">
<div class="copyright">
© Stimulating Solutions, LLC.
</div>
<div class="align-right">Design: <a href="https://templated.co">TEMPLATED</a></div>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.4/lodash.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/banner.js?cachebuster=4"></script>
<script src="assets/js/scrollTo.js?cachebuster=4"></script>
<script src="assets/js/skillmill.js?cachebuster=2"></script>
</body>
</html>