-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
37 lines (27 loc) · 1.2 KB
/
footer.php
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
<footer class="page-footer font-small mdb-color pt-4" >
<div style="background-color: #343a40; color : white; font-size: 16px;">
<div class="container text-center text-md-left">
<div class="row text-center text-md-left mt-4 pb-4">
<div class="col-md-4 col-lg-4 col-xl-4 mx-auto mt-4">
<h6 class="text-uppercase mb-4 font-weight-bold" style="font-size:20px ;">RailConnect: Your Gateway to Unforgettable Journeys</h6>
<p >At RailConnect, we believe that every journey holds the promise of adventure, discovery, and unforgettable memories. With our commitment to excellence, we strive to provide you with a seamless and delightful travel experience from start to finish.</p>
</div>
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mt-3">
<h6 class="text-uppercase mb-4 font-weight-bold" style="font-size:20px;">Useful links</h6>
<p>
<a href="register.php" style="font-size:18px; color:#007bff" >Register</a>
</p>
<p>
<a href="pnr.php" style="font-size:18px; color:#007bff">PNR Enquiry</a>
</p>
<p>
<a href="train_stas.php" style="font-size:18px; color:#007bff" >Train Status</a>
</p>
</div>
</div>
<br>
<br>
</div>
</div>
</div>
</footer>