forked from dcecoreu/dcecoreu.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (60 loc) · 3.98 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
<!doctype html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<title>Bloco Filhos da PUC</title>
<meta name="description" content="Bloco Filhos da PUC1">
<meta name="author" content="DCE Construindo todos os Dias">
<link href="https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:900" rel="stylesheet">
<script
src="https://code.jquery.com/jquery-3.3.1.js"
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
crossorigin="anonymous"></script>
<script src="js/jquery.scrollify.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/animate.css">
</head>
<body>
<section class="sectionone secscroll" id="inicio" data-section-name="inicio">
<section class="social-icons">
<a target="_blank" rel="noopener noreferrer" href="https://www.facebook.com/blocofilhosdapucmgoficial/" class="fa fa-facebook"></a>
<a target="_blank" rel="noopener noreferrer" href="https://www.instagram.com/blocofilhosdapucmg/" class="fa fa-instagram"></a>
</section>
<nav class="navbar">
<ul class="navlist">
</ul>
</nav>
<section class="wrapper"><img src="logofdp.png" class="logoimg"/></section>
</section>
<ul class="pagination">
<li><a class="" href="#inicio"><span class="hover-text active .flaticon-drum">Início</span></a></li>
<li><a class="" href="#quemsomos"><span class="hover-text ">Quem Somos</span></a></li>
<li><a class="" href="#cronograma"><span class="hover-text ">Cronograma</span></a></li>
<li><a class="" href="#mapa"><span class="hover-text ">Mapa</span></a></li>
</ul>
<section class="sectiontwo secscroll" id="sectiontwo" data-section-name="quemsomos">
<section class="text">
<h1 class="title animated fadeInLeft">O Bloco</h1>
<p class="paragraph">Constituído por iniciativa do Diretório Central dos Estudantes Gonçalo de Freitas - DCE - PUC MINAS, em conjunto com Diretórios Acadêmicos Puc Minas, a Liga das Atléticas Puc Minas, As Atléticas e as baterias dos cursos de Engenharias - Apucalipse, Direito – Puteria, Medicina Veterinária – MedVet e Medicina Formam O Bloco FILHOS DA PUC. Que em seu primeiro ano arrastou aproximadamente 30 mil pessoas, e é nesse espirito que o Bloco Filhos da Puc vem trilhando seu caminho, contagiando o público abrilhantando ainda mais a magia do carnaval de Belo Horizonte, com novos Ritmos, Muita Alegria e Gente Bonita!</p>
</section>
</section>
<section class="sectionthree secscroll" data-section-name="cronograma">
<h1 class="title3">Cronograma</h1>
</section>
<section class="sectionfour secscroll" data-section-name="mapa">
<h1 class="mapa">Mapa</h1>
<iframe width="600" height="450" frameborder="0" style="border:0" src="https://www.google.com/maps/embed/v1/place?q=place_id:EkpBdi4gR2V0w7psaW8gVmFyZ2FzLCA3NTYgLSBTYXZhc3NpLCBCZWxvIEhvcml6b250ZSAtIE1HLCAzMDExMi0wMjAsIEJyYXppbCIxEi8KFAoSCfPi6L_DmaYAETKvJmIQnlL4EPQFKhQKEgnr1fSDw5mmABHrbFxaewJ_Ww&key=AIzaSyDlV37Fxeezh8H_dOnM2dzTc-tyWSfSsPs" allowfullscreen></iframe>
</section>
<script src="js/script.js"></script>
<script>
$(document).ready(function () {
$(function() {
$.scrollify({
section : ".secscroll",
});
});
});
</script>
</body>
</html>