diff --git a/chercher.png b/chercher.png new file mode 100644 index 0000000000000000000000000000000000000000..7cb8c6d2a94ab913092b6d82d83e9e0beaf75492 Binary files /dev/null and b/chercher.png differ diff --git a/css/styles.css b/css/styles.css index d240a93f5f8e1a23cc454b46e71c7e4ea9314e7c..0430505a419f05130392d6a159d33853a2d1c3ac 100644 --- a/css/styles.css +++ b/css/styles.css @@ -15,6 +15,13 @@ iframe { font-weight: bold; } +.bold-btn{ + color: white; + font-size: 18px; + font-family: Arial, sans-serif; + font-weight: bold; +} + .btn{ left: 0px; top: 0px; @@ -175,6 +182,12 @@ iframe { border-width: 1px; } +.icone-image{ + width: 39px; + height: 39px; + position: absolute; +} + .insc:focus { border-color: black; outline: none; @@ -223,8 +236,6 @@ iframe { outline: none; cursor: pointer; transition: 0.3s; - color: white; - font-size: 16px; width: 230px; height: 45px; display: inline; diff --git a/dispo.png b/dispo.png new file mode 100644 index 0000000000000000000000000000000000000000..2b810a26669272a54f523473bfc0c1c8f1225ba7 Binary files /dev/null and b/dispo.png differ diff --git a/filtre.png b/filtre.png new file mode 100644 index 0000000000000000000000000000000000000000..1cbc6eef441dba16722459c908af91ba3151ed78 Binary files /dev/null and b/filtre.png differ diff --git a/frigo.png b/frigo.png new file mode 100644 index 0000000000000000000000000000000000000000..3b4cfeb1e015fd066a0e8c078eace60edf38793d Binary files /dev/null and b/frigo.png differ diff --git a/html/membres.html b/html/membres.html index 8e2a5a4f1a5d97e44ae960eb7e4295ca1ecbdce8..88a8604b3b5bbef6975bbae2f2ba5cae95452752 100644 --- a/html/membres.html +++ b/html/membres.html @@ -17,10 +17,21 @@ </div> <div class="memberTab"> <button id="memberSectionTab" >Section membres</button> - <button class="tablinks active" onclick="openTab(event, 'listeFrigos')">Liste des frigos</button> - <button class="tablinks" onclick="openTab(event, 'chercherUnRepas')">Trouver un repas</button> - <button class="tablinks" onclick="openTab(event, 'profil')">Mon profil</button> - <button class="tablinks" onclick="openTab(event, 'panier')">Mon panier</button> + <button class="tablinks active" onclick="openTab(event, 'listeFrigos')"> + <!--<img src="frigo.png" class="icone-image">--> + <span class="bold-btn">Liste des frigos</span> + </button> + + <button class="tablinks" onclick="openTab(event, 'chercherUnRepas')"> + <span class="bold-btn">Trouver un repas</span> + </button> + + <button class="tablinks" onclick="openTab(event, 'profil')"> + <span class="bold-btn">Mon profil</span> + </button> + <button class="tablinks" onclick="openTab(event, 'panier')"> + <span class="bold-btn">Mon panier</span> + </button> </div> diff --git a/nondispo.png b/nondispo.png new file mode 100644 index 0000000000000000000000000000000000000000..6e6b20ea92a7b638eaa06d0fb0e470812fafdbb2 Binary files /dev/null and b/nondispo.png differ diff --git a/panier.png b/panier.png new file mode 100644 index 0000000000000000000000000000000000000000..a40e7e77243392ff2830adfeedc1a11028c9c7c3 Binary files /dev/null and b/panier.png differ diff --git a/profil.png b/profil.png new file mode 100644 index 0000000000000000000000000000000000000000..5cfc5fe7ec333e07bdf6fbec5b129b41385c9faf Binary files /dev/null and b/profil.png differ