|
51 | 51 | <!-- Head Libs -->
|
52 | 52 | <script src="vendor/modernizr/modernizr.min.js"></script>
|
53 | 53 |
|
| 54 | + <style> |
| 55 | + |
| 56 | + [class*="secondary"] {color: #ae2025 !important; } |
| 57 | + [class*="text-secondary"] {color: #ae2025 !important; } |
| 58 | + </style> |
| 59 | + |
54 | 60 | </head>
|
55 | 61 | <body data-plugin-page-transition>
|
56 | 62 |
|
@@ -380,39 +386,47 @@ <h2 class="word-rotator slide font-weight-bold mb-3 appear-animation" data-appea
|
380 | 386 |
|
381 | 387 |
|
382 | 388 |
|
| 389 | + |
| 390 | + |
| 391 | + |
| 392 | + |
383 | 393 | <!-- my version of mastead 3 boxes with the theme template doing it. -->
|
384 | 394 |
|
385 | 395 |
|
386 | 396 |
|
387 | 397 |
|
388 |
| -<div class="row mt-3 mb-5"> |
| 398 | +<div class="row my-5 mb-5"> |
389 | 399 | <div class="col-md-4 text-center justify-content-xl-center appear-animation animated fadeInLeftShorter appear-animation-visible" data-appear-animation="fadeInLeftShorter" data-appear-animation-delay="800" style="animation-delay: 800ms;">
|
390 | 400 | <h3 class="font-weight-bold text-4 mb-2 text-secondary text-uppercase">Software</h3>
|
391 | 401 | <span class="d-inline-block mb-2">Meet our team.</span>
|
392 |
| - <img src="{{ asset('site/img/home/product_type_software.png') }}" class="cc-card-img cc-scale-90 img-fluid" alt="Phone with four Code software icons (CortexWedge, SDK, CortexID, and BatteryTrak)"> |
393 |
| - {{-- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum, nulla vel pellentesque consequat, ante nulla hendrerit arcu.</p> --}} |
| 402 | + <img src="img/home/product_type_software.png" class="cc-card-img cc-scale-90 img-fluid" alt="Phone with four Code software icons (CortexWedge, SDK, CortexID, and BatteryTrak)"> |
| 403 | + |
394 | 404 | <div class="post-meta mt-4">
|
395 |
| - <span class="d-block mt-2"><button class="btn btn-modern btn-dark mr-1" type="button">Learn More</button></span> |
| 405 | + <span class="d-block mt-2"> |
| 406 | + <button class="btn btn-modern btn-dark mr-1" type="button">Learn More</button> |
| 407 | + </span> |
396 | 408 | </div>
|
397 | 409 | </div>
|
398 | 410 | <div class="col-md-4 text-center justify-content-xl-center appear-animation animated fadeIn appear-animation-visible" data-appear-animation="fadeIn" data-appear-animation-delay="600" style="animation-delay: 600ms;">
|
399 | 411 | <h3 class="font-weight-bold text-4 mb-2 text-secondary text-uppercase">Hardware</h3>
|
400 | 412 | <span class="d-inline-block mb-md-0 mb-2">Something for everyone.</span>
|
401 | 413 |
|
402 |
| - <img src="{{ asset('site/img/home/product_type_hardware.png') }}" class="cc-card-img cc-scale-90 img-fluid" alt="Code scanners"> |
403 |
| - {{-- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce nulla vel pellentesque consequat, ante nulla hendrerit arcu.</p> --}} |
| 414 | + <img src="img/home/product_type_hardware.png" class="cc-card-img cc-scale-90 img-fluid" alt="Code scanners"> |
| 415 | + |
404 | 416 | <div class="post-meta mt-4">
|
405 | 417 | <span class="d-block mt-2"><button class="btn btn-modern btn-dark mr-1" type="button">Learn More</button></span>
|
406 | 418 | </div>
|
407 | 419 | </div>
|
408 | 420 | <div class="col-md-4 text-center justify-content-xl-center appear-animation animated fadeInRightShorter appear-animation-visible" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="800" style="animation-delay: 800ms;">
|
409 |
| - <h3 class="font-weight-bold text-4 mb-2 text-secondary text-uppercase">OEM</h3> |
| 421 | + <h3 class="font-weight-bold text-4 mb-4 text-secondary text-uppercase">OEM</h3> |
410 | 422 | <span class="d-inline-block mb-2">Bring your ideas to life.</span>
|
411 | 423 |
|
412 |
| - <img src="{{ asset('site/img/home/product_type_oem.png') }}" class="cc-card-img cc-scale-90 img-fluid" alt="BioFire product that uses Code technology"> |
413 |
| - {{-- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum, nulla vel consequat, ante nulla hendrerit arcu.</p> --}} |
| 424 | + <img src="img/home/product_type_oem.png" class="cc-card-img cc-scale-90 img-fluid" alt="BioFire product that uses Code technology"> |
| 425 | + |
414 | 426 | <div class="post-meta mt-4">
|
415 |
| - <span class="d-block mt-2"><button class="btn btn-modern btn-dark mr-1" type="button">Learn More</button></span> |
| 427 | + <span class="d-block mt-2"> |
| 428 | + <button class="btn btn-modern btn-dark mr-1" type="button">Learn More</button> |
| 429 | + </span> |
416 | 430 | </div>
|
417 | 431 | </div>
|
418 | 432 | </div>
|
@@ -443,10 +457,6 @@ <h3 class="font-weight-bold text-4 mb-2 text-secondary text-uppercase">OEM</h3>
|
443 | 457 |
|
444 | 458 |
|
445 | 459 |
|
446 |
| - |
447 |
| - |
448 |
| - |
449 |
| - |
450 | 460 |
|
451 | 461 |
|
452 | 462 |
|
|
0 commit comments