-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathticket.html
142 lines (128 loc) · 6.65 KB
/
ticket.html
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>PNR Status</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="ticket.css">
</head>
<body class="relative">
<nav class="relative">
<div class="navbar ">
<div class="nav-items">
<img class="logo" src="img/logo.png" alt="app-logo" height="75px">
<a class="item" href="">Check Status</a>
<a class="item" href="">Cancel Train</a>
<a class="item" href="">Contact Us</a>
<a class="login-btn btn" href="login.html">Login</a >
<a class="register-btn btn"href="register.html">Register</a>
</div>
</div>
</nav>
<section>
<div class="pnr-container" >
<div class="circle"></div>
<div class="main">
<div class="flex gap-0">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 16 16" class="icon">
<path d="M10.621.515C8.647.02 7.353.02 5.38.515c-.924.23-1.982.766-2.78 1.22C1.566 2.322 1 3.432 1 4.582V13.5A2.5 2.5 0 0 0 3.5 16h9a2.5 2.5 0 0 0 2.5-2.5V4.583c0-1.15-.565-2.26-1.6-2.849-.797-.453-1.855-.988-2.779-1.22ZM6.5 2h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1Zm-2 2h7A1.5 1.5 0 0 1 13 5.5v2A1.5 1.5 0 0 1 11.5 9h-7A1.5 1.5 0 0 1 3 7.5v-2A1.5 1.5 0 0 1 4.5 4Zm.5 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm0 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm8 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-3-1a1 1 0 1 1 0 2 1 1 0 0 1 0-2ZM4 5.5a.5.5 0 0 1 .5-.5h3v3h-3a.5.5 0 0 1-.5-.5v-2ZM8.5 8V5h3a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-3Z"/>
</svg>
<h1 class="pass-title">Train Pass</h1>
</div>
<div class="details">
<div class="flex-column">
<div class="rows">
<div>
<p class="label">PNR ID</p>
<h2 class="value" id="pnr-id">618405311</h2>
</div>
<div>
<p class="label">Date</p>
<h2 class="value" id="date">2023-09-01</h2>
</div>
<div>
<p class="label">TIME</p>
<h2 class="value" id="time">9:00 am</h2>
</div>
</div>
<div class="status-container">
<div class="tofrom">
<div>
<p class="label">Train From</p>
<h2 class="value" id="train-from">CBE</h2>
</div>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/>
</svg>
<div>
<p class="label">Train To</p>
<h2 class="value" id="train-to">CHENNAI</h2>
</div>
</div>
<div class="status">
<p class="label">Ticket Status</p>
<h2 class="value" id="train-status">Successful</h2>
</div>
</div>
</div>
<!-- <div>
<p class="label">username</p>
<h2 class="value">Siva</h2>
</div> -->
</div>
</div>
<div class="image">
</div>
</div>
</section>
<footer>
<div class="footer-container">
<div class="flex">
<div class="flex">
<a class="footer-item">About Us</a>
<svg xmlns="http://www.w3.org/2000/svg" width="4" height="4" fill="currentColor" class="bi bi-circle-fill" viewBox="0 0 16 16">
<circle cx="8" cy="8" r="8"/>
</svg>
</div>
<div class="flex">
<a class="footer-item">Policies</a>
<svg xmlns="http://www.w3.org/2000/svg" width="4" height="4" fill="currentColor" class="bi bi-circle-fill" viewBox="0 0 16 16">
<circle cx="8" cy="8" r="8"/>
</svg>
</div>
<div class="flex">
<a class="footer-item">Customer Care</a>
<svg xmlns="http://www.w3.org/2000/svg" width="4" height="4" fill="currentColor" class="bi bi-circle-fill" viewBox="0 0 16 16">
<circle cx="8" cy="8" r="8"/>
</svg>
</div>
<div class="flex">
<a class="footer-item">Terms & Conditions</a>
<svg xmlns="http://www.w3.org/2000/svg" width="4" height="4" fill="currentColor" class="bi bi-circle-fill" viewBox="0 0 16 16">
<circle cx="8" cy="8" r="8"/>
</svg>
</div>
<div class="flex">
<a class="footer-item">Enquiries</a>
</div>
</div>
</div>
<!-- <div class="copyright">
Copyright © github.com/masif2002
</div> -->
</footer>
<!-- {
"date": "2023-09-01",
"pnr": 618405311,
"ticketstatus": "Successfull",
"time": "9:00 am",
"trainfrom": "CBE",
"trainname": "mgr",
"trainto": "CHENNAI",
"username": "siva"
} -->
<script src="ticket.js" type="module" async defer></script>
</body>
</html>