WizdomWeb/resources/views/partials/about.php

32 lines
2.0 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- ======= About Section ======= -->
<section id="about" class="about section">
<div class="container section-title" data-aos="fade-up">
<h2>About Us</h2>
<p>Who we are. What we do. Why it works.</p>
</div>
<div class="container">
<div id="about-row" class="row">
<div class="col-lg-4" data-aos="fade-up" data-aos-delay="100">
<h1 class="about-h1">WHO</h1>
<p class="about-i">A team of innovators, pragmatists, and problem-solvers driven by results.</p>
<p class="about-small">Wizdom Networks is a preeminent business and IT consultancy built on creativity, experience, and execution. Since 2002, we've supported clients across North America by blending bold ideas with grounded delivery — challenging convention when it drives value, and relying on proven best practices to get it done right.</p>
</div>
<div class="col-lg-4" data-aos="fade-up" data-aos-delay="200">
<h1 class="about-h1">WHAT</h1>
<p class="about-i">We align technology with your business goals — and keep it that way.</p>
<p class="about-small">Already have your strategy covered? We handle infrastructure, migrations, user support, training, and complex projects others avoid. Whether you need leadership, hands-on execution, or both — if it's IT-related, weve done it, and done it well.</p>
</div>
<div class="col-lg-4" data-aos="fade-up" data-aos-delay="300">
<h1 class="about-h1">WHY</h1>
<p class="about-i">People who've worked with us know our passion is contagious.</p>
<p class="about-small">It sparks creativity, builds momentum, and brings teams together to overcome blockers that stall progress. We bring clarity when things are unclear, and confidence when the stakes are high. For over 20 years, weve grown through referrals alone because trust isnt something we say, its something we earn.</p>
</div>
</div>
</div>
</section><!-- End About Section -->