-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex2.html
More file actions
executable file
·53 lines (51 loc) · 2.36 KB
/
index2.html
File metadata and controls
executable file
·53 lines (51 loc) · 2.36 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
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>The Uno Hour</title>
<meta name="description" content="An interactive pixel distortion effect made with Three.js " />
<meta name="keywords" content="webgl, three.js, pixel, distortion, pixelated, javascript" />
<meta name="author" content="The Uno Hour" />
<link rel="shortcut icon" href="uno.ico">
<link rel="stylesheet" href="https://use.typekit.net/oxr3hup.css">
<link rel="stylesheet" type="text/css" href="css/base.css" />
<script>document.documentElement.className="js";var supportsCssVars=function(){var e,t=document.createElement("style");return t.innerHTML="root: { --tmp-var: bold; }",document.head.appendChild(t),e=!!(window.CSS&&window.CSS.supports&&window.CSS.supports("font-weight","var(--tmp-var)")),t.parentNode.removeChild(t),e};supportsCssVars()||alert("Please view this demo in a modern browser that supports CSS Variables.");</script>
<script src="//tympanus.net/codrops/adpacks/analytics.js"></script>
</head>
<body class="demo-2">
<main>
<div class="frame">
<div class="frame__title-wrap">
<h1 class="frame__title">House of Art | </h1>
<p class="frame__tagline">306 E Hargett St, Raleigh, NC 27601</p>
</div>
<nav class="frame__links">
<a href="index2.html" class="frame__demo frame__demo--current">Home</a>
<a href="index3.html" class="frame__demo frame__demo--current">About</a>
<a href="https://the-kids-are-bored.ticketleap.com/the-uno-hour/">Tickets</a>
<a href="https://www.instagram.com/luckyuno919/">Insta</a>
</nav>
<nav class="frame__demos">
<a href="" class="frame__demo ">The Uno Hour</a>
<a href="" class="frame__demo">July, 22nd, 2023</a>
<a href="" class="frame__demo frame__demo--current">10 PM</a>
<a href="" class="frame__demo">House of Art</a>
</nav>
</div>
<div id="canvasContainer"
data-grid="607"
data-mouse="0.11"
data-strength="0.36"
data-relaxation="0.96"
>
<img src="img/UnoHrMain3.jpeg" alt="">
</div>
<div class="content">
<h2 class="content__title content__title--centered content__title--style-1"></h2>
</div>
</main>
<script src="https://tympanus.net/codrops/adpacks/cda.js"></script>
<script type="module" src="js/app.js"></script>
</body>
</html>