Skip to content

Commit

Permalink
Fixed index.html issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Koala3353 committed Mar 31, 2024
1 parent e62b12d commit 7bfcb2f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ <h1>Wowie a kit !</h1>
</div>
</div>
<div class="carousel-item">
<img class="bd-placeholder-img" width="100%" height="100%" src="./assets/img/carousel/Sydney-Drawing3.jpg" alt="Description of the image">
<img class="bd-placeholder-img" width="100%" height="100%" src="./assets/img/carousel/Sydney-Drawing3.JPG" alt="Description of the image">
<div class="container">
<div class="carousel-caption text-start">
<h1>Wowie a kit !</h1>
Expand All @@ -1032,7 +1032,7 @@ <h1>Wowie a kit !</h1>
</div>
</div>
<div class="carousel-item">
<img class="bd-placeholder-img" width="100%" height="100%" src="./assets/img/carousel/Sydney-Drawing4.jpg" alt="Description of the image">
<img class="bd-placeholder-img" width="100%" height="100%" src="./assets/img/carousel/Sydney-Drawing4.JPG" alt="Description of the image">
<div class="container">
<div class="carousel-caption text-start">
<h1>Wowie a kit !</h1>
Expand Down Expand Up @@ -1628,11 +1628,11 @@ <h3 class="fs-6 text-white" style="font-family: 'Coolvetica Rg'">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/ScrollToPlugin.min.js"></script>
<script>
gsap.registerPlugin(ScrollToPlugin);
var nav = document.getElementsByClassName("nav-pricing")[0];
var navPricing1 = document.getElementsByClassName("nav-pricing")[1];
var navPricing2 = document.getElementsByClassName("nav-pricing")[2];
var navReviews = document.getElementsByClassName("nav-reviews")[0];
var navSubscriptions = document.getElementsByClassName("nav-subscriptions")[0];
const navPricing = document.getElementsByClassName("nav-pricing")[0];
const navPricing1 = document.getElementsByClassName("nav-pricing")[1];
const navPricing2 = document.getElementsByClassName("nav-pricing")[2];
const navReviews = document.getElementsByClassName("nav-reviews")[0];
const navSubscriptions = document.getElementsByClassName("nav-subscriptions")[0];

navPricing.addEventListener("click", (e) => {
e.preventDefault();
Expand Down

0 comments on commit 7bfcb2f

Please sign in to comment.