-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
95 lines (86 loc) · 3.47 KB
/
about.php
File metadata and controls
95 lines (86 loc) · 3.47 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<html>
<head>
<title>template</title>
<link rel="stylesheet" type="text/css" href="mainpage2.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">
.address{text-align: center;}
.para{margin-right: 40%;}
.column {
float: right;
width: 50%;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
</style>
</head>
<body >
<div>
<nav class="floating-head">
<img src="delhi-metro-logo-6351.png" align= "left" width=100px height=100px>
<img src="helpline1.png" width=200px height=100px align="right">
<font style="font-size:250%; color:black;font-family: caviar;text-align: left;padding: 10px">DELHI BUS CORPORATION</font><br>
<font style="font-size:100%; color:black;font-family: caviar-light; text-align: left;padding: 10px">(An Joint Venture Of Govt. Of NCT DELHI and JIIT)</font>
</nav>
</div>
<div class="tab">
<nav>
<ul>
<li><a class="active" href="mainpage2.php">HOME</a></li>
<li><a href="about.php">ABOUT US</a></li>
<li><a href="adminlogin.php">Admin login</a></li>
<li><a href="contact.php">CONTACT</a></li>
<li><a href="login.php">User Login</a></li>
</ul>
</nav>
</div>
<br>
<font style="color:white;font-family: caviar;">
<font style="text-align: center;font-size:150%;"><h1>THE STORY OF US</h1></font>
<font style="text-align: left;font-size:150%;"><br><br>
<p class="para"> We are a close team of creative professionals . We are passionate about partnering with good people and organizations to provide exceptional services.</p><br>
<br>
<br>
<address>
<h1 class="address">'We Provide Comfort To Your Travel experience!'<h1>
</address>
<div>
<img class="mySlides" src="11.jpg" width=100% height="100%">
<img class="mySlides" src="21.jpg" width=100% height="100%">
<img class="mySlides" src="31.jpg" width=100% height="100%">
<img class="mySlides" src="41.jpg" width=100% height="100%">
<img class="mySlides" src="51.jpg" width=100% height="100%">
</div><br>
<script>
var myIndex = 0;
carousel();
function carousel() {
var i;
var x = document.getElementsByClassName("mySlides");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
myIndex++;
if (myIndex > x.length) {myIndex = 1}
x[myIndex-1].style.display = "block";
setTimeout(carousel, 5000); // Change image every 2 seconds
}
</script>
<h2>WHAT WE DO?</h2>
<p class="para"><cite>We ,The Delhi Bus Corporation a joint venture of Delhi NCT govt and JIIT, provide bus transportation service in DELHI.We also provides jobs for the post of Conductor and Driver for our Buses.</cite></p>
<img src="11.jpg" align="left" width="700px" height="350px"><p><h2>WHY WE DO IT?</h2><br><p>To provide a comfortable and secure journey to our every passenger.</p></p>
<br><br>
<div ><br><br><br><br><h2>          <u> OUR STANDARDS</u></h2>
<p>1.Make it Better                    2.Keep it Reasonable<br>
3.People Over Profits               4.Keep it Simple<br>
5.Never cheat                     6.Quality Over Quantity<br>
7.Work to Live                     8.open to user
</p></div>
<br><br><br>
<font style="text-align: center;"><address><h1>Our core standards serve as the foundation of behaviors that drive us.<h1></address></font>
</body>
</html>