aboutsummaryrefslogtreecommitdiff
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
parentaa4cc7995ab07dbb4a29d4c6a5b8e7d7e8b8dd1b (diff)
downloadRobot-Cable-6133ded1dad2031745e29143ab1c5df5a57b8fe2.tar.xz
Robot-Cable-6133ded1dad2031745e29143ab1c5df5a57b8fe2.zip
Mise à jour du disign
-rw-r--r--DiagramBDD Final.pngbin0 -> 109427 bytes
-rw-r--r--Diagramme_de_cas_d'utilisation.pngbin0 -> 15346 bytes
-rw-r--r--Diagramme_exigence.pngbin0 -> 127539 bytes
-rw-r--r--index.html35
-rw-r--r--irccyn.html37
-rw-r--r--plateforme-c.html30
-rw-r--r--stylesheets/stylesheet.css39
-rw-r--r--sysml.html36
8 files changed, 155 insertions, 22 deletions
diff --git a/DiagramBDD Final.png b/DiagramBDD Final.png
new file mode 100644
index 0000000..eb6c646
--- /dev/null
+++ b/DiagramBDD Final.png
Binary files differ
diff --git a/Diagramme_de_cas_d'utilisation.png b/Diagramme_de_cas_d'utilisation.png
new file mode 100644
index 0000000..223fb8e
--- /dev/null
+++ b/Diagramme_de_cas_d'utilisation.png
Binary files differ
diff --git a/Diagramme_exigence.png b/Diagramme_exigence.png
new file mode 100644
index 0000000..413bc72
--- /dev/null
+++ b/Diagramme_exigence.png
Binary files differ
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>
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&#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">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 />
diff --git a/plateforme-c.html b/plateforme-c.html
index 2153796..3e4a05c 100644
--- a/plateforme-c.html
+++ b/plateforme-c.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,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">Accueil</a>
+ <a href="sysml.html" class="btn">SySML</a>
+ <a href="plateforme-c.html" class="btn_actuel">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">Accueil</a>
- <a href="sysml.html" class="btn">SySML</a>
- <a href="plateforme-c.html" class="btn_actuel">Plateforme C</a>
- <a href="irccyn.html" class="btn">IRCCYN</a>
<br />
<br />
diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css
index 9deb39c..aaacb16 100644
--- a/stylesheets/stylesheet.css
+++ b/stylesheets/stylesheet.css
@@ -12,7 +12,7 @@ body {
.container {
width: 90%;
- max-width: 600px;
+ max-width: 630px;
margin: 0 auto;
}
@@ -40,7 +40,7 @@ header {
width: 100%;
border-bottom: 1px dashed #b5e853;
padding: 20px 0;
- margin: 0 0 40px 0;
+ margin: 0px;
}
header h1 {
@@ -80,6 +80,9 @@ header h2 {
#main_content {
width: 100%;
-webkit-font-smoothing: antialiased;
+ box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5) inset, 0 2px 2px 0 rgba(255, 255, 255, 0.5);
+ padding-left: 15px;
+ padding-right: 15px;
}
section img {
max-width: 100%
@@ -223,7 +226,6 @@ hr {
border-bottom: 2px solid rgba(181, 232, 83, 0.7);
border-top: 2px solid rgba(181, 232, 83, 1);
color: #b5e853;
- letter-spacing: -0.03em;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1),
0 0 5px rgba(181, 232, 83, 0.1),
0 0 10px rgba(181, 232, 83, 0.1);
@@ -279,4 +281,33 @@ a {
.cf {
zoom:1;
-} \ No newline at end of file
+}
+
+/* Ajout CSS */
+
+#menu_fix
+{
+ border-bottom: 1px dashed #b5e853;
+ padding-top:20px;
+ padding-bottom:20px;
+ background: red;
+ background: #302F2F;
+
+}
+
+#menu.fixed
+{
+ position: fixed;
+ top: 0;
+ background: #302F2F;
+ text-align: center;
+ top:-4px;
+ padding-top: 19px;
+ padding-bottom: 15px;
+ padding-right: 10%;
+ padding-left: 10%;
+ width: 100%;
+ left: 50%;
+ transform: translate(-50%);
+ box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5), 0px 2px 2px 0px rgba(255, 255, 255, 0.5) inset;
+}
diff --git a/sysml.html b/sysml.html
index 201014f..ee711e7 100644
--- a/sysml.html
+++ b/sysml.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,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">Accueil</a>
+ <a href="sysml.html" class="btn_actuel">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">Accueil</a>
- <a href="sysml.html" class="btn_actuel">SySML</a>
- <a href="plateforme-c.html" class="btn">Plateforme C</a>
- <a href="irccyn.html" class="btn">IRCCYN</a>
<br />
<br />
@@ -41,6 +63,12 @@
<p>Il permet la spécification, l'analyse, la conception, la vérification et la validation de nombreux sytèmes.</p>
<p>Source : <a href="https://fr.wikipedia/wiki/Systems_Modelin_Language/" class="user-mention">@Wikipédia</a></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>Diagrammes SySML du projet :</h3>
+
+<p>Diagramme du cas d'utilisation :</p>
+<img src="Diagramme_de_cas_d'utilisation.png"></img>
+
<br />
<p style="text-align: center;">•?((¯°·._.• <a href="https://github.com/NeodarZ" class="user-mention">@NeodarZ</a> •._.·°¯))؟•</p>