WizdomWeb/resources/views/partials/about-old.php

29 lines
1.5 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>
</div>
<div class="container">
<div class="row gy-4">
<div class="col-lg-6 content" data-aos="fade-up" data-aos-delay="100">
<p>
Wizdom is a preeminent business and IT consultancy founded in 2002, with clients across North America. Were a creative, results-oriented team that isnt afraid to push boundaries but we stay grounded in proven best practices.
</p>
<ul>
<li><i class="bi bi-check2-circle"></i> <span>Infrastructure strategy meets execution without the buzzwords.</span></li>
<li><i class="bi bi-check2-circle"></i> <span>We dont just work with tech we translate it into results.</span></li>
<li><i class="bi bi-check2-circle"></i> <span>Collaborative, transparent, and battle-tested since 2002.</span></li>
</ul>
</div>
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="200">
<p>
Weve helped clients design smarter systems, manage complex initiatives, and adapt to change without missing a beat. Whether you need a strategist, a builder, or a translator between tech and leadership <strong>we are that partner</strong>.
</p>
<a href="#services" class="read-more"><span>Explore Our Services</span><i class="bi bi-arrow-right"></i></a>
</div>
</div>
</div>
</section><!-- End About Section -->