-
Notifications
You must be signed in to change notification settings - Fork 0
/
exhibition.html
68 lines (54 loc) · 2.23 KB
/
exhibition.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
---
layout: default
title: Exhibition
section_id: exhibition
---
<div class='full parallax' style='background-image: url(images/headers/exhibition01.jpg); color: #fff;'>
<div class='row'>
<div class='twelve columns'>
{% include section-header.html title="Exhibition" color="#fff" tagline="" class="big" %}
</div>
</div>
<div class='four spacing'></div>
</div>
<div class='full'>
<div class='row' style="display: flex">
<div class='medium-6 columns'>
<h2>About the exhibition</h2>
<p>Approaching the theme of Ethics and Politics in Media and Arts Technology from a more experimental and artistic perspective, our curated exhibition showcases the work of internationally renowned designers and artists alongside our own PhD students' mixed media artworks. </p>
<p>We also present work by Will Hurt and Yosuke Ushigome. Will's artwork, commissioned for Inter/sections, draws visitors' attention to built environments, while Yosuke's invites visitors to explore shared economies.</p>
<p></p>
</div>
<div class='medium-6 columns iframe-content'>
<iframe src="https://player.vimeo.com/video/186455106" width="100%" height="100%" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div><!-- end right half -->
</div><!-- end row -->
</div><!-- end full -->
<div class='full'>
<div class='row'>
<div class='medium-12 columns'>
<h2>Invited practitioners</h2>
{% for artist in site.data.artists %}
<div class='row team-section'>
<div class='small-5 medium-3 columns people'>
<img class="avatar team-pic" alt="" src="{{ artist.image }}" />
</div>
<div class='small-7 medium-9 columns'>
<h3 class='name'>{{artist.name}}</h3>
<p class='pos'>{{artist.position}}</p>
<p class='bio'>{{artist.bio}}</p>
<ul class='socials'>
{% for social in artist.socials %}
<li>
<a href='{{social.link}}'><i class='fa fa-{{social.icon}}'></i></a>
</li>
{% endfor %}
</ul>
</div>
</div>
{% endfor %}
</div>
</div> <!-- end row -->
<div class='two spacing'></div>
{% include our-supporters.html %}
</div> <!-- end full -->