Advertisement
Guest User

Untitled

a guest
Jan 19th, 2020
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Bootstrap Example</title>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
  8. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
  9. <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
  10. <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
  11. <style type="text/css">
  12. .space-fix{
  13. margin-top: 0.2in; margin-bottom: 0.27in; line-height: 150%}
  14. </style>
  15. </head>
  16. <body>
  17.  
  18. <div class="container" text-align="center">
  19.  
  20. <h2 class="text-center" style="margin-top: 40px;"><u>Cancellation Policy</u></h2>
  21.  
  22. <ul>
  23. <li><p class="space-fix">Rides can be cancelled any time without credits being deducted until <b>180 minutes</b> prior to the scheduled ride time. </p></li>
  24. <li><p class="space-fix">Ride cancellation within <b>180 minutes</b> prior to the scheduled ride time will be subject to credit deduction equivalent to <b>50%</b> of the ride fare. </p></li>
  25. <li><p class="space-fix">Ride cancellation in the last <b>30 minutes</b> from the trip schedule will not be allowed and any individual failing to take the ride will be charged the entire ride fare.</p></li>
  26. <li><p class="space-fix">If Shuttle is late for more than <b>20 minutes</b> and if for that reason any individual cancels her ride, Team Shuttle will investigate the issue and reimburse the credits deducted within the next <b>48 hours</b>. In such cases, Shuttlers are requested to inform Team Shuttle immediately by calling the hotline <b>09638888868</b></p></li>
  27. </ul>
  28. </div>
  29. </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement