diff --git a/Demontis matisse/index.html b/Demontis matisse/index.html index 89d3cd1..fc7ce31 100644 --- a/Demontis matisse/index.html +++ b/Demontis matisse/index.html @@ -6,7 +6,6 @@ Document - -
-
+
- + -
- +
-
+
Login + >Login Button + class="btn btn-primary" + href="#" + role="button" + >Sign in
- - + diff --git a/Demontis matisse/liste.html b/Demontis matisse/liste.html index 3161322..6e34b74 100644 --- a/Demontis matisse/liste.html +++ b/Demontis matisse/liste.html @@ -16,108 +16,110 @@ integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous" /> + + -
-
-
- +
+ +
- - - - + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -133,22 +135,18 @@ role="button" >Back - - +
- - - - + + + + + + + diff --git a/Ducauroy Lou/index.html b/Ducauroy Lou/index.html new file mode 100644 index 0000000..4514fb3 --- /dev/null +++ b/Ducauroy Lou/index.html @@ -0,0 +1,68 @@ + + + + + + + + GDA + + +
+
+
+
+ Phone image +
+
+
+ +
+ + +
+ + +
+ + +
+ +
+ +
+ + +
+ Mot de passe oublié? +
+ + + + +
+

Ou

+
+ + + Connexion Anonyme + + + + +
+
+
+
+ + + + + + + + + + \ No newline at end of file diff --git a/Ducauroy Lou/list.html b/Ducauroy Lou/list.html new file mode 100644 index 0000000..082cbe5 --- /dev/null +++ b/Ducauroy Lou/list.html @@ -0,0 +1,418 @@ + + + + + + + + GDA + + + + + + +
+
+
+
+
Elève expernet (15)
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
#FirstLastclass#FirstLastclass
11 Clarel GRONDIN CDA8
22 Jérémy HOARAU CDA8
33 Lou DUCAUROY CDA8
44 Toma BARRET CDA8
55 Jérôme MUNIER CDA8
66 Cheun RAMASSY CDA8
77 Dorian BOYER CDA8
88 Gabriel PEDRE CDA8
99 Saint-Georges AHOVEY CDA8
1010 Thomy NOEL CDA8
1111 Matisse DEMONTIS CDA8
1212 Ludovic RASSABY CDA8
1313 Julien HOARAU CDA8
1414 Emjy AH-YONG CDA8
1515 Théo CELEMANI CDA8
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
NomPositionMailProjetAction
+
+
AHOVEY Saint GeorgeFrontend DeveloperExpernet@expernetecolre.re132 + +
+
+
AHYONG EmjyFrontend DeveloperExpernet@expernetecolre.re132 + +
+
+
B TomaFrontend DeveloperExpernet@expernetecolre.re132 + +
+
+
Clemant TheoFrontend DeveloperExpernet@expernetecolre.re132 + +
+
+
Cheum RAMASSyFrontend DeveloperExpernet@expernetecolre.re132 + +
+
+
Demontis matisseFrontend DeveloperExpernet@expernetecolre.re132 + +
+
+
DorianFrontend DeveloperExpernet@expernetecolre.re132 + +
+
+
Ducauroy LouFrontend DeveloperExpernet@expernetecolre.re132 + +
+
+
GRONDIN clarelFrontend DeveloperExpernet@expernetecolre.re132 + +
+
+
Jeremy HoarauFrontend DeveloperExpernet@expernetecolre.re132 + +
+
+
MUNIER JeromeFrontend DeveloperExpernet@expernetecolre.re132 + +
+
+
Pedre GabrielFrontend DeveloperExpernet@expernetecolre.re132 + +
+
+
Thomy NoelFrontend DeveloperExpernet@expernetecolre.re132 + +
+
+ + + +
+
+

Showing 1 to 10 of 57 entries

+
+
+
+
    +
  • +
  • +
