-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (37 loc) · 1.79 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Diego Araujo" />
<meta name="description" content="Um site pessoal de Diego Araujo." />
<link rel="stylesheet" href="./css/home.css" />
<link rel="shortcut icon" href="./image/favicon.png" type="image/x-icon" />
<title>Negativo_Ddz - Home</title>
</head>
<body>
<header>
<ul>
<li><a href="./index.html">Home</a></li>
</ul>
</header>
<main>
<section>
<div class="top">
<h1>Diego Araujo</h1>
<p> ou <br> Negativo_Ddz</p>
</div>
<div class="links">
<ul>
<li><a href="https://github.com/diegoarauj0" class="effect3D"><img class="invert" src="./image/github.png" alt="Github"><p>Github</p></a></li>
<li><a href="https://www.youtube.com/@negativoddz" class="effect3D"><img src="./image/youtube.png" alt="youtube"><p>YouTube</p></a></li>
<li><a href="https://www.x.com/NegativoDdz" class="effect3D"><img src="./image/x.jpg" alt="X"><p>X</p></a></li>
<li><a href="https://www.instagram.com/_diego.arauj0/" class="effect3D"><img src="./image/instagram.png" alt="X"><p>Instagram</p></a></li>
</ul>
</div>
</section>
</main>
<footer><p><a href="https://www.freepik.com/free-vector/night-ocean-landscape-full-moon-stars-shine_17740155.htm#query=night%20background&position=11&from_view=keyword&track=ais_hybrid&uuid=a38480a9-0254-4447-8106-0cee57ef66ea" nofollow target="_blank">Background by upklyak on Freepik</a></p></footer>
<script src="./js/3dEffect.js"></script>
</body>
</html>