-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
101 lines (93 loc) · 4.81 KB
/
index.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>INDIGO : BOOK AND MANAGE AIRLINES</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0 ,shrink-to-fit = no">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script>
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat|Ubuntu" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@900&family=Stint+Ultra+Condensed&display=swap" rel="stylesheet">
</head>
<body>
<section class='header'>
<div class="container-fluid">
<nav class="navbar navbar-expand-lg fixed-top">
<a class="navbar-brand" href=""><i class="fa fa-plane" style="font-size:30px "></i> INDIGO</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item ">
<a class="nav-link" href="index.html">HOME</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="login.html">LOGIN</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="register.html">SIGN UP</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="#features">FEATURES</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="aboutus.html">ABOUT</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="#contact-us">CONTACT US</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="admin-login.html">ADMIN</a>
</li>
</ul>
</div>
</nav>
<div class="row main-body">
<div class="col-lg-6 ">
<h1>
<bold>FLY SAFE AND HASSLE FREE WITH INDIGO</bold>
</h1>
</div>
<div class="col-lg-6 ">
<img src="pre2.jpg" alt="fly" style="width:600px;height:400px;"">
</div>
</div>
</div>
</section>
<section class=" quote">
<div class="container-fluid s2">
<p><em><q>Man cannot discover new oceans unless he has the courage to lose sight of the shore</q></em></p>
<p>ANDRE GUIDE</p>
</div>
</section>
<section id='features' class='features'>
<div class="row">
<div class="f col-lg-4">
<i class="fa fa-cc-visa " style="font-size:48px "></i>
<h2>LOW AIR FARE</h2>
<h6>Indigo offers a chance of flying at a low cost</h6>
</div>
<div class="f col-lg-4">
<i class="fa fa-wheelchair " style="font-size:48px "></i>
<h2>HASSLE FREE</h2>
<h6>Indigo offers a hassle free check in experience and pleasant flights</h6>
</div>
<div class="f col-lg-4">
<i class="fa fa-clock-o " style="font-size:48px "></i>
<h2>ON TIME</h2>
<h6>Indigo respects the customers' time and avoids flight delay</h6>
</div>
</div>
</section>
<section id='contact-us' class=contact-us>
<p><i class="fa fa-map-marker icon" style="font-size:36px "></i>Upper Ground Floor, Thapar House, Gate No. 2, Western Wing, 124 Janpath, New Delhi – 110001 India.</p>
<p><i class="fa fa-phone icon" style="font-size:36px "></i>0452-10881088</p>
<p><i class="fa fa-fax icon" style="font-size:36px "></i>0452-10881089</p>
<p><i class="fa fa-envelope icon" style="font-size:36px "></i>[email protected]</p>
</section>
</body>
</html>