-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 1.31 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
<!DOCTYPE html>
<html lang="pt">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/33d80baa4c.js" crossorigin="anonymous"></script>
<title>André Valverde | Embark on a cosmic journey with a web developer who transcends time and space</title>
</head>
<body>
<div class="video-container">
<iframe
src="https://www.youtube.com/embed/5_Blq9W9cT8?controls=0&autoplay=1&mute=1&playsinline=1&loop=1"></iframe>
</div>
<h1>André V.</h1>
<div id="text">
<p>Intergalactic <span>Web Architect</span> & <span>Time-Space</span> Voyager</p>
</p>Crafting stellar websites that propel creative brands across the digital universe.</p>
<p><a href="mailto:[email protected]" target="_blank" class="btn-links">Let's Create an Alliance</a></p>
<ul>
<li>
<a href="https://www.linkedin.com/in/andrevalverde/" target="_blank" title="LinkedIn"
class="social-links">
<!--<i class="fa-brands fa-linkedin-in fa-sm" style="color: #ffffff;"></i>-->
<img alt="LinkedIN" src="icon-linkedin.png" style="height:28px;width:28px">
</a>
</li>
</ul>
</div>
</body>
</html>