53 lines
1.7 KiB
HTML
Executable File
53 lines
1.7 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="css/style.css">
|
|
<title>Projets Filius</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="content_projets_filius">
|
|
|
|
<header>
|
|
<nav>
|
|
<a href="index.html">Page d'accueil</a>
|
|
</nav>
|
|
</header>
|
|
|
|
<h1 class="cours" style="margin-top:50px;"> NSI Terminale</br>Projets réalisés sur Filius</h1>
|
|
|
|
<div class="presentation" style="margin-top:120px;">
|
|
<p class="html">Durant l'année de terminale, j'ai pu réaliser des simulations en utilisant le logiciel <strong>Filius</strong>. </br>Elles sont disponibles ci-dessous.</p> </br>
|
|
|
|
<style>
|
|
table, th, td {border: 1px solid black;}
|
|
</style>
|
|
<table width="100%" class="nom">
|
|
|
|
<tr>
|
|
<td>
|
|
<h3><i><u>Routage complet</u></i></h3>
|
|
</td>
|
|
<td>
|
|
<p class="presentation1">Pour cette simulation, il fallait réaliser la conception d'un réseau en observation d'un routage. Le routage final est "divisé" en plusieurs parties pour différencier les différents réseaux.
|
|
</p>
|
|
</td>
|
|
<td>
|
|
</br><p><em>Téléchargement du document :</em></p><button><strong><a class="btn" href="filius/reseau_routage.fls">.fls</a></strong></button><br><br>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<br>
|
|
<center><a class="hdp" style="margin-top:0px;" href="projets_python.html#content_projets_python"> Haut de page</a></center>
|
|
</div>
|
|
|
|
<footer>
|
|
<p><strong>Auteur : </strong><a href="mailto:gt.rafael6@icloud.com">Rafaël GHOUAR-TOUSSAINT</a><br>modifié le 07/04/2023</p>
|
|
</footer>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |