-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
169 lines (140 loc) · 6.74 KB
/
index.html
File metadata and controls
169 lines (140 loc) · 6.74 KB
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
<!DOCTYPE html>
<html lang="pt">
<head>
<meta charset="UTF-8"/>
<!-- Responsive Meta Tag -->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>
<title>PET Telecom</title>
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,500,900" rel="stylesheet">
<!-- Adding Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css"
integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<!-- Adding Bootstrap CDN and external CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css"
integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
<!-- Adding CSS -->
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<section id="menu_pet" data-pet_bk_color="#1F73FF">
<script src="./menu/menu.js"></script>
</section>
<section id="main">
<div class="container" style="padding-top: 0;">
<div class="row header-main" style="padding-top:0; margin: 0; ">
<div class="col-md-6">
<h1 class="header-info">Programa de Educação Tutorial Engenharia Eletrônica e de Telecomunicações</h1>
<!-- <button class="btn btn-dark btn-lg btn-space"><i class="fab fa-google-play"></i> Download</button>
<button class="btn btn-outline-light btn-lg btn-space"><i class="fab fa-apple"></i> Download</button>-->
</div>
<div class="col-md-6 text-center">
<img src="./img/AntenaLogoBE.png" class="antena" alt="AntenaCinzaBranco">
</div>
</div>
</div>
</section>
<!-- carousel -->
<section id="eventos">
<h2 class="text-center section-title">Recentes</h2>
<div class="container-fluid">
<div class="row">
<!-- Carousel Here -->
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
</div>
</div>
</div>
</section>
<!-- minicursos-->
<section id="minicursos">
<h2 class="text-center section-title pricing-title" style="margin-top: 7%;">Minicursos</h2>
<div class="container" id="div_minicursos">
</div>
</section>
<!--Sobre -->
<section id="overview">
<h2 class="text-center section-title sobre-title">Pilares do PET</h2>
<div class="container-fluid">
<div class="row overview-row">
<div class="col-md-4 text-center">
<i class="fas fa-book overview-icon"></i>
<h3 class="overview-header">Ensino</h3>
<p class="info-width mx-auto">A área de ensino é focada em ensinar e transmitir conhecimento através de
atividades, como minicursos e palestras.</p>
</div>
<div class="col-md-4 text-center">
<i class="fa fa-search overview-icon"></i>
<h3 class="overview-header">Pesquisa</h3>
<p class="info-width mx-auto">A área de pesquisa é focada em promover o desenvolvimento do senso crítico
do aluno para áreas científicas.</p>
</div>
<div class="col-md-4 text-center">
<i class="fa fa-retweet overview-icon"></i>
<h3 class="overview-header">Extensão</h3>
<p class="info-width mx-auto">A área de extensão é focada em promover atividades beneficas para
comunidade interna e externa.</p>
</div>
</div>
</div>
</section>
<section class="footer">
<div class="rodape">
<div class="item-rodape">
<i onclick=" window.open('https://goo.gl/maps/Lgv8ugSKPBS1HCKn8','_blank')" class="fas fa-map-marker-alt"
style="cursor: pointer;"></i>
<p onclick=" window.open('https://goo.gl/maps/Lgv8ugSKPBS1HCKn8','_blank')" class="info-width text-white"
style="font-size: 12pt;cursor: pointer;">Av.João Naves de Ávila, 2121 - Santa Mônica, Uberlândia - MG -
Sala 1N04</p>
</div>
<div class="item-rodape">
<i onclick=" window.open('https://www.instagram.com/petelecom_ufu/','_blank')" class="fab fa-instagram "
style="cursor: pointer;"></i>
<p onclick=" window.open('https://www.instagram.com/petelecom_ufu/','_blank')"
class="info-width text-white " style="font-size: 12pt;cursor: pointer;">@petelecom_ufu</p>
</div>
<div class="item-rodape">
<i onclick=" window.open('mailto:petelecomufu@gmail.com','_blank')" class="fab fa fa-envelope-open"
style="cursor: pointer;"></i>
<p onclick=" window.open('mailto:petelecomufu@gmail.com','_blank')" class="info-width text-white "
style="font-size: 12pt;cursor: pointer; ">petelecomufu@gmail.com</p>
</div>
<div class="item-rodape">
<i onclick=" window.open('https://www.youtube.com/pettelecomufu','_blank')" class="fab fa-youtube"
style="cursor: pointer;"></i>
<p onclick=" window.open('https://www.youtube.com/pettelecomufu','_blank')" class="info-width text-white "
style="font-size: 12pt;cursor: pointer; ">Pet Telecom - UFU</p>
</div>
</div>
</section>
<!-- Bootstrap's Javascript -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js"
integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js"
integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k"
crossorigin="anonymous"></script>
<!--Mostra os recentes-->
<script src="updates/recentes.js"></script>
<!-- Mostra os minicursos-->
<script src="updates/minicurso.js"></script>
<script>
var sobre_f = function (id) {
let element = document.getElementById(id);
let base = document.getElementById('menu');
let offset = base.offsetHeight;
let bodyRect = document.body.getBoundingClientRect().top;
let elementRect = element.getBoundingClientRect().top;
let elementPosition = elementRect - bodyRect;
let offsetPosition = elementPosition - offset;
window.scrollTo({
top: offsetPosition,
behavior: 'smooth'
});
}
</script>
</body>
</html>