-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
27 lines (25 loc) · 1.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AboutUs</title>
<link rel="stylesheet" href="about.css">
</head>
<body>
<div class="main-class">
<div class="image"><img src="maxresdefault.jpg" alt=""></div>
<div class="aboutus"><a href="#">ABOUT US</a>
<div main-heading><h4>Exploring the Science of Sorting Through Animation</h4> <div class="paragraph">Sorting is a very classic problem of reordering items (that can be compared, e.g., integers, floating-point numbers, strings, etc) of an array (or a list) in a certain order (increasing, non-decreasing (increasing or flat), decreasing, non-increasing (decreasing or flat), lexicographical, etc).
<br><br>
There are many different sorting algorithms, each has its own advantages and limitations.
<br>
Sorting is commonly used as the introductory problem in various Computer Science classes to showcase a range of algorithmic ideas</div>
<button>Read more!</button>
<div class="boxes">
<div class="box1">Visullize15+ <br>Sorting Algorithms</div>
<div class="box2">Latests Technology <br>Trends Blogs</div>
</div></div></div>
</div>
</body>
</html>