-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
58 lines (52 loc) · 1.98 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
52
53
54
55
56
57
58
<!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">
<title>FEATURE TO BE ADDED</title>
</head>
<body>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="style.css">
<title>About</title>
</head>
<body>
<nav>
<img src="logow1.png" class="logo" style="block-size: 300px;">
<div class="nav-items">
<a href="index.html" style="font-size: x-large;">Home</a>
<a href="act.html" style="font-size: x-large;">Subjects</a>
<a href="about.html" style="font-size: large;">Features to be added</a>
<a href="photos.html" style="font-size: large;">Feedback</a>
<a href="Contact.html" style="font-size: large;">Need Help</a>
<a href="https://twitter.com" style="color: white"><i class="fab fa-twitter"></i></a>
<a href="https://www.instagram.com"><i class="fab fa-instagram-square" style="color: white;" ></i></a>
</div>
</nav>
<div class="container">
<div class="description">
<h2 class="heading-secondary">
</h2>
</div>
<div class="content1">
<h2>We planned to integrate 3D visualization using AR for an immersive learning experience.</h2>
<br>
</div>
<div class="content2">
<h2>An AI chatbot was also intended to assist users with real-time queries</h2>
<ul>
</ul> </h3></div>
<div class="content2">
<h2>Due to time constraints, these features couldn't be fully implemented.</h2></div>
<div class="content2">
<h2>We aim to add them in future updates to enhance the learning experience. 🚀</h2>
</div></div>
</body>
</html>