+
+
+
+ + + + + + + + + \ No newline at end of file diff --git a/Ducauroy Lou/style.css b/Ducauroy Lou/style.css new file mode 100644 index 0000000..e9495a4 --- /dev/null +++ b/Ducauroy Lou/style.css @@ -0,0 +1,76 @@ +body{margin-top:20px; + background-color:#eee; + } + .project-list-table { + border-collapse: separate; + border-spacing: 0 12px + } + + .project-list-table tr { + background-color: #fff + } + + .table-nowrap td, .table-nowrap th { + white-space: nowrap; + } + .table-borderless>:not(caption)>*>* { + border-bottom-width: 0; + } + .table>:not(caption)>*>* { + padding: 0.75rem 0.75rem; + background-color: var(--bs-table-bg); + border-bottom-width: 1px; + box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); + } + + .avatar-sm { + height: 2rem; + width: 2rem; + } + .rounded-circle { + border-radius: 50%!important; + } + .me-2 { + margin-right: 0.5rem!important; + } + img, svg { + vertical-align: middle; + } + + a { + color: #3b76e1; + text-decoration: none; + } + + .badge-soft-danger { + color: #f56e6e !important; + background-color: rgba(245,110,110,.1); + } + .badge-soft-success { + color: #63ad6f !important; + background-color: rgba(99,173,111,.1); + } + + .badge-soft-primary { + color: #3b76e1 !important; + background-color: rgba(59,118,225,.1); + } + + .badge-soft-info { + color: #57c9eb !important; + background-color: rgba(87,201,235,.1); + } + + .avatar-title { + align-items: center; + background-color: #3b76e1; + color: #fff; + display: flex; + font-weight: 500; + height: 100%; + justify-content: center; + width: 100%; + } + .bg-soft-primary { + background-color: rgba(59,118,225,.25)!important; + } \ No newline at end of file diff --git a/Ducauroy Lou/téléchargement.png b/Ducauroy Lou/téléchargement.png new file mode 100644 index 0000000..dabdb67 Binary files /dev/null and b/Ducauroy Lou/téléchargement.png differ diff --git a/Jeremy_Hoarau/liste.html b/Jeremy_Hoarau/liste.html index 98d4142..405344e 100644 --- a/Jeremy_Hoarau/liste.html +++ b/Jeremy_Hoarau/liste.html @@ -16,8 +16,14 @@ integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous" /> - + + + @@ -135,6 +141,7 @@ + diff --git a/MUNIERJerome/liste.html b/MUNIERJerome/liste.html index 12f170c..159fa45 100644 --- a/MUNIERJerome/liste.html +++ b/MUNIERJerome/liste.html @@ -18,7 +18,6 @@ Nom Prénom Email - Statut @@ -26,79 +25,66 @@ AHOVEY Saint George ahovey.saintgeorge@email.com - Actif AHYONG Emjy ahyong.emjy@email.com - Actif B Toma b.toma@email.com - Actif CELEMANI Theo celemani.theo@email.com - Actif RAMASSY Cheun cheun.ramassy@email.com - Actif DEMONTIS Matisse demontis.matisse@email.com - Actif GRONDIN Clarel grondin.clarel@email.com - Actif HOARAU Jeremy jeremy.hoarau@email.com - Actif MUNIER Jerome munier.jerome@email.com - Actif PEDRE Gabriel pedre.gabriel@email.com - Actif M Sebastien sebastien.m@email.com - Actif NOEL Thomy thomy.noel@email.com - Actif BOYER Dorian dorian@email.com - Actif diff --git a/index.html b/index.html index 931edfd..532b6f0 100644 --- a/index.html +++ b/index.html @@ -152,8 +152,10 @@
  • Thomy Noel
  • dorian
  • Lou
  • -
  • Lou
  • +
  • Julien
  • +
  • Ludovic
  • + diff --git a/louDucauroy/list1.html b/louDucauroy/list1.html new file mode 100644 index 0000000..19f9ba8 --- /dev/null +++ b/louDucauroy/list1.html @@ -0,0 +1,33 @@ + + + + + + + GDA + + + + + + + + + + + + +
    NomPrénom
    PAYETManon
    ROBETMonique
    HOAREAUSebastien
    + + + + + + + + \ No newline at end of file diff --git a/vieuxTableau.html b/vieuxTableau.html new file mode 100644 index 0000000..d2c19f9 --- /dev/null +++ b/vieuxTableau.html @@ -0,0 +1,71 @@ + + + + + Title + + + + + + + + + + + +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + +
    NomPrénom
    PAYETManon
    ROBERTMonique
    HOAREAUSebastien
    + + + + + + + + + + + + \ No newline at end of file