-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsneakerness.html
executable file
·40 lines (32 loc) · 1021 Bytes
/
sneakerness.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>martina holenstein — sneakerness</title>
<link rel="stylesheet" href="style/main.css">
<link rel="stylesheet" href="https://use.typekit.net/pso1ctu.css">
</head>
<body class="project-page">
<div class="textoben">
<header>
<nav>
<a href="index.html">projects</a>
</nav>
<h1>sneakerness</h1>
<h2>0.01 GB — 0.06 KG</h2>
</header>
<main>
<p>poster competition. poster design based on the etymology of "sneaker". exhibited at the sneaker fair sneakerness.</p>
<br>
<p>zhdk — 2019</p>
</main>
</div>
<div class="image-portrait">
<img src="assets/4_sneakerness/4_1.jpg">
</div>
<div class="image-landscape">
<img src="assets/4_sneakerness/4_2.jpg">
</div>
</body>
</html>