Skip to content

Commit

Permalink
copyright timer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
HichamZ27 committed Apr 9, 2024
1 parent 82951a1 commit d8fc955
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 11 deletions.
Binary file modified .DS_Store
Binary file not shown.
6 changes: 6 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ <h1 class="w3-center"><u>Formulaire de contact</u></h1>
</div>
</div>
<br />
<div class="row">
<div class="col-75">
<input type="text" class="form-control" id="adress" name="adress" placeholder="Adresse de livraison*" required></input>
</div>
</div>
<br />
<div class="row">
<div class="col-75">
<input type="tel" class="form-control" id="phone" name="phone" placeholder="Téléphone*" pattern="[0-9]{2}[0-9]{2}[0-9]{2}[0-9]{2}[0-9]{2}" required></input>
Expand Down
Binary file added img/Flyer 01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/Mesure.jpg
Binary file not shown.
Binary file removed img/Zakat Al Fitr - Identité Visuelle.png
Binary file not shown.
8 changes: 3 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<link rel="stylesheet" href="style.css" />
</head>

<body>
<body>
<!-- Sidebar apparaît sur petits écrans quand on clique sur le menu hamburger -->
<div class="sidenav" id="mySidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()"
Expand Down Expand Up @@ -111,11 +111,9 @@
><i class="fa-brands fa-twitter w3-hover-opacity"></i
></a>
<p class="copyright">&#169 Copyright 2024 - Tous droits réservés - ZHWEB</p>
</div>


</div>
</header>

<script src="main.js"></script>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion measures.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<a href="https://www.instagram.com/" target="_blank"><i class="fa-brands fa-instagram w3-hover-opacity"></i></a>
<a href="https://accounts.snapchat.com/" target="_blank"><i class="fa-brands fa-snapchat w3-hover-opacity"></i></a>
<a href="https://twitter.com/" target="_blank"><i class="fa-brands fa-twitter w3-hover-opacity"></i></a>
<p class="bgimg-2 copyright w3-center">&#169 Copyright 2023 - Tous droits réservés - Zakat Al-Fitr 27</p>
<p class="bgimg-2 copyright w3-center">&#169 Copyright 2024 - Tous droits réservés - ZHWEB</p>
</footer>

</header>
Expand Down
2 changes: 1 addition & 1 deletion team.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h2 class="text-1">
<a href="https://www.instagram.com/" target="_blank"><i class="fa-brands fa-instagram w3-hover-opacity"></i></a>
<a href="https://accounts.snapchat.com/" target="_blank"><i class="fa-brands fa-snapchat w3-hover-opacity"></i></a>
<a href="https://twitter.com/" target="_blank"><i class="fa-brands fa-twitter w3-hover-opacity"></i></a>
<footer class="copyright">&#169 Copyright 2023 - Tous droits réservés - Zakat Al-Fitr 27</footer>
<footer class="copyright">&#169 Copyright 2024 - Tous droits réservés - ZHWEB</footer>
</div>
</header>

Expand Down
6 changes: 3 additions & 3 deletions team.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function closeNav() {
}

// Code Team page
(function() {
(function () {
const second = 1000,
minute = second * 60,
hour = minute * 60,
Expand All @@ -21,7 +21,7 @@ function closeNav() {
mm = String(today.getMonth() + 1).padStart(2, "0"),
yyyy = today.getFullYear(),
nextYear = yyyy + 1,
dayMonth = "04/21/",
dayMonth = "04/10/",
birthday = dayMonth + yyyy;

today = mm + "/" + dd + "/" + yyyy;
Expand All @@ -31,7 +31,7 @@ function closeNav() {
//end

const countDown = new Date(birthday).getTime(),
x = setInterval(function() {
x = setInterval(function () {
const now = new Date().getTime(),
distance = countDown - now;

Expand Down
2 changes: 1 addition & 1 deletion warehouse.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<a href="https://www.instagram.com/" target="_blank"><i class="fa-brands fa-instagram w3-hover-opacity"></i></a>
<a href="https://accounts.snapchat.com/" target="_blank"><i class="fa-brands fa-snapchat w3-hover-opacity"></i></a>
<a href="https://twitter.com/" target="_blank"><i class="fa-brands fa-twitter w3-hover-opacity"></i></a>
<p class="bgimg-2 copyright w3-center">&#169 Copyright 2023 - Tous droits réservés - Zakat Al Fitr 27</p>
<p class="bgimg-2 copyright w3-center">&#169 Copyright 2024 - Tous droits réservés - ZHWEB</p>
</footer>


Expand Down

0 comments on commit d8fc955

Please sign in to comment.