Ajout d'un site web
Pour la présentation du 5/05/14 * Générateur * En nodejs * Se base sur les fichiers .md de la branche master sur GitHub * Sépare À propos et Compilation dans README.md * Conforme GitHub Pages
This commit is contained in:
parent
f5a82baaf6
commit
166f0e9819
20 changed files with 644 additions and 531 deletions
42
index.html
Normal file
42
index.html
Normal file
|
@ -0,0 +1,42 @@
|
|||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>À propos</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" href="css/contenu.css" />
|
||||
<link rel="stylesheet" href="css/miseEnPage.css" />
|
||||
<!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="index.html">À propos</a></li>
|
||||
<li><a href="Compilation.html">Compilation</a></li>
|
||||
<li><a href="Avancement.html">Avancement</a></li>
|
||||
<li><a href="https://github.com/GeoffreyFrogeye/PILG">Code source</a></li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
<div id="wrapper">
|
||||
<section id="main">
|
||||
<article>
|
||||
<h1>À propos</h1>
|
||||
<h2>Le projet</h2>
|
||||
|
||||
<p>Ceci est la création de Lucas et de Geoffrey pour l'option Informatique et Sciences du Numérique qui sera présenté lors du Baccalauréat 2013/2014.</p>
|
||||
|
||||
<h2>Le programme</h2>
|
||||
|
||||
<p>Ce programme est un éditeur basique d'images <a href="http://fr.wikipedia.org/wiki/Portable_pixmap">PBM/PGM/PPM</a> s’exécutant en ligne de commande.</p>
|
||||
|
||||
<p><em>Statut :</em> Prétotype</p>
|
||||
<img src="screen.png" alt="Capture d'écran du code" />
|
||||
</article>
|
||||
</section>
|
||||
</div>
|
||||
<footer>
|
||||
<hr/>
|
||||
Copyright 2014 Geoffrey et Lucas
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Reference in a new issue