-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (76 loc) · 2.89 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
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>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Alberto Fleitas's links website.">
<title>Alberto Fleitas</title>
<link rel="stylesheet" href="/css/style.css">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r134/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.net.min.js"></script>
<script>
window.addEventListener('DOMContentLoaded', (event) => {
VANTA.NET({
el: "#vanta",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x7a5ef5,
backgroundColor: 0x0,
points: 5.00,
maxDistance: 20.00,
spacing: 20.00,
showDots: false
})
});
</script>
</head>
<body>
<div id="vanta"></div>
<main>
<div class="header">
<img src="/images/photo.webp" alt="Alberto Fleita's Photo">
<h1>Alberto Fleitas</h1>
<h2>Software Developer</h2>
</div>
<div class="links">
<ul>
<li>
<a href="https://www.linkedin.com/in/fleitas-alberto/">
<img class="icon-svg" src="/images/linkedin-icon.svg" alt="LinkedIn">
Let's Connect!
</a>
</li>
<li>
<a href="mailto:[email protected]">
<img class="icon-svg" src="/images/gmail-icon.svg" alt="Gmail">
betofleitascarduspy
</a>
</li>
<li>
<a href="https://www.github.com/betofleitass">
<img class="icon-svg" src="/images/github-icon.svg" alt="Github">
My GitHub
</a>
<li>
<a href="https://github.com/betofleitass/betofleitass.github.io">
<img class="icon-svg" src="/images/github-icon.svg" alt="Github">
Source Code
</a>
</li>
</ul>
</div>
<footer>
Made with ❤️ in <img class="icon-svg" src="/images/paraguay-flag-icon.svg" alt="Paraguay Flag">
</footer>
</main>
</body>
</html>