-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAbout.html
More file actions
39 lines (37 loc) · 1.36 KB
/
About.html
File metadata and controls
39 lines (37 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
<!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>ABOUT</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/About.css">
</head>
<body class="background">
<div class="fonnt">
<h1>INTRODUCTION OF MY TEAM MEMBERS</h1>
<P class="members">
<strong>CODDESS </strong>is a diligent and persevering web developing team consisting of
</P>
<div class="names">
<ul>
<li>Priya Pachauri</li>
<li>Preeti Kumari</li>
<li>Hrishika Jaiswar</li>
<li>Surabhi Purwar</li>
</ul>
</div>
<div class="introhead">
<p id="introh">Let's have our introduction
</p>
</div>
<div class="introhead">
<p id="detail">
All of us are currently studying at <strong>MNNIT ALLAHABAD </strong>in the B.TECH. programme. Our branch is computer science and engineering. Preeti, Hrishika and surabhi are from the E2 group and i(Priya) am from B2 group.
</p>
</div>
</div>
</body>
</html>