-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout_section.php
71 lines (55 loc) · 2.97 KB
/
about_section.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
60
61
62
63
64
65
66
67
68
69
70
71
<?php
include"nav.php";
?>
<!DOCTYPE html>
<html>
<head>
<title>about_us</title>
</head>
<body>
<section id="about">
<div class="col-md-4 col-sm-4 alert-success" style="position:relative; line-width:100px;text-align:centre;width:100%;">
<h4 style="text-align:center;">Who We Are ?</h4>
<p>Kayak can also help you bite the bullet and buy your ticket, or not, with its "price predictor," which forecasts whether fares will go up or down. Enter your desired itinerary and the site will return a list of flight options, along with a recommendation to either buy now or wait for a fare drop. But the tool is not omniscient. Predictions appear with confidence rates and are limited to certain cities, round-trip, coach flights and specific time frames depending on your departure and arrival cities.</p>
</div>
<div class="container">
<div class="row text-center">
<div class="text-center">
<div class="col-md-4 col-sm-4 ">
<img class="img-circle" src="assets/img/contact3.jpg" alt="josu jacob" style="position:relative; height:150px;">
<h3><strong>Josu Jacob</strong> </h3>
<p>
Jamia Hamdard University.
fourth Year (cse).
</p>
</div>
<div class="col-md-4 col-sm-4 ">
<img class="img-circle" src="assets/img/contact2.jpg" alt="jerin thomas" style="position:relative; height:150px;">
<h3><strong>Jerin Thomas</strong> </h3>
<p>
Jamia Hamdard University.
fourth Year (cse).
</p>
</div>
<div class="col-md-4 col-sm-4 ">
<img class="img-circle" src="assets/img/contact1.jpg" alt="safin chowdhury" style="position:relative; height:150px;">
<h3><strong>Safin Chowdhury</strong> </h3>
<p>
Jamia Hamdard University.
fourth Year (cse).
</p>
</div>
</div>
</div>
</div>
</section>
<!--END ABOUT SECTION-->
<div class="container">
<div class="row text-center">
<span class="line-sep ">
----------X------------X----------X-------------
</span>
</div>
</div>
</body>
</html>