-
Notifications
You must be signed in to change notification settings - Fork 0
/
Kyoto.html
69 lines (69 loc) · 2.92 KB
/
Kyoto.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kyoto - Lucy Travels</title>
<link rel="stylesheet" href="style1.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="index.html">Destinations</a></li>
<li><a href="index.html">Contact Us</a></li>
</ul>
</nav>
</header>
<main>
<section id="destination">
<h1>Kyoto</h1>
<img src="https://images.pexels.com/photos/1673978/pexels-photo-1673978.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2" alt="Kyoto">
<h2>Overview</h2>
<p>An enchanting city of timeless beauty, where majestic temples, serene gardens, and rich cultural traditions create a mesmerizing atmosphere that captures the essence of Japan's heritage.</p>
<h2>Price Packages</h2>
<ul>
<li>3-day package - $800 per person</li>
<li>5-day package - $1,500 per person</li>
<li>7-day package - $2,000 per person</li>
</ul>
<section id="facilities">
<h2>Facilities</h2>
<ul>
<li>
<img src="https://images.pexels.com/photos/6249515/pexels-photo-6249515.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2" alt="Traditional Japanese Gardens">
<h3>Traditional Japanese gardens</h3>
<p>Experience the tranquility of meticulously designed traditional Japanese gardens.</p>
</li>
<li>
<img src="https://images.pexels.com/photos/161401/fushimi-inari-taisha-shrine-kyoto-japan-temple-161401.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2" alt="Historic Temples and Shrines">
<h3>Historic temples and shrines</h3>
<p>Explore the rich cultural heritage of Kyoto through its numerous historic temples and shrines.</p>
</li>
<li>
<img src="https://images.pexels.com/photos/14872561/pexels-photo-14872561.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2" alt="Traditional Tea Ceremony">
<h3>Traditional tea ceremony</h3>
<p>Participate in a traditional Japanese tea ceremony and learn about the art of tea preparation.</p>
</li>
<li>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTKjX-6PnThmYO8bGlvNCkUJu_Vq7WAsayMLQ&usqp=CAU" alt="Traditional Cuisine">
<h3>Traditional cuisine</h3>
<p>Savor the flavors of Kyoto with its famous traditional dishes and culinary delights.</p>
</li>
<li>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ_HJ_0Psc6I2kmm3doFUt3a44Q1xncFjek9g&usqp=CAU" alt="Geisha Culture">
<h3>Geisha culture</h3>
<p>Witness the elegance and grace of Kyoto's geisha culture in the historic Gion district.</p>
</li>
</ul>
</section>
<h2>Availability</h2>
<p>Book now for travel between July and December 2023.</p>
</section>
</main>
<footer>
<p>© 2023 Travel Agency. All rights reserved.</p>
</footer>
</body>
</html>