Access_Website/service.php

101 lines
4.4 KiB
PHP
Raw Normal View History

2024-08-29 10:01:20 +00:00
<?php include('header.php');?>
<!-- start page-title -->
2024-08-29 10:01:20 +00:00
<section class="wpo-breadcumb-area">
<div class="container">
<div class="row">
<div class="col col-xs-12">
<div class="wpo-breadcumb-wrap">
<h2>Access Education</h2>
<h3>Our Services</h3>
2024-08-29 10:01:20 +00:00
</div>
</div>
</div>
</div>
</section>
<!-- end page-title -->
2024-08-29 10:01:20 +00:00
<section class="wpo-blog-section-s3 section-padding">
2024-08-29 10:01:20 +00:00
<div class="container">
<div class="row justify-content-center">
2024-08-29 10:01:20 +00:00
<div class="col-lg-7 col-12">
<div class="wpo-section-title">
<h3>Tailored Solutions for<br>
Every Student</h3>
<p class="paragraph-padding">We help all the students who wish to Study Abroad in the reputed Universities. We make it possible for the students who are searching for respectful academic career. So, without worrying, you can get hassle free and complete assistance from us through our experienced team of professionals.</p>
2024-08-29 10:01:20 +00:00
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/blog/img-7.jpg" alt=""> </div>
<div class="content">
<h2> <a href="career.php">Career Counselling</a> </h2>
<P>We help the students to find what is best for their career to them who are in the state of dilemma and are confused in selecting courses as per their academics and career goal. </P>
<div class="blog-btn-content"> <a href="career.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
2024-08-29 10:01:20 +00:00
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/blog/img-8.jpg" alt=""> </div>
<div class="content">
<h2> <a href="career.php">University Selection</a> </h2>
<P>With Access Education Network we can bring the information of the Universities worldwide in a single place so that the students are able to reach them as per their course desire. </P>
<div class="blog-btn-content"> <a href="career.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
2024-08-29 10:01:20 +00:00
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="blog-card-s3">
<div class="image"> <img src="assets/images/blog/img-9.jpg" alt=""> </div>
<div class="content">
<h2> <a href="career.php">Providing solutions for Industrial
ment, and restoration.</a> </h2>
<div class="blog-btn-content"> <a href="career.php">Read More <i class="flaticon-right-arrow-1"></i></a> </div>
</div>
2024-08-29 10:01:20 +00:00
</div>
</div>
</div>
</div>
</section>
<!--start of map-section -->
<section class="wpo-map-section">
<h2 class="hidden">Contact map</h2>
<div class="wpo-map">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d193595.9147703055!2d-74.11976314309273!3d40.69740344223377!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c24fa5d33f083b%3A0xc80b8f06e177fe62!2sNew+York%2C+NY%2C+USA!5e0!3m2!1sen!2sbd!4v1547528325671"
allowfullscreen></iframe>
2024-08-29 10:01:20 +00:00
</div>
</section>
<!--end of map-section -->
2024-08-29 10:01:20 +00:00
<!--start of cta-section-s2 -->
<div class="wpo-cta-section-s2">
2024-08-29 10:01:20 +00:00
<div class="container">
<div class="cta-wrapr">
<div class="wpo-section-title">
<h2>Trusted transport service</h2>
<h3>Transport & Logistics
proejcts that we providde</h3>
<a href="contact.html" class="theme-btn">Contact support</a> </div>
<div class="contact-info">
<div class="item">
<div class="icon"> <i class="flaticon-phone-call"></i> </div>
<div class="text"> <span>Call For Inquiry</span>
<p>+236 (456) 896 22</p>
2024-08-29 10:01:20 +00:00
</div>
</div>
<div class="item">
<div class="icon"> <i class="flaticon-email"></i> </div>
<div class="text"> <span>Send Us Email</span>
<p>contact@logistika.com</p>
2024-08-29 10:01:20 +00:00
</div>
</div>
</div>
</div>
</div>
</div>
<!--end of cta-section-s2 -->
2024-08-29 10:01:20 +00:00
<?php include('footer.php');?>