diff --git a/chenilles.html b/chenilles.html index 86d64ac..de4101a 100644 --- a/chenilles.html +++ b/chenilles.html @@ -122,7 +122,7 @@

-

adressemail@email.com

+

contact@jabo.fr

06 99 20 64 33

@@ -132,13 +132,14 @@

diff --git a/contact.html b/contact.html index 75d6f1c..0ad8701 100644 --- a/contact.html +++ b/contact.html @@ -100,7 +100,7 @@

Veuillez renseigner ici vos coordonnées pour que nous puissions vous contac

-

adressemail@email.com

+

contact@jabo.fr

06 99 20 64 33

@@ -110,13 +110,14 @@

Veuillez renseigner ici vos coordonnées pour que nous puissions vous contac
diff --git a/css/style.css b/css/style.css index a2410c7..a7ea581 100644 --- a/css/style.css +++ b/css/style.css @@ -10,6 +10,10 @@ transition-duration: 800ms; } +.link-a { + color:red; +} + .darkmode { --clr-light: #fff; --clr-dark: #333; @@ -68,6 +72,11 @@ color: #fff; } +.darkmode .link-a { + color:red !important; +} + + body { background: var(--background); color: var(--foreground); @@ -364,12 +373,12 @@ a{ .navbar-default .navbar-nav li a { color: #777; - font-size: 16px; + font-size: 18px; letter-spacing: 1px; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; - padding-right: 22px; - padding-left: 22px; + padding-right: 40px; + padding-left: 16px; } .navbar-default .navbar-nav > li a:hover { @@ -940,6 +949,7 @@ footer .footer-copyright { #img3 { width: 10%; } + } @media screen and (max-width: 600px){ diff --git a/debug.log b/debug.log index 56b452b..ba25af4 100644 --- a/debug.log +++ b/debug.log @@ -2,3 +2,4 @@ [0115/150257.255:ERROR:directory_reader_win.cc(43)] FindFirstFile: Le chemin daccs spcifi est introuvable. (0x3) [0115/152718.457:ERROR:directory_reader_win.cc(43)] FindFirstFile: Le chemin daccs spcifi est introuvable. (0x3) [0115/172049.990:ERROR:directory_reader_win.cc(43)] FindFirstFile: Le chemin daccs spcifi est introuvable. (0x3) +[0119/220413.152:ERROR:directory_reader_win.cc(43)] FindFirstFile: Le chemin daccs spcifi est introuvable. (0x3) diff --git a/guepes.html b/guepes.html index 295da5d..f257f9f 100644 --- a/guepes.html +++ b/guepes.html @@ -113,7 +113,7 @@

-

adressemail@email.com

+

contact@jabo.fr

06 99 20 64 33

@@ -123,13 +123,14 @@

diff --git a/img/cycle-de-vie-punaise.png b/img/cycle-de-vie-punaise.png new file mode 100644 index 0000000..378aa7f Binary files /dev/null and b/img/cycle-de-vie-punaise.png differ diff --git a/img/piqure-punaise.jpg b/img/piqure-punaise.jpg new file mode 100644 index 0000000..5392ad9 Binary files /dev/null and b/img/piqure-punaise.jpg differ diff --git a/img/punaise3.jpg b/img/punaise3.jpg new file mode 100644 index 0000000..c568bc6 Binary files /dev/null and b/img/punaise3.jpg differ diff --git a/img/punaise5.jpg b/img/punaise5.jpg new file mode 100644 index 0000000..63472a6 Binary files /dev/null and b/img/punaise5.jpg differ diff --git a/index.html b/index.html index 26033ce..ec55c7c 100644 --- a/index.html +++ b/index.html @@ -95,7 +95,7 @@

diff --git a/js/app.js b/js/app.js index c9bf4b4..adb9f91 100644 --- a/js/app.js +++ b/js/app.js @@ -7,6 +7,7 @@ let img = document.getElementById('img3'); let img2 = document.getElementById('img'); + let darkMode = localStorage.getItem('darkMode'); const btnToggle = document.querySelector('.btn-toggle'); @@ -35,7 +36,8 @@ if (darkMode === 'enabled') { var body = document.body; if(body.classList.contains('dark')){ img.src = 'img/Blanc_petit.png'; - img2.src = 'img/Blanc_petit.png'; + img2.src = 'img/Blanc_petit.png'; + } } @@ -57,13 +59,13 @@ darkModeToggle.addEventListener('click', () => { body.classList.add('light') body.classList.remove('dark') img.src = 'img/Noir_petit.png'; - img2.src = 'img/Blanc_petit.png'; + img2.src = 'img/Noir_petit.png'; btnToggle.innerHTML = "🌙" } else if(body.classList.contains('light')){ body.classList.add('dark') body.classList.remove('light') img.src = 'img/Blanc_petit.png'; - img2.src = 'img/Blanc_petit.png'; + img2.src = 'img/Blanc_petit.png'; btnToggle.innerHTML = "☀️" } }); @@ -72,6 +74,6 @@ var body = document.body; if(body.classList.contains('dark')){ img.src = 'img/Blanc_petit.png'; - img2.src = 'img/Blanc_petit.png'; + img2.src = 'img/Blanc_petit.png'; } \ No newline at end of file diff --git a/punaises.html b/punaises.html index d222f15..4336442 100644 --- a/punaises.html +++ b/punaises.html @@ -63,15 +63,15 @@

Punaises de Lit

Plus d'informations
- Portfolio + punaise
- Portfolio + piqure-punaise
- Portfolio + cycle-de-vie-punaise

@@ -111,7 +111,7 @@

@@ -121,13 +121,14 @@

diff --git a/tarifs.html b/tarifs.html index 0ae2236..6412e50 100644 --- a/tarifs.html +++ b/tarifs.html @@ -136,7 +136,7 @@

Tarifs Punaises de Lit :

@@ -146,13 +146,14 @@

Tarifs Punaises de Lit :

@@ -161,6 +162,7 @@

Tarifs Punaises de Lit :

+