-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
45 lines (44 loc) · 1.35 KB
/
about.html
File metadata and controls
45 lines (44 loc) · 1.35 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
41
42
43
44
45
<!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">
<link rel="stylesheet" href="about.css">
<title>About</title>
</head>
<body>
<div class="container">
<div class="box">
<img src="images/2.png" alt="">
<h1>About the development team</h1>
</div>
<div class="cards">
<div class="card1">
<img src="images/5.png" alt="">
<div class="textarea-1">
<h2>Sujith Reddy G</h2>
<p>ID: 2100080124</p>
<p>Dept: AI&DS</p>
</div>
</div>
<div class="card2">
<img src="images/6.png" alt="">
<div class="textarea-1">
<h2>Sai Dharam Tej</h2>
<p>ID: 2100080126</p>
<p>Dept: AI&DS</p>
</div>
</div>
<div class="card3">
<img src="images/7.png" alt="">
<div class="textarea-1">
<h2>Sai Vamsi</h2>
<p>ID: 2100080214</p>
<p>Dept: AI&DS</p>
</div>
</div>
</div>
</div>
</body>
</html>