added site files
This commit is contained in:
parent
80c0c869de
commit
1285e550c6
191 changed files with 3484 additions and 0 deletions
117
plan.php
Normal file
117
plan.php
Normal file
|
@ -0,0 +1,117 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="http://www.achilletoupin.com/pem2t/style.css" />
|
||||
<title>PEM2T</title>
|
||||
<link rel="shortcut icon" href="index/images/favicon.png"/>
|
||||
|
||||
<!-- GALLERY -->
|
||||
<meta name="viewport" content="width=720">
|
||||
<!-- jQuery, -->
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
||||
|
||||
<link href="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.css" rel="stylesheet">
|
||||
<script src="http://cdnjs.cloudflare.com/ajax/libs/fotorama/4.5.2/fotorama.js"></script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php include("index/includes/header.php"); ?>
|
||||
|
||||
<section>
|
||||
|
||||
<article>
|
||||
<h2 id="pourquoi">Plan du site</h2>
|
||||
|
||||
<ol>
|
||||
<li>INTRODUCTION
|
||||
<ol>
|
||||
<li><a href="index.php">Objectifs, contexte</a></li>
|
||||
<li><a href="presentation">Présentation moteur</a>
|
||||
<ol>
|
||||
<li>Mise en situation</li>
|
||||
</ol>
|
||||
</li>
|
||||
<li><a href="analysebesoin">Analyse du besoin</a>
|
||||
<ol>
|
||||
<li>Bête à cornes</li>
|
||||
<li>Pieuvre</li>
|
||||
<li>Fast</li>
|
||||
</ol>
|
||||
</li>
|
||||
</ol>
|
||||
</li>
|
||||
<li>MOTEUR
|
||||
<ol>
|
||||
<li><a href="prespieces">Présentation des pièces</a></li>
|
||||
<li><a href="foncmoteur">Fonctionnement moteur</a>
|
||||
<ol>
|
||||
<li>Explication générale du fonctionnement d’un moteur 2 temps</li>
|
||||
</ol>
|
||||
</li>
|
||||
</ol>
|
||||
</li>
|
||||
<li>EMBRAYAGE
|
||||
<ol>
|
||||
<li><a href="foncembr">Fonctionnement embrayage</a></li>
|
||||
<li><a href="ressortdroit">Étude du ressort droit</a></li>
|
||||
<li><a href="ressortcourbe">Étude du ressort courbe</a></li>
|
||||
</ol>
|
||||
</li>
|
||||
<li>MODÉLISATION
|
||||
<ol>
|
||||
<li><a href="modelisation">Explications</a></li>
|
||||
<li><a href="ss-ens">Sous-ensembles et choix de modélisation</a></li>
|
||||
<li><a href="graphe">Graphe de montage / démontage</a></li>
|
||||
</ol>
|
||||
</li>
|
||||
<li>CHOIX DE CONCEPTION
|
||||
<ol>
|
||||
<li><a href="choixtech">Choix technologiques</a>
|
||||
<ol>
|
||||
<li>Pourquoi ce moteur ?</li>
|
||||
<li>Etude d’un guidage en rotation</li>
|
||||
<li>Etude d’une liaison complète</li>
|
||||
</ol>
|
||||
</li>
|
||||
<li><a href="procedes">Matériaux et procédés</a>
|
||||
<ol>
|
||||
<li>Injection plastique</li>
|
||||
<li>Moulage coque</li>
|
||||
<li>Emboutissage de tôles</li>
|
||||
<li>Fraisage</li>
|
||||
</ol>
|
||||
</li>
|
||||
</ol>
|
||||
</li>
|
||||
<li>GESTION DE PROJET
|
||||
<ol>
|
||||
<li><a href="gdp">Explications</a></li>
|
||||
<li><a href="gdpexemples">Exemples de livrables</a></li>
|
||||
</ol>
|
||||
</li>
|
||||
<li>CONCLUSION
|
||||
<ol>
|
||||
<li><a href="ccln">Conclusion</a></li>
|
||||
<li><a href="sources">Sources et remerciements</a></li>
|
||||
</ol>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
</article>
|
||||
|
||||
<?php include("index/includes/aside.php"); ?>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
<?php include("index/includes/footer.php"); ?>
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue