-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcobra.html
77 lines (64 loc) · 4.24 KB
/
cobra.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
<!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">Cobra Coral - Planetário</div>
</div>
<img src="images/cobra/cobra1.png" height="1500" width="2250" class="img-fluid" alt="">
<img src="images/cobra/cobra2.jpg" height="1500" width="2250" class="img-fluid" alt="">
<div class="texto"> <br>
Dome projection visuals for COBRA’CORAL concert at Porto Planetarium 2021 <br>
Made with TouchDesigner <br><br>
Porto-based vocal trio, formed by three artists: Catarina Miranda, choreographer, who approaches voice as an essential component in her stage work; Clélia Colonna, singer and performer researching on eastern and mediterranean polyphonic singing; and Ece Canlı, artist and musician working with extended vocal techniques. <br><br>
COBRA’CORAL is a vocal project for 3 distinct interrelated voices working within an organisational system. A structure of transference that keeps the cohesion of a common pulse as well as sundry dynamics of reaction and adaptation to variation, establishing rhythmic, imagetic* (imagetíca) and narrative landscapes. A practice of placing signs and codes within a string of time, drawing circular states of mirroring, association and rupture, building up a live and common vocabulary for an ever-changing pyramid. By sustaining this progressive Pulsing System, the artists elaborate “an indeterminate composition” over which they are simultaneously reliant and independent, within a common responsibility for a living vocal landscape.
<br><br><br>
<img src="images/cobra/cobra6.jpg" height="1500" width="2250" class="img-fluid" alt="">
<div id="carouselcobra1" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active"> <img class="d-block w-100" src="images/cobra/cobra5.jpg"
alt="First slide"> </div>
<div class="carousel-item"> <img class="d-block w-100" src="images/cobra/cobra3.jpg"
alt="Third slide"> </div>
<div class="carousel-item"> <img class="d-block w-100" src="images/cobra/cobra4.jpg"
alt="Third slide"> </div>
</div>
<div class="arrows"> <a class="carousel-control-prev" href="#carouselcobra1" role="button" data-slide="prev"> <span class="carousel-control-prev-icon" aria-hidden="true">◁ </span> <span class="sr-only">Previous</span> </a> <a class="carousel-control-next" href="#carouselcobra1" role="button" data-slide="next"> <span class="carousel-control-next-icon" aria-hidden="true"> ▷</span> <span class="sr-only">Next</span> </a></div>
</div><br><br>
<div class="embed-responsive embed-responsive-16by9">
<iframe width="560" height="315" src="https://www.youtube.com/embed/S_WrGCFYnyo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<br>
</div>
</div>
<br>
<br>
</body>
</html>