-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalunos.html
52 lines (43 loc) · 1.66 KB
/
alunos.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>O QUE O IF faz por mim</title>
<link rel="shortcut icon" href="img/icone.png">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400">
<link rel="stylesheet" href="font-awesome-4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/templatemo-style.css">
<link rel="stylesheet" href="css/aluno.css">
<script src="js/aluno.js"></script>
</head>
<body>
<div class="container-fluid">
<!-- Navigation -->
<div data-include="menu"></div>
<!-- corpo -->
<div data-include="painel_simples_alunos"></div>
<div data-include="alunos"></div>
<!-- piso -->
<div data-include="piso"></div>
</div>
<script src="js/jquery-1.11.3.min.js"></script>
<script src="https://www.atlasestateagents.co.uk/javascript/tether.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script>
$(window).load(function () {
$('.tm-header-gallery').magnificPopup({
delegate: 'a',
type: 'image',
gallery: { enabled: true }
});
});
</script>
<!-- Responsável por fazer os includes -->
<script src="js/funcoes.js"></script>
</body>
</html>