-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout_us1.php
More file actions
77 lines (67 loc) · 2.35 KB
/
about_us1.php
File metadata and controls
77 lines (67 loc) · 2.35 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Theme Made By www.w3schools.com - No Copyright -->
<title>About Us</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<style>
.bg-1 {
background-color: #1abc9c;
color: #ffffff;
}
</style>
</head>
<body>
<div class="bg-1">
<div class="container text-center">
<h3>Our Team </h3>
</div>
</div>
<br><br><br><br><br>
<div class="container-fluid bg-3 text-center">
<div class="row">
<div class="col-sm-4">
<h4>Abhijeet Singh Panwar</h4>
<img src="images/abhijeet.png" alt="Image"width="350" height="400">
<figcaption>
<p> No one in stronger or more dangerous than man who can harness his emotion. </p>
</figcaption>
</div>
<div class="col-sm-4">
<h4>Dilip Puri</h4>
<img src="images/dilip.png" alt="Image"width="350" height="400">
<figcaption>
<p>Dilip is the most straight forward and hard worker guy of IIITV senior batch. He is really appreciated for his LaTeX skills. </p>
</div>
<div class="col-sm-4">
<h4>Govind Meena</h4>
<img src="images/govind.png" alt="Image"width="350" height="400">
<figcaption>
<p> Also known as Govinda. He is smart and also straight forward guy.
</p></figcaption>
</div>
</div>
<div class="container-fluid bg-3 text-center">
<div class="col-sm-2"></div>
<div class="col-sm-4">
<h4>Hemant Kumar</h4>
<img src="images/hemant.png" alt="Image"width="350" height="400">
<figcaption>
<p> Hemant is a coke-bottle-pizza guy. He believes in hard working and has passion for whatever he does.
</p></figcaption>
</div>
<div class="col-sm-4">
<h4>Murtuza Bohra</h4>
<img src="images/murtuza.jpg" alt="Image"width="350" height="400">
<figcaption>
<p> This guy is different from all. He is a careful thinker and good observer. Always interested in details, helpful and has a passion for Robotics. </p></figcaption>
</div>
<div class="col-sm-2"></div>
</div>
<div>
</body>
</html>