-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaboutus.html
84 lines (69 loc) · 2.64 KB
/
aboutus.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="aboutus/aboutus.css">
<title>About us</title>
<style>
body{
background-image: url(./aboutus\ back.jpg);
background-repeat: no-repeat;
background-size: cover;
}
</style>
</head>
<body style="background-color: #191919;">
<div class="title">
<h1>About Us</h1>
<p>
This Website was created by the students of VIT bhopal, for DSN project, the team consist of the following members Syed Ridwan Ahamed(Frontend Developer) Ishita singh(developer og Games Section) Sheril rastogi(Developer of Music Section) Shivam dubey and Abhinandan jain.
</p>
</div>
<div class="container" style="
display: flex;
">
<div class="photo1">
<img src="ridwan1.jpeg"No image found">
<div>
<h1>Syed Ridwan Ahmad</h1>
<li>20BCE10961</li>
<li>Frontend Developer</li>
<li><a href="https://www.linkedin.com/in/ridwan-ahmad-1b1310222/">Linkedin</a></li>
</div>
</div>
<div class="photo2">
<img src="ishita.jpeg"No image found">
<div>
<h1>Ishita Singh</h1>
<li>20BCE10971</li>
<li>Developer of Games Section</li>
<li><a href="https://www.linkedin.com/in/ishitasingh03">Linkedin</a></li>
</div>
</div>
<div class="photo3">
<img src="abhinandan.jpeg" alt="No image found">
<div>
<h1>Abhinandan Jain</h1>
<li>20BCE10190</li>
<li><a href="https://www.linkedin.com/in/abhinandan-jain-90a725209">Linkedin</a></li>
</div>
</div>
<div class="photo4">
<img src="sheril.jpeg" alt="No image found">
<div>
<h1>Sheril Rastogi</h1>
<li>20BCE10838</li>
<li>Developer of Music Section</li>
<li><a href="https://www.linkedin.com/in/sheril-rastogi-89a409209">Linkedin</a></li>
</div>
</div>
<div class="photo5">
<img src="shivam.jpeg" alt="No image found">
<div>
<h1>Shivam dubey</h1>
<li>20BCE10133</li>
<li>#</li>
</div>
</div>
</div>
</body>
</html>