Portfolio grid

Your portfolio should tell your story.

Image Description
<!-- Hero Section -->
<div id="SVGwave1BottomSMShape" class="svg-preloader position-relative bg-light overflow-hidden">
  <div class="container space-3">
    <div class="w-md-80 w-lg-60 text-center mx-auto">
      <h1 class="display-4 font-size-md-down-5 text-primary">Portfolio <span class="font-weight-semi-bold">grid</span></h1>
      <p class="lead">Your portfolio should tell your story.</p>
    </div>
  </div>

  <!-- SVG Background -->
  <figure class="position-absolute right-0 bottom-0 left-0">
    <img class="js-svg-injector" src="../../assets/svg/components/wave-1-bottom-sm.svg" alt="Image Description"
         data-parent="#SVGwave1BottomSMShape">
  </figure>
  <!-- End SVG Background Section -->
</div>
<!-- End Hero Section -->
<!-- JS Implementing Plugins -->
<script src="../../assets/vendor/svg-injector/dist/svg-injector.min.js"></script>

<!-- JS Implementing Plugins -->
<script src="../../assets/js/components/hs.svg-injector.js"></script>

<!-- JS Plugins Init. -->
<script>
  $(document).on('ready', function () {
    // initialization of svg injector module
    $.HSCore.components.HSSVGIngector.init('.js-svg-injector');
  });
</script>