-
Notifications
You must be signed in to change notification settings - Fork 2
/
buildbot.html
71 lines (64 loc) · 3.08 KB
/
buildbot.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
<!DOCTYPE html>
<html>
<head>
<title>SQUIRREL</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
<link href='//fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Open+Sans:400,600,700' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<meta name="description" content="This is the website of the EU funded project "SQUIRREL - Clearing Clutter Bit by Bit", which addresses challenges posed to robots by cluttered environments.">
<meta name="keywords" content="robot project EU clutter">
</head>
<body class="buildbot">
<div id="header">
<div class="imageContainer centered ">
<img src="images/logo.png" />
</div>
<div id="navigation">
<ul class="centered">
<li class="home"><a href="home.html">Home</a></li>
<li class="objectives"><a href="objectives.html">Objectives</a></li>
<li class="consortium"><a href="consortium.html">Consortium</a></li>
<li class="work-packages"><a href="work-packages.html">Work packages</a></li>
<li class="media"><a href="media.html">Media</a></li>
<li class="contacts"><a href="contacts.html">Contacts</a></li>
<li class="public-deliverables"><a href="public-deliverables.html">Public Deliverables</a></li>
<li class="publications"><a href="publications.html">Publications</a></li>
<li class="ci-server"><a href="buildbot.html">Buildbot server</a></li>
</ul>
</div>
</div>
<div class="content centered">
<html>
<head>
<title>Link to SQUIRREL buildbot</title>
</head>
<body bgcolor=white>
<table border="0" cellpadding="10">
<tr>
<td>
<h1></h1>
</td>
</tr>
</table>
<meta http-equiv="refresh" content="0; url=http://153.97.4.193/buildbot/" />
</body>
</html>
</div>
<div id="footer">
<div class="centered">
<div class="partners">
<div class="partner seventhFramework">
<a class="imageContainer" href="http://cordis.europa.eu/fp7/ict" target="_blank"><img src="images/eu-flag.gif" alt="EUROPEAN COMMISSION 7TH FRAMEWORK" height="90"/> <img src="images/fp7.jpg" alt="EUROPEAN COMMISSION 7TH FRAMEWORK" /></a>
<a class="text" href="http://cordis.europa.eu/fp7/ict" target="_blank">EUROPEAN COMMISSION 7TH FRAMEWORK</a>
</div>
</div>
<div class="funding "><span class="title">FUNDING</span>This project is funded by the European Community's Seventh Framework Programme under grant agreement No 610532.</div>
<div id="data-protection"><ul class="centered"><li class="data-protection"><a href="data-protection.html"><br>Data Protection</a></li></ul></div>
<div id="impresum"><ul class="centered"><li class="impresum"><a href="impresum.html"><br>Impresum</a></li></ul></div>
</div>
</div>
</div>
</body>
</html>