Skip to content

Commit

Permalink
remove the meta tag and seo scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Akash09082001 committed Dec 11, 2023
1 parent 889b40f commit c8b0b2a
Show file tree
Hide file tree
Showing 8 changed files with 1,674 additions and 430 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
Binary file modified public/assets/.DS_Store
Binary file not shown.
Binary file added public/assets/banner-img/ihs-hero-campus.webp
Binary file not shown.
1,720 changes: 1,368 additions & 352 deletions public/index.html

Large diffs are not rendered by default.

32 changes: 0 additions & 32 deletions public/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,38 +36,6 @@ function closeModal1() {
modal1.style.display = "none";
}

// swiper js
var swiperOptions2 = {
loop: true,
spaceBetween: 10,
grabCursor: false,
slidesPerView: 6,
loop: true,
autoplay: {
delay: 1,
disableOnInteraction: true,
},
noSwiping: true,
noSwipingClass: "swiper-slide",
speed: 4000,
freeModeMomentum: true,
breakpoints: {
640: {
slidesPerView: 2,
spaceBetween: 10,
},
768: {
slidesPerView: 2,
spaceBetween: 10,
},
1024: {
slidesPerView: 4,
spaceBetween: 10,
},
},
};

var swiper = new Swiper(".swiper-container2", swiperOptions2);

// Video popup code
var player;
Expand Down
Loading

0 comments on commit c8b0b2a

Please sign in to comment.