index.html 379 Bytes
<!DOCTYPE html>
<html>
  {{ partial "head.html" }}
  <body>
    {{ partial "header/navBar.html" }}
    {{ partial "sections/header-service.html" }}
    {{ partial "sections/paradigm.html" }}
    {{ partial "sections/provide.html" }}
    {{ partial "sections/whatmakesus.html" }}
    {{ partial "sections/mainindustries.html" }}

    {{ partial "script.html" }}
  </body>
</html>