forked from norawarschewski/tw-2023
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (67 loc) · 2.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Type Revivals | Type West Online 2024</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<link rel="stylesheet" href="./assets/css/style.css" />
<link rel="icon" type="image/x-icon" href="./logo.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Sora:[email protected]&display=swap" rel="stylesheet">
</head>
<body id="index">
<div class="banner">Type West 2024</div>
<header>
<section>
<h1>
<a href="./index.html">Type Revivals<br/>Type West 2024 Online Cohort</a>
</h1>
<p>
Type West Class of 2024 presents Type Revival; a collection of revival typefaces based on historical metal type.
The typefaces were made during term one of the <a href="https://letterformarchive.org/type-west-online/" target="_blank">Type West</a> post-graduate program by students from all over the world.
The type designs were done by collecting, researching and analyzing printed materials, sketches and archive collections.
<br/><br/>
We would like to thank our instructors
<a href="https://www.saharafshar.com/" target="_blank">Sahar Afshar</a>,
<a href="https://www.cinetype.com/" target="_blank">Michele Patanè</a>, and
<a href="https://www.ewanclayton.co.uk/" target="_blank">Ewan Clayton</a>, and our TAs
<a href="https://nora-warschewski.de/" target="_blank">Nora Warschewski</a>,
<a href="https://www.allieschmitz.com/" target="_blank">Allie Schmitz</a>, and
<a href="https://pearlpress.xyz/" target="_blank">Kurt F. Shaffert</a>.
A special thanks to
<a href="https://www.genramirez.com/" target="_blank">Gen Ramírez</a> and
<a href="https://letterformarchive.org/about/" target="_blank">Rob Saunders</a>
for the inspiring workshops.
</p>
</section>
<img id="logo" src="./logo.ico" alt="" />
</header>
<section id="projectGrid">
<!-- Draws projects from json file -->
</section>
<footer>
<div>
<h3>Website</h3>
<p>
Website was designed by
<a href="http://laimeluko.com/" target="_blank">Laimė Lukošiūnaitė</a> and
<a href="https://serious.business/" target="_blank">Porfirio Lopez</a>, and developed by
<a href="https://github.com/bonniezhou" target="_blank">Bonnie Zhou</a>.
</p>
<p>
With contributions from the Type West Online 2024 cohort students. ♥
</p>
</div>
<div>
<h3>Typeface</h3>
<p>
<a href="https://fonts.google.com/specimen/Sora" target="_blank">Sora</a>
designed by Jonathan Barnbrook and Julián Moncada.
</p>
</div>
</footer>
<script src="./assets/js/scripts.js"></script>
</body>
</html>