-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
78 lines (55 loc) · 2.11 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
<!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">
<title>Pawan Travels | Now Online!</title>
<link rel="stylesheet" href="./styles.css">
<script src="https://kit.fontawesome.com/3dd9af35f9.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="top">
<div id="cloud" class="img"><img src="./Cloud - 640x416.png" alt=""></div>
<header>
<nav>
<ul id='ul'>
<li><a href="https://knixk.github.io/Pawan-Travels/">Home</a></li>
<li><a href="https://knixk.github.io/Pawan-Travels/contact.html">Contact</a></li>
<li><a href="https://knixk.github.io/Pawan-Travels/about.html">About</a></li>
</ul>
</nav>
<div class="logo">Pawan Travels</div>
</header>
<div class="container">
<div class="one-liner">
We make your <span id="text">travel</span> easy.
</div>
</div>
<div class="grass">
<img src="./Grass Surface - 1280x204.png" alt="grass" id="grass">
</div>
</div>
<div class="column">
<section class="section1">
<h2>All kinds of vehicles and buses are availabe.</h2>
<div class="showcase">
<img class="img" src="./img/traveller.jpg" alt="">
</div>
<p>Sedans, Traveller, Hatchbacks and more..</p>
</section>
<section>
<h2>We are working in Indore.</h2>
<p>Under 30 minutes, you can avail our services easily.</p>
</section>
<div class="box">
<a href="https://knixk.github.io/Pawan-Travels/contact.html" class="btn">Book Now</a>
</div>
</div>
<footer>
For booking call 8889129090
<p class="small">Copyright 2022 Ⓒ Pawan Travels</p>
</footer>
<script src="./script.js"></script>
</body>
</html>