-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (43 loc) · 1.96 KB
/
index.html
File metadata and controls
43 lines (43 loc) · 1.96 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>3D Landing Page</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
<script async src="https://unpkg.com/es-module-shims@1.8.0/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.157.0/build/three.module.js",
"three/examples/jsm/controls/OrbitControls": "https://unpkg.com/three@0.157.0/examples/jsm/controls/OrbitControls.js"
}
}
</script>
</head>
<body>
<div class="name">Islam Shabana</div>
<div class="pixel-text" id="typewriter"></div>
<nav class="navigation">
<div class="nav-item">The Geomorphosis Cycle:<br>The Wet Knowledge at Nabi<br>Daniel</div>
<div class="nav-item">The Digital Image As A<br>Transcendental Medium:<br>A Manifesto</div>
<div class="nav-item">Talsam: Practicing<br>Mytaphysical Protection</div>
<div class="nav-item">The Nymphaeum: Future<br>Archaeological Site</div>
<div class="nav-item">NaN, The Man Who Never Told<br>a Lie</div>
<div class="nav-item">YuMi: Light Paintings</div>
<div class="nav-item">Zosimos</div>
<div class="nav-item">Delta3</div>
<div class="nav-item">1/w/a/v/e</div>
<div class="nav-item">C31S39</div>
</nav>
<div class="bottom-nav">
<div class="bottom-left">About + Contact</div>
<div class="bottom-right">Alchem Studio</div>
</div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>