-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathindex4.html
executable file
·53 lines (50 loc) · 2.1 KB
/
index4.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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Heat Distortion Effect | Demo 4: Water</title>
<meta name="description" content="Demo for tutorial 'Animated Heat Distortion Effects with WebGL'" />
<meta name="keywords" content="heat, haze, effect, webgl, svg, animation, web development, tutorial" />
<meta name="author" content="Lucas Bebber for Codrops" />
<link rel="shortcut icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Playfair+Display:700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
<link rel="stylesheet" type="text/css" href="css/demo.css" />
<link rel="stylesheet" type="text/css" href="css/water.css" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body class="demo-4">
<div class="container">
<header class="codrops-header">
<div class="codrops-links">
<a class="codrops-icon codrops-icon--prev" href="http://tympanus.net/Tutorials/TheAviator/" title="Previous Demo"><span>Previous Demo</span></a>
<a class="codrops-icon codrops-icon--drop" href="http://tympanus.net/codrops/?p=26950" title="Back to the article"><span>Back to the Codrops article</span></a>
</div>
<h1>Water Distortion Effect</h1>
<nav class="codrops-demos">
<span>More demos:</span>
<a href="index.html">Desert</a>
<a href="index2.html">Jet Heat</a>
<a href="index3.html">Wok Heat</a>
<a class="current-demo" href="index4.html">Water</a>
</nav>
</header>
<div class="wrap">
<div class="Background">
<canvas class="Background-canvas"></canvas>
</div>
</div>
<div class="intro">
<h2 class="intro__title">Discover Asia</h2>
<p class="intro__subtitle">Escape the crowds and discover Asia's most beautiful places.</p>
<button class="intro__button">Find out more</button>
</div>
</div>
<!-- /container -->
<script src="../build/water.js"></script>
</body>
</html>