-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
16 lines (13 loc) · 889 Bytes
/
index.html
File metadata and controls
16 lines (13 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<h1>Graphing Project</h1>
This project aims to create a graphing tool that is responsive, fluid, and interacts simply with the user.
Here is an example video of what it can currently do
<center>
<video width="800" height="600" preload controls autoplay>
<source src="https://github.com/sballa1201/graphing/raw/master/html/prototype2.mp4" type="video/mp4">
Your browser does not support the video tag. Here is a link to the video: <a href="https://github.com/sballa1201/graphing/raw/master/html/prototype2.mp4" target="_blank">Graphing Tool in Action</a>
</video>
</center>
Here is the documentation for the project (<a href="https://github.com/sballa1201/graphing/raw/master/doc/main.pdf">Download</a>):
<center>
<embed src="https://drive.google.com/viewerng/viewer?embedded=true&url=https://github.com/sballa1201/graphing/raw/master/doc/main.pdf" width="700" height="700">
</center>