-
Notifications
You must be signed in to change notification settings - Fork 0
/
sobre.html
63 lines (50 loc) · 1.86 KB
/
sobre.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
<!DOCTYPE html>
<html lang="pt-br">
<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">
<!--
Metro Fit
http://www.templatemo.com/tm-495-metro-fit
-->
<!-- load stylesheets -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400">
<!-- Google web font "Open Sans" -->
<link rel="stylesheet" href="font-awesome-4.5.0/css/font-awesome.min.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Bootstrap style -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Magnific popup style (http://dimsemenov.com/plugins/magnific-popup/) -->
<link rel="stylesheet" href="css/templatemo-style.css">
</head>
<body>
<div class="container-fluid">
<!-- Navigation -->
<div data-include="menu"></div>
<div data-include="painel_simples_sobre"></div>
<!-- Corpo -->
<div data-include="sobre"></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>