diff --git a/dorian/test bootstrap/index.html b/dorian/test bootstrap/index.html new file mode 100644 index 0000000..6f757bb --- /dev/null +++ b/dorian/test bootstrap/index.html @@ -0,0 +1,86 @@ + + + + + + + + + + Document + + +
+
+
+ + +
+
+
+
+ +

CENTRE DE FORMATION INFORMATIQUEÀ LA RÉUNION DEPUIS 2002 !

+
+
+ + +
+
+
+ +
+
+
+

Lorem ipsum dolor sit amet consectetur adipisicing elit. Esse sequi animi officia accusamus, ad reprehenderit dolor iusto ab suscipit nihil deleniti, aspernatur at quia cumque delectus, necessitatibus sunt. Accusantium, inventore!

+
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+ +

+ Direction vers la liste des étudiant +

+
+
+
+
+ + + \ No newline at end of file diff --git a/dorian/test bootstrap/list.html b/dorian/test bootstrap/list.html new file mode 100644 index 0000000..1e93d2c --- /dev/null +++ b/dorian/test bootstrap/list.html @@ -0,0 +1,107 @@ + + + + + + + + + + Document + + +
+
+
+ + +
+
+
+
+ +

CENTRE DE FORMATION INFORMATIQUEÀ LA RÉUNION DEPUIS 2002 !

+
+
+ + +
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NumNomPrenomFormation
1BoyerDorianCDA
2ClementThéoCDA
3GrondinClarelCDA
3MunierJeromeCDA
3PedreGabrielCDA
3DemontisMatisseCDA
3AhyongEmjyCDA
3AhoveySaintGeorgeCDA
+
+ + \ No newline at end of file diff --git a/dorian/test bootstrap/public/fond.webp b/dorian/test bootstrap/public/fond.webp new file mode 100644 index 0000000..5065c96 Binary files /dev/null and b/dorian/test bootstrap/public/fond.webp differ diff --git a/dorian/test bootstrap/public/logo.png b/dorian/test bootstrap/public/logo.png new file mode 100644 index 0000000..5623447 Binary files /dev/null and b/dorian/test bootstrap/public/logo.png differ diff --git a/dorian/test bootstrap/style.css b/dorian/test bootstrap/style.css new file mode 100644 index 0000000..307c5a6 --- /dev/null +++ b/dorian/test bootstrap/style.css @@ -0,0 +1,10 @@ +#logo{ + width: 20%; +} +main { + background: url(public/fond.webp); +} +#card{ + backdrop-filter: blur(10px); + background-color: rgba(255, 255, 255, 0.4); +} \ No newline at end of file