-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
@@ -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(); | ||
|