-
Notifications
You must be signed in to change notification settings - Fork 5
/
home.html
98 lines (84 loc) · 5.48 KB
/
home.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
<!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>Tour&Tourism</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="hyperlink.css">
</head>
<body>
<center>
<header class="header">
<pre><font face="Comic sans MS" color="blue"><h1><img src="icon.jpeg" alt="icon for tour" width="50px" height="50px"OURI>TOUR & TOURISM</h1></font></pre>
</header>
</center>
<font size="5">
<div style="overflow:auto">
<nav style="background-color: rgb(58, 57, 57); padding: 2px; color: rgb(255, 255, 255);">
<pre> <a href="" class="nav1" style="color:white ; text-decoration: none;">Home</a> <a class="nav2" href="destination.html" style="color:white; text-decoration: none">Destination & Package</a> <a class="nav3" href="booking.html" target="_blank" style="color:white; text-decoration: none">Bookings</a> <a href="review.html" class="nav4"style="color:white; text-decoration: none">Reviews</a> <a class="nav5" href="about.html" style="color:white; text-decoration: none">About us</a> </pre>
</nav>
</div>
</font>
<u><h2>Top Trending Indian Tour Destination</h2></u>
<pre><iframe width="20%" src="https://www.youtube.com/embed/vOM2TjbJT9g" title="kashmir Tour" frameborder="1" allow="accelerometer;
autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> <iframe width="20%" height="10%" src="https://www.youtube.com/embed/usXEJ39uT2w" title="YouTube video player" frameborder="0" allow="accelerometer;
autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> <iframe width="20%" height="10%" src="https://www.youtube.com/embed/VElW8XrBz84" title="YouTube video player" frameborder="0" allow="accelerometer;
autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> <iframe width="20%" height="10%" src="https://www.youtube.com/embed/duZo4ZKi1vI" title="YouTube video player" frameborder="0" allow="accelerometer;
autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</pre>
<u>
<h2>Top Trending International Tour Destination</h2>
</u>
<pre><a href=#><img src="https://thumbs.dreamstime.com/b/beautiful-london-photo-collage-most-famous-landmark-riverside-thames-river-uk-171372340.jpg" width="20%" alt="united kingdom" style="border:5px solid black"></a><a href=#> <img src="https://thumbs.dreamstime.com/z/collage-thailand-images-thai-travel-tourism-concept-design-47509043.jpg" width="20%" height="230px" alt="united kingdom" style="border:5px solid black"></a><a href=#> <img src="https://media.istockphoto.com/photos/collage-of-photos-of-sights-of-budapest-hungary-picture-id1130975818" width="20%" alt="united kingdom" style="border:5px solid black"></a><a href=#> <img src="https://image.shutterstock.com/image-photo/new-zealand-landmarks-travel-photo-600w-307956044.jpg" width="20%" height="230px" alt="united kingdom" style="border:5px solid black"></a></pre>
<p><i>(Click the images to view more)</i></p>
<u><h2>Pilgrimage packages<font size="3">(Also available)</font></h2></u>
<div style="background-color: rgb(248, 194, 124); width:20% ;font-size: 20px; padding:4px;">
<ul>
<a href="" style="text-decoration: none; color:rgb(17, 14, 14);">
<li>River Ganga</li>
</a>
<a href="" style="text-decoration: none; color:rgb(17, 14, 14)">
<li>Vaishno Devi Temple</li>
</a>
<a href="" style="text-decoration: none; color:rgb(17, 14, 14)">
<li>Rameswaram</li>
</a>
<a href=" " style="text-decoration: none; color:rgb(17, 14, 14);">
<li>Mathura</li>
</a>
<a href=" " style="text-decoration: none; color:rgb(17, 14, 14) ">
<li>Puri... <a href="#">for more</a></li>
</a>
</ul>
</div>
<img src="pilgrimage.jpg" alt="image of pilrimage" style=" height:20%; width: 15%; margin-left: 21%; margin-top: -150px;">
<br>For booking tickets
<font color="blue " face="Times New Roman " size="3 "><a href=#>Click here</a></font>
<div>
<h2>Travelling Ways</h2>
<ul>
<a href="" title="airlines" style="color:rgb(88, 10, 85) ; text-decoration: none;">
<li>Airlines</li>
</a>
<a href="" title="railways" style="color:rgb(88, 10, 85) ; text-decoration: none;">
<li>Railways</li>
</a>
<a href="" title="waterways" style="color:rgb(88, 10, 85) ; text-decoration: none;">
<li>Waterways</li>
</a>
<a href="" title="roadways" style="color:rgb(88, 10, 85) ; text-decoration: none;">
<li>By Road</li>
</a>
</ul>
</div>
<font>
<footer style="background-color: rgb(8, 8, 8); width:100%; padding: 2px; color: rgb(202, 188, 188); ">
<p>Contact us- +91-9000265123</p>
<p>e-mail- [email protected]</p>
<p>feedback-<a href=#>[email protected]</a></p>
</footer>
</font>
</body>
</html>