77 lines
No EOL
2.2 KiB
PHP
Executable file
77 lines
No EOL
2.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>
|
|
|
|
<h1>L'objet de notre étude :</h1>
|
|
|
|
<p> Nous avons choisi d'étudier un moteur deux-temps pour notre projet.</p>
|
|
|
|
<p> Ce moteur appartienait à un rotofil portatif thermique</p>
|
|
|
|
<figure style="width: 500px;">
|
|
<img src="index/images/intro/sabrejaune.jpg"></img>
|
|
|
|
<figcaption>
|
|
<p> Modèle de rotofil semblable au nôtre.</p>
|
|
</figcaption>
|
|
</figure>
|
|
|
|
<h2>Caractéristiques de notre moteur :</h2>
|
|
|
|
<ul>
|
|
<li>Type : moteur 2 temps monocylindre refroidi par air</li>
|
|
<li>Modèle : B-38 SABRE</li>
|
|
<li>Cylindrée : 40cmᶟ</li>
|
|
<li>Puissance : 1.5 kW</li>
|
|
<li>Carburant : mélange SP98-huile (96-4%)</li>
|
|
<li>Volume réservoir : ~650 mL</li>
|
|
<li>Dispositif de démarrage : lanceur manuel</li>
|
|
<li>Système d’alimentation : carburateur à membrane</li>
|
|
<li>Nombre de lumières : 4</li>
|
|
<li>Bougie d’allumage : CHAMPION CJ8</li>
|
|
</ul>
|
|
|
|
<h2>
|
|
<a href="analysebesoin.php">Page suivante - Analyse du besoin</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>
|