country page added
This commit is contained in:
35
message.php
35
message.php
@ -1,7 +1,15 @@
|
||||
<?php include('header.php');?>
|
||||
<!--Page Hero Section-->
|
||||
<section class="top-space-margin page-title-big-typography cover-background magic-cursor round-cursor" style="background-image: url("images/demo-accounting-company-title-bg.jpg"); margin-top: 141px;">
|
||||
<div class="background-position-center-bottom background-size-100 background-no-repeat position-absolute bottom-0 left-0px w-100 h-250px z-index-1" style="background-image: url('images/demo-seo-agency-about-bottom-bg.png');"></div>
|
||||
<div class="shape-image-animation bottom-0 p-0 w-100 d-none d-md-block">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" widht="3000" height="400" viewBox="0 180 2500 200" fill="#ffffff">
|
||||
<path class="st1" d="M 0 250 C 1200 400 1200 50 3000 250 L 3000 550 L 0 550 L 0 250">
|
||||
<animate attributeName="d" dur="5s" values="M 0 250 C 1200 400 1200 50 3000 250 L 3000 550 L 0 550 L 0 250;
|
||||
M 0 250 C 400 50 400 400 3000 250 L 3000 550 L 0 550 L 0 250;
|
||||
M 0 250 C 1200 400 1200 50 3000 250 L 3000 550 L 0 550 L 0 250" repeatCount="indefinite"></animate>
|
||||
</path>
|
||||
</svg>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="row extra-very-small-screen align-items-center">
|
||||
<div class="col-lg-5 col-sm-8 position-relative page-title-extra-small appear anime-child anime-complete" data-anime="{ "el": "childs", "opacity": [0, 1], "translateX": [-30, 0], "duration": 800, "delay": 0, "staggervalue": 300, "easing": "easeOutQuad" }">
|
||||
@ -11,29 +19,28 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Page Hero section End-->
|
||||
<!--Page Hero section End-->
|
||||
|
||||
<section class="extra-big-section">
|
||||
<!--Message Section-->
|
||||
<section>
|
||||
<div class="container">
|
||||
<div class="row align-items-center position-relative">
|
||||
<div class="col-lg-5 col-md-7 col-sm-10 position-relative p-0 lg-ps-15px lg-pe-15px md-mb-50px appear anime-complete" data-anime="{ "translateX": [0, 0], "opacity": [0,1], "duration": 1200, "delay": 0, "staggervalue": 150, "easing": "easeOutQuad" }" style=""> <img src="images/demo-travel-agency-reviews-01.jpg" class="border-radius-6px md-w-100" alt="" data-no-retina=""> </div>
|
||||
|
||||
|
||||
<div class="col-lg-7 col-md-10 md-mb-5 sm-mb-20">
|
||||
<h2>Leading with Purpose and Passion</h2>
|
||||
<div class="row appear anime-child anime-complete" data-anime="{ "el": "childs", "translateY": [15, 0], "opacity": [0,1], "duration": 500, "delay": 0, "staggervalue": 200, "easing": "easeOutQuad" }">
|
||||
<div class="col-12 col-lg-5" style="">
|
||||
<h2 class="alt-font text-dark-gray fw-400 ls-minus-1px"><span class="fw-600">Leading with Purpose and Passion</span></h2>
|
||||
</div>
|
||||
<div class="col-12 col-lg-7 last-paragraph-no-margin" style="">
|
||||
<div class="alt-font text-dark-gray mb-15px fs-20"><span class="text-highlight">MD. Access Education Network<span class="bg-base-color h-8px bottom-0px"></span></span></div>
|
||||
<p>Education is essential for the continuation of a person's growth. In this highly competitive educational scenario it is important to keep abreast. With higher education you don’t just keep abreast, you move ahead. Your choice of education will shape your future. Education is the building block of human experience. It is not just an integral part of your professional life but greatly influences your overall personality. Our three- fold mission is that of “Mentoring” the youth of this country to dream “Motivating” them towards greater hopes and aspiration and “Guiding” them on the right track to realize those ambitions. We at Access Education are with you every step of the way to make the best choices to enhance your inherent talents. </p>
|
||||
<p>For students going abroad, a sound knowledge and understanding of the educational opportunities is vital. Many students require personal guidance in finding a suitable course, school, college or university. We believe in setting high standards in the quality of service provided to students to ensure that their stay abroad is safe, successful and enjoyable. Access Education Network will help you to make the right choice. Our educational background and exposure to international studentship have equipped us with an appreciation of students’ needs and ability to empathies with parents who are so far from their children. I invite you very warmly to experience the benefits of our service and find out for yourself what is considered to be special about Access. </p>
|
||||
<h3>Puspa Raj</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!--Message Section End-->
|
||||
|
||||
<!--Message Section-->
|
||||
|
||||
<!--Slide Image-->
|
||||
<section class="position-relative overflow-hidden">
|
||||
<div class="one-third-screen md-h-600px sm-h-350px skrollr-parallax magic-cursor round-cursor mx-auto skrollable skrollable-after" data-bottom-top="width: 54%" data-center-top="width: 86%;" data-parallax-background-ratio="0.5" style="background-image: url("images/demo-scattered-portfolio-about-06.jpg"); width: 86%; background-position: 50% 230px;"></div>
|
||||
</section>
|
||||
<!--Message Section End-->
|
||||
|
||||
<!--Slide Image End-->
|
||||
<?php include('footer.php');?>
|
Reference in New Issue
Block a user