-
Notifications
You must be signed in to change notification settings - Fork 0
/
information.html
117 lines (113 loc) · 4.85 KB
/
information.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!doctype html>
<html class="no-js" lang="en">
<head>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,600,600italic,700,700italic,300italic' rel='stylesheet' type='text/css'>
<meta charset="utf-8">
<title>Information</title>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="css/font-awesome.min.css" rel="stylesheet" media="screen" >
</head>
<body>
<header>
<div class="container">
<div class="navbar">
<div class="navbar-inner"> <a class="brand" href="index.html"> <img src="img/bluesky_logo.png" width="90" height="90" alt="optional logo"> <span class="logo_title">Blue<strong>Sky</strong></span> <span class="logo_subtitle">airlane for everyone</span> </a> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"><span class="nb_left pull-left"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span></span> <span class="nb_right pull-right">menu</span> </a>
<div class="nav-collapse collapse">
<ul class="nav pull-right">
<li><a href="index.html">AirLine</a></li>
<li class="active"><a href="information.html">Information</a></li>
<li><a href="service.html">Services</a></li>
<li><a href="booking.html">Booking</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
<div id="sign"><a href="register.html"><i class="icon icon-user"></i>Register/Sign in</a></div>
</div>
</header>
<div id="main">
<div class="container">
<section class="call_to_action1">
<h3>Information Stuff</h3>
<h4>Have we can help you ?</h4>
</section>
<section id="features_teasers_wrapper1">
<div class="row">
<div class="span12 feature_teaser"> <style> i { padding-left: 100px; }</style>
<div style="font-size: 70px; color:#188bb1">
<i class="icon icon-info-sign"></i> <style> i { white-space: normal; }</style><i class="icon-search"></i> <style> i { white-space: normal; }</style><i class="icon icon-calendar"></i> <i class="icon icon-time"></i> <style> i { white-space: normal; }</style><i class="icon-globe"></i> <style> i { white-space: normal; }</style><i class="icon icon-thumbs-up"></i>
</div>
<h3>Find a fly</h3>
<p>With the user-friendly interface finding destinations is easy for everyone. Also displays information about available rebates.
</p>
</div>
</div>
</section>
<hr>
<section id="footer">
<div class="container">
<div class="row">
<div class="span3">
<h3>About Company</h3>
<ul>
<ul>
<li><a href="#">History of BlueSky</a></li>
<li><a href="#">News</a></li>
<li><a href="#">Careers</a></li>
</ul>
</ul>
</div>
<div class="span3">
<h3>Information Centrum</h3>
<ul>
<ul>
<li><a href="#">F.A.Q.</a></li>
<li><a href="#">Advertise with BlueSky</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Site Map</a></li>
</ul>
</ul>
</div>
<div class="span3">
<h3>Own Flights Board</h3>
<ul>
<ul>
<li><a href="#">OnLine Check-In</a></li>
<li><a href="#">Manage My Booking</a></li>
<li><a href="#">Flight Info</a></li>
<li><a href="#">Timetables</a></li>
</ul>
</ul>
</div>
<div class="span3">
<h3>Destination Flights</h3>
<ul>
<ul>
<li><a href="#">Browse by country</a></li>
<li><a href="#">Browse by city</a></li>
<li><a href="#">Browse by airport</a></li>
</ul>
</ul>
</div>
</div>
</div>
</section>
<hr>
<section id="copyright">
<div class="container">
<div class="row">
<p class="aligncenter" > BlueSky © All Rights Reserved </p>
</div>
</div>
</section>
</div>
</div>
<script src="js/jquery-latest.min.js"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<script src="js/modernizr.custom.js" type="text/javascript"></script>
<script src="js/easing.js" type="text/javascript"></script>
</body>
</html>