-
Notifications
You must be signed in to change notification settings - Fork 0
/
certificados.html
50 lines (50 loc) · 1.37 KB
/
certificados.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/png" href="img/favicon.png" />
<script src="js/script.js"></script>
<link rel="stylesheet" href="css/style.css" />
<title>Portifólio - Lucas Aguiar Mello</title>
<style>
.parallax {
background-image: url("/img/nasahubble.jpg");
min-height: 500px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
</style>
</head>
<body>
<div id="cabecalho">
<h1>Lucas Aguiar Mello</h1>
</div>
<div class="parallax"></div>
<br /><br />
<div class="texto">
<table>
<tr>
<th rowspan="3">Segurança da Informação</th>
</tr>
<tr>
<td>
<a href="certificados/Cybersecurity_Cisco.pdf" target="_blank"
>Introdução à Cyber Segurança - 2021 - Cisco</a
>
</td>
</tr>
</table>
<a href="https://github.com/lucaslamdev" target="_blank"
><img src="/img/github.svg"
/></a>
<a
href="https://www.linkedin.com/in/lucas-aguiar-mello-6a2135206/"
target="_blank"
><img src="/img/linkedin.svg"
/></a>
<a href="mailto:[email protected]">[email protected]</a>
</div>
</body>
</html>