-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
74 lines (68 loc) · 2.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Type Revivals | Type West 2023</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="./favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Recursive:slnt,wght,CASL,CRSV,[email protected],300..1000,0..1,0..1,0..1&display=swap" rel="stylesheet">
</head>
<style>
:root {
--clr-acc-1: #000;
--clr-acc-2: #000;
}
::-webkit-scrollbar-thumb {
background: var(--clr-acc-2);
}
::selection {
color: #f1f1f1;
background: var(--clr-acc-1);
}
</style>
<body id="index">
<section id="projectGrid">
<div class="intro">
<h3>
<a href="./index.html">Type Revivals</a>
</h3>
<p>
presented to you by <a href="https://letterformarchive.org/education/#about-type-west" target="_blank">Type West</a>
class of 2023. Our class of 20 students studying from various parts of the world and timezones worked tirelessly
to revive a historical metal typeface during our first term. Even though they are still a work in progress,
we are excited to share our collection of type revivals.
We were instructed by
<a href="http://fromaplus.com/" target="_blank">Graham Bradley</a>,
<a href="https://fercozzi.com/" target="_blank">Fer Cozzi</a>, and
<a href="https://www.tulseytype.com/" target="_blank">Chris Skillern</a>.
</p>
</div>
<!-- Draws projects from json file -->
</section>
<section id="credits">
<div class="website-credits">
<h3>Website credits</h3>
<p>
Website was developed by Nora Warschewski and Raquel Rodriguez.
</p>
<p>
With contributions from Type West 2023 (Online cohort) students and a favicon designed by Quang Huy Lê.
</p>
<p>
♥
</p>
</div>
<div class="font-credits">
<h3>Typeface credits</h3>
<p>
<a href="https://www.recursive.design/" target="_blank">Recursive</a>
by
<a href="https://arrowtype.com/" target="_blank">Arrow Type</a>
</p>
</div>
</section>
<script src="./assets/js/scripts.js"></script>
</body>
</html>