-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfeelintheblues.html
101 lines (100 loc) · 3.02 KB
/
feelintheblues.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
---
layout: default
section_id: portfolio
title: Feelin' the Blues
---
<div class="full bright-light-blue">
<div class="four spacing"></div>
<div class="section-title">
<div class="row">
<div class="medium-10 medium-centered columns">
<h1 class="wow slideInUp">Case study</h1>
</div>
</div>
</div>
</div>
<div class="full">
<div class='row'>
<div class='large-12 columns'>
<div class='slides'>
<div class='slide'>
<img alt="" src="images/feelintheblues-1.png" />
</div>
<div class='slide'>
<img alt="" src="images/feelintheblues-2.png" />
</div>
<div class='slide'>
<img alt="" src="images/feelintheblues-3.png" />
</div>
</div>
</div>
</div>
<div class="two spacing"></div>
<div class="row">
<div class="large-8 columns">
<div class="project-intro">
<h2>{{page.title}}</h2>
<p>This interactive video piece, created in collaboration with Yao Tong as part of the MIT Workshop I course, combines archival blues dancing footage with contemporary clips from Youtube in order to challenge the viewer to consider what it means to appropriate cultural systems. The interpretation by the viewer is left intentionally open for dialogue.</p>
</div>
</div>
<div class="large-4 columns">
<div class="project-intro">
<h4>Date</h4>
<p><span>Fall 2015</span></p>
<h4>Collaborators</h4>
<p><span>Yao Tong</span></p>
<h4>Category</h4>
<p><span>Interactive Video</span></p>
<h4>Project Link</h4>
<a href="http://www.mit.edu/~tongyao/Feelin_the_blues/index.html">http://www.mit.edu/~tongyao/Feelin_the_blues/index.html</a>
</div>
</div>
</div>
</div>
<hr>
<!-- <div class="full">
<div class="section-title">
<div class="row">
<div class="medium-10 medium-centered columns">
<h2>Related projects</h2>
</div>
</div>
</div>
<div class="related-works">
<div class="row">
<div class="large-4 columns">
<div class="work-wrapper">
<a href="work-single.html" class="work">
<img src="images/@stock/work-1.jpg" alt="">
<div class="info">
<h3>Cooco fashion</h3>
<p>Website, brand</p>
</div>
</a>
</div>
</div>
<div class="large-4 columns">
<div class="work-wrapper">
<a href="work-single.html" class="work">
<img src="images/@stock/work-20.jpg" alt="">
<div class="info">
<h3>Dear god</h3>
<p>Website, print</p>
</div>
</a>
</div>
</div>
<div class="large-4 columns">
<div class="work-wrapper">
<a href="work-single.html" class="work">
<img src="images/@stock/work-8.jpg" alt="">
<div class="info">
<h3>Help Five</h3>
<p>Photography</p>
</div>
</a>
</div>
</div>
</div>
</div>
</div> -->