-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathcritique.html
51 lines (50 loc) · 2.27 KB
/
critique.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Interactive Media at PSU Fall 2020</title>
<link rel="stylesheet" href="css/meyer-reset.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
</head>
<body class="subpage">
<div class="glossary-tab"></div>
<nav class="nav">
<div class="logo">
<a href="/index.html"
><h4>psuinteractivemedia</h4>
<img src="images/logo.png"
/></a>
</div>
<div class="icon">
<div class="hamburger"></div>
</div>
<div class="menu-mobile">
<ul id="topnavlist"></ul>
</div>
</nav>
<header class="short"></header>
<main class="container glossary">
<article class="terms">
<h1>Critique</h1>
<img src="images/critiqueisnotscary.jpg" width="500" />
<ul>
<li>
<a href="https://vimeo.com/161259012">The Room of Silence</a>
<p>“The Room of Silence,” is a short documentary about race, identity and marginalization at the Rhode Island School of Design. Based on interviews conducted by myself and the campus organization Black Artists and Designers, this film contains well under a third of the stories we collected in March 2016, and an unknown fraction of the stories belonging to students we didn’t have a chance to meet with.</p>
<iframe src="https://player.vimeo.com/video/161259012" width="640" height="360" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe>
<p><a href="https://vimeo.com/161259012">The Room of Silence</a> from <a href="https://vimeo.com/eloisesherrid">Eloise Sherrid</a> on <a href="https://vimeo.com">Vimeo</a></p>
</li>
</ul>
</article>
<aside>stuff</aside>
</main>
<footer>
<ul id="footernavlist"></ul>
</footer>
<script src="https://code.jquery.com/jquery-3.6.4.min.js" integrity="sha256-oP6HI9z1XaZNBrJURtCoUT5SUnxFr8s3BzRl+cbzUq8=" crossorigin="anonymous"></script>
<script src="/js/script.js"></script>
</body>
</html>