|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | + <head> |
| 4 | + <title>Railway Ticket Booking</title> |
| 5 | + <link rel="stylesheet" href="index.css"/> |
| 6 | + |
| 7 | + </head> |
| 8 | + |
| 9 | + <body> |
| 10 | + |
| 11 | + <div class="main"> |
| 12 | + <h1 class="head">Railway Ticket reservation system</h1> |
| 13 | + <div class="navigation"> <!-- abhinandan--> |
| 14 | + <ul> |
| 15 | + <li><a href="index.html" id="onlink">HOME</a></li> |
| 16 | + <li><a href="meal.html">MEALS</a></li> |
| 17 | + <li><a href="holiday.html">H PACKAGES</a></li> |
| 18 | + <li><a href="service.html">SERVICE</a></li> |
| 19 | + <li><a href="contact.html">CONTACT US</a></li> |
| 20 | + </ul> |
| 21 | + |
| 22 | + </div> |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + <div class="booking"> |
| 27 | + <section> |
| 28 | + |
| 29 | + <h2 class="head1">Book</h2> |
| 30 | + <h2 class="head2">Your</h2> |
| 31 | + <h2 class="head3">Tickets</h2> |
| 32 | + <h2 class="head4">Here</h2> |
| 33 | + |
| 34 | + <form><!-- abhinandan--> |
| 35 | + <ul> |
| 36 | + <b class="fsize"> From  <input type="text" placeholder="From [STN Code]"> </b> <br> <br> |
| 37 | + <b class="fsize"> To  <input type="text" placeholder="To [STN Code]"> </b> <br> <br> |
| 38 | + <b class="fsize"> Date <input type="Date" placeholder="dd-mm-yy"> </b> <br> <br> |
| 39 | + <label class="fsize"><strong> Class </strong> </label> |
| 40 | + <select id="class" name="class"> |
| 41 | + <option value="select">SELECT</option> |
| 42 | + <option value="1AC">1AC</option> |
| 43 | + <option value="2AC">2AC</option> |
| 44 | + <option value="3AC">3AC</option> |
| 45 | + <option value="Sleeper">Sleeper</option> |
| 46 | + <option value="Chair">Chair</option> <br> |
| 47 | + </select> |
| 48 | + |
| 49 | + </ul> |
| 50 | + </form> |
| 51 | + |
| 52 | + <button class="submit" type="button" onclick="trainB()">Find Trains </button> |
| 53 | + |
| 54 | + <div class="form-popup" id="bookTrain"> |
| 55 | + <div class="popup"> |
| 56 | + <h1>Due to Covid19 all trains are currently cancelled</h1> <br> |
| 57 | + <h2>#stayhome</h2> |
| 58 | + <h2>#staysafe</h2> |
| 59 | + <button type="button" class="hide" onclick="trainC()">Close</button> |
| 60 | + </div> </div> |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + </section> |
| 66 | + |
| 67 | + </div><!-- abhinandan--> |
| 68 | + |
| 69 | + <img class="img" src="img\home.jpg" alt="train" width="500" height="350" align="center" /> |
| 70 | + |
| 71 | + <h1 class="holiday">HOLIDAYS</h1> |
| 72 | + |
| 73 | + <img class="imgs" src="img\taj.jpg" alt="Taj Mahal"/> |
| 74 | + <img class="imgs" src="img\temple.jpg" alt="Golden Temple"/> |
| 75 | + <img class="imgs" src="img\tower.jpg" alt="Eiffel Tower"/> |
| 76 | + |
| 77 | + </div> |
| 78 | + <script src="main.js"></script> |
| 79 | + </body> |
| 80 | +</html> |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
0 commit comments