forked from Mostra-PIBEX/mostra-pibex-2021
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
92 lines (78 loc) · 3.15 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mostra de Extensão do IFPE Campus Paulista</title>
<link rel="shortcut icon" href="img/logo-ico.ico">
<link href=" https://fonts.googleapis.com/css?family=Ubuntu:300,400,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/jquery.fancybox.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Header -->
<header>
<div class="jumbotron jumbotron-fluid jumbotron-color my-0 pb-0">
<div class="container">
<div class="row marcador align-items-center">
<div class="col-md-5 mx-auto text-center">
<picture>
<img src="./img/mostra-logo01.png" class="img-fluid img-responsive" alt="...">
</picture>
</div>
</div>
</div>
<div class="row mr-1 justify-content-end">
<div class="col-md-4 mb-0 pr-0 text-right">
<picture>
<img src="./img/mostra-logo02.png" class="img-fluid img-responsive" alt="...">
</picture>
</div>
</div>
</div>
</header>
<!-- Line Break -->
<div class="line-break">
<svg viewBox="0 0 1695 57" preserveAspectRatio="none">
<path d="M0 23c135.4 19 289.6 28.5 462.5 28.5C721.9 51.5 936.7 1 1212.2 1 1395.8.9 1556.7 8.3 1695 23v34H0V23z" transform="translate(847.500000, 28.500000) scale(-1, -1) translate(-847.500000, -28.500000)" fill="rgb(75, 158, 189)" fill-rule="evenodd">
</path>
</svg>
</div>
<div class="album py-4">
<div class="container">
<h2 class="py-3 title">Mostra de Extensão do IFPE Campus Paulista</h2>
<div class="row">
<div class="col text-justify">
A Mostra de Extensão consiste nas apresentações parciais dos estudantes extensionistas ligados aos projetos de extensão do Campus Paulista.
</div>
<div class="col text-left"">
Materiais dos Eventos Anteriores:
<ul>
<li> <a href="eventos/2022/mostra2022.html">X Mostra de Extensão 2022</a> </li>
</ul>
</div>
</div>
</div>
</div>
<!--Botão para retornar ao topo da página-->
<div id="top">
<span>
<img src="./img/seta-para-cima.png" class="img-fluid img-responsive" alt="...">
</span>
</div>
<!-- Footer -->
<footer class="text-center py-4">
<small class="d-block mb-1">Desenvolvimento: Rodrigo Lira</small>
<small class="d-block mb-1">Baseado no modelo desenvolvimento pela DIEX para a XI Mostra de Extensão</small>
</footer>
<!-- Javascript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/jquery.fancybox.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>