-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.html
77 lines (64 loc) · 2.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="Index.css">
<script src="index.js"></script>
<title>Travel Wings</title>
</head>
<body>
<div class="bk">
<img class="img" src="/AirlineSite/Images/travelwings-logo.svg" width="200px">
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#Services">Services</a></li>
</ul>
</nav>
<div class="Content">
<p class="A" >Travel Wings</p>
<a href="#" class="B">Explore</a>
</div>
</div>
<section id="about">
<div class="images">
<img class="img2" src="/AirlineSite/Images/stewardess_4.jpg" width="30%">
<div class="about-Text">
<h2 id="about-me" >About US</h2>
<h5><u>Airplane</u> & <span>AirLineWays</span></h5>
<p class="P" >How do they do it? Websites such as BudgetAir and CheapTickets are “consolidators” – essentially a wholesaler of airline tickets. They buy big blocks of tickets at a discounted price, which they then resell. This “volume pricing” is how they can offer a lower price than the airlines</p>
<button type="button">Let's Talk</button>
</div>
</div>
</section>
<section id="Services">
<h2 id="about-me" ><u>What we Offer</u></h2>
<p class="Pq" >How do they do it? Websites such as BudgetAir and CheapTickets are “consolidators” – essentially a wholesaler of airline tickets. They buy big blocks of tickets at a discounted price, which they then resell. This “volume pricing” is how they can offer a lower price than the airlines</p>
</section>
<h2>Airline<span>Ways</span></h2>
<div id="Form-field">
<h3 class="C" >Create an Account</h3>
<p id="P">To sign Up Use Your Name and Email</p>
<form action="">
<div id="Form">
<input type="text" id="Name" onfocus="hoveronme(this) placeholder=" John Havard" required>
</div>
<div id="Form">
<input type="email" id="email" onfocus="hoveronme(this)" placeholder=" [email protected]" required>
</div>
<div id="Form">
<input type="password" id="email" onfocus="hoveronme(this) placeholder=" Password" required>
</div>
<input type="submit" class="submit" value="Sign up">
</form>
</div>
<footer>
<p class="CP" >Copywright © AirLineWays
All rights Reserved
</p>
</footer>
</body>
</html>