Compare commits
2 Commits
32ae338e51
...
09446d6bcd
Author | SHA1 | Date | |
---|---|---|---|
09446d6bcd | |||
8d8eec6a03 |
3
css/bootstrap.min.css
vendored
3
css/bootstrap.min.css
vendored
@ -499,7 +499,7 @@ progress {
|
||||
|
||||
@media(min-width: 1200px) {
|
||||
.display-1 {
|
||||
font-size: 5rem
|
||||
font-size: 3rem
|
||||
}
|
||||
}
|
||||
|
||||
@ -6799,7 +6799,6 @@ fieldset:disabled .btn {
|
||||
@keyframes spinner-border {
|
||||
to {
|
||||
transform: rotate(360deg)
|
||||
/* rtl:ignore */
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -950,3 +950,14 @@ h6{
|
||||
.mr-250{
|
||||
margin-right: -650px;
|
||||
}
|
||||
|
||||
.ml-350{
|
||||
margin-left: -350px;
|
||||
}
|
||||
|
||||
.text-left{
|
||||
text-align: left !important;
|
||||
}
|
||||
.text-right{
|
||||
text-align: right !important;
|
||||
}
|
||||
|
104
home/slider.php
104
home/slider.php
@ -1,54 +1,52 @@
|
||||
<!-- Carousel Start -->
|
||||
<div class="carousel-header bg-black-10">
|
||||
<div id="carouselId" class="carousel slide" data-bs-ride="carousel">
|
||||
<ol class="carousel-indicators">
|
||||
<li data-bs-target="#carouselId" data-bs-slide-to="0" class="active"></li>
|
||||
<li data-bs-target="#carouselId" data-bs-slide-to="1"></li>
|
||||
<li data-bs-target="#carouselId" data-bs-slide-to="2"></li>
|
||||
</ol>
|
||||
<div class="carousel-inner" role="listbox">
|
||||
<div class="carousel-item active">
|
||||
<img src="img/slider-a-bg.png" class="img-fluid" alt="Image">
|
||||
<div class="carousel-caption">
|
||||
<div class="p-4 ml-250" style="max-width: 900px;">
|
||||
<h4 class="text-white text-uppercase fw-bold mb-3 mb-md-4 wow fadeInUp" data-wow-delay="0.1s">Your Gateway to Global Education</h4>
|
||||
<h1 class="display-3 text-capitalize text-white mb-3 mb-md-4 wow fadeInUp" data-wow-delay="0.3s">Unlock your potential with top universities around the world.</h1>
|
||||
<!-- <p class="text-white mb-4 mb-md-5 fs-5 wow fadeInUp" data-wow-delay="0.5s">Unlock your potential with<br> top universities around the world.</p> -->
|
||||
<a class="btn btn-primary border-secondary rounded-pill text-white py-3 px-5 wow fadeInUp" data-wow-delay="0.7s" href="contact.php">Get Started</a>
|
||||
</div>
|
||||
<!-- Carousel Start -->
|
||||
<div class="carousel-header">
|
||||
<div id="carouselId" class="carousel slide" data-bs-ride="carousel">
|
||||
<ol class="carousel-indicators">
|
||||
<li data-bs-target="#carouselId" data-bs-slide-to="0" class="active"></li>
|
||||
<li data-bs-target="#carouselId" data-bs-slide-to="1"></li>
|
||||
<li data-bs-target="#carouselId" data-bs-slide-to="2"></li>
|
||||
</ol>
|
||||
<div class="carousel-inner" role="listbox">
|
||||
<div class="carousel-item active">
|
||||
<img src="img/slider-a-bg.png" class="img-fluid" alt="Image">
|
||||
<div class="carousel-caption text-left">
|
||||
<div class="" style="max-width: 1200px;">
|
||||
<h4 class="text-white fw-bold mb-3 wow fadeInUp" data-wow-delay="0.1s">Your Gateway to <b>Global Education.</b></h4>
|
||||
<h1 class="display-1 text-white mb-3 wow fadeInUp" data-wow-delay="0.3s">Unlock Your Potenntial <br>With top Universities <br>around the world.</h1>
|
||||
<a class="btn btn-primary border-secondary rounded-pill text-white py-3 px-5 wow fadeInUp" data-wow-delay="0.7s" href="contact.php">Get Started</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<img src="img/slider-b-bg.png" class="img-fluid" alt="Image">
|
||||
<div class="carousel-caption">
|
||||
<div class="" style="max-width: 1200px;">
|
||||
<h4 class="text-white fw-bold mb-3 wow fadeInUp" data-wow-delay="0.1s">Expert Guidance for <br>your <b>Study Abroad Journey</b></h4>
|
||||
<h1 class="display-1 text-white mb-3 wow fadeInUp" data-wow-delay="0.3s">Personalized counseling <br>and comprehensive support <br>for your educational goals.</h1>
|
||||
<a class="btn btn-primary border-secondary rounded-pill text-white py-3 px-5 wow fadeInUp" data-wow-delay="0.7s" href="about.php">Learn More</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<img src="img/slider-c-bg.jpg" class="img-fluid" alt="Image">
|
||||
<div class="carousel-caption">
|
||||
<div class="" style="max-width: 1200px;">
|
||||
<h5 class="text-white text-uppercase fw-bold mb-3 wow fadeInUp" data-wow-delay="0.1s">Achieve Success with <br><b>Language and Test Prep Classes</b></h5>
|
||||
<h1 class="display-1 text-capitalize text-white mb-3 wow fadeInUp" data-wow-delay="0.3s">Master Japanese, Korean,<br>IELTS, And PTE With<br>Our Expert Instructors.</h1>
|
||||
<a class="btn btn-primary border-secondary rounded-pill text-white py-3 px-5 wow fadeInUp" data-wow-delay="0.7s" href="contact.php">Join Now</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<button class="carousel-control-prev" type="button" data-bs-target="#carouselId" data-bs-slide="prev">
|
||||
<span class="carousel-control-prev-icon bg-secondary wow fadeInLeft" data-wow-delay="0.2s" aria-hidden="false"></span>
|
||||
<span class="visually-hidden-focusable">Previous</span>
|
||||
</button>
|
||||
<button class="carousel-control-next" type="button" data-bs-target="#carouselId" data-bs-slide="next">
|
||||
<span class="carousel-control-next-icon bg-secondary wow fadeInRight" data-wow-delay="0.2s" aria-hidden="false"></span>
|
||||
<span class="visually-hidden-focusable">Next</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<img src="img/slider-b-bg.png" class="img-fluid" alt="Image">
|
||||
<div class="carousel-caption">
|
||||
<div class="p-4 ml-250" style="max-width: 900px;">
|
||||
<h5 class="text-white text-uppercase fw-bold mb-3 mb-md-4 wow fadeInUp" data-wow-delay="0.1s">Expert Guidance for Your Study Abroad Journey</h5>
|
||||
<h1 class="display-3 text-capitalize text-white mb-3 mb-md-4 wow fadeInUp" data-wow-delay="0.3s">Personalized counseling and comprehensive support for your educational goals.</h1>
|
||||
<!-- <p class="text-white mb-4 mb-md-5 fs-5 wow fadeInUp" data-wow-delay="0.5s">Personalized counseling and comprehensive<br> support for your educational goals.</p> -->
|
||||
<a class="btn btn-primary border-secondary rounded-pill text-white py-3 px-5 wow fadeInUp" data-wow-delay="0.7s" href="services.php">Learn More</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<img src="img/slider-c-bg.jpg" class="img-fluid" alt="Image">
|
||||
<div class="carousel-caption">
|
||||
<div class="mr-250 p-4" style="max-width: 900px;">
|
||||
<h5 class="text-white text-uppercase fw-bold mb-3 mb-md-4 wow fadeInUp" data-wow-delay="0.1s">Achieve Success with <b>Language and Test Prep Classes</b></h5>
|
||||
<h1 class="display-3 text-capitalize text-white mb-3 mb-md-4 wow fadeInUp" data-wow-delay="0.3s">Master Japanese, Korean, IELTS, and PTE with our expert instructors.</h1>
|
||||
<!-- <p class="text-white mb-4 mb-md-5 fs-5 wow fadeInUp" data-wow-delay="0.5s">Master Japanese, Korean, IELTS,<br>and PTE with our expert instructors.</p> -->
|
||||
<a class="btn btn-primary border-secondary rounded-pill text-white py-3 px-5 wow fadeInUp" data-wow-delay="0.7s" href="testprep.php">Join Now</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<button class="carousel-control-prev" type="button" data-bs-target="#carouselId" data-bs-slide="prev">
|
||||
<span class="carousel-control-prev-icon wow fadeInLeft" data-wow-delay="0.2s" style="background-color: #f54813;" aria-hidden="false"></span>
|
||||
<span class="visually-hidden-focusable">Previous</span>
|
||||
</button>
|
||||
<button class="carousel-control-next" type="button" data-bs-target="#carouselId" data-bs-slide="next">
|
||||
<span class="carousel-control-next-icon wow fadeInRight" data-wow-delay="0.2s" style="background-color: #f54813;" aria-hidden="false"></span>
|
||||
<span class="visually-hidden-focusable">Next</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Carousel End -->
|
||||
<!-- Carousel End -->
|
Loading…
Reference in New Issue
Block a user