-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpessoas.html
192 lines (172 loc) · 11.6 KB
/
pessoas.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
<!DOCTYPE html>
<html class="no-js" lang="pt-BR" itemscope="itemscope" itemtype="http://schema.org/WebPage">
<!-- head -->
<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://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<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">
<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>
</head>
<!-- body -->
<body>
<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">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 active">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>
<!-- #Content -->
<div class="d-flex justify-content-center" style="margin-top: 3%;">
<span class="material-icons" style=" font-size: 50px; color:#1671A3">
person
</span>
</div>
<div class="d-flex justify-content-center" style="margin-top: 1%;margin-bottom: 2%;">
<h2 class="title">
Pessoas
</h2>
</div>
<div class="container d-flex align-items-center text-white ps-3" style="height: 100px; background-color: #1671A3;">
<h3 >Coordenação de Curso</h3>
</div>
<div class="container my-5">
<div class="row row-cols-1 row-cols-md-2 g-4">
<div class="col">
<div class="text-center">
<h4 class="title">Prof. Dr. Fredy J. Valente</h4>
<img src="./media/pessoas/fredy.png" width="128px" height="128px" class="rounded-circle" alt="...">
</div>
<p class="text-center text-muted">Coordenador do Curso</p>
<div class="text-center">
<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" fill="currentColor" class="bi bi-telephone-fill" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z"/>
</svg>
<a href="tel:(16) 3351-8234" style="text-decoration:none"> (16) 3351-8234 </a>
</div>
<p><strong><hr class="no_line" style="margin: 0 auto 30px; color:#1671A3;"/>
</strong></p>
</div>
<div class="col">
<div class="text-center">
<h4 class="title">Profa. Dra. Kelen C.T. Vivaldini</h4>
<img src="./media/pessoas/vice.png" width="128px" height="128px" class="rounded-circle" alt="...">
</div>
<p class="text-center text-muted">Vice Coordenadora do Curso</p>
<div class="text-center">
<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" fill="currentColor" class="bi bi-telephone-fill" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z"/>
</svg>
<a href="tel:(16) 3351-8234" style="text-decoration:none"> (16) 3351-8234 </a>
</div>
<p><strong><hr class="no_line" style="margin: 0 auto 30px; color:#1671A3;"/>
</strong></p>
</div>
</div>
</div>
<div class="container d-flex align-items-center text-white ps-3" style="height: 100px; background-color: #1671A3;">
<h3>Secretarias</h3>
</div>
<div class="container my-5">
<div class="row row-cols-1 row-cols-md-4 g-4">
<div class="col">
<div class="text-center">
<h4 class="title">Prof. Dr. ------</h4>
<img src="./media/pessoas/pfp.png" width="128px" height="128px" class="rounded-circle" alt="...">
</div>
<p class="text-center text-muted">Secretaria de Atendimento</p>
<div class="text-center">
<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" fill="currentColor" class="bi bi-telephone-fill" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z"/>
</svg>
<a href="tel:(xx) xxxx-xxxx" style="text-decoration:none"> (xx) xxxx-xxxx </a>
</div>
<p><strong><hr class="no_line" style="margin: 0 auto 30px; color:#1671A3;"/>
</strong></p>
</div>
<div class="col">
<div class="text-center">
<h4 class="title">Prof. Dr. ------</h4>
<img src="./media/pessoas/pfp.png" width="128px" height="128px" class="rounded-circle" alt="...">
</div>
<p class="text-center text-muted">Secretaria de Atendimento</p>
<div class="text-center">
<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" fill="currentColor" class="bi bi-telephone-fill" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z"/>
</svg>
<a href="tel:(xx) xxxx-xxxx" style="text-decoration:none"> (xx) xxxx-xxxx </a>
</div>
<p><strong><hr class="no_line" style="margin: 0 auto 30px; color:#1671A3;"/>
</strong></p>
</div>
<div class="col">
<div class="text-center">
<h4 class="title">Prof. Dr. ------</h4>
<img src="./media/pessoas/pfp.png" width="128px" height="128px" class="rounded-circle" alt="...">
</div>
<p class="text-center text-muted">Secretaria de Atendimento</p>
<div class="text-center">
<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" fill="currentColor" class="bi bi-telephone-fill" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z"/>
</svg>
<a href="tel:(xx) xxxx-xxxx" style="text-decoration:none"> (xx) xxxx-xxxx </a>
</div>
<p><strong><hr class="no_line" style="margin: 0 auto 30px; color:#1671A3;"/>
</strong></p>
</div>
<div class="col">
<div class="text-center">
<h4 class="title">Prof. Dr. ------</h4>
<img src="./media/pessoas/pfp.png" width="128px" height="128px" class="rounded-circle" alt="...">
</div>
<p class="text-center text-muted">Secretaria de Atendimento</p>
<div class="text-center">
<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" fill="currentColor" class="bi bi-telephone-fill" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z"/>
</svg>
<a href="tel:(xx) xxxx-xxxx" style="text-decoration:none"> (xx) xxxx-xxxx </a>
</div>
<p><strong><hr class="no_line" style="margin: 0 auto 30px; color:#1671A3;"/>
</strong></p>
</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>