forked from troyblank/aPrimerToCanvasAndTrigForAnimation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathslide_11.html
More file actions
executable file
·30 lines (29 loc) · 1016 Bytes
/
slide_11.html
File metadata and controls
executable file
·30 lines (29 loc) · 1016 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="./images/favicon.ico" rel="shortcut icon">
<link href="css/main.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="javaScript/jquery-1.6.1.min.js"></script>
<script type="text/javascript" src="javaScript/main.js"></script>
</head>
<body>
<header>
<h1>Why do we have to use the trig?</h1>
</header>
<div style="height:8px;" class="blackLine"></div>
<section>
<ul>
<li>Triganometry is the study of triangles</li>
<li>Triangles give us curves</li>
<li>Without curves animation is pretty limited</li>
</ul>
</section>
<nav>
<a id="left_btn" href="slide_10.html">Previous</a>
<a id="right_btn" href="slide_12.html">Next</a>
</nav>
</body>