-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (71 loc) · 2.87 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
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>figure grid</title>
<link rel="icon" type="image/x-icon" href="images/A_robert gober untitled leg 1989 .png">
<link rel="stylesheet" href="styles.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-B1QSW29N2C"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-B1QSW29N2C');
</script>
</head>
<body>
<!-- DO NOT TOUCH OR DELETE -->
<a href="https://323773.cargo.site/"><button>→</button></a>
<div class="container full-viewport-height">
<!-- Horizontal and vertical lines -->
<div class="horizontal-line"></div>
<div class="vertical-line"></div>
<!-- Text labels on each end of the horizontal line -->
<div class="label label-left">PRECIOUS</div>
<div class="label label-right">UTILITY</div>
<!-- Text labels on each end of the vertical line -->
<div class="label label-top">COLLECTIBLE</div>
<div class="label label-bottom">CONSUMABLE</div>
<!-- Quadrant labels -->
<div class="quadrant-label top-left">ARTIFACT</div>
<div class="quadrant-label top-right">FURNITURE</div>
<div class="quadrant-label bottom-left">EPHEMERA</div>
<div class="quadrant-label bottom-right">PROP</div>
<!-- Text labels along the vertical line -->
<div class="vertical-label vertical-label-touch">TOUCH</div>
<div class="vertical-label vertical-label-object">OBJECT</div>
<div class="vertical-label vertical-label-staged">STAGED</div>
<div class="vertical-label vertical-label-dont-touch">DON'T TOUCH</div>
<div class="vertical-label vertical-label-subject">SUBJECT</div>
<div class="vertical-label vertical-label-live">LIVE</div>
</div>
<!-- DO NOT TOUCH OR DELETE -->
<!-- DON'T TOUCH OR DELETE -->
<!-- Interactive Image Layer -->
<div class="interactive-container full-viewport-height">
<!-- DON'T TOUCH OR DELETE -->
</div>
<!-- DON'T TOUCH OR DELETE -->
<!-- Center Display for Hover -->
<div class="center-display">
<div class="center-content">
<div class="image-wrapper">
<img id="center-image" src="" alt="center image">
</div>
<div class="text-background">
<p id="center-name"></p>
<p id="center-title"></p>
<p id="center-year"></p>
<p id="center-body"></p>
</div>
</div>
</div>
<!-- DON'T TOUCH OR DELETE -->
<!-- DON'T TOUCH OR DELETE -->
<script src="script.js"></script>
<script src="select.js"></script>
<!-- DON'T TOUCH OR DELETE -->
</body>
</html>