-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
687 lines (563 loc) · 25.1 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
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>HAB LABS</title>
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<style>
.parallax-container {
min-height: 380px;
line-height: 0;
height: 80vh ! important;
color: rgba(255,255,255,.9);
}
#para-1{
min-height:0;
min-width:0;
max-height:1000px;
}
.tabcontent {
display: none;
padding: 6px 12px;
/*border: 1px solid #ccc;
border-radius: 3px; */
margin-top: 2%;
}
#heading{
text-shadow: 2px 2px 2px black;
}
.stt{
text-shadow: 2px 2px 2px black;
}
.tab a{
margin: 1%;
}
.tab a{
background-color:#b3e5fc;
color:black;
}
.tab a.active {
background-color: #03a9f4;
color: white;
}
.tab a:hover{
background-color: #4fc3f7;
}
nav ul a {
font-size: 1.5rem;
}
nav ul a:hover{
text-decoration: underline #03a9f4;
text-underline-offset: 5px;
}
.brand-logo:hover{
color:#03a9f4 !important;
}
.aboutml{
height: 300px;
width: auto;
margin-top: 10%;
}
#services-btn:hover{
color:black;
}
@media only screen and (max-width: 600px) {
.aboutml{
height: 200px;
width: auto;
margin-top: 10%;
}
.modalimg{
height:100px !important;
}
#service-bullets{
display: flex !important;
justify-content:space-evenly !important;
flex-direction: row !important;
flex-wrap: wrap !important;
}
}
p{
font-size:1.3rem !important;
}
#din1:hover,#din2:hover{
color:#4fc3f7;
}
/*back to top */
#myBtn {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-color: #03a9f4;
color: black;
cursor: pointer;
padding: 15px;
border-radius: 4px;
}
#myBtn:hover {
background-color: #b3e5fc;
}
#download-button:hover{
background-color: #b3e5fc !important;
}
#contact-button:hover{
background-color: #b3e5fc !important;
color:black;
}
/*.services-row{
display: flex
}
.service-icon{
margin-left:35%;
margin-right: 40%
}
.service-btn{
margin-left:40%;
margin-right: 40%
}
*/
.bullet{
margin: 2%;
border: solid 1px;
border-radius: 2px;
font-size:14px;
background: white;
font-weight:500;
}
.bullet:hover{
background-color:#4fc3f7 !important;
cursor: pointer;
color:black !important;
}
/* /* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 10px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
max-height: fit-content;
}
/* Modal Content */
.modal-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
margin-top:5%;
}
.modalimg{
height:200px;
width:auto
}
/* The Close Button */
.close,.close1, .close2,.close3 {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus,.close1:hover,.close2:hover,.close3:hover {
color: #000;
text-decoration: none;
cursor: pointer;
}
#download-button:hover{
color:black;
}
</style>
</head>
<body class="blue-grey darken-4 ">
<nav class="blue-grey darken-4 " role="navigation">
<div class="nav-wrapper container "><a id="logo-container" href="https://andersonbolusherbst.github.io/info" class="brand-logo white-text">HAB LABS<i class="far fa-hand-point-right"></i></a>
<ul class="right hide-on-med-and-down">
<li><a class="white-text" href="#services">Services</a></li>
<li><a class="white-text" href="#use-cases">Use Cases</a></li>
<li><a class="white-text" href="https://share.streamlit.io/andersonbolusherbst/project_portal/main/portal.py" target="_blank">Projects</a></li>
<li><a class="white-text" href="https://calendly.com/andersondbk">Contact</a></li>
</ul>
<ul id="nav-mobile" class="sidenav">
<li><a href="#services">Services</a></li>
<li><a href="#use-cases">Use Cases</a></li>
<li><a class="white-text" href="https://share.streamlit.io/andersonbolusherbst/project_portal/main/portal.py" target="_blank">Projects</a></li>
<li><a href="https://calendly.com/andersondbk" target="_blank">Contact</a></li>
</ul>
<a href="#" data-target="nav-mobile" class="sidenav-trigger"><i class="material-icons light-blue-text">menu</i></a>
</div>
</nav>
<div id="index-banner" class="parallax-container">
<div class="section no-pad-bot">
<div class="container">
<br><br>
<h1 id="heading" class="header center white-text area heading">Data Science and Machine Learning Solutions</h1>
<div class="row center">
<br><br>
<a href="https://calendly.com/andersondbk" id="download-button" class="btn-large waves-effect waves-light light-blue pulse" target="_blank">Free Consulation</a>
</div>
<br><br>
</div>
</div>
<div class="parallax"><img id="para-1" src="redandblue.jpg" alt="Unsplashed background img 1"></div>
</div>
<div class="container blue-grey darken-4">
<div class="section blue-grey darken-4">
<!-- Icon Section -->
<div id="services" class="row blue-grey darken-4">
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center light-blue-text"><i class="material-icons">dashboard</i></h2>
<h5 class="center white-text">Data Science</h5>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center light-blue-text"><i class="material-icons">timeline</i></h2>
<h5 class="center white-text">Machine Learning</h5>
</div>
</div>
<div class="col s12 m4">
<div class="icon-block">
<h2 class="center light-blue-text"><i class="material-icons">memory</i></h2>
<h5 class="center white-text">Deep Learning</h5>
</div>
</div>
</div>
<div id="service-bullets" class="row center blue-grey-darken-4">
<a class="bullet btn-small light-blue-text blue-grey darken-4" id="modalBtn">forecast</a><a class="bullet btn-small light-blue-text blue-grey darken-4" id="churnBtn">predict</a><a class="bullet btn-small light-blue-text blue-grey darken-4" id="classifyBtn">classify</a><a class="bullet btn-small light-blue-text blue-grey darken-4" id="autoBtn">automate</a>
<p class="white-text light center-align">We help you to generate insights from data and leverage the power of machine learning to provide scalable solutions for your business.</p>
</div>
<div class="row center blue-grey-darken-4">
<a style="margin-top:2%" href="https://docs.google.com/presentation/d/1QUrGJM8I2ox2SWt9wS0MZRXH5Ffpa9Nd/present#slide=id.p1" id="services-btn" target="_blank" class="btn-large waves-effect waves-light light-blue" target="_blank">View Full Services PPT</a>
</div>
</div>
</div>
<!--Modals Start ---------------------------->
<!--Modals ------>
<!-- The Modal forecast -->
<div id="myModal" class="modal">
<!-- Modal content -->
<div class="modal-content">
<div class="row center" style="padding: 2.5%;">
<span class="close">×</span>
<div class="col s12 l6">
<h6 class="header left light" style="font-weight: 600;">How can I benefit from forecasting?</h6>
<h6 class="header left light">Sophisticated regression models can be used to forecast sales and plan resources in response to expected demand.</h6>
<h6 class="header left light">Our data visualization expertise allows us to illustrate these future sales and demand trends in an accessible way.</h6>
</div>
<div class="col s12 l4 ">
<img class="modalimg"src="sales.svg" alt="Unsplashed background img 2"></div>
</div>
</div>
</div>
<!-- The Modal churn -->
<div id="churnmodal" class="modal">
<!-- Modal content -->
<div class="modal-content">
<div class="row center" style="padding: 2.5%;">
<span class="close1">×</span>
<div class="col s12 l6">
<h6 class="header left light" style="font-weight: 600;">Why are my customers unsubscribing? What are the characteristics of these churning customers?</h6>
<h6 class="header left light">Our machine learning models can predict the likelihood of a future customer abandoning your brand or unsubscribing from your business based off your historical data. </h6>
</div>
<div class="col s12 l4 ">
<img class="modalimg"src="churn.svg" alt="Unsplashed background img 2"></div>
</div>
</div>
</div>
<!-- The Modal classify -->
<div id="classifymodal" class="modal">
<!-- Modal content -->
<div class="modal-content">
<div class="row center" style="padding: 2.5%;">
<span class="close2">×</span>
<div class="col s12 l6">
<h6 class="header left light" style="font-weight: 600;">How can I segment my customers into different groups to apply appropriate marketing strategies and optimize their experience? </h6>
<h6 class="header left light">Our model divides customers into different groups based on their behavior or characteristics. </h6>
<h6 class="header left light"> This allows your business to limit marketing waste and relate to these customers effectively to maximize the value of each customer to the business.
</h6>
</div>
<div class="col s12 l4 ">
<img class="modalimg"src="segment.svg" alt="Unsplashed background img 2"></div>
</div>
</div>
</div>
<!-- The Modal Automate -->
<div id="automodal" class="modal">
<!-- Modal content -->
<div class="modal-content">
<div class="row center" style="padding: 2.5%;">
<span class="close3">×</span>
<div class="col s12 l6">
<h6 class="header left light" style="font-weight: 600;">How can I automate business processes? Can I streamline my sales team’s day to day operations by providing a model which ranks lead potential? </h6>
<h6 class="header left light">Our machine learning lead scoring system analyses attributes about each new lead in relation to the chances of that lead becoming a customer. </h6>
<h6 class="header left light">This analysis is used to score and rank all potential customers allowing sales teams to focus their energy on the most productive future customers.
</h6>
</div>
<div class="col s12 l4 ">
<img class="modalimg"src="lead.svg" alt="Unsplashed background img 2"></div>
</div>
</div>
</div>
<!--end modals -->
<div class="section " style="background-color: #f7f7f7;">
<div class="container">
<div class="row center">
<h3 style="margin-bottom: 0%" class="header col s12 light ">Can I benefit from Machine Learning?</h3>
<div class="col s12 l8">
<br>
<h6 style="margin-top:5%; font-size: 1.3rem;" class="header left col s12 light ">If you have sufficient data linked to customers, products, sales and logistics, it's likely that you can benefit from machine learning.</h6>
<br>
<h6 style="margin-top:5%; font-size: 1.3rem;" class="header left col s12 light ">If you don't collect data we can set up systems for data collection and storage to get you on the path to making smarter decisions through machine learning in the future.</h6>
<br>
<h6 style="margin-top:5%; font-size: 1.3rem;" class="header left col s12 light "><bold style="font-weight: 600;">Interested?</bold> Check out <a id="din1" href="#use-cases" style="font-weight: 600;">use cases</a> and <a id="din2" href="https://docs.google.com/presentation/d/1QUrGJM8I2ox2SWt9wS0MZRXH5Ffpa9Nd/present#slide=id.p1" style="font-weight: 600;">full services PPT</a></h6>
</div>
<div class="col s12 l4 right">
<img class="aboutml"src="data1.jpg" alt="Unsplashed background img 2"></div>
</div>
</div>
</div>
<div class="container">
<div class="section">
<div id="use-cases" class="row">
<div class="col s12 center">
<h3 class="white-text"><i class="mdi-content-send brown-text"></i></h3>
<h2 class="white-text">Use Cases</h2>
<div class="tab">
<a class="tablinks btn " onclick="openCity(event, 'Marketing')" id="defaultOpen">Marketing</a>
<a class="tablinks btn " onclick="openCity(event, 'Operations')">Operations</a>
<a class="tablinks btn " onclick="openCity(event, 'Finance')">Finance</a>
<a class="tablinks btn " onclick="openCity(event, 'General')">General</a>
</div>
<div id="Marketing" class="tabcontent">
<h3 class="white-text">Marketing</h3>
<h5 class="center white-text">What can HAB LABS do for my business?</h5>
<p class="white-text light center-align">
We support marketers and businesses in making data-driven decisions and uncovering insights. If you have data linked to your sales,such as conversions from Facebook Ad campaigns, why not learn the characteristics of your customers and which products/services they prefer?<br><br> Segment your customers so that you can boost your revenue and reduce costs by allocating your resources more efficiently. Armed with the knowledge of who your customers are, you can divert your ad budget away from those who are unlikely to purchase your product or service towards your most loyal customers or "biggest spenders".
</p>
<div class="row center" >
<a class="bullet btn-small light-blue-text blue-grey darken-4" href="https://share.streamlit.io/andersonbolusherbst/churn/main/churn.py" target="_blank">View Project</a>
</div>
</div>
<div id="Operations" class="tabcontent">
<h3 class="white-text">Operations</h3>
<h5 class="center white-text">What can HAB LABS do for my business?</h5>
<p class="white-text light center-align"> Is your business model subscription based? Predict your retention rates and monthly customer churn using machine learning classification algorithms. Use this info to manage your capacity and costs. Further, learn the characteristics of customers who are most likely to cancel their subscriptions and use this information to provide them with tailored content as well as offers to improve retention rates.
</p>
<div class="row center" >
<a class="bullet btn-small light-blue-text blue-grey darken-4" href="https://share.streamlit.io/andersonbolusherbst/churn/main/churn.py" target="_blank">View Project</a>
</div>
</div>
<div id="Finance" class="tabcontent">
<h3 class="white-text">Finance</h3>
<h5 class="center white-text">What can HAB LABS do for my business?</h5>
<p class="white-text light center-align"> There are multiple applications for Machine Learning in the field of finance. We can assist you in creating financial models that incorporate machine learning to make forecasts, predictions,and buy and sell recommendations.</p> <p class="white-text light center-align">Insights from the models can suggest which customers and businesses are more likly to default on their loans, and which businesses and industries and more likely to grow.</p>
<br><br>
<p class="white-text light center-align">Are you a day trader? We can assist you in automating your trading startegies and creating dashboards that pool your important data into one place.</p>
<div class="row center" >
<a class="bullet btn-small light-blue-text blue-grey darken-4" href="https://share.streamlit.io/andersonbolusherbst/house_price_prediction/main/boston.py" target="_blank">View Project: House Price Prediction</a>
<a class="bullet btn-small light-blue-text blue-grey darken-4" href="https://share.streamlit.io/andersonbolusherbst/stock_forecast/main/main.py" target="_blank">View Project: Stock Forecast</a>
</div>
</div>
<div id="General" class="tabcontent">
<h3 class="white-text" >General</h3>
<h5 class="center white-text">What can HAB LABS do for my business?</h5>
<p class="white-text light center-align">Do you use multiple platforms and software?
We can create dashboards and web applications by connecting API's to important metrics and data. This will allow your company to combine multiple sources of data into one reliable, user-friendly location. These dashboards can be updated automatically depending on your needs and available data. We can set up automated alerts for you when certain thresholds or criteria are met.<br>
<br><br>
Do you find yourself conducting the same analysis and reporting every month? Why not automate this process? Are your employees required to log and capture data? Why not create a custom web app to streamline this process?
</p>
<div class="row center" >
<a class="bullet btn-small light-blue-text blue-grey darken-4" href="https://share.streamlit.io/andersonbolusherbst/project_portal/main/portal.py" target="_blank">View Project</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="parallax-container valign-wrapper">
<div class="section no-pad-bot">
<div class="container">
<div class="row center">
<h4 class="header col s12 light stt">Your Satelite Tech Team</h4>
<h6 style= "margin-bottom: 5%;" class="header center col s12 light stt">Gain insights for your business</h6>
<a href="https://calendly.com/andersondbk" id="contact-button" class="btn-large waves-effect waves-light light-blue" target="_blank">Let's chat <i class="material-icons right">send</i></a>
</div>
</div>
</div>
<div class="parallax"><img src="earth9.jpg" alt="Unsplashed background img 3"></div>
</div>
<footer class="page-footer blue-grey darken-4">
<!-- <div class="container">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">Team Bio</h5>
<p class="grey-text text-lighten-4">Educations in economics and finance, experience in marketing, operations, education and insurance.</p>
</div>
<div class="col l3 s12 right">
<h5 class="white-text">Connect</h5>
<ul>
<li><a class="white-text" href="#!">lukeherbst2@gmail.com</a></li>
<li><a class="white-text" href="#!">andersondbk@gmail.com</a></li>
<li><a class="white-text" href="#!">bradleybolus123@gmail.com</a></li>
</ul>
</div>
</div>
</div> -->
<div class="footer-copyright blue-grey darken-4">
<div class="container">
Made by <a class="light-blue-text text-lighten-3" href="https://andersonbolusherbst.github.io/info">HAB LABS</a> <button class="right" onclick="topFunction()" id="myBtn" title="Go to top">Top</button>
</div>
</div>
</footer>
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
<script>
function openCity(evt, cityName) {
var i, tabcontent, tablinks;
tabcontent = document.getElementsByClassName("tabcontent");
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";
}
tablinks = document.getElementsByClassName("tablinks");
for (i = 0; i < tablinks.length; i++) {
tablinks[i].className = tablinks[i].className.replace(" active", "");
}
document.getElementById(cityName).style.display = "block";
evt.currentTarget.className += " active";
}
</script>
<script>
// Get the element with id="defaultOpen" and click on it
document.getElementById("defaultOpen").click();
</script>
<script>
//Get the button
var mybutton = document.getElementById("myBtn");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (document.body.scrollTop > 2000 || document.documentElement.scrollTop > 2000) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<script>
//forecast modal
// Get the modal
var modal = document.getElementById("myModal");
// Get the button that opens the modal
var btn = document.getElementById("modalBtn");
// Get the <span> element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks the button, open the modal
btn.onclick = function() {
modal.style.display = "block";
}
// When the user clicks on <span> (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}
</script>
<script>
//churncast modal
// Get the modal
var modal1 = document.getElementById("churnmodal");
// Get the button that opens the modal
var btn1 = document.getElementById("churnBtn");
// Get the <span> element that closes the modal
var span1 = document.getElementsByClassName("close1")[0];
// When the user clicks the button, open the modal
btn1.onclick = function() {
modal1.style.display = "block";
}
// When the user clicks on <span> (x), close the modal
span1.onclick = function() {
modal1.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal1) {
modal1.style.display = "none";
}
}
</script>
<script>
//classify modal
// Get the modal
var modal2 = document.getElementById("classifymodal");
// Get the button that opens the modal
var btn2 = document.getElementById("classifyBtn");
// Get the <span> element that closes the modal
var span2 = document.getElementsByClassName("close2")[0];
// When the user clicks the button, open the modal
btn2.onclick = function() {
modal2.style.display = "block";
}
// When the user clicks on <span> (x), close the modal
span2.onclick = function() {
modal2.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal2) {
modal2.style.display = "none";
}
}
</script>
<script>
//autoate modal
// Get the modal
var modal3 = document.getElementById("automodal");
// Get the button that opens the modal
var btn3 = document.getElementById("autoBtn");
// Get the <span> element that closes the modal
var span3 = document.getElementsByClassName("close3")[0];
// When the user clicks the button, open the modal
btn3.onclick = function() {
modal3.style.display = "block";
}
// When the user clicks on <span> (x), close the modal
span3.onclick = function() {
modal3.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal3) {
modal3.style.display = "none";
}
}
</script>
</body>
</html>