You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
74 lines
1.6 KiB
74 lines
1.6 KiB
<!doctype html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>SAE 1.06 - Accueil</title>
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<h1>
|
|
<a href="0_accueil.html">SAE 1.06</a>
|
|
</h1>
|
|
</header>
|
|
<nav class="flex-container">
|
|
<a href="1_caracteristiques.html">Caractéristiques demandeurs et offreurs</a>
|
|
<a href="2_acteurs_eco.html">Acteurs économiques</a>
|
|
<a href="3_SWOT.html">S.W.O.T.</a>
|
|
<a href="4_Ecolo.html">Écologie</a>
|
|
</nav>
|
|
|
|
<div class="presentation">
|
|
<h2>Présentation</h2>
|
|
<p>Lorem ipsum</p>
|
|
</div>
|
|
|
|
<div class="carac">
|
|
<h2>Caractéristiques des demandeurs et offreurs</h2>
|
|
<p>Lorem ipsum</p>
|
|
</div>
|
|
|
|
<div class="acteurs">
|
|
<h2>Les acteurs économiques</h2>
|
|
<p>Lorem ipsum</p>
|
|
</div>
|
|
|
|
<div class="swot">
|
|
<h2>Représentation du SWOT sous forme de tableau</h2>
|
|
<table class="tabswot">
|
|
<thead>
|
|
<tr>
|
|
<td>Forces :
|
|
-force1
|
|
-force2
|
|
</td>
|
|
<td>Faiblesses :
|
|
-faib1
|
|
-faib2
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>Opportunités :
|
|
-opp1
|
|
-opp2
|
|
</td>
|
|
<td>Menaces :
|
|
-mena1
|
|
-mena2
|
|
</td>
|
|
</tr>
|
|
</thead>
|
|
</table>
|
|
</div>
|
|
|
|
<div class="eco">
|
|
<h2>Notre empreinte carbone</h2>
|
|
<p>Lorem ipsum</p>
|
|
</div>
|
|
|
|
<footer>test footer</footer>
|
|
</body>
|
|
</html>
|