73 lines
No EOL
2 KiB
PHP
Executable file
73 lines
No EOL
2 KiB
PHP
Executable file
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="stylesheet" href="/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>
|
|
|
|
<!-- MATHJAX -->
|
|
<script type="text/javascript" async
|
|
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML" async>
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<?php include("index/includes/header.php"); ?>
|
|
|
|
<section>
|
|
|
|
<article class="analysebesoin">
|
|
|
|
<h1>Analyse du besoin</h1>
|
|
|
|
<p>Suite au cours d’OPI, nous avons effectué l’analyse du besoin complète du moteur 2T d’un rotofil.</p>
|
|
|
|
<p>Nous avons donc réalisé l’étude fonctionnelle suivante.</p>
|
|
|
|
<h2>Bête à cornes</h2>
|
|
|
|
<figure alt="Bête à cornes" style="width: 500px;"><img src="index/images/beteAcornes.png" />
|
|
</figure>
|
|
|
|
<h2>Diagramme pieuvre</h2>
|
|
|
|
<div class="fotorama" data-nav="thumbs" data-thumbwidth="150px" data-allowfullscreen="true">
|
|
<img src="index/images/pieuvre.JPG">
|
|
|
|
|
|
</div>
|
|
|
|
<h2>Diagramme FAST</h2>
|
|
|
|
<iframe style="width: 1000px; height: 600px;" src="https://atlas.mindmup.com/2019/05/c05197f07cad11e9be5229fd85672216/fast/index.html"></iframe>
|
|
|
|
|
|
|
|
<h2>
|
|
<a href="prespieces.php">Page suivante - Présentation des pièces du moteur</a>
|
|
<img id="arrowRight" src="index/images/arrow-right.png"></img>
|
|
</h2>
|
|
|
|
</article>
|
|
|
|
<?php include("index/includes/aside.php"); ?>
|
|
|
|
</section>
|
|
|
|
|
|
<?php include("index/includes/footer.php"); ?>
|
|
|
|
</body>
|
|
|
|
|
|
</html>
|