-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
73 lines (61 loc) · 3.21 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
<html>
<head>
<title>autrax - electronic music</title>
<link rel="stylesheet" type="text/css" href="assets/autrax.css" />
</head>
<body>
<div class="container">
<div class="content">
<div class="inner">
<h1><img src="assets/autrax-o.svg" height="100" /></h1>
<h2>Electronic Music</h2>
<p>
Hopefully there will be more content, soon. In the meanwhile visit:
</p>
<ul>
<li>my album at bandcamp <a href="https://carpesonum.bandcamp.com/album/r-chauff">Autrax – Réchauffé</a></li>
<li>my facebook page <a href="https://www.facebook.com/autrax">fb.me/autrax</a></li>
<li>my instagram page <a href="https://www.instagram.com/au_trax/">instagram.com/au_trax/</a></li>
<li>me at soundcloud <a href="https://soundcloud.com/autrax">soundcloud.com/autrax</a></li>
<li>me at twitter <a href="https://twitter.com/autrax2">twitter.com/autrax2</a></li>
</ul>
<p>
Listen to my music at:
</p>
<div id="streaming">
<a href="https://www.amazon.com/Rechauffe-Autrax/dp/B071W19HWX">Amazon</a>
<a href="https://www.deezer.com/album/41820491">Deezer</a>
<a href="https://music.apple.com/artist/autrax/1238315539">iTunes</a>
<a href="https://open.spotify.com/artist/6H4zMCUaEycPVuqdmvcTay">Spotify</a>
</div>
<p>
Thanks for your support. 😉
</p>
<h2>Releases and Appearances</h2>
<div class="releases">
<div class="item">
<a href="https://carpesonum.bandcamp.com/album/r-chauff">
<span>Autrax –<br />Réchauffé</span>
<img src="assets/autrax-r-chauff-art.jpg" />
<span>2017</span>
</a>
</div>
<div class="item">
<a href="https://carpesonum.bandcamp.com/album/carpilation">
<span>Various –<br />Carpilation</span>
<img src="assets/cs-carpilation-art.jpg" />
<span>2020</span>
</a>
</div>
<div class="item">
???
</div>
</div>
<p>
<small>copyright © 2020-present by <a href="https://aurora.github.io/">Harald Lapp / aurora.github.io</a></small>
</p>
</div>
</div>
</div>
</body>
</html>