-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
223 lines (204 loc) · 9.53 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
215
216
217
218
219
220
221
222
223
<!DOCTYPE html>
<html>
<head>
<title>Site ENC</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<meta name="description" content="Site ENC">
<meta name="keywords" content="Site ENC, UFSCar">
<meta name="author" content="PET BCC">
<meta name="language" content="pt-br">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/home.css">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
</head>
<body style="background-color:whitesmoke">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<nav class="navbar navbar-expand-lg sticky-top navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="./index.html"><img class="bi me-2" width="147" height="36" src="media/logo.png"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="nav nav-pills ms-auto mb-2 mb-lg-0">
<li class="nav-item"><a href="./index.html" class="nav-link active">Home</a></li>
<li class="nav-item"><a href="./sobre.html" class="nav-link">Sobre o curso</a></li>
<li class="nav-item"><a href="./pessoas.html" class="nav-link">Pessoas</a></li>
<li class="nav-item"><a href="./oportunidades.html" class="nav-link" aria-current="page">Oportunidades</a></li>
<li class="nav-item"><a href="./contato.html" class="nav-link">Contato</a></li>
<li class="nav-item"><a href="./faq.html" class="nav-link">FAQ</a></li>
</ul>
</div>
</div>
</nav>
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner carousel-img">
<div class="carousel-item active">
<img src="./media/home/img1.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="./media/home/img2.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="./media/home/img3.jpg" class="d-block w-100" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<div class="section" style="background-color:#1671A3; height: 100px;">
<table style="height: 100%;width: 100%;">
<tbody>
<tr>
<td class="align-middle">
<h4 class="text-center" style="color: white;">Graduação em Engenharia de Computação UFSCar</h4>
</td>
</tr>
</tbody>
</table>
<div class="section-divider"></div>
</div>
<div class="container py-10 text-center" style="margin-top: 50px;">
<div class="row row-col-md-5">
<div class="col">
<a href="./media/documents/projeto2008.pdf" class="col btn-title" style="text-decoration: none">
<button class="btn circle row">
<span class="material-icons" style="font-size: 40px;">
menu_book
</span>
</button>
<p style="color: #444444; padding: 10px;">
Projeto Pedagógico 2008
</p>
</a>
</div>
<div class="col">
<a href="./media/documents/projeto2018.pdf" class="col btn-title" style="text-decoration: none">
<button class="btn circle row">
<span class="material-icons" style="font-size: 40px;">
menu_book
</span>
</button>
<p style="color: #444444; padding: 10px;">
Projeto Pedagógico 2018
</p>
</a>
</div>
<div class="col">
<a href="https://site.dc.ufscar.br/" target="_blank" class="col btn-title" style="text-decoration: none">
<button class="btn circle row">
<span class="material-icons" style="font-size: 40px;">
star_border
</span>
</button>
<p style="color: #444444; padding: 10px;">
Departamento de Computação
</p>
</a>
</div>
<div class="col">
<a href="./media/documents/grade2008.pdf" class="col btn-title" style="text-decoration: none">
<button class="btn circle row">
<span class="material-icons" style="font-size: 40px;">
class
</span>
</button>
<p style="color: #444444; padding: 10px;">
Grade Curricular 2008
</p>
</a>
</div>
<div class="col">
<a href="./media/documents/grade2018.pdf" class="col btn-title" style="text-decoration: none">
<button class="btn circle row">
<span class="material-icons" style="font-size: 40px;">
class
</span>
</button>
<p style="color: #444444; padding: 10px;">
Grade Curricular 2018
</p>
</a>
</div>
</div>
<div class="container py-10 text-center" style="margin-top: 50px;">
<div class="row row-col-md-5">
<div class="col">
<a href="./faq.html" class="col btn-title" style="text-decoration: none">
<button class="btn circle row">
<span class="material-icons" style="font-size: 40px;">
check
</span>
</button>
<p style="color: #444444; padding: 10px;">
Como Ingressar
</p>
</a>
</div>
<div class="col">
<a href="./sobre.html#menu2" class="col btn-title" style="text-decoration: none">
<button class="btn circle row">
<span class="material-icons" style="font-size: 40px;">
work
</span>
</button>
<p style="color: #444444; padding: 10px;">
Perfil do Profissional
</p>
</a>
</div>
</div>
<div class="row row-cols-1 row-cols-md-2 g-4" style="padding: 20px;">
<div class="col" style="text-align: left;">
<div>
<h3>Bacharelado em Engenharia de Computação</h3>
<p>
O curso de Engenharia da Computação da UFSCar foca no desenvolvimento de soluções que envolvem
tanto aspectos relacionados à elétrica e à eletrônica, quanto a aspectos de software.
Vários exemplos podem ser descritos, como sistemas de automação residencial, processos inteligentes,
automação de processos, isto é, podem ser projetados e implementados. </p>
<p>
</p>
<a class="btn btn-primary" href="./sobre.html" role="button">Saiba Mais</a>
</div>
</div>
<div class="col" style="background-color: #1671A3;">
<div style="height:10px;"></div>
<!-- <iframe style="margin:10px" width="90%" height="400" src="https://youtu.be/1Ry7EaZvpC4?wmode=opaque" allowfullscreen=""></iframe>
-->
<iframe width="99%" height="400" src="https://www.youtube.com/embed/1Ry7EaZvpC4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div style="height:5px;"></div>
</div>
</div>
</div>
</div>
<footer class="text-center bg-light text-muted">
<hr>
<div class="row text-center p-4">
<p>
Universidade Federal de São Carlos
<br>
Rodovia Washington Luís, Km 235, s/n - Jardim Guanabara, São Carlos - SP, CEP 13565-905
</p>
</div>
<div class="row text-center p-4" style="background-color: rgba(0, 0, 0, 0.05);">
<p>© 2022 Engenharia de Computação - UFSCar. Todos os Direitos Reservados. Desenvolvido por <a href="http://petbcc.dc.ufscar.br/">PET-BCC UFSCar</a>.</p>
</div>
</footer>
</body>
</html>