blob: fb028075e517c49df75d814a24cabc925af613c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
|
<!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>
<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>
<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>
<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">
<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 l'IRCCYN ?</h3>
<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 />
<pre><code>
root@pc-896:~$ user -info -confidential
> User Name : Corentin BRETON
> User Localisation : Nantes, France
> User Pseudo : NeodarZ
> User mail : corentin.breton@neodarz.ovh
</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>
|