-
Notifications
You must be signed in to change notification settings - Fork 2
/
about_us.php
59 lines (45 loc) · 1.87 KB
/
about_us.php
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
<!DOCTYPE html>
<html>
<head>
<title>About US</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Karma">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style type="text/css">
body{
background-image: url("images/bg3.jpg");
background-size: 100%;
background-repeat: no-repeat;
}
</style>
</head>
<body>
<h1 align="center" style="color: black">THE TEAM</h1>
<div class="w3-row-padding w3-padding-16 w3-center" style="color:white">
<div class="w3-quarter">
<img class="img-rounded " src="images/kartik.png" alt="Kartik" style="width: 350px;height: 350px">
<h3>Kartik Rajesh</h3>
<p> Developer</p>
</div>
<div class="w3-quarter">
<img class="img-rounded " src="images/kalpu.png" alt="Kalpalatika" style="width: 350px;height: 350px">
<h3>Kalpalatika Ramanujam</h3>
<p>System Architect</p>
</div>
<div class="w3-quarter">
<img class="img-rounded " src="images/kp.png" alt="Kumaran" style="width: 350px;height: 350px">
<h3>Kumaran Paramesh</h3>
<p>Front End Developer</p>
</div>
<div class="w3-quarter">
<img class="img-rounded " src="images/ajit.png" alt="Ajit" style="width: 350px;height: 350px">
<h3>Ajit Kumar</h3>
<p>Front End Developer</p>
</div>
<p style="color:white">© 2017 SIES .GST· CMS</p>
</body>
</html>