-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (45 loc) · 1.5 KB
/
index.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
<!DOCTYPE html>
<html lang="en" class="abouthtml">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About US</title>
<link rel="stylesheet" href="miniprojectmain.css" type="text/css">
</head>
<body>
<header>
<nav>
<a href="index.html" class="bar">HOME</a>
<a href="miniprojectabout.html" class="bar">ABOUT US</a>
<a href="miniprojectrequirements.html" class="bar">SYSTEM REQUIREMENTS</a>
<a href="miniprojectmodules.html" class="bar">MODULES</a>
<a href="miniprojectcontact.html" class="bar">CONTACT US</a>
</nav>
</header>
<div class="abouthead">
<h1 class="aboutmainhead">WP Developers</h1>
</div>
<div class="aboutmainproject">Campus Cravings: A Student-Centric Bakery Page</div>
<h3 class="aboutsubhead">Our Team</h3>
<div class="aboutflex">
<div class="aboutinline">
22BCE3280 <br><br>
Krovi Trivikram Sai<br><br>
CSE Core<br><br>
Developer <br><br>
</div>
<div class="aboutinline">
22BCE2847 <br><br>
Anuj Prasad<br><br>
CSE Core<br><br>
Developer <br><br>
</div>
<div class="aboutinline">
22BCE0424 <br><br>
Neeraj Modgil <br><br>
CSE Core<br><br>
Developer <br><br>
</div>
</div>
</body>
</html>