-
Notifications
You must be signed in to change notification settings - Fork 0
/
links.html
214 lines (158 loc) · 8.86 KB
/
links.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 lang="pt">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>Programa de Pós-graduação em Engenharia Mecânica - UERJ</title>
<!-- Font Awesome Plugin -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
<link href="css/navbar-fixed-top.css" rel="stylesheet">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/navbar-style.css" rel="stylesheet">
<!-- Small page icon -->
<link rel="icon" href="images/favicon.png">
</head>
<body>
<header class="page-header">
<h1 id="title">Programa de Pós-graduação em Engenharia Mecânica - Universidade do Estado do Rio de Janeiro UERJ</h1>
<div class="container hidden-xs">
<div class="row">
<div class="col-sm-5">
<a href="index.html">
<img src="images/Header/logo-PPGEM/LogoPPGEM-Color.png" class=" headerfigmecan" alt="Pós-graduação em Engenharia Mecânica">
</a>
</div>
<div class="col-sm-4">
<a href="http://www.eng.uerj.br/">
<img src="images/Header/logofen2.png" class=" headerfigfen" alt="Faculdade de Engenharia"> </a>
</div>
<div class="col-sm-3" >
<a href="http://www.uerj.br/">
<img src="images/Header/logouerj.png" class=" headerfiguerj" alt="UERJ"></a>
</div>
</div>
</div>
<div class="container visible-xs">
<a href="index.html">
<img src="images/Header/logoPPGEM-UERJ.png" class=" headerfigmecanuerj" alt="Pós Graduação em Engenharia Mecânica - UERJ"/></a>
</div>
</header>
<nav id="navbar-main" class="navbar navbar-blue-bg2">
<div class="container">
<div class="navbar-header">
<!-- collapsed Button toggle-->
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Navbar Logo-->
<a class="navbar-brand logonavbar" href="index.html"><span class="glyphicon glyphicon-cog" aria-hidden="true"></span><sup><span class="glyphicon glyphicon-cog" aria-hidden="true"></span></sup><i><b>PPG-EM</b></i></a>
<!-- items that will show collapsed-->
<div class="visible-xs">
<a class="navbar-brand" target="_blank" href="https://www.facebook.com/"> <i class="fa fa-facebook-square" aria-hidden="true"></i></a>
<a class="navbar-brand" href="contato.html"> <span class="glyphicon glyphicon-envelope" aria-hidden="true"></span></a>
</div>
</div>
<!-- _________________________________________ -->
<!-- items that will not show collapsed -->
<!-- Items marked should be set -->
<!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -->
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<!----><li id="Programa" class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Programa<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
<li><a href="sobre.html">Sobre</a></li>
<li><a href="admissao.html">Admissão</a></li>
<li><a href="pesquisa.html">Linhas de pesquisa</a></li>
<li><a href="disciplinas.html">Disciplinas</a></li>
<li><a href="dissertacoes.html">Dissertações e teses</a></li>
<li><a href="downloads.html">Downloads</a></li>
</ul>
</li>
<!----><li id="Laboratórios" class="dropdown">
<a href="laboratorios.html" role="button" aria-haspopup="true" aria-expanded="false">Laboratórios</a>
</li>
<!----><li id="Pessoal" class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Pessoal<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
<li><a href="professores.html">Professores</a></li>
<li><a href="funcionarios.html">Funcionários</a></li>
</ul>
</li>
<li class="dropdown hidden-xs">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><i class="fa fa-globe fa-lg" aria-hidden="true"></i><span class="caret"></span></a>
<ul class="dropdown-menu">
<li id="NotCollapsedEN"><a href="index-en.html">English</a></li>
<li id="NotCollapsedPT"><a href="index.html">Português</a></li>
</ul>
</li>
<li class="dropdown visible-xs">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> Language / Idioma <span class="caret"></span></a>
<ul class="dropdown-menu">
<li id="CollapsedEN" class="english"><a href="index-en.html">English</a></li>
<li id="CollapsedPT"><a href="index.html">Português</a></li>
</ul>
</li>
</ul>
<!-- Right menu that will only show not collapsed-->
<ul class="nav navbar-nav navbar-right hidden-xs" Style="font-size:17px; margin-bottom:-5px;">
<li><a target="_blank" href="https://www.facebook.com/"><i class="fa fa-facebook-square " aria-hidden="true"></i> </a></li>
<li id="Contato" ><a href="contato.html"> <span class="glyphicon glyphicon-envelope" aria-hidden="true"></span> </a></li>
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</nav>
<!--Info-->
<!--main containers -->
<main class="container">
<div class="container2">
<!-- ####################################################### -->
<!-- ####################################################### -->
<!-- MAIN PAGE CONTENT STARTS HERE -->
<!-- ####################################################### -->
<!-- ####################################################### -->
<p style="margin-top:-20px; font-size:12px;">
<a href="index.html">PPG-EM</a> >>
<a href="links.html">Links importantes</a>
</p>
<hr>
<h3>Links importantes</h3>
<img class="img-responsive img-prof-profile center-block" src="images/under-construction.png" alt="Under construction">
<!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -->
<!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -->
<!-- MAIN PAGE CONTENT ENDS HERE -->
<!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -->
<!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -->
</div> <!-- Container2 -->
</main> <!-- Main container -->
<!-- Footer -->
<footer class="footer">
<div class="container">
<p class="text-muted">Programa de Pós Graduação em Engenharia Mecânica - UERJ <br> Rua Fonseca Teles, 121, 1º andar, São Cristóvão, Rio de Janeiro, RJ. Tel: (21) 2332-4736/(21) 2332-4737 - Ramal: 225
</p>
</div>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<!-- script to keep navbar on top-->
<script src="js/topnavbar.js"></script>
<!-- script to set the right Pt/EN links in the menu-->
<script src="js/SetLanguageLinks.js"></script>
</body>
</html>