-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
168 lines (154 loc) · 4.47 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE html>
<html lang="pt-br">
<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">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="stylesheet" href="./css/global.css">
<link rel="stylesheet" href="./css/styles.css">
<title>vulture - Linktree</title>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/ff7538096c.js" crossorigin="anonymous"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<!-- script async src="https://www.googletagmanager.com/gtag/js?id=G-45TZKHQBDR"></script -->
<!-- script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-45TZKHQBDR');
</script -->
<link rel="icon" type="image/x-icon" href="./img/favicon.ico">
</head>
<body class="body">
<header>
<img src="./img/icon.png" alt="vulture"/>
<h1>Andre Balen</h1>
<p>4E E3 6F 20 6D 65 20 73 69 67 61 2C 20 74 61 6D 62 E9 6D 20 65 73 74 6F 75 20 70 65 72 64 69 64 6F 2E</p>
<div>
<i class="far fa-sun" title="Claro"></i>
<div class="toggle">
<input id="switch" type="checkbox" name="theme">
<label for="switch">Toggle</label>
</div>
<i class="far fa-moon" title="Escuro"></i>
</div>
</header>
<main>
<h2>ferramental</h2>
<div class="links">
<a
href="https://www.strava.com/athletes/3696982"
class="link"
target="_blank"
rel="noreferrer noopener"
>
strava
</a>
<a
href="https://www.threads.net/@andrebalen"
class="link"
target="_blank"
rel="noreferrer noopener"
>
@threads
</a>
<a
href="https://open.spotify.com/playlist/648PqEdderh5Wh3izHZHQo"
class="link"
target="_blank"
rel="noreferrer noopener"
>
Cumbia de praia
</a>
<a
href="https://www.youtube.com/watch?v=16jiiM2Iw8U&list=PLbVuyHgiyTWQc31zohAjaqTwWKBTLBi6L&ab_channel=Delagnelo"
class="link"
target="_blank"
rel="noreferrer noopener"
>
bushcraft
</a>
<a
href="https://www.opensourcealternative.to/"
class="link"
target="_blank"
rel="noreferrer noopener"
>
alternativas de software livre
</a>
</div>
</main>
<section class="socialIcons">
<a
href="https://github.com/andrebalen/"
class="social"
target="_blank"
rel="noreferrer noopener"
>
<i class="fab fa-github"></i>
</a>
<a
href="https://www.linkedin.com/in/andrebalen/"
class="social"
target="_blank"
rel="noreferrer noopener"
>
<i class="fab fa-linkedin"></i>
</a>
<a
href="https://www.instagram.com/andrebalen/"
class="social"
target="_blank"
rel="noreferrer noopener"
title="Instagram"
>
<i class="fab fa-instagram"></i>
</a>
<a
href="https://www.facebook.com/el.medonho/"
class="social"
target="_blank"
rel="noreferrer noopener"
title="Facebook"
>
<i class="fab fa-facebook"></i>
</a>
<a
href="http://servidor26.brlogic.com:8040/live"
class="social"
target="_blank"
rel="noreferrer noopener"
>
<i class="fab fa-lastfm"></i>
</a>
<a
href="https://hts09.kshost.com.br:12894/live"
class="social"
target="_blank"
rel="noreferrer noopener"
>
<i class="fab fa-steam"></i>
</a>
<a
href="https://vk.com/id463645154"
class="social"
target="_blank"
rel="noreferrer noopener"
>
<i class="fab fa-vk"></i>
</a>
</section>
<footer>
<p>
(c)
<a href="http://github.com/andrebalen">
VultureLab
</a>
em 2024.
</p>
</footer>
<script src="./scripts/index.js"></script>
</body>
</html>