-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (76 loc) · 4.25 KB
/
Copy pathindex.html
File metadata and controls
80 lines (76 loc) · 4.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-T9RNTWQ');</script>
<!-- End Google Tag Manager -->
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
<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=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap" rel="stylesheet"/>
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"/>
<link rel="stylesheet" href="style.css"/>
<title>Wanghley's links</title>
<!-- Google tag (gtag.js) Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-S8H0C1GMV1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-S8H0C1GMV1');
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T9RNTWQ"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<img class="headshot" src="assets/me.jpg" alt="">
<h1 class="title"><span>Wanghley</span> Soares Martins</h1>
<p class="description">Social entrepreneur, inventor, and aspiring engineer leveraging technology for transformative solutions.</p>
<div class="social">
<a href="https://www.linkedin.com/in/wanghley/"><i class="fa-brands fa-linkedin-in fa-2xl"></i></a>
<a href="https://www.instagram.com/wanghley/"><i class="fa-brands fa-instagram fa-2xl"></i></a>
<a href="https://twitter.com/wanghley"><i class="fa-brands fa-twitter fa-2xl"></i></a>
<a href="https://github.com/Wanghley"><i class="fa-brands fa-github fa-2xl"></i></a>
<a href="https://wanghley.com/"><i class="fa-solid fa-globe fa-2xl"></i></a>
<a href="mailto:me@wanghley.com"><i class="fa-solid fa-envelope fa-2xl"></i></a>
</div>
<div class="meet">
<h1>Que tal bater um papo? Agende um horário comigo!</h1>
<button onclick="location.href='https://cal.com/wanghley'"><i class="fa-regular fa-calendar-days"></i> Agende aqui!</button>
</div>
<hr/>
<div class="links">
<button target="_blank" onclick="location.href='https://www.youtube.com/watch?v=tceoUHQ9rPQ'">
<p>TEDx The Art of Innovation 2023</p>
</button>
<button target="_blank" onclick="location.href='p4g.html'">
<p>Materiais Perfect Pitch P4G</p>
</button>
<button target="_blank" onclick="location.href='https://www.youtube.com/watch?v=NHp4WqQ43oA'">
<p>Medalha de ouro em engenharia na Sérvia</p>
</button>
<button target="_blank" onclick="location.href='https://www.youtube.com/watch?v=vpdUxYPiTGM'">
<p>Wanghley no BananaCast @ Campus Party Brasilia 2022</p>
</button>
<button target="_blank" onclick="location.href='https://www.youtube.com/watch?v=UfoXSsbbtao'">
<p>Estudante do DF é aprovado na Duke University</p>
</button>
<button target="_blank" onclick="location.href='https://www.youtube.com/watch?v=UfoXSsbbtao'">
<p>Palestra "Criatividade para a inovação: como ser um jovem cientista?" @ CPBSB4</p>
</button>
<button target="_blank" onclick="location.href='https://www.correiobraziliense.com.br/euestudante/trabalho-e-formacao/2022/02/4985523-jovem-de-futuro.html'">
<p>Sou um Jovem de futuro</p>
</button>
</div>
<footer>Developed with 💙 by Wanghley - Sci & Tech</footer>
</body>
</html>