-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtrux1.html
83 lines (74 loc) · 3.07 KB
/
trux1.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
<!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">
<title>Inês Castanheira</title>
<!-- Bootstrap -->
<link href="css/bootstrap-4.3.1.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-3.3.1.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/popper.min.js"></script>
<script src="js/bootstrap-4.3.1.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"
integrity="sha256-T0Vest3yCU7pafRw9r+settMBX6JkKN06dqBnpQ8d30="
crossorigin="anonymous"></script>
<script src="https://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js"></script>
<script src="js/jquery.ui.touch-punch.min.js"></script>
<script type="text/JavaScript">
$(document).ready(function() {
$( ".draggable" ).draggable();
});
</script>
</head>
<body>
<nav class="navbar"> <a class="navbar-brand" href="index.html">Inês Castanheira</a> </nav>
<div class="entry">
<div class="project_content">
<div class="project_header">
<div class="project_title">@c & Well-In Trux We Pux 01</div>
</div><img src="images/music/trux1.jpg" height="1500" width="2250" class="img-fluid" alt="">
<img src="images/music/trux2.jpg" height="1500" width="2250" class="img-fluid" alt="">
<img src="images/music/trux3.jpg" height="1500" width="2250" class="img-fluid" alt="">
<br>
<iframe style="border: 0; width: 100%; height: 42px;" src="https://bandcamp.com/EmbeddedPlayer/album=2660891227/size=small/bgcol=ffffff/linkcol=333333/track=3229911031/transparent=true/" seamless><a href="https://faveladiscos.bandcamp.com/album/in-trux-we-pux-01">In Trux We Pux 01 by @c & Well</a></iframe>
<br>
<div class="texto">
<br>
In Trux We Pux is a compilation conducted by Favela Discos that aims to record and display a set of sound tendencies and collaborative practices, that have been developed in Porto's experimental and improvised music scene. This volume contains a selection of musicians who navigate through various fields of electronic music, that were invited to collaborate and produce a new track. <br>
<br>
A1 - El Niño en el Utero Responde Arbusto de Bayas - Tito Silva, Filipe Silva <br>
A2 - 129 / Steps
@c - Miguel Carvalhais, Pedro Tudela
Well - Inês Castanheira, João Sarnadas
<br>
A3 - Smoke Room
ocp - João Ricardo
Patches - André Miranda, Cláudio Oliveira, Daniel Assunção, João Soares, Marcelo Reis, Nelson Duarte, zero_one
<br>
B1 - XII
COLETIVO VANDALISMO - Pedro Abrantes, Valdemar Pereira
QUERIDO LIDER - Rui Fonseca
<br>
B2 - Demon Break
Challenger - Luís Kasprzykowski
Lorr No - Nuno Loureiro
<br>
B3 - MOSCXS
MOSCXS - Inês Silva, Olan Monk, Pierre Pierre Pierre, Xavier Paes
<br> <br>
Released October 23, 2020 <br>
<br>
<br>
<br>
</div>
<br>
<br>
<br>
</div>
</div>
</body>
</html>