-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (40 loc) · 1.51 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
</head>
<body>
<section id = "introduction">
<div id = "goes_nameplate"></div>
</section>
<section class = "buffer"></section>
<section id = "explanation">
<div class="explainer_text">
GOES Type is an experiment in typographical machine-in-the-loop design.
A deep learning algorithm known as style transfer imparts features from GOES-16
radiance images onto handwriting to create a series of typefaces. Through intelligent collaboration,
type itself can be imbued with data to create novel, meaningful designs.
</div>
<div id = "explainer_image">
<img src="img/explainer.svg">
</div>
</section>
<section id = "arcus">
<div class="name">arcus</div>
<div id = "arcus_example">
<img src="img/arcus_example.svg">
</div>
</section>
<section class = "buffer"></section>
<section id = "asperitas">
<div class="name">asperitas</div>
<div id = "asperitas_container">
<div id = "asperitas_example">
<img src="img/asperitas_example.svg">
</div>
</div>
</section>
</body>
</html>