-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCircular.html
119 lines (96 loc) · 5.12 KB
/
Circular.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>🌼Helsen🌼</title>
<link rel="stylesheet" href="style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Dongle&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Syne+Mono&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Doto:[email protected]&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div id="navigation">
<h2>
<ul>
<li><a href="index.html">Home</a></li>
</ul>
</h2>
</div>
<div id="ProjectTitle">
<h2>CIRCULAR TRANSMIGRATION (2021)</h2>
</div>
</header>
<div class="container">
<div>
<img src='images/Circular Transmigration/Screenshot 2024-11-18 143634.png' width="500" height="auto" alt="a photo of 6 glass bottles stnading on a marble top inside a venetian church">
<h5>LichtSicht7 Katalog</h5>
</div>
<div width="250px" height="auto">
<img src='images/Circular Transmigration/lichtsicht7_testlauf2_c_AngelavonBrill__16-copy.jpg' width="500" height="auto" alt="a photo of a wooden installation, pyramid-shaped arranged wooden planks holding up moitors showing processing animations, the bottom covered in golden foil, standing inside a venetian church. An altar can be seen in the background.">
<h5>Photo: Angela von Brill</h5>
</div>
<div width="250px" height="auto">
<img src='images/Circular Transmigration/lichtsicht7_testlauf2_c_AngelavonBrill__18-copy.jpg' width="500" height="auto" alt="a screenshot imag from the KOSMICS website, with a photo of an ultra sonic speaker, and description text for the artowrk -Enouncter in the Dawn-, shown at the Venice Biennale in 2021.">
<h5>Photo: Angela von Brill</h5>
</div>
<div width="250px" height="auto">
<img src='images/Circular Transmigration/IMG_20200803_142602-copy.jpg' width="500" height="auto" alt="a screenshot imag from the KOSMICS website, with a photo of an ultra sonic speaker, and description text for the artowrk -Enouncter in the Dawn-, shown at the Venice Biennale in 2021.">
</div>
<div width="250px" height="auto">
<img src='images/Circular Transmigration/IMG_20200803_144548__01-copy.jpg' width="500" height="auto" alt="a screenshot imag from the KOSMICS website, with a photo of an ultra sonic speaker, and description text for the artowrk -Enouncter in the Dawn-, shown at the Venice Biennale in 2021.">
</div>
<div width="250px" height="auto">
<img src='images/Circular Transmigration/IMG_20200827_115650-rotated.jpg' width="500" height="auto" alt="a screenshot imag from the KOSMICS website, with a photo of an ultra sonic speaker, and description text for the artowrk -Enouncter in the Dawn-, shown at the Venice Biennale in 2021.">
</div>
</div>
<div class="PROJbox">
<p class="PROJinfo">
Video Projection<br>
Anna-Lina Helsen, Kira Adams, Christina Vinke, Tanja Meißner, Desiree Kabis <br>
<br>
<br>
<br>
</p>
<p class="PROJabstract">
A video about the
creation, development
and possibilities of
new forms of social
constructs,created for
the video projection
triennial Lichtsicht 7 in
Bad Rothenfelde.
<br> <br>
</p>
<p class="PROJdescription">
Circular Transmigration is a video projection work addressing desires
for deeper interpersonal relationships in today’s fast-paced society.
<br><br>
In the context of this work, transmigration denotes the migration from one
entity to the next, whilst the visual components of the video allude to the
beginning and development of new life forms as well as the cycle of life.
<br><br>
Moving from stones to a cave to a shapeless mass of beings, morphing
into a tentacled being that transcends the normativity of social and
gender constraints.
<br><br>
In this project I was in charge of videography, taking care of the filming
and direction, whilst the story, design and editing were a group effort. The
concept and text development were done by Tanja Meißner and Desiree
Kabis, and the sound design done by Kira Adams.
<br><br>
</p>
</div>
<div id="container3">
<br>
<a href=impressum.html>IMPRESSUM</a>
<br>
</p>
</div>
</body>
</html>