-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
126 lines (123 loc) · 5.81 KB
/
index.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
120
121
122
123
124
125
126
<!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" />
<link rel="shortcut icon" type="image/x-icon" href="assets/favicon.ico"/>
<title>QFP</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,600;1,300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css" />
<script
src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0="
crossorigin="anonymous"
></script>
<!-- <script src="libraries/touch-punch.js"></script> -->
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/lazyload.min.js"></script> -->
<script src="scripts/script.js"></script>
</head>
<body>
<header class="index">
<div class="bg"></div>
<div class="logo"><a href="index.html"><img src='assets/logo/QFP_Logo_White_v2.svg'/></a></div>
<div class="hamburger mobi"><img src="assets/trigram.svg"></div>
<nav>
<a href="index.html" class="mobi"><div class="nav-button">Home</div></a>
<a href="views/about.html"><div class="nav-button">About</div></a>
<a href="views/events.html"><div class="nav-button">Events</div></a>
<a href="views/es.html"><div class="nav-button">Exhibitions & Screenings</div></a>
<a href="views/participants.html"><div class="nav-button">Participants</div></a>
<div class="nav-button nav-close mobi">x</div>
</nav>
</header>
<section class="bg-image" id="landing">
<div class="landing-images landing1"></div>
<div class="landing-images" id="landing2"></div>
<div class="landing-images" id="landing3"></div>
<div class="landing-images landing4"></div>
</section>
<div class="main-container index-container">
<section class="intro">
<div class="page-title">
<h1>Queer / Feminist / Praxis</h1>
</div>
<div class="subhead">
<div>
<p>Intersections of Performance, Visual Arts, and Activism<br>in Korea and the Korean Diaspora</p>
</div>
<div>
<p>April 8–23, 2021</p>
<p>Rhode Island School of Design</p>
</div>
</div>
<div>
<h3>Queer/Feminist/Praxis is an international conference that brings together scholars, artists, designers, writers, and filmmakers to explore visual arts and activism revolving around the LGBTQI+ and feminist experience in South Korea and abroad.</h3>
<h3>The three-weeklong conference will feature scholarly panels of speakers, performance and film screenings, virtual exhibitions, artist’s talks, and roundtable discussions. The conference events share a special focus on the discourse and praxis of queer feminism in contemporary cultural productions of Korea and the Korean diaspora.</h3>
</div>
</section>
<section id="content">
<div id="content1">
<a href="views/events.html">
<div class="button"><p>Events</p></div>
</a>
</div>
<div id="content2">
<a href="views/es.html">
<div class="button"><p>Exhibitions & Screenings</p></div>
</a>
</div>
<div id="content3">
<a href="views/participants.html">
<div class="button"><p>Participants</p></div>
</a>
</div>
</section>
<!-- </div> -->
</div>
<footer>
<div class="bg-logo"></div>
<div class="footer-content">
<div>
<div class="footer-logo">
<img src="assets/logo/QFP_Logo_Black_v2.svg"/>
</div>
<div class="info">
<p>Queer/Feminist/Praxis</p>
<p>April 8–23, 2021</p>
<p>Rhode Island School of Design</p>
</div>
<div class="contact">
<p>[email protected]</p>
<div class="social">
<div class="icon">
<img src="assets/social/facebook.svg"/>
</div>
<div class="icon">
<img src="assets/social/instagram.svg"/>
</div>
<div class="icon">
<img src="assets/social/twitter.svg"/>
</div>
</div>
</div>
</div>
<div class="credits">
<p>Design by MLM ©2021</p>
</div>
</div>
<div class="sponsors">
<div class="sponsor-list">
<p>Queer/Feminist/Praxis is sponsored by The Mr. and Mrs. Cho Fund, the Turner Theatrical and Performance Design Fund, RISD Liberal Arts Division, the Northeast Asia Council of the Association for Asian Studies, the Korea Foundation, and RISD Center for Social Equity & Inclusion (SEI).</p>
</div>
<div class="sponsor-logos">
<img class="blend" src="assets/sponsors/aas.png"/>
<img class="blend" src="assets/sponsors/kf.jpg"/>
<img src="assets/sponsors/sei.svg"/>
<img src="assets/sponsors/RISD_Seal.svg"/>
</div>
</div>
</footer>
</body>
</html>