generated from codrops/CodropsTemplate
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathindex.html
executable file
·38 lines (35 loc) · 1.36 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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Codrops SDF Lens Blur</title>
<meta name="author" content="Codrops" />
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" type="text/css" href="css/base.css" />
<script>document.documentElement.className = "js";</script>
</head>
<body>
<main id="app">
<header class="frame">
<h1 class="frame__title">SDF Lens Blur</h1>
<a class="frame__back" href="https://tympanus.net/codrops/?p=77970">Read the tutorial</a>
<a class="frame__archive" href="https://tympanus.net/codrops/demos/">All demos</a>
<a class="frame__github" href="https://github.com/guilanier/codrops-sdf-lensblur">GitHub</a>
<nav class="frame__tags">
<a href="https://tympanus.net/codrops/demos/?tag=scroll">#webgl</a>
<a href="https://tympanus.net/codrops/demos/?tag=three-js">#three.js</a>
<a href="https://tympanus.net/codrops/demos/?tag=webgl">#shader</a>
</nav>
<nav class="frame__demos">
<span>Variations:</span>
<a data-var="0" href="index.html?var=0">1</a>
<a data-var="1" href="index.html?var=1">2</a>
<a data-var="2" href="index.html?var=2">3</a>
<a data-var="3" href="index.html?var=3">4</a>
</nav>
</header>
</main>
<script type="module" src="/main.js"></script>
</body>
</html>