-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAbout.html
More file actions
40 lines (35 loc) · 1.36 KB
/
About.html
File metadata and controls
40 lines (35 loc) · 1.36 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<title>AlgoVisual</title>
<!-- Fonts which are used -->
<link href="https://fonts.googleapis.com/css2?family=Stick&display=swap" rel="stylesheet">
<!-- CSS for style -->
<link rel="stylesheet" href="/css/about.css">
</head>
<body>
<div id="top-bar">
<a href="#" id="logo">
ALGO
<span style="color: rgb(254,197,21);">VISUAL</span>
</a>
</div>
<!-- <img src="one.svg" alt=""> -->
<p>
I am Dev Kumar From Muzaffarnagar and I am persuing my MCA<br> from Graphic Era Deemed To Be University, Dehradun.<br> This is my mini project that i have made during the 2nd semester <br>of my MCA.
<br> This project mainly focus on visualization because often we fail to understand <br>the core idea of an algorithm.
<br>That's why i am making this project.
</p>
<div id="bottom-bar">
</div>
<div id="right-bar">
</div>
<div id="left-bar">
</div>
</body>
</html>