From a88f19a60de3844b7b6436b8b30ea29a3563a55c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andy-Ma=C3=ABl=20RANDRIANASOLO?= Date: Fri, 9 Dec 2022 12:10:47 +0100 Subject: [PATCH] Modification site web --- siteWEB/0_accueil.html | 73 +++++++++++++++++++++++++++++++++ siteWEB/style.css | 93 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 166 insertions(+) create mode 100644 siteWEB/0_accueil.html diff --git a/siteWEB/0_accueil.html b/siteWEB/0_accueil.html new file mode 100644 index 0000000..505e0a4 --- /dev/null +++ b/siteWEB/0_accueil.html @@ -0,0 +1,73 @@ + + + + + SAE 1.06 - Accueil + + + + +
+

+ SAE 1.06 +

+
+ + +
+

Présentation

+

Lorem ipsum

+
+ +
+

Caractéristiques des demandeurs et offreurs

+

Lorem ipsum

+
+ +
+

Les acteurs économiques

+

Lorem ipsum

+
+ +
+

Représentation du SWOT sous forme de tableau

+ + + + + + + + + + + + +
Forces : + -force1 + -force2 + Faiblesses : + -faib1 + -faib2 +
Opportunités : + -opp1 + -opp2 + Menaces : + -mena1 + -mena2 +
+
+ +
+

Notre empreinte carbone

+

Lorem ipsum

+
+ + + + diff --git a/siteWEB/style.css b/siteWEB/style.css index e69de29..71b2c0e 100644 --- a/siteWEB/style.css +++ b/siteWEB/style.css @@ -0,0 +1,93 @@ + +header { + width: 1500px; + background-color: #2d3d65; + text-align: center; + margin : auto; + font-family: "Helvetica"; + font-size : 30px; + padding-top: 1px; + padding-bottom: 2px; + margin-bottom: 5px; +} + +.presentation { + border-style: solid; + border : 5px; + border-color: black; + font-family: "Helvetica"; + font-size: 30px; + background-color: #7dced1; + + +} + +.acteurs { + font-family: "Helvetica"; + font-size : 30px; + background-color: hsl(51, 89%, 55%); +} + +.carac { + font-family: "Helvetica"; + font-size : 30px; + background-color: rgb(160, 79, 241); +} + +.eco { + font-family: "Helvetica"; + font-size : 30px; + background-color: rgb(92, 209, 98); +} + +table, th, td{ + border: 1px solid #555555; + background-color: #e8ff74; + color : black; + opacity: 100%; + margin-top : 10px ; + text-align :center; + font-family : "Helvetica"; +} +.swot { + font-family: "Helvetica"; + font-size: 30px; + background-color: #ff6c8a; +} + +.flex-container { + background-color: hsl(209, 100%, 37%); + background-size: 10px; + border: 1px; + height: 50px; + font-style: normal; + font-family: "Helvetica"; + display: flex; + align-items: center; + justify-content: space-around; +} + +a:link { + color: white; + text-decoration: none; +} + +a:visited { + color: rgb(91, 210, 80); + text-decoration: none; +} + +a:hover { + color: rgb(0, 255, 225); + text-decoration: none; +} + +a:active { + color: #888888; + text-decoration: none; +} + +footer { + font-family: "Helvetica"; + background-color: #609c9c; +} \ No newline at end of file