-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutus.html
67 lines (67 loc) · 2.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MyInfo</title>
<link rel="stylesheet" href="cssfile.css"/>
</head>
<body class="bodyabout">
<div class="logo">
<video src="team-logo (online-video-cutter.com).mp4" width="150" height="150" autoplay loop muted></video>
</div>
<ul class="n"><b>
<li class="list"><a href="index.html">HOME</a></li>
<li class="list"><a href="aboutus.html">ABOUT US</a></li>
<li class="list"><a href="module.html">MODULES</a></li>
<li class="list"><a href="sr.html">SYSTEM REQUIREMENTS</a></li>
<li class="list"><a href="contactus.html">CONTACT US</a></li></b>
</ul>
<br>
<article>
<h1 class="kkl"><center>About The Team</center> </h1>
<br><br><br>
<div class="animated-border-box-glow"></div>
<div class="animated-border-box">
<h2>Rishit Chawla</h2><img src="rishit.jpg" height="150" width="150" class="abtimg">
<ul>
<li>Project Head</li>
<li>Hailing from Dehradun, Uttarakhand</li>
<li>Persuing B.Tech. in CSE from VIT Vellore</li>
<li>Proficient in managing a team</li>
</ul>
</div>
<div class="space"></div>
<div class="animated-border-box-glow"></div>
<div class="animated-border-box">
<h2>Dhruv Dubey</h2><img src="dhruv.jpg" height="150" width="150" class="abtimg">
<ul>
<li>Backend Developer</li>
<li>Hailing from Lucknow,Uttar Pradesh</li>
<li>Persuing B.Tech. in CSE from VIT Vellore</li>
<li>Has good knowledge of Javascript</li>
</ul>
</div>
<div class="space"></div>
<div class="animated-border-box-glow"></div>
<div class="animated-border-box">
<h2>Arien Maxwell Danny</h2><img src="danny.jpg" height="150" width="150" class="abtimg">
<ul>
<li>UI/UX Designer</li>
<li>Hailing from Bhilai, Chhattisgarh</li>
<li>Persuing B.Tech. in CSE from VIT Vellore</li>
</ul>
</div>
<div class="space"></div>
<div class="animated-border-box-glow"></div>
<div class="animated-border-box">
<h2>Anirbinna Dasgupta</h2><img src="anir.jpg" height="150" width="150" class="abtimg">
<ul>
<li>Frontend Developer</li>
<li>Hailing from Guwahati,Assam</li>
<li>Persuing B.Tech. in CSE from VIT Vellore</li>
<li>Has an extensive array of CSS techniques</li>
</ul>
</div>
</body>
</html>