-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathabout.html
51 lines (43 loc) · 2.24 KB
/
about.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
<!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" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans&family=PT+Sans&family=Raleway&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./css/about.css" />
<link rel="stylesheet" href="./css/canvas_page.css">
<link rel="stylesheet" href="./css/animate.css" />
<title>Algo_Visualizer</title>
</head>
<body>
<div class="nav">
<div class="title">
<ul>
<li><a href="index.html" class="Algo">Algo-Visualizer</a></li>
</ul>
</div>
<div class="links">
<ul>
<li><a href="./about.html" class="About">About</a></li>
<li><a href="./contact.html" class="Contact">Contact Us</a></li>
</ul>
</div>
</div>
<div class="splash">
<div class="infotext">
Algo-Visualizer is intended to be a graphical visualizer of how sorting algorithms do sort the data structure and data structures handle the data in an order.The main aim of the algo visualizer is to present learners with a visual way to understand the way most common algorithm works and how different approaches can yield different results in different condition. <br><br>
Algo-Visualizer is intended to help novice programmers understand the intricacies of sorting and pathfinding algorithms. This applet will be written in JavaScript with an aim to popularize a visualization method as a pedagogical tool to teach/learn algorithms. <br><br>
Learning algorithms can be an arduous task and poor doubt resolution further hinders one's capability to overcome challenges. This website aims to make learning algorithms easy by helping to visualize how algorithms function.
</div>
</div>
<br><br><br><br><br><br>
<!-- This section needs somework -->
<!-- <div class="rectangle_large"></div>
<div class="rectangle_medium"></div>
<div class="rectangle_small"></div> -->