-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
79 lines (60 loc) · 2.91 KB
/
about.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
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="en">
<head>
<title>About</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark ftco_navbar bg-dark ftco-navbar-light" id="ftco-navbar">
<div class="container">
<a class="navbar-brand" href="index.html"><font size ="24" face="Ink Free">SMART TRIP</font></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#ftco-nav" aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="oi oi-menu"></span> Menu
</button>
<div class="collapse navbar-collapse" id="ftco-nav">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a href="main.html" class="nav-link">Home</a></li>
<li class="nav-item active"><a href="about.html" class="nav-link">About</a></li>
<li class="nav-item"><a href="places.html" class="nav-link">Places</a></li>
<li class="nav-item"><a href="contact.html" class="nav-link">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- END nav -->
<div class="hero-wrap js-fullheight" style="background-image: url('images/bg_1.jpg');">
<div class="overlay"></div>
<div class="container">
<div class="row no-gutters slider-text js-fullheight align-items-center justify-content-center" data-scrollax-parent="true">
<div class="col-md-9 text-center ftco-animate" data-scrollax=" properties: { translateY: '70%' }">
<p class="breadcrumbs" data-scrollax="properties: { translateY: '30%', opacity: 1.6 }"><span class="mr-2"><a href="index.html">Home</a></span> <span>Blog</span></p>
<h1 class="mb-3 bread" data-scrollax="properties: { translateY: '30%', opacity: 1.6 }">Contact</h1>
</div>
</div>
</div>
</div>
<p><font size="24">Who We Are ??</font></center></p>
</div>
<div class="col-md-3">
<p><center>We are a team of IIT roorkee of 4 members trying to make travel easier according to your priority
of travelling .</p>
</div>
<p><font size="24">What Do We Offer ??</font></center></p>
</div>
<div class="col-md-3">
<p><center>We offer you shortest path out of various path for going from one location to other by optimisation
and using algorithms by choosing your priorty of time or fare .
<br>
<center>We offer you tickets as well as hotels .
</p>
</div>
<p><font size="24">How We Are Unique ??</font></center></p>
</div>
<div class="col-md-3">
<p><center>We are only site which choose shortest path out of various paths.
<br>
<center>We offer you tickets in optimised rates.
</p>
</div>
</body>
</html>