-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathViolet.html
38 lines (35 loc) · 1.92 KB
/
Violet.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
<!doctype html>
<html lang="en">
<head>
<title>VIOLET</title>
<link rel="stylesheet" href="style.css"></link>
<meta name="ROBOTS" content="INDEX,FOLLOW">
<meta name="description" content="VIOLET MUSICAL ARTIST">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
</head>
<body>
<div class="Container">
<div class="Header">
<p><h1>VIOLET</h1></p>
<a href="" class= "BoxesHouses" target="_blank">'BOXES HOUSES' OUT NOW</a>
</div>
<div class="Spacer"></div>
<div class="Description">
<p> Violet is a vocalist and producer who describes her sound as 'cinematic sadcore'. Her sound is climatic and thought-provoking; sewing field recordings and subject specific samples into the fabric of her songs.</p>
</div>
<div class="Footer">
<P> <a href="mailto:[email protected]">All Enquiries: Click to Email</a></P>
<h2>
<a href="http://facebook.com/almostviolet" title="Facebook" target="_blank"></a>
<a href="https://www.instagram.com/violet.music/" title="Instagram" target="_blank"></a>
<a href="https://soundcloud.com/almostviolet" title="SoundCloud" target="_blank"></a>
<a href="https://www.youtube.com/channel/UCJvZUHPHIm0n70x2dh6i5ZA" title="YouTube" target="_blank"></a>
<a href="https://open.spotify.com/artist/0p99fbADjgvhwYDP6khOoZ?" title="Spotify" target="_blank"></a>
<a href="https://www.triplejunearthed.com/artist/violet-0" title="JJJ Unearthed" target="_blank"></a>
</h2>
</div>
</div>
</body>
</html>