Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>Bootstrap</title>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <!-- import bootstrap-->
- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
- <!-- import fontAwesome -->
- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
- <!-- import the webpage's stylesheet -->
- <link rel="stylesheet" href="/style.css">
- <!-- import the webpage's javascript file -->
- <script src="/script.js" defer></script>
- </head>
- <body>
- <!-- ###########################Naviagtion#######################-->
- <nav class="navbar navbar-expand-lg bg-info navbar-dark sticky-top ">
- <a class="navbar-brand" href="#"> <img
- src="https://cdn.glitch.global/d08051ec-2160-4abc-8766-686fccaaf056/Royal_arms_of_England.svg.png?v=1704271931506"
- alt="Logo" style="width:60px;"></a>
- <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
- <span class="navbar-toggler-icon"></span>
- </button>
- <div class="collapse navbar-collapse" id="collapsibleNavbar">
- <ul class="navbar-nav mr-auto">
- <li class="nav-item">
- <a class="nav-link active" href="#">Homepage</a>
- </li>
- <li class="nav-item">
- <a class="nav-link" href="#sights">Sights</a>
- </li>
- <li class="nav-item dropdown">
- <a class="nav-link dropdown-toggle " href="#" id="navbardrop" data-toggle="dropdown">
- London live
- </a>
- <div class="dropdown-menu">
- <a class="dropdown-item" href="https://www.youtube.com/watch?v=R6J2jttryk8" target="_blank">Buckingham Palace</a>
- <a class="dropdown-item" href="https://www.youtube.com/watch?v=r2wBcCIlMGw" target="_blank">London Eye</a>
- <a class="dropdown-item" href="https://www.youtube.com/watch?v=VgRo9SBQW3U" target="_blank">Big Ben</a>
- </div>
- </li>
- <li class="nav-item">
- <a id="link1" class="nav-link" href="#photos">Photos</a>
- </li>
- <li class="nav-item">
- <a class="nav-link" href="#info">Information</a>
- </li>
- </ul>
- </div>
- </nav>
- <!-- ###########################Carousel#######################-->
- <div class="mt-3 container">
- <div class="row">
- <div id="carousel" class="carousel slide" data-ride="carousel">
- <!-- Indicators -->
- <ul class="carousel-indicators">
- <li data-target="#carousel" data-slide-to="0" class="active"></li>
- <li data-target="#carousel" data-slide-to="1"></li>
- <li data-target="#carousel" data-slide-to="2"></li>
- </ul>
- <!-- Photos -->
- <div class="carousel-inner">
- <div class="carousel-item active">
- <img class="img-fluid"
- src="https://cdn.glitch.global/d08051ec-2160-4abc-8766-686fccaaf056/l1.jpg?v=1704275256995"
- alt="img1">
- </div>
- <div class="carousel-item">
- <img class="img-fluid"
- src="https://cdn.glitch.global/d08051ec-2160-4abc-8766-686fccaaf056/l3.jpg?v=1704275261880"
- alt="img2">
- <!-- Captions on the slides -->
- <div class="carousel-caption">
- <h3>London</h3>
- <p>capital of England</p>
- </div>
- </div>
- <div class="carousel-item">
- <img class="img-fluid"
- src="https://cdn.glitch.global/d08051ec-2160-4abc-8766-686fccaaf056/l2.jpg?v=1704275258807"
- alt="img3">
- </div>
- </div>
- <!-- Left and right arrow -->
- <a class="carousel-control-prev" href="#carousel" data-slide="prev">
- <span class="carousel-control-prev-icon"></span>
- </a>
- <a class="carousel-control-next" href="#carousel" data-slide="next">
- <span class="carousel-control-next-icon"></span>
- </a>
- </div>
- </div>
- </div>
- <!-- ###########################Sights#######################-->
- <div class="container">
- <div class="row">
- <div class="col-md-12 text-center">
- <h1 id="sights">Sights <i class=" ml-1 fas fa-archway"></i>
- <hr>
- </h1>
- </div>
- </div>
- <div class="row">
- <div class="col-md-3 col-sm-6">
- <h3>Buckingham Palace</h3>
- <img class="img-fluid img-thumbnail"
- src="https://cdn.glitch.global/d08051ec-2160-4abc-8766-686fccaaf056/buckingham_palace.jpg?v=1704273279986">
- <p>It is the official London residence of British monarchs.</p><button
- type="button" class="btn btn-primary btn-sm" data-toggle="modal" data-target="#sights1">Read more</button>
- </div>
- <div class="col-md-3 col-sm-6">
- <h3>London Eye</h3>
- <img class="img-fluid img-thumbnail"
- src="https://cdn.glitch.global/d08051ec-2160-4abc-8766-686fccaaf056/londnon_eye.jpg?v=1704273293001">
- <p>It is a Ferris wheel with a height of 135 metres. </p>
- <button type="button" class="btn btn-primary btn-sm" data-toggle="modal" data-target="#sights2">Read more</button>
- </div>
- <div class="col-md-3 col-sm-6">
- <h3>Big Ben</h3>
- <img class="img-fluid img-thumbnail"
- src="https://cdn.glitch.global/d08051ec-2160-4abc-8766-686fccaaf056/big_ben.jpg?v=1704273284178">
- <p>The common name for the clock tower of the Elizabeth Tower. </p>
- <button type="button" class="btn btn-primary btn-sm" data-toggle="modal" data-target="#sights3">Read more</button>
- </div>
- <div class="col-md-3 col-sm-6">
- <h3>National Gallery</h3>
- <img class="img-fluid img-thumbnail"
- src="https://cdn.glitch.global/d08051ec-2160-4abc-8766-686fccaaf056/national_gallery.jpg?v=1704274610176">
- <p>An art gallery in London, on the north side of Trafalgar Square.
- </p>
- <button type="button" class="btn btn-primary btn-sm" data-toggle="modal" data-target="#sights4">Read more</button>
- </div>
- </div>
- </div>
- <!-- ########################### Sights --- Read more #######################-->
- <div class="modal fade" id="sights1">
- <div class="modal-dialog modal-dialog-scrollable modal-lg">
- <div class="modal-content">
- <div class="modal-header">
- <h4 class="modal-title">Buckingham Palace</h4>
- <button type="button" class="close" data-dismiss="modal">×</button>
- </div>
- <div class="modal-body">
- <img src="https://cdn.glitch.global/d08051ec-2160-4abc-8766-686fccaaf056/buckingham_palace.jpg?v=1704273279986">
- <p>
- The palace was built in 1703 as a town residence for the Duke of Buckingham, John Sheffield. In 1761 King George III of Great Britain took possession of the palace,
- which was converted into his private residence. Over the next 75 years, the palace was extended several times. There are six hundred chambers in the palace,
- including nineteen representative rooms, over seventy bathrooms and almost two hundred bedrooms.In front of the current king's residence is a memorial to Queen Victoria
- (Victoria Memorial), who designated the palace as a private permanent royal residence. The white marble sculpture was created by Thomas Brock in 1931.
- </p>
- </div>
- <div class="modal-footer">
- <button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
- </div>
- </div>
- </div>
- </div>
- <div class="modal fade" id="sights2">
- <div class="modal-dialog modal-dialog-scrollable modal-lg">
- <div class="modal-content">
- <div class="modal-header">
- <h4 class="modal-title">Lodon Eye</h4>
- <button type="button" class="close" data-dismiss="modal">×</button>
- </div>
- <div class="modal-body">
- <img src="https://cdn.glitch.global/d08051ec-2160-4abc-8766-686fccaaf056/londnon_eye.jpg?v=1704273293001">
- <p>
- Completed in 1999, also known as the Millennium Wheel, an observation wheel (Ferris wheel) located in the London Borough of Lambeth,
- on the south bank of the River Thames between Westminster and Hungerford bridges. It was designed by David Marks, Julia Barfield,
- Malcolm Cook, Mark Sparrowhawk, Steven Chilton and Nic Bailey. The wheel is 135 metres high and takes approximately 30 minutes to fully rotate.
- There are 32 air-conditioned passenger capsules on the wheel.
- The low linear speed of these cabins allows passengers to be picked up and dropped off without stopping the wheel.
- </p>
- </div>
- <div class="modal-footer">
- <button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
- </div>
- </div>
- </div>
- </div>
- <div class="modal fade" id="sights3">
- <div class="modal-dialog modal-dialog-scrollable modal-lg">
- <div class="modal-content">
- <div class="modal-header">
- <h4 class="modal-title">Big Ben</h4>
- <button type="button" class="close" data-dismiss="modal">×</button>
- </div>
- <div class="modal-body">
- <img src="https://cdn.glitch.global/d08051ec-2160-4abc-8766-686fccaaf056/big_ben.jpg?v=1704273284178">
- <p>
- The name originally referred to the bell from St Stephen's Tower, also known as The Clock Tower, part of the Palace of Westminster.
- Today, the name Big Ben often refers to both the bell and the clock, as well as the tower itself. On 12 September 2012,
- the tower was officially named Elizabeth Tower to honour the 60-year reign of Elizabeth II.
- The construction of this neo-Gothic tower was undertaken after a fire on 16 October 1834 consumed much of the Palace.
- Only the 900-year-old Westminster Hall and St Stephen's Chapel have survived.
- </p>
- </div>
- <div class="modal-footer">
- <button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
- </div>
- </div>
- </div>
- </div>
- <div class="modal fade" id="sights4">
- <div class="modal-dialog modal-dialog-scrollable modal-lg">
- <div class="modal-content">
- <div class="modal-header">
- <h4 class="modal-title">National Gallery</h4>
- <button type="button" class="close" data-dismiss="modal">×</button>
- </div>
- <div class="modal-body">
- <img src="https://cdn.glitch.global/d08051ec-2160-4abc-8766-686fccaaf056/national_gallery.jpg?v=1704274610176">
- <p>
- An art gallery in London, on the north side of Trafalgar Square. It is a state gallery,
- displaying a collection of 2,300 paintings, mainly Western European, from 1250-1900,
- including a collection of paintings by the famous French Impressionists and Vincent van Gogh.
- It is generally open to the public free of charge, with an admission charge for occasional exhibitions.
- </p>
- </div>
- <div class="modal-footer">
- <button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
- </div>
- </div>
- </div>
- </div>
- <!-- ###########################Photos#######################-->
- <div class="container" id="photos">
- <div class="row text-center">
- <div class="col-12">
- <h1>
- Photos<i class=" ml-1 fas fa-images"></i>
- <hr>
- </h1>
- </div>
- </div>
- <div class="row">
- <div class="col-md-6 col-lg-3">
- <a href="#" class="thumbnail" data-toggle="modal" data-target="#img1">
- <img class="img-fluid photos "
- src="https://cdn.glitch.global/d08051ec-2160-4abc-8766-686fccaaf056/img1.jpg?v=1704274945530">
- </a>
- </div>
- <div class="col-md-6 col-lg-3">
- <img class="img-fluid photos"
- src="https://cdn.glitch.global/d08051ec-2160-4abc-8766-686fccaaf056/img3.jpg?v=1704274947203">
- </div>
- <div class="col-md-6 col-lg-3">
- <img class="img-fluid photos"
- src="https://cdn.glitch.global/d08051ec-2160-4abc-8766-686fccaaf056/img4.jpeg?v=1704274950512">
- </div>
- <div class="col-md-6 col-lg-3">
- <img class="img-fluid photos"
- src="https://cdn.glitch.global/d08051ec-2160-4abc-8766-686fccaaf056/big_ben.jpg?v=1704273284178">
- </div>
- </div>
- </div>
- <!-- ###########################Photos ------modal windows#######################-->
- <!-- The Modal -->
- <div class="modal fade" id="img1">
- <div class="modal-dialog">
- <div class="modal-content">
- <!-- Modal Header -->
- <div class="modal-header">
- <h4 class="modal-title">Big Ben</h4>
- <button type="button" class="close" data-dismiss="modal">×</button>
- </div>
- <!-- Modal body -->
- <div class="modal-body">
- <img class="img-fluid"
- src="https://cdn.glitch.global/d08051ec-2160-4abc-8766-686fccaaf056/img1.jpg?v=1704274945530">
- </div>
- </div>
- </div>
- </div>
- <!-- ###########################Info#######################-->
- <div class="container">
- <div class="row">
- <div class="col-md-12 text-center">
- <h1 id="info">Information<i class="ml-1 fas fa-info-circle"></i>
- <hr>
- </h1>
- </div>
- </div>
- <div id="accordion">
- <div class="card ">
- <div class="card-header">
- <a class="card-link" data-toggle="collapse" href="#collapseOne">
- Free parking
- </a>
- </div>
- <div id="collapseOne" class="collapse show" data-parent="#accordion">
- <div class="card-body">
- <div class="row">
- <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2482.1266683167114!2d-0.12460432311995842!3d51.529236509107605!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x48761bf30cc32bc3%3A0xcc3c78e935384ac3!2sParking%20Argyle%20Square!5e0!3m2!1spl!2spl!4v1704276455645!5m2!1spl!2spl"
- width="600" height="400" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
- <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
- <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
- </body>
- </html>
- <!-- ########################### CSS #######################-->
- li{
- font-size:24px;}
- h1{
- margin:70px 0px 70px 0px;
- }
- .photos{
- border-radius:5px;
- margin-bottom:10px;
- }
- .photos:hover{
- opacity:0.8;
- }
Add Comment
Please, Sign In to add comment