75 lines
3.2 KiB
PHP
75 lines
3.2 KiB
PHP
@include('client.sunsarioverseas.partials.header')
|
|
@include('client.sunsarioverseas.nav')
|
|
|
|
|
|
<!-- PAGE HERO START -->
|
|
<div class="pages-hero page-hero-video">
|
|
<div class="pages-hero-diagonal hero-diagonal-bg-2"></div>
|
|
<div class="container">
|
|
<div class="pages-title-center">
|
|
<h1>Mission & Visions</h1>
|
|
</div>
|
|
<div class="left-page-nav">
|
|
<!-- Breadcrumbs -->
|
|
<ul class="breadcrumb">
|
|
<li><a href="#">Home</a></li>
|
|
<li>About us</li>
|
|
<li class="current">Mission & Vision</li>
|
|
</ul>
|
|
<!--/ Breadcrumbs -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- PAGE HERO END -->
|
|
<section>
|
|
<!-- WIDE SECTION END -->
|
|
<div class="tp-wide-section-about mt-5 mb-5">
|
|
<div class="row g-0">
|
|
<div class="col-lg-5 col-xl-6">
|
|
<div class="tp-ws-left">
|
|
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-7 col-xl-6">
|
|
<div class="tp-ws-right">
|
|
<div class="tp-ws-right-content">
|
|
<div class="media-object-card moc-center">
|
|
<figure class="moc-thumbnail">
|
|
<img src="images/icons/levels.svg" alt="">
|
|
</figure>
|
|
<div class="moc-caption">
|
|
<h4>Mission</h4>
|
|
<p>With more than 100 templates, it allows you to create almost any type of web
|
|
pages.</p>
|
|
</div>
|
|
</div>
|
|
<div class="media-object-card moc-center">
|
|
<figure class="moc-thumbnail">
|
|
<img src="images/icons/document.svg" alt="">
|
|
</figure>
|
|
<div class="moc-caption">
|
|
<h4>Vision</h4>
|
|
<p>Complete and clear documentation for an easy and fast installation.</p>
|
|
</div>
|
|
</div>
|
|
<div class="media-object-card moc-center">
|
|
<figure class="moc-thumbnail">
|
|
<img src="images/icons/support.svg" alt="">
|
|
</figure>
|
|
<div class="moc-caption">
|
|
<h4>Objectives</h4>
|
|
<p>If you have any problems in the installation process, we are here to help you.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- WIDE SECTION START -->
|
|
</section>
|
|
|
|
|
|
|
|
@include('client.sunsarioverseas.partials.footer') |