-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (38 loc) · 1.44 KB
/
Copy pathindex.html
File metadata and controls
47 lines (38 loc) · 1.44 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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/f5be8e1e8e.js" crossorigin="anonymous"></script>
<title>Ryan's World</title>
</head>
<body>
<div class="card">
<h1 class="card__title">Olá, visitante</h1>
<div class="card__content">
<a href="mailto:monteiroryan10@gmail.com"> Me envie uma piada</a>
<p>(ou não faça nada, isso aqui é só um site)</p>
</div>
</div>
<div class="card">
<h1>Meus projetos</h1>
<ul>
<li><a href="/threejs.html">ThreeJS</a></li>
<li><a href="https://blog-lilac-eta-24.vercel.app/blog">Blog</a></li>
</ul>
</div>
<div class="card">
<h1 class="card__title">Onde me encontrar</h1>
<ul>
<li><a href="https://github.com/rtmonteiro" target="_blank"><i class="fab fa-github"></i></a></li>
<li><a href="https://codepen.io/rtmonteiro" target="_blank"><i class="fab fa-codepen"></i></a></li>
<li><a href="https://twitter.com/_rtmonteiro" target="_blank"><i class="fab fa-twitter"></i></a></li>
</ul>
</div>
<!-- <footer>the Jeripoca is gonna pew pew
<a href="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcSdO5pUpk7q4p8pVEssJsOpE40fv2FawcUA9OyuM2XLiTt_YjDE">.</a>
</footer> -->
</body>
</html>