aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorNeodarZ <bretoncorentin44@gmail.com>2015-03-12 23:07:02 +0100
committerNeodarZ <bretoncorentin44@gmail.com>2015-03-12 23:07:02 +0100
commit6133ded1dad2031745e29143ab1c5df5a57b8fe2 (patch)
treec5ed94ece44da6ed79b663925cfbc07c02d67c6b /index.html
parentaa4cc7995ab07dbb4a29d4c6a5b8e7d7e8b8dd1b (diff)
downloadRobot-Cable-6133ded1dad2031745e29143ab1c5df5a57b8fe2.tar.xz
Robot-Cable-6133ded1dad2031745e29143ab1c5df5a57b8fe2.zip
Mise à jour du disign
Diffstat (limited to 'index.html')
-rw-r--r--index.html35
1 files changed, 29 insertions, 6 deletions
diff --git a/index.html b/index.html
index 8957bbc..50f4576 100644
--- a/index.html
+++ b/index.html
@@ -8,9 +8,24 @@
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
+
<title>Robot-cable by NeodarZ</title>
</head>
+ <script src="https://code.jquery.com/jquery-1.10.2.js"></script>
+ <script>
+ jQuery(document).ready(function(){
+ $(window).scroll(function () {
+ var rupture = $('header').outerHeight() ;
+ if( $(window).scrollTop() > rupture ) {
+ $('#menu').addClass('fixed');
+ } else {
+ $('#menu').removeClass('fixed');
+ }
+ });
+});
+ </script>
+
<body>
<header>
@@ -18,20 +33,28 @@
<h1>Robot-cable</h1>
<h2>Projet du lycée Eugène Livet (Nantes, France) sur la conception d&#39;un robot-câble avec Arduino et Processing</h2>
+ <div align="center">
<section id="downloads">
<a href="https://github.com/NeodarZ/Robot-Cable/zipball/master" class="btn">Download as .zip</a>
<a href="https://github.com/NeodarZ/Robot-Cable/tarball/master" class="btn">Download as .tar.gz</a>
<a href="https://github.com/NeodarZ/Robot-Cable" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
</section>
+ </div>
</div>
</header>
+ <div align="center" id="menu_fix">
+ <div id="menu">
+ <div id="menu_btn">
+ <a href="index.html" class="btn_actuel">Accueil</a>
+ <a href="sysml.html" class="btn">SySML</a>
+ <a href="plateforme-c.html" class="btn">Plateforme C</a>
+ <a href="irccyn.html" class="btn">IRCCYN</a>
+ </div>
+ </div>
+ </div>
<div class="container">
<section id="main_content">
- <a href="index.html" class="btn_actuel">Accueil</a>
- <a href="sysml.html" class="btn">SySML</a>
- <a href="plateforme-c.html" class="btn">Plateforme C</a>
- <a href="irccyn.html" class="btn">IRCCYN</a>
<br />
<br />
<h3>
@@ -61,14 +84,14 @@
<p>- Philippe Mocquard (Professeur de l'option SIN, Système et Information du Numérique).</p>
<p>- Cédric B., contributeur du programme Processing pour les commandes de déplacements du robot.</p>
<p>- Brice P., contributeur du programme Processing pour les commandes de déplacements du robot.</p>
-<p>- Timothée K., mise en place de la partie communication Xbee sur le projet.</p>
+<p>- Timothée K.alias Timmy (<a href="https://github.com/Timmy" class="user-mention">@Timmy</a>), mise en place de la partie communication Xbee sur le projet.</p>
<p>- Anaïs F., conception de la télécommande.</p>
<p>- Corentin B. alias Neodarz (<a href="https://github.com/NeodarZ" class="user-mention">@NeodarZ</a>), contributeur du programme Processing pour la commande des plats des clients.</p>
<br />
<p style="text-align: center;">·._. Projet de Terminal ._.·°</p>
<p>- Philippe Mocquard (Professeur de l'option SIN, Système et Information du Numérique).</p>
<p>- Cédric B., contributeur du programme Processing pour les commandes de déplacements du robot.</p>
-<p>- Timothée K., mise en place de la partie communication Xbee sur le projet.</p>
+<p>- Timothée K. alias Timmy (<a href="https://github.com/Timmy" class="user-mention">@Timmy</a>), mise en place de la partie communication Xbee sur le projet.</p>
<p>- Anaïs F., conception de la télécommande.</p>
<p>- Corentin B. alias Neodarz (<a href="https://github.com/NeodarZ" class="user-mention">@NeodarZ</a>), contributeur du programme Processing pour la commande des plats des clients.</p>