diff options
author | NeodarZ <bretoncorentin44@gmail.com> | 2015-03-12 23:07:02 +0100 |
---|---|---|
committer | NeodarZ <bretoncorentin44@gmail.com> | 2015-03-12 23:07:02 +0100 |
commit | 6133ded1dad2031745e29143ab1c5df5a57b8fe2 (patch) | |
tree | c5ed94ece44da6ed79b663925cfbc07c02d67c6b /irccyn.html | |
parent | aa4cc7995ab07dbb4a29d4c6a5b8e7d7e8b8dd1b (diff) | |
download | Robot-Cable-6133ded1dad2031745e29143ab1c5df5a57b8fe2.tar.xz Robot-Cable-6133ded1dad2031745e29143ab1c5df5a57b8fe2.zip |
Mise à jour du disign
Diffstat (limited to 'irccyn.html')
-rw-r--r-- | irccyn.html | 37 |
1 files changed, 33 insertions, 4 deletions
diff --git a/irccyn.html b/irccyn.html index 5c72c26..576f1bc 100644 --- a/irccyn.html +++ b/irccyn.html @@ -11,6 +11,20 @@ <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 +32,30 @@ <h1>Robot-cable</h1>
<h2>Projet du lycée Eugène Livet (Nantes, France) sur la conception d'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">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_actuel">IRCCYN</a>
+ </div>
+ </div>
+ </div>
<div class="container">
<section id="main_content">
- <a href="index.html" class="btn">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_actuel">IRCCYN</a>
<br />
<br />
<h3>
@@ -39,6 +63,11 @@ <p>L'IRCCYN est l'Institut de Recherche en Communications et Cybernétique de Nantes.</p>
+<h3>
+<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span class="octicon octicon-link"></span></a>Les différents types de Robots-Câbles</h3>
+
+<p>Les robots-câbles sont utilisés dans différents dommaines, comme la contruction, les manufactures ou encores dans des laboratoires</p>
+
<br />
<p style="text-align: center;">•?((¯°·._.• <a href="https://github.com/NeodarZ" class="user-mention">@NeodarZ</a> •._.·°¯))؟•</p>
<br />
|