Skip to content

Commit

Permalink
Merge pull request #255 from sharmi4590/Virtuo-Learn
Browse files Browse the repository at this point in the history
I have added testimonials and made it responsive
  • Loading branch information
JAYESHBATRA authored May 16, 2024
2 parents 2d3f356 + a838998 commit f3138ae
Show file tree
Hide file tree
Showing 9 changed files with 297 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Pages/Testimonials/swiper-bundle.min.css

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions Pages/Testimonials/swiper-bundle.min.js

Large diffs are not rendered by default.

29 changes: 29 additions & 0 deletions Pages/Testimonials/test-script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
var swiper = new Swiper(".slide-content", {
slidesPerView: 3,
spaceBetween: 25,
loop: true,
centerSlide: 'true',
fade: 'true',
grabCursor: 'true',
pagination: {
el: ".swiper-pagination",
clickable: true,
dynamicBullets: true,
},
navigation: {
nextEl: ".swiper-button-next",
prevEl: ".swiper-button-prev",
},

breakpoints:{
0: {
slidesPerView: 1,
},
520: {
slidesPerView: 2,
},
950: {
slidesPerView: 3,
},
},
});
130 changes: 130 additions & 0 deletions Pages/Testimonials/test-style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,130 @@
/* Google Fonts - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');



.slide-container{
max-width: 1120px;
width: 100%;
padding: 40px 0;
}
.slide-content{
margin: 0 40px;
overflow: hidden;
border-radius: 25px;
}


.image-content{
display: flex;
flex-direction: column;
align-items: center;
position: relative;
padding: 25px 0;
}


.card-image{
height: 150px;
width: 150px;
border-radius: 50%;
background: #ffffff;
}
.card-image .card-img{
height: 100%;
width: 100%;
object-fit: cover;
border-radius: 50%;
border: 4px solid #3c4aea;
}
.swiper-navBtn{
color: #3c4aea;
transition: color 0.3s ease;
}
.swiper-navBtn:hover{
color: #3c4aea;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
font-size: 35px;
}
.swiper-button-next{
right: 0;
}
.swiper-button-prev{
left: 0;
}
.swiper-pagination-bullet{
background-color: #3c4aea;
opacity: 1;
}
.swiper-pagination-bullet-active{
background-color: #3c4aea;
}

@media screen and (max-width: 768px) {
.slide-content{
margin: 0 10px;
}
.swiper-navBtn{
display: none;
}
}
.card:hover{
transform: rotateY(180deg);

}
.card{
position: relative;
transition: all 1s linear;
transform-style: preserve-3d;
perspective: 1000px;
border-radius: 25px;

background-color: #e9ebff;
height:300px;
}

.fronts {
backface-visibility: hidden;
}

.backs {
transform: rotateY(180deg);
backface-visibility: hidden;
border: 2px solid #3c4aea;
background-color: white;
border-radius: 50px;
font-size: 1em;
height: 100%;
width:100%
}

.rating i {
color: #ffc107;
}

.backs {
position: relative;
padding: 10px 40px;
&::before {
content: "\201C";
position: absolute;
font-weight: bold;
font-size: 4em;
color: #3c4aea;
top: -30px;
left: 0px;
font-family: Georgia, Times, serif;
}
&::after {
content: "\201D";
position: absolute;
font-weight: bold;
font-size: 4em;
color: #3c4aea;
bottom: -50px;
right: 0px;
font-family: Georgia, Times, serif;
}
}
Binary file added Pages/Testimonials/testimonials-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Pages/Testimonials/testimonials-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Pages/Testimonials/testimonials-3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Pages/Testimonials/testimonials-4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
111 changes: 111 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,13 @@

gtag("config", "G-80WSMNJP27");
</script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">

<!-- Swiper CSS -->
<link rel="stylesheet" href="Pages/Testimonials/swiper-bundle.min.css">

<!-- Custom CSS -->
<link rel="stylesheet" href="Pages/Testimonials/test-style.css">
<body>
<!-- social media section -->

Expand Down Expand Up @@ -573,6 +579,106 @@ <h2>CareerLaunch <br />Accelerator</h2>
</div>
</div>

<!-- Testimonials -->

<h2 class="h2 section-title has-underline" style="margin-top: 15px;align-items: center;justify-content: center;display: flex;">
Testimonials
</h2>
<p class="section-subtitle" style="align-items: center;justify-content: center;display: flex;">Know what our customers say</p>

<div class="slide-container swiper" style="margin-bottom: 15px;">
<div class="slide-content">
<div class="card-wrapper swiper-wrapper">
<div class="card swiper-slide">
<div class="fronts" style="align-items: center; justify-content: center; display: flex; flex-direction: column; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);">

<div class="image-content" >


<div class="card-image">
<img src="Pages/Testimonials/testimonials-1.jpg" alt="" class="card-img">
</div>
<h1 style="font-size: 20px;">B.Sharmila</h1>
</div>

<div class="rating" >
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
<div class="backs" style="align-items: center;justify-content: center;display: flex;padding: 10px 10px ;">

Virtuo Learn transformed my child's education with personalized learning. Interactive tools engage while the doubt engine ensures no question goes unanswered. Progress since joining has been remarkable. </div>

</div>
<div class="card swiper-slide">
<div class="fronts" style="align-items: center; justify-content: center; display: flex; flex-direction: column; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);">

<div class="image-content" >
<div class="card-image">
<img src="Pages/Testimonials/testimonials-2.jpg" alt="" class="card-img">
</div>
<h1 style="font-size: 20px;">Prem Sampath</h1>
</div>
<div class="rating" >
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
<div class="backs" style="align-items: center;justify-content: center;display: flex;padding: 10px 10px ;">Virtuo Learn's flexibility and vast resources make studying manageable and enjoyable for busy college students. Instant feedback from quizzes keeps me on track, enhancing the learning experience.</div>
</div>
<div class="card swiper-slide">
<div class="fronts" style="align-items: center; justify-content: center; display: flex; flex-direction: column; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);">
<div class="image-content" >
<div class="card-image">
<img src="Pages/Testimonials/testimonials-3.jpg" alt="" class="card-img">
</div>
<h1 style="font-size: 20px;">Aron Loes</h1>
</div>
<div class="rating" >
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
<div class="backs" style="align-items: center;justify-content: center;display: flex;padding: 10px 10px ;">Integrating Virtuo Learn into my classroom has yielded phenomenal results. Its variety of tools and interactive simulations cater to diverse student needs, transforming teaching and learning.</div>
</div>
<div class="card swiper-slide">
<div class="fronts" style="align-items: center; justify-content: center; display: flex; flex-direction: column; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);">
<div class="image-content" >
<div class="card-image">
<img src="Pages/Testimonials/testimonials-4.jpg" alt="" class="card-img">
</div>
<h1 style="font-size: 20px;">Sonal K</h1>
</div>
<div class="rating" >
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
<div class="backs" style="align-items: center;justify-content: center;display: flex;padding: 10px 10px ;">Virtuo Learn made returning to education smooth and enjoyable. Its user-friendly interface and comprehensive features support my educational goals effectively, providing the resources needed for success.</div>
</div>
</div>
</div>
<div class="swiper-button-next swiper-navBtn"></div>
<div class="swiper-button-prev swiper-navBtn"></div>
<div class="swiper-pagination"></div>
</div>


<!-- Testimonials -->

<button
onclick="topFunction()"
class="icon-arrow-up"
Expand Down Expand Up @@ -666,5 +772,10 @@ <h3>
<script src="mode-switch.js"></script>
<!-- copyright-year Script -->
<script src="./copyrightYear.js"></script>
<!-- Swiper JS -->
<script src="Pages/Testimonials/swiper-bundle.min.js"></script>
<!-- Custom JavaScript -->

<script src="Pages/Testimonials/test-script.js"></script>
</body>
</html>

0 comments on commit f3138ae

Please sign in to comment.