<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/html">
<head>
    <?php include("_/includes/head.php"); ?>
</head>
<body class="fadde">

<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TJ9R269"
                  height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

<section  id="navigation-side" class="navigation-side">
    <?php include("_/includes/navigation-side.php"); ?>
</section>

<header id="header" class="header">
    <?php include("_/includes/snippet-carousel.php"); ?>
    <?php include("_/includes/snippet-mini-carousel.php"); ?>
    <a href="#about"><span class="header-arrow ani"><img src="_/images/carousel/scroll-down-white.png" ></span></a>
</header>

<section  id="about" class="about">
    <?php include("_/includes/section-about.php"); ?>
</section>

<section id="clients" class="container">
    <?php include("_/includes/section-clients.php"); ?>
</section>

<section id="resume" class="container-fluid">
    <?php include("_/includes/section-resume.php"); ?>
</section>

<!--
<section id="parallax-email" class="parallax" style="border: 1px solid grey;">
    <div class="parallax-email">
        <span class="caption">FREE CUSTOMIZED BUSINESS EMAIL ADDRESSES</span>
    </div>
</section>
-->


<section id="what-we-do">
    <?php include("_/includes/section-what-we-do.php"); ?>
</section>

<section id="logos">
    <?php include("_/includes/section-logos.php"); ?>
</section>

<section id="latest" class="container-fluid">
    <?php include("_/includes/section-latest.php"); ?>
</section>

<section id="lead-team">
    <?php include("_/includes/section-design-team.php"); ?>
</section>

<section id="faq" class="faq">
    <?php include("_/includes/section-frequently-asked-questions.php"); ?>
</section>

<section id="contact" style="background: url('_/images/sections/contact/girl-texting.jpg') no-repeat center; background-size: cover; padding-bottom: 40px;">
    <?php include("_/includes/section-contact.php"); ?>
</section>

<section id="footer" class="footer">
    <?php include("_/includes/section-footer.php"); ?>
</section>

<section id="modals">
    <?php include("_/includes/modal-whatsapp.php"); ?>
    <?php include("_/includes/modal-login.php"); ?>
</section>

<section><!-- scripts-->
    <?php include("_/includes/scripts.php"); ?>
</section>
</body>
</html>