-
Notifications
You must be signed in to change notification settings - Fork 0
/
FinalProject.html
415 lines (368 loc) · 13.9 KB
/
FinalProject.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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
<!--Tikaram Mahto-->
<!DOCTYPE html>
<html lang="en">
<!--creater name: TIKARAM MAHTO, WEBSITE: https://tikarammahto.wordpress.com/-->
<head>
<meta charset="UTF-8">
<meta name="keywords" content="Titanic, A glance at Titanic's first and last voyage | Tikaram Gallery, Titanic at glance, Titanic, Titanic Ship, Titanic by Tikaram Mahto,">
<meta name="description" content="The titanic institution offers the complete step by step knowledge of sincking the titanic.">
<meta name="author" content="Mr. Tikaram Mahto">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--Bootstrap CDN online link source.-->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<!--Bootstrap offline source source.-->
<link rel="stylesheet" href="bootstrap\css\bootstrap.min.css">
<title>A glance at Titanic's| </title>
<!--Internal CSS source.-->
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
header {
background-color: #333;
color: #fff;
padding: 10px;
}
nav ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
nav ul li {
float: left;
}
nav ul li a {
display: block;
color: #fff;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
main {
padding: 20px;
}
h1 {
font-size: 28px;
}
h2 {
font-size: 24px;
}
h3 {
font-size: 20px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 14px;
}
form {
margin-top: 20px;
}
input[type="text"],
input[type="password"],
textarea {
padding: 5px;
width: 200px;
margin-bottom: 10px;
}
input[type="submit"] {
background-color: #333;
color: #fff;
padding: 5px 10px;
border: none;
cursor: pointer;
}
footer {
background-color: #333;
color: #fff;
padding: 10px;
text-align: center;
}
.logo {
display: block;
margin: 20px auto;
max-width: 200px;
}
.social-media-links {
margin-top: 20px;
text-align: center;
}
.social-media-links a {
margin: 0 10px;
color: #fff;
text-decoration: none;
}
#go-to-top {
position: fixed;
bottom: 20px;
right: 20px;
background-color: #333;
color: #fff;
padding: 10px;
text-decoration: none;
}
.section {
margin-bottom: 30px;
}
.accordion {
border: 1px solid #ddd;
background-color: #f9f9f9;
color: #333;
cursor: pointer;
padding: 10px;
width: 100%;
text-align: left;
outline: none;
transition: background-color 0.3s ease;
}
.accordion:hover {
background-color: #ddd;
}
.accordion.active {
background-color: #ccc;
}
.panel {
padding: 10px;
display: none;
background-color: white;
overflow: hidden;
}
.alert {
padding: 10px;
background-color: #f44336;
color: white;
margin-bottom: 15px;
}
.alertdialog {
padding: 10px;
border: 1px solid #ccc;
background-color: #f9f9f9;
color: #333;
max-width: 400px;
margin: 0 auto;
text-align: center;
}
.table {
width: 100%;
border-collapse: collapse;
}
.table th,
.table td {
padding: 8px;
text-align: left;
border-bottom: 1px solid #ddd;
}
.table caption {
font-weight: bold;
margin-bottom: 10px;
}
.password-error {
color: red;
margin-top: 5px;
}
.email-error {
color: red;
margin-top: 5px;
}
</style>
</head>
<!--Starts from here main source.-->
<body>
<header class="bg-light">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<ul>
<li><a href="#skip-link" tabindex="1">Skip to Content</a></li>
<li><a href="#home" tabindex="2">Home</a></li>
<li><a href="#history" tabindex="3">History</a></li>
<li><a href="#details" tabindex="4">Details</a></li>
<li><a href="#contact" tabindex="5">Contact</a></li>
</ul>
</nav>
<div class="form-group" role="serch">
<form autocomplete="on" role="search">
<p><label for="srch">Search for:</label><br>
<input type="search" id="srch" name="search" tabindex="6"> </p>
<input type="submit" value="Submit Search" tabindex="7">
</form></div>
</header>
<main role="main">
<a href="#skip-nav" tabindex="8" aria-label="A glance at Titanic's" id="skip-link">A glance at Titanic's</a>
<section role="banner">
<img src="Medias\TitanicShip.jpg" alt="Titanic Ship Logo" class="logo" aria-label="Titanic Ship Logo">
</section>
<section role="region" aria-labelledby="home" id="home" class="section">
<h1 class="display-1" id="home">Home</h1>
<p>Welcome to the Titanic Ship website. Learn about the history and details of this famous ship.</p>
</section>
<section role="region" aria-labelledby="history" id="history" class="section">
<h2 class="display-2" id="history">History</h2>
<p>The Titanic was a British passenger liner that sank on its maiden voyage in 1912. It was considered one of the largest and most luxurious ships of its time.</p>
</section>
<section role="region" aria-labelledby="details" id="details" class="section">
<h2 class="display-2" id="details">Details</h2>
<h3 class="display-3">Ship Specifications</h3>
<ul>
<li>Length: 882 feet 9 inches</li>
<li>Beam: 92 feet 6 inches</li>
<li>Height: 175 feet</li>
</ul>
<h3 class="display-3">Passenger Accommodations</h3>
<table class="table">
<caption>Passenger Accommodations</caption>
<thead>
<tr>
<th>Cabin Class</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>First Class</td>
<td>Luxurious cabins with private bathrooms</td>
</tr>
<tr>
<td>Second Class</td>
<td>Comfortable cabins with shared bathrooms</td>
</tr>
</tbody>
<tfoot>
<tr>
<td>Third Class</td>
<td>Basic accommodations with shared facilities</td>
</tr>
</tfoot>
</table>
</section>
<section role="region" aria-labelledby="contact" id="contact" class="section">
<h2 class="display-2" id="contact">Contact</h2>
<form>
<div class="form-group">
<label for="name">Name</label>
<input class="form-control" type="text" id="name" placeholder="Name" tabindex="9" required><br>
<label for="email">Email address</label>
<input class="form-control" type="email" id="email" placeholder="Email" tabindex="10" required>
<label for="message">Write a message:</label>
<textarea class="form-control" id="message" placeholder="Message" tabindex="11"></textarea>
<input type="submit" class="btn btn-primary" value="Submit" tabindex="12">
</div>
</form>
</section>
<section role="region" aria-labelledby="accessibility-help" id="accessibility-help" class="section">
<h2 class="display-2" id="accessibility-help">Accessibility Help</h2>
<p>If you require assistance with accessing this website, please contact our support team. <br>Cellphone: +918809949898,<br>
Email:<a href="mailto:[email protected]" tabindex="13">[email protected]</a>.<br>
</p>
<details>
<summary>
Note:
</summary>
<p>
Phone call is only available, on working day "Monday to friday."
</p>
</details>
</section>
<section role="region" aria-labelledby="banner" class="section">
<h2 class="display-2" id="banner">Banner</h2>
<p>This is a banner that provides important information or announcements.</p>
<details>
<summary>
Posted on 2023
</summary>
<article>
Lesson: Looking back and pondering over the wrongs cannot change what has already happened. What can instead be changed is the things that are happening right now and the choices you make today. It's useless to stay stuck in the past; you must instead focus on your present and future.
</article>
</details>
</section>
<section role="region" aria-labelledby="combobox" class="section">
<h2 class="display-2" id="combobox">booking category</h2>
<label for="select-option">Choose an option:</label>
<select id="select-option">
<option value="option1">General?</option>
<option value="option2">Tatkal?</option>
<option value="option3">Premium Tatkal?</option>
</select>
<p><a href="BookingForm\index.html" target="_blank" tabindex="0">Book now!(Website will be opened in new tab)</a></p>
</section>
<section role="region" aria-labelledby="in-role-form" class="section">
<h2 class="display-2" id="in-role-form">Login here:</h2>
<form role="form">
<label for="mail-id">Enter your mail id</label>
<input id="mail-id" type="email" name="mail-id" tabindex="14" aria-required="true"><br>
<label for="password">Password:</label>
<input type="password" id="password" tabindex="15" required><br>
<label for="repassword">Re-enter Password:</label>
<input type="password" id="repassword" tabindex="16" required><br>
<input type="checkbox" id="remember-me" tabindex="17">
<label for="remember-me">Remember Me</label><br>
<input type="button" value="Log in" tabindex="18" onclick="alert('Log in with your account')"> <br>
<a href="#forget-password" tabindex="19"> Forgot Password?</a>
<p><a href="Login.html" target="_blank" tabindex="20">Creat a new account!(Website will be opened in new tab)</a></p>
</form>
</section><br>
<section role="region" aria-labelledby="media zone:" class="section">
<h2 class="display-2" id="transcript">Media Zone:</h2>
<h3 class="display-3">Audio!</h3>
<p>This is the Titanic theme.</p>
<audio controls>
<source src="Medias\Titanic_Theme.mp3" type="audio/mpeg">
</audio>
</section>
<section role="region" aria-labelledby="video" class="section">
<h3 class="display-3" id="play-pause">Video!</h3>
<p>This is the video during sinking of the Titanic.</p>
<video controls="loop" controls="muted" width="720" height="320" controls="controls" poster="" width="500" height="220" source src="Medias\Titanic.mp4" type="video/mp4">
</video>
</section>
</main>
<div role="complementary" class="mb-3">
<h2 class="display-2">Related Links:</h2>
<ul>
<li><a href="https://training.section508testing.net/" class="btn btn-link" tabindex="21" target="_blank">DHS OAST Training Resources section 508 TTC(Website will be opened in new tab)</a></li>
<li><a href="https://www.w3.org/WAI/WCAG21/Understanding/" class="btn btn-link" tabindex="22" target="_blank">Understanding WCAG 2.1 WAI W3C(Website will be opened in new tab)</a></li>
<li><a href="https://auth.deque.com/auth/realms/axe/protocol/openid-connect/auth?response_type=code&redirect_uri=https%3A%2F%2Fdequeuniversity.com%2Fssologin%2F%3Fcontedxt%3Dweb%26uri%3Dhttps%253A%252F%252Fdequeuniversity.com%252Fscholarships%252Fapply%26redircontext%3Doidc&client_id=university&nonce=65cfa1de70a80e6ed487485b76d72300&state=0dfc56457e0446c8667f28a7193586d0&scope=openid
" class="btn btn-link" tabindex="23" target="_blank">Deque University Web Accessibility Training and Courses(Website will be opened in new tab)</a></li>
</ul>
</div>
<footer class="bg-dark text-light">
<h2 class="display-2">About us:</h2>
<address>
<p>
<img src="Medias\TikaramLaptop.jpg" alt="A person sitting with laptop" style="width:150px;height:200px;"><br>
Tikaram Mahto<br>
Cellphone: +918809949898,<br>
Email:<a href="mailto:[email protected]" tabindex="24">[email protected]</a><br>
Topchanchi, Dhanbad<br>
Jharkhand, INDIA<br>
</p>
</address>
<div class="social-media-links">
<h2 class="display-2">Follow us on</h2>
<ul>
<li style="display: inline-block;">
<a href="https://m.facebook.com/tika.mahato.14?ref_component=mbasic_home_header&ref_page=%2Fwap%2Fhome.php&refid=8" tabindex="25" target="_blank">Facebook(Website will be opened in new tab)</a>
<img src="Medias\facebook.png" role="presentation" max-width="100%" height="15px">
</li><br>
<li style="display: inline-block;">
<a href="https://twitter.com/tika949898" tabindex="26" target="_blank">Twitter(Website will be opened in new tab)</a>
<img src="Medias\twitter.png" role="presentation" max-width="100%" height="15px">
</li>
</ul>
</div>
<p>© 2023 Titanic Ship Website. All rights reserved.</p>
</footer>
<a href="#skip-link" tabindex="27" id="go-to-top">Go to the Top</a>
<!--Bootstrap CDN online link source.-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-fbbOQedDUMZZ5KreZpsbe1LCZPVmfTnH7ois6mU1QK+m14rQ1l2bGBq41eYeM/fS" crossorigin="anonymous"></script>
<!--Bootstrap offline source.-->
<script src="bootstrap\js/bootstrap.min.js></script>
</body>
</html>