-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (56 loc) · 2.19 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="LimitsAndContinuity Tutorial" />
<meta property="og:image" content="./src/LimitsAndContinuityScreenShot.png" />
<meta property="og:description" content="An interactive visual tutorial on the concepts of limits and continuity in pre-calculus" />
<meta property="og:url" content="https://canjalal.github.io/LimitsAndContinuityRide" />
<title>Limits and Continuity Walk</title>
<link rel="icon" href="favicon.ico" />
<!-- <link rel="stylesheet" href="./src/scripts/styles/reset.css" /> -->
<link rel="stylesheet" href="./dist/main.css" />
<!-- <script src="https://cdn.jsdelivr.net/npm/chart.js"></script> -->
<script src="./dist/main.js" defer></script>
</head>
<body>
<h1 class="heading-main"><span>Limits and Continuity Walk</span>
<span>
<a href="https://www.linkedin.com/in/vincentshuali/"><img src="./src/LI-Bug.svg.original.svg" class="logos"></a>
<a href="https://github.com/canjalal"><img src="./src/GitHub-Mark-120px-plus.png" class="logos"></a>
</span>
</h1>
<div class="overlay">
</div>
<div class="full-size">
<div class="canvas-container">
<canvas id="main-canvas"></canvas>
</div>
<div class="preview-right">
<p>
Click a point on the graph to check it out!
</p>
</div>
</div>
<div class="splash-screen">
<h1>Welcome to the Limits and Continuity Ride!</h1>
<em>Hi, I'm Ashley, your math teacher!</em>
<div class="splash-description">
<div id="ashleyface"></div>
<p id="splash-caption">
On the graph, click on any of the points, then select any of the features on the menu on the right:
left-hand limit, right-hand limit, two-sided limit, function value, or continuity, to see me walk on the function and show
you its value.
</p>
</div>
<em id="splash-footer">Click anywhere in this splash screen to continue</em>
</div>
<div id="demo">
</div>
<div id="status-bar">
Estátus
</div>
</body>
</html>