-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.html
146 lines (121 loc) · 5.18 KB
/
build.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Sergey Pozhilov (GetTemplate.com)">
<title>SIRLab: Home</title>
<link rel="shortcut icon" href="assets/images/gt_favicon.png">
<!-- Bootstrap -->
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.no-icons.min.css" rel="stylesheet">
<!-- Icons -->
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<!-- Fonts -->
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Alice|Open+Sans:400,300,700">
<!-- Custom styles -->
<link rel="stylesheet" href="assets/css/styles.css">
<!--[if lt IE 9]> <script src="assets/js/html5shiv.js"></script> <![endif]-->
</head>
<body class="home">
<header id="header">
<div id="head" class="parallax" parallax-speed="2">
<h1 id="logo" class="text-center">
<img class="img-circle" src="assets/images/sir.png" alt="">
<span class="title">Laboratório de Sistemas Inteligentes e Robótica</span>
<span class="tagline">FAETERJ-Petrópolis<br>
<a href="">[email protected]</a></span>
</h1>
</div>
<nav class="navbar navbar-default navbar-sticky">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
</div>
<div class="navbar-collapse collapse" id="bs-example-navbar-collapse-1" style="height: 1px;">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">Sobre</a></li>
<li><a href="members.html">Membros</a></li>
<li><a href="events.html">Eventos</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Projetos <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="vss.html">Futebol de Robôs: IEEE Very Small Size</a></li>
<li><a href="2d.html">Futebol Simulado: RoboCup 2D Soccer Simulation</a></li>
<li><a href="build.html">Simulação de Restage: Rescue Jr.</a></li>
<li><a href="build.html">Casa Inteligente</a></li>
</ul>
</li>
<li><a href="works.html">Trabalhos</a></li>
<li><a href="media.html">Mídia</a></li>
<li><a href="blog.html">História</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
</header>
<main id="main">
<div class="container">
<div class="row section topspace">
<div class="col-md-12">
<h2>AVISO:</h2>
<h3>Site em construção.</h2>
</div>
</div> <!-- / section -->
</div>
</main>
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-md-10 widget">
<h3 class="widget-title">Contato</h3>
<div class="widget-body">
<p>(24) 2235-1079<br>
<a href="mailto:#">[email protected]</a><br>
<br>
Av. Getúlio Vargas, 335 - Quitandinha - CEP: 25651-075 - Petrópolis - RJ - Laboratório de Robótica
</p>
</div>
</div>
<div class="col-md-2 widget">
<h3 class="widget-title">Siga-nos</h3>
<div class="widget-body">
<p class="follow-me-icons">
<a href="https://github.com/SIRLab" target="_blank"><i class="fa fa-github fa-2"></i></a>
<a href="https://www.facebook.com/sirlab.faeterj" target="_blank"><i class="fa fa-facebook fa-2"></i></a>
<a href="https://www.youtube.com/channel/UCLXQhza5oA2EJYsYDbr41ZQ" target="_blank"><i class="fa fa-youtube fa-2"></i></a>
<a href="https://www.linkedin.com/company/10131024?trk=tyah&trkInfo=clickedVertical%3Acompany%2CclickedEntityId%3A10131024%2Cidx%3A1-1-1%2CtarId%3A1440299776662%2Ctas%3ASIR%20Lab" target="_blank"><i class="fa fa-linkedin fa-2"></i></a>
</p>
</div>
</div>
</div> <!-- /row of widgets -->
</div>
</footer>
<footer id="underfooter">
<div class="container">
<div class="row">
<div class="col-md-6 widget">
<div class="widget-body">
<p class="text-right">
Copyright © 2016, SIRLab: Laboratório de Sistemas Inteligentes e Robótica<br>
Design: <a href="http://www.gettemplate.com" rel="designer">Initio by GetTemplate</a> </p>
</div>
</div>
</div> <!-- /row of widgets -->
</div>
</footer>
<!-- JavaScript libs are placed at the end of the document so the pages load faster -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="assets/js/template.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-61419819-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>