-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbackup_index.html
More file actions
106 lines (95 loc) · 3.13 KB
/
backup_index.html
File metadata and controls
106 lines (95 loc) · 3.13 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css2?family=Encode+Sans+Semi+Expanded:wght@400;600&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<title>Exchange</title>
<style>
body {
background: #2c3139;
margin: 0;
padding: 0;
font-family: 'PT Serif', serif;
}
#content {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
color: white;
font-family: sans-serif;
//flex-direction: column;
}
img {
height: 100vh;
display: inline-block;
}
ul {
padding-left: 10px;
}
li {
margin-top: 25px;
list-style: none;
color: #d8d9da;
font-weight: 400;
}
#copy {
width: 30vw;
padding: 15px;
}
h1 {
font-family: 'Encode Sans Semi Expanded', sans-serif;
font-weight: 600;
color: #d8d9da;
margin-top: 10px;
}
a {
color: #e3dc24;
}
@media only screen and (max-width: 600px) {
img {
display: block;
}
#content {
flex-direction: column;
}
#copy {
width: 90vw;
padding: 10px;
}
}
</style>
</head>
<body>
<div id="content">
<img alt="Main Poster" src="assets/digitalPoster_SR-01.png" />
<div id="copy">
<strong id="req">Request a print copy of the catalogue <a href="https://forms.gle/dfZ6oUyav3itZAGW9">here</a>.</strong>
<h1>Schedule of Events</h1>
<ul>
<li><strong>Friday 9/4, 5PM: EX-CHANGE Launch</strong>
<br>Online at soa.cmu.edu. In-person publication pickup available from 5-6pm for the first 50 people to <a href="https://forms.gle/dfZ6oUyav3itZAGW9">submit requests here</a>.
</li>
<li>
<strong>Saturday 9/5, 2pm: Head-to-Head</strong>
<br>Discussion between outgoing head Stephen Lee and incoming head Omar Khan.
</li>
<li>
<strong>Sunday 9/6, 2pm: Not Remotely Normal: Architecture School & Office with AIAS</strong>
<br>Creativity thrives with constraints: hear how these students and practitioners are pushing their practices forwards in these unusual times.
</li>
<li>
<strong>Saturday 9/12, 2pm: Call for CHANGE with NOMAS</strong>
<br>NOW is the time for meaningful change: this event discusses how architects can leverage their skills at every stage in their career to build a more just, equitable world.
</li>
<li>
<strong>Sunday 9/13, 2pm: Same Question, Different Answer with Inter punct</strong>
<br>Every year, the SoA tackles a myriad of questions. This series of gallery talks and moderated discussions by students and faculty get to the root of some of them.
</li>
</ul>
</diV>
</div>
</body>
</html>