-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
214 lines (196 loc) · 7.31 KB
/
index.html
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
<!DOCTYPE HTML>
<html>
<head>
<title> </title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/jquery.scrollgress.min.js"></script>
<script src="js/jquery.scrolly.min.js"></script>
<script src="js/jquery.slidertron.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
<link href="fontawesome-free-5.8.1-web/css/all.css" rel="stylesheet">
</head>
<body class="landing">
<i class="fab fa-github-square"></i>
<i class="fab fa-blender"></i>
<!-- Header -->
<header id="header" class="alt skel-layers-fixed">
<h1><a href="index.html">ML & Robotics <span>by Airbus Defense & Space</span></a></h1>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li>
<a href="" class="icon fa-angle-down">Tools</a>
<ul>
<li><a href="simulators.html">Robotic-Simulators</a></li>
<li><a href="cloud9.html">Cloud9-IDE</a></li>
<li><a href="jupyter.html">Jupyter-Notebook</a></li>
<li><a href="blender.html">Blender 3D</a></li>
<li><a href="rosgui.html">ROS GUI-Tools</a></li>
<li><a href="http://localhost:10080" target="_blank">Gitlab</a></li>
</ul>
</li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<div class="inner">
<h2>Machine Learning and Robotics</h2>
<p>Discover a rich plattform for an easy web-based </br>
development in space-robotics applications </p>
<ul class="actions">
<li><a href="#one" class="button big scrolly">Learn More</a></li>
</ul>
</div>
</section>
<!-- Two -->
<section id="one" class="wrapper style2">
<div class="container">
<div class="row uniform">
<div class="4u 6u(2) 12u(3)">
<section class="feature fa-gamepad">
<h3>ROS GUI-Tools</h3>
</section>
</div>
<div class="4u 6u(2) 12u(3)">
<section class="feature fa-code">
<h3>Machine Learning</br> Jupyter-Notebook</h3>
</section>
</div>
<div class="4u 6u(2) 12u(3)">
<section class="feature fa-desktop">
<h3>Cloud9-IDE</h3>
</section>
</div>
</div>
<div class="row uniform">
<div class="4u 6u(2) 12u$(3)">
<section class="feature fa-video">
<h3>Blender 3D</h3>
</section>
</div>
<div class="4u 6u(2) 12u(3)">
<section class="feature fa-github">
<h3>Gitlab</h3>
</section>
</div>
<div class="4u 6u(2) 12u(3)">
<section class="feature fa-chain">
<h3>V-REP</h3>
<p> </br>
</p>
</section>
</div>
</div>
</div>
</div>
</section>
<!-- One -->
<!-- Three -->
<section id="three" class="wrapper style1">
<div class="container">
<header class="major">
<h2>Get your tools to develop new robotic applications </br>with use of Machine Learning</h2>
<p></p>
</header>
<div class="row">
<div class="4u 6u(2) 12u$(3)">
<article class="box post">
<a class="image fit"><img src="images/Gazebo.jpg" height="175" width="250"/></a>
<h3>Robotic Simulators</h3>
<p>Discover the possibilities of </br>simulating robots in</br> Gazebo or V-REP.</br></p>
<ul class="actions">
<li><a href="simulators.html" class="button">See More</a></li>
</ul>
</article>
</div>
<div class="4u 6u$(2) 12u$(3)">
<article class="box post">
<a class="image fit"><img src="images/jupyter.jpg" alt="" height="175" width="250"/></a>
<h3>ML Jupyter-Notebooks</h3>
<p>Deploy machine learning with various frameworks like Keras, pyTorch, scikit-Learn and more.</p>
<ul class="actions">
<li><a href="jupyter.html" class="button">See More</a></li>
</ul>
</article>
</div>
<div class="4u$ 6u(2) 12u$(3)">
<article class="box post">
<a class="image fit"><img src="images/cloud.png" alt="" height="175" width="250"/></a>
<h3>Cloud9-IDE</h3>
<p>A browser-based IDE and Terminal for developing new apps in ROS-environment. </p>
<ul class="actions">
<li><a href="cloud9.html" class="button">Learn More</a></li>
</ul>
</article>
</div>
<div class="4u 6u(2) 12u$(3)">
<article class="box post">
<a class="image fit"><img src="images/blender.png" alt="" height="175" width="250"/></a>
<h3>Blender</h3>
<p>A Rendering Software to develop high resolution models for simulation. </br>
It allows to convert CAD-Files to URDF-Format.</p>
<ul class="actions">
<li><a href="Blender.html" class="button">Learn More</a></li>
</ul>
</article>
</div>
<div class="4u 6u$(2) 12u$(3)">
<article class="box post">
<a class="image fit"><img src="images/rviz.png" alt="" height="175" width="250"/></a>
<h3>ROS GUI-Tools</h3>
<p>Develop with powerfull </br >ROS-GUI Tools.</br >
Get in charge with tools like Rviz or MoveIt!.</p>
<ul class="actions">
<li><a href="rosgui.html" class="button">Learn More</a></li>
</ul>
</article>
</div>
<div class="4u$ 6u$(2) 12u$(3)">
<article class="box post">
<a class="image fit"><img src="images/gitlab.png" alt="" height="175" width="250"/></a>
<h3>Gitlab</h3>
<p>Open source DevOps Tool to collaborate on code. </br > </br > </br ></p>
<ul class="actions">
<li><a href="http://localhost:10080" target="_blank" class="button">Learn More</a></li>
</ul>
</article>
</div>
</div>
</div>
</section>
<!-- CTA -->
<section id="cta" class="wrapper style3">
<h2>Have a look at a devloped example to</h2>
<ul class="actions">
<li><a href="#" class="button big">Get Started!</a></li>
</ul>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="menu">
<li><a href="#">FAQ</a></li>
<li><a href="#">Terms of Use</a></li>
<li><a href="#">Privacy</a></li>
<li><a href="#">Contact</a></li>
</ul>
<span class="copyright">
© Copyright. All rights reserved. Design by <a href="http://www.html5webtemplates.co.uk">Responsive Web Templates</a>
</span>
</footer>
</body>
</html>