Skip to content

Commit

Permalink
Merge pull request #1331 from MoofyWoofy/master
Browse files Browse the repository at this point in the history
Set Swiper at version 8
  • Loading branch information
smaranjitghose authored Feb 17, 2023
2 parents 75f90fa + 2bed7b9 commit 6bfaccc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions experience.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
<!--Favicon-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA==" crossorigin="anonymous" />
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.css" />
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" />
<link rel="stylesheet" href="https://unpkg.com/swiper@8.4.6/swiper-bundle.css" />
<link rel="stylesheet" href="https://unpkg.com/swiper@8.4.6/swiper-bundle.min.css" />
<script defer src="./assets/js/dynamicTitle.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M11CMZ12Q"></script>
Expand Down Expand Up @@ -243,7 +243,7 @@ <h4 class="text-center heading1 mcard">Hackathon <span class="my_experience">Par
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<script src="https://unpkg.com/swiper@8.4.6/swiper-bundle.min.js"></script>

<script>
var swiper = new Swiper('.blog-slider', {
Expand Down

1 comment on commit 6bfaccc

@vercel
Copy link

@vercel vercel bot commented on 6bfaccc Feb 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.