-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAboutus.html
More file actions
49 lines (46 loc) · 1.9 KB
/
Copy pathAboutus.html
File metadata and controls
49 lines (46 loc) · 1.9 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
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us</title>
<style>
.employee-list {
margin-top: 20px;
display: flex;
justify-content: center;
}
.employee {
background-color: #fff;
padding: 10px;
margin: 10px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
text-align: center;
}
</style>
</head>
<body style="background-image: url(https://imgs.search.brave.com/Ppf-5LJX7CFG8ubLpt6Mephs_mJi5si9YEV3lsjXiNo/rs:fit:860:0:0/g:ce/aHR0cHM6Ly9pbWFn/ZXMudW5zcGxhc2gu/Y29tL3Bob3RvLTE1/Mjg0NjAwMzMyNzgt/YTZiYTU3MDIwNDcw/P3E9ODAmdz0xMDAw/JmF1dG89Zm9ybWF0/JmZpdD1jcm9wJml4/bGliPXJiLTQuMC4z/Jml4aWQ9TTN3eE1q/QTNmREI4TUh4elpX/RnlZMmg4TVRWOGZH/SmhZMnRuY205MWJt/UWxNakJwYldGblpY/eGxibnd3Zkh3d2ZI/eDhNQT09); background-size: cover;">
<div class="nav">
<ul class="left" type="none">
<img class="home" src="https://imgs.search.brave.com/NyHePm1_NaEXi1xJ12mJzYt-wSS8XjuS7uPa8bFp0PY/rs:fit:860:0:0/g:ce/aHR0cHM6Ly90NC5m/dGNkbi5uZXQvanBn/LzAxLzkyLzgwLzI3/LzM2MF9GXzE5Mjgw/Mjc1OF9haUp0VUhm/eDQzUG8wdmg4MnFu/SExCOVJJTzZoOTMx/YS5qcGc"; style=" width:50px; height:50px ;">
<li><a href="Population.html">Go Back to Home</a></li>
</ul><br>
</div>
<div class="employee-list">
<div class="employee">
<h2>Sai Nishitha Reddy Yeturi</h2>
<p>Registration Number: 12323408</p>
<p>Roll Number: 68</p>
</div>
<div class="employee">
<h2>Janvee</h2>
<p>Registration Number:12302370</p>
<p>Roll Number: 69</p>
</div>
<div class="employee">
<h2>Kolla Kiranbedi</h2>
<p>Registration Number: 12307370</p>
<p>Roll Number: 70</p>
</div>
</body>
</html>