-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
108 lines (103 loc) · 4.22 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link type="text/css" rel="stylesheet" href="style.css">
</head>
<body>
<main>
<section class="top">
<canvas id="canvas3d"></canvas>
<header>
<div class="title">
<h1>CRAG</h1>
<hr/>
<div>something about a rock</div>
</div>
<div class="middle">
More about the rock
</div>
<div class="right">
Something else.
</div>
</header>
<div class="copy">
<h2>Coamten Poeter
Nepiliss Ove</h2>
<p>
d aj ksd ;fla d aj ksd ;fla d aj ksd ;fla d aj ksd ;fla d aj ksd ;fla d aj ksd ;fla d aj ksd ;fla d aj ksd ;fla d aj ksd ;fla d aj ksd ;fla d aj ksd ;fla d aj ksd ;fla d aj ksd ;fla d aj ksd ;fla d aj ksd ;fla d aj ksd ;fla d aj ksd ;fla d aj ksd ;fla d aj ksd ;fla d aj ksd ;fla d aj ksd ;fla d aj ksd ;fla d aj ksd ;fla d aj ksd ;fla d aj ksd ;fla d aj ksd ;fla
</p>
</div>
</section>
<section class="bottom">
<div class="grid">
<div class="item">
<svg width="32" height="34" viewBox="0 0 32 34" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M32 20.75L16.5 33.75L0 20.75V8.25L9.5 0.25H24L32 8.25V20.75Z" fill="#F26434"/>
</svg>
<div>
<h3>Item 1</h3>
<p>Something about item 1</p>
</div>
</div>
<div class="item">
<svg width="32" height="34" viewBox="0 0 32 34" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M32 20.75L16.5 33.75L0 20.75V8.25L9.5 0.25H24L32 8.25V20.75Z" fill="#B527A6"/>
</svg>
<div>
<h3>Item 1</h3>
<p>Something about item 1</p>
</div>
</div>
<div class="item">
<svg width="32" height="34" viewBox="0 0 32 34" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M32 20.75L16.5 33.75L0 20.75V8.25L9.5 0.25H24L32 8.25V20.75Z" fill="#9B3977"/>
</svg>
<div>
<h3>Item 1</h3>
<p>Something about item 1</p>
</div>
</div>
<div class="item">
<svg width="32" height="34" viewBox="0 0 32 34" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M32 20.75L16.5 33.75L0 20.75V8.25L9.5 0.25H24L32 8.25V20.75Z" fill="#F26434"/>
</svg>
<div>
<h3>Item 1</h3>
<p>Something about item 1</p>
</div>
</div>
<div class="item">
<svg width="32" height="34" viewBox="0 0 32 34" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M32 20.75L16.5 33.75L0 20.75V8.25L9.5 0.25H24L32 8.25V20.75Z" fill="#685590"/>
</svg>
<div>
<h3>Item 1</h3>
<p>Something about item 1</p>
</div>
</div>
<div class="item">
<svg width="32" height="34" viewBox="0 0 32 34" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M32 20.75L16.5 33.75L0 20.75V8.25L9.5 0.25H24L32 8.25V20.75Z" fill="#7B4F7D"/>
</svg>
<div>
<h3>Item 1</h3>
<p>Something about item 1</p>
</div>
</div>
</div>
</section>
</main>
<script async src="https://unpkg.com/[email protected]/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"@splinetool/runtime": "https://unpkg.com/@splinetool/[email protected]/build/runtime.js"
}
}
</script>
<script type="module" src="./spline.js"></script>
</body>
</html>