index-old.php 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?php include('_inc/_header-suite-start.php'); ?>
  2. <?php /* START: Pagetitle Content */ ?>
  3. <section>
  4. <div class="container">
  5. <h1>Ihr Software-Werkzeugkasten für gefährliche Stoffe und Güter</h1>
  6. <div class="row ch-ggs-web-suite-common-content-holder">
  7. <div class="<?php echo $GLOBALS['offsetClass'] ?>">
  8. <h2 class="ch-ggs-web-suite-section-title text-center">Der erste Werkzeugkasten für Gefahrstoff- und Gefahrgut</h2>
  9. <p>
  10. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra. Phasellus viverra nulla ut metus varius laoreet.
  11. </p>
  12. </div>
  13. </div>
  14. </div>
  15. </section>
  16. <?php /* END: Pagetitle Content */ ?>
  17. <?php /* START: Main Includes Content */ ?>
  18. <?php include('_inc/_sectionCards.php') ?>
  19. <section>
  20. <div class="container">
  21. <div class="row">
  22. <div class="<?php echo $GLOBALS['offsetClass'] ?>">
  23. <h2 class="ch-ggs-web-suite-section-title text-center">Der erste Werkzeugkasten für Gefahrstoff- und Gefahrgut</h2>
  24. </div>
  25. </div>
  26. <?php include('_inc/_sectionArticleLeft.php') ?>
  27. <?php include('_inc/_sectionArticleRight.php') ?>
  28. </div>
  29. </section>
  30. <?php include('_inc/_sectionDark.php') ?>
  31. <?php include('_inc/_sectionPlainCards.php') ?>
  32. <?php /* END: Main Includes Content */ ?>
  33. <?php include('_inc/_footer-suite-start.php') ?>