diff options
author | NeodarZ <bretoncorentin44@gmail.com> | 2015-03-09 22:42:50 +0100 |
---|---|---|
committer | NeodarZ <bretoncorentin44@gmail.com> | 2015-03-09 22:42:50 +0100 |
commit | 5edf4dd657c5a3b974b113f6e48e62c95f98e8fd (patch) | |
tree | ba8377ea50f254a07755bcb48258d24522b31b86 /sysml.html | |
parent | e3488e1a06b7be4a382cd24e8785cfd668970ae9 (diff) | |
download | Robot-Cable-5edf4dd657c5a3b974b113f6e48e62c95f98e8fd.tar.xz Robot-Cable-5edf4dd657c5a3b974b113f6e48e62c95f98e8fd.zip |
MAJ
Signed-off-by: NeodarZ <bretoncorentin44@gmail.com>
Diffstat (limited to 'sysml.html')
-rw-r--r-- | sysml.html | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/sysml.html b/sysml.html new file mode 100644 index 0000000..201014f --- /dev/null +++ b/sysml.html @@ -0,0 +1,67 @@ +<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset='utf-8'>
+ <meta http-equiv="X-UA-Compatible" content="chrome=1">
+
+ <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
+ <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>
+
+ <body>
+
+ <header>
+ <div class="container">
+ <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>
+
+ <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>
+ </header>
+
+ <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 />
+
+ <h3>
+<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span class="octicon octicon-link"></span></a>Qu'est ce que le SySML ?</h3>
+<p>Le SySML (Systems Modeling Language) est un langage de modélisation, spécifique au domaine de l'ingénieurie système.</p>
+<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>
+
+<br />
+<p style="text-align: center;">•?((¯°·._.• <a href="https://github.com/NeodarZ" class="user-mention">@NeodarZ</a> •._.·°¯))؟•</p>
+
+ <br />
+
+
+ <pre><code>
+ root@pc-896:~$ user -info -confidential
+
+ > User Name : Corentin BRETON
+ > User Localisation : Nantes, France
+ > User Pseudo : NeodarZ
+ > User mail : bretoncorentin44@gmail.com
+</code></pre>
+
+<code>
+<video controls="controls" autoplay="true" preload="auto" loop ><source src="progress.mp4" type="video/mp4" />Ici la description alternative</video>
+</code>
+
+ </section>
+ </div>
+
+ </body>
+</html>
\ No newline at end of file |