-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontato.html
66 lines (59 loc) · 2.52 KB
/
contato.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
<!DOCTYPE html>
<html>
<head>
<title>Contato</title>
<link rel="shortcut icon" href="images/particles01.jfif">
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link rel="stylesheet" type="text/css" href="css/styles2.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Ysabeau+SC:wght@200&display=swap" rel="stylesheet">
</head>
<body>
<header class="header">
<nav>
<ul>
<li><a href="index.html">Início</a></li>
<li><a href="sobre.html">Sobre</a></li>
<li><a href="contato.html">Contato</a></li>
</ul>
</nav>
</header>
<section class="developer">
<h2>Desenvolvedor:</h2>
<div class="developer-info">
<img src="images/eu.jpg" alt="Foto do desenvolvedor" width="80">
<p class="developer-name"><b>Daniel de Melo Arantes Cabral</b></p>
</div>
<div class="social-links">
<a href="https://www.linkedin.com/in/daniel-de-melo-arantes-cabral-63664659/" target="_blank" rel="noopener noreferrer">
<img src="images/lin.png" alt="LinkedIn Logo" width="20"><strong> LinkedIn</strong>
</a>
<a href="https://github.com/danieldemac" target="_blank" rel="noopener noreferrer">
<img src="images/git.png" alt="GitHub Logo" width="20"><strong> GitHub</strong>
</a>
<a href="https://www.instagram.com/danieldemac/" target="_blank" rel="noopener noreferrer">
<img src="images/ins.png" alt="Instagram Logo" width="20"><strong> Instagram</strong>
</a>
<a href="https://wa.me/5581998311992" target="_blank" rel="noopener noreferrer">
<img src="images/zap.png" alt="WhatsApp Logo" width="20"><strong> Celular</strong>
</a>
</div>
</section>
<div class="texto">
<p>Olá! Sou um estudante de Ciência da Computação apaixonado por tecnologia e programação. Aqui está um pouco sobre mim:</p>
<ul>
<li>⚡ Tenho habilidades em HTML, CSS e JavaScript.</li>
<li>📚 Possuo boas habilidades na língua inglesa.</li>
<li>🌐 Desenvolvimento web com PHP, Laravel e Voyager.</li>
<li>💼 Atualmente, estou trabalhando com PHP e Laravel.</li>
<li>💻 Tenho experiência em Java, C# e Python.</li>
<li>🔭 Desenvolvimento de softwares.</li>
</ul>
</div>
<footer>
- Made by Daniel de Melo Arantes Cabral - 2023
</footer>
</body>
</html>