1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < title > Destination</ title >
6+ </ head >
7+ < body >
8+
9+ < div class ="navbar pb-10 ">
10+ < nav class ="bg-[#227B94] text-xl flex pl-50 gap-x-5 ">
11+ < a class ="bg-[#16325B] border-b-1 " href =""> Home </ a >
12+ < a class ="bg-[#16325B] border-b-1 " href =""> Explore </ a >
13+ < a class ="bg-[#16325B] border-b-1 " href =""> Sign up </ a >
14+ </ nav >
15+ </ div >
16+
17+ < div class ="title flex justify-between items-center pl-10 ">
18+ < h1 class = "bg-[#227B94] text-[#FFDC7F] px-5 py-5 w-fit rounded-2xl "> Burano and Murano Boat Tour </ h1 >
19+ < img src ="/images/logo-placeholder-image.png " alt ="logo-placeholder " width ="265 " height ="265 ">
20+ </ div >
21+
22+ < p class ="text-left pl-10 mb-5 "> A four-hour morning boat trip with lace-making and glass-blowing demonstrations </ p >
23+
24+ < div class ="listing flex justify-between items-center pl-10 rounded-2xl text-2xl ">
25+
26+ < img src ="/images/boat_tour.jpg " alt ="boat " width ="900 " height ="500 " class ="rounded-2xl mb-5 ">
27+
28+ < div class ="info text-left border-5 border-[#227B94] rounded-2xl px-5 py-5 ml-5 ">
29+ < p class ="text-[#FFDC7F] py-5 font-bold "> Description: </ p >
30+
31+ < p > On this morning boat tour, you’ll get to sail into the Venetian Lagoon and see two beautiful
32+ islands in just four hours – Burano and Murano. During the boat ride, you’ll hear about the
33+ history of the islands through onboard guide commentary. Then, once you get to Murano, you’ll
34+ learn about its glass-making tradition and you’ll be able to experience a glassblowing
35+ demonstration. Similarly, in Burano, you’ll learn about another type of local craftsmanship
36+ – lace-making. You’ll be able to stop and watch a lace-making workshop before your tour
37+ finishes and you head back to shore.
38+ </ p >
39+ </ div >
40+ </ div >
41+
42+ </ body >
43+ </ html >
0 commit comments