-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinformation.html
More file actions
81 lines (70 loc) · 3.78 KB
/
Copy pathinformation.html
File metadata and controls
81 lines (70 loc) · 3.78 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
81
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="VELA. Record label founded in València in 2023.">
<meta name="keywords" content="music label, independent music, ambient music, intelligent dance music, showgaze, dream pop, advanced music">
<meta name="author" content="Fernando Álvarez">
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="favicon/site.webmanifest">
<!-- Preload critical fonts -->
<link rel="preload" href="fonts/BeatriceRegular.woff" as="font" type="font/woff" crossorigin>
<title>VELA</title>
<!-- Custom CSS -->
<link href="css/vela.css" rel="stylesheet">
</head>
<body class="no-body-gradient">
<header>
<div class="logo"><a href="/">
<img class="logo-out" src="img/logo.svg"
alt="VELA logo">
<img class="logo-in" src="img/logo_aux.svg"
alt="VELA logo hover">
</a></div>
<h1> <a href="/releases">/ Releases</a></h1>
<h1> <a href="/tapes">/ Tapes</a></h1>
<h1> <a href="/information">/ Information</a></h1>
</header>
<article>
<h3>About</h3>
<p>
VELA is a record label founded in València in 2023, focusing on dreamy textures and innovative sounds.
We also curate and publish music mixes and organize <a class="highlight" href="/velada" target="_blank" rel="noopener noreferrer">events</a> in our city. Follow us on our social networks
for more good stuff.
</p>
<p><i>
VELA se funda como sello discográfico en València en 2023 en torno a sonidos innovativos
y texturas ensoñadoras. Además también publicamos mixes y promovemos <a class="highlight" href="/velada" target="_blank" rel="noopener noreferrer">eventos</a> dentro de nuestra ciudad.
</i></p>
<h3>Demos</h3>
<p>
If you think your music fits into VELA, share your project at
<a class="highlight" href="mailto:discosenvela@gmail.com" target="_blank" rel="noopener noreferrer">discosenvela@gmail.com</a>.
We'll be happy to give it a listen and get back to you as soon as possible.
</p>
<p><i>
Si crees que tu proyecto musical encaja con VELA, compártelo en
<a class="highlight" href="mailto:discosenvela@gmail.com" target="_blank" rel="noopener noreferrer">discosenvela@gmail.com</a>.
Nos encantaría escucharlo y contarte qué nos parece.
</i></p>
<h3>General</h3>
<p>
For general inquiries, please contact
<a class="highlight" href="mailto:discosenvela@gmail.com" target="_blank" rel="noopener noreferrer">discosenvela@gmail.com</a>.
</p>
<p><i>
Para cualquier cosa, escríbenos un correo a
<a class="highlight" href="mailto:discosenvela@gmail.com" target="_blank" rel="noopener noreferrer">discosenvela@gmail.com</a>.
</i></p>
</article>
<footer class="no-index">
© 2026 <a href="mailto:discosenvela@gmail.com" target="_blank" rel="noopener noreferrer">@discosenvela</a> /
<a href="https://instagram.com/discosenvela" target="_blank" rel="noopener noreferrer">Instagram</a> /
<a href="https://soundcloud.com/discosenvela" target="_blank" rel="noopener noreferrer">SoundCloud</a> /
<a href="https://discosenvela.bandcamp.com" target="_blank" rel="noopener noreferrer">Bandcamp</a>
</footer>
</body>
</html>