-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcertificados.html
More file actions
116 lines (105 loc) · 5.13 KB
/
certificados.html
File metadata and controls
116 lines (105 loc) · 5.13 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
<!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">
<link rel="stylesheet" type="text/css" href="css/relatorios.css">
</head>
<body>
<!-- Main Section -->
<!--<div class="container">-->
<!-- Navbar Here -->
<section id="menu_pet" data-pet_bk_color="#2685BC">
<script src="./menu/menu.js"></script>
</section>
<div class="subsection">
<h3 class="texto_rela">Certificados</h3>
</div>
<section class="relatorios">
<div class="bt">
<a href="http://www.siex.proexc.ufu.br/certificado/pesquisar">
<button type="button" class="efeito">Minicurso Octave</button>
</a>
<a href="http://www.siex.proexc.ufu.br/certificado/pesquisar">
<button type="button" class="efeito">Minicurso Processing</button>
</a>
<a href="http://www.siex.proexc.ufu.br/certificado/pesquisar">
<button type="button" class="efeito">Semana Engenharia Eletrônica e de Telecomunicações</button>
</a>
<a href="http://www.siex.proexc.ufu.br/certificado/pesquisar">
<button type="button" class="efeito">Minicurso Game Dev</button>
</a>
<a href="http://www.siex.proexc.ufu.br/certificado/pesquisar">
<button type="button" class="efeito">Palestras</button>
</a>
</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>
<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>