-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
588 lines (527 loc) · 23.7 KB
/
index.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
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
<!DOCTYPE html>
<html>
<head>
<title>MYSTIC REALMS</title>
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
/* CSS for positioning the images and quotes */
.center-image {
width: 350px;
height: 350px;
border-radius: 50%;
display: block;
margin: 0 auto;
border: 5px solid #ffffff8f;
padding: 10px;
}
.quote-container {
display: flex;
justify-content: space-between;
padding: 5px;
}
.quote-box {
width: 48%;
padding: 5px;
background-color: rgba(35, 15, 15, 0.667);
text-align: left;
}
.red-transparent-bg {
background-color: rgba(35, 15, 15, 0.667);
padding: 10px;
border-radius: 10px;
border: 5px solid #ffffff8f;
padding: 10px;
}
.red-transparent-bg1 {
background-color: rgba(35, 15, 15, 0.667);
padding: 10px;
border-radius: 10px;
}
table.yt-video {
float: right;
}
</style>
</head>
<body style="margin: 5px; background-image: url('booksimg2.jpg');">
<!-- Start Header -->
<table border="0" width="100%" cellpadding="0" cellspacing="0" style="background-color: rgba(35, 15, 15, 0.667);">
<tr>
<td>
<table border="0" width="85%" cellpadding="10" cellspacing="0" align="center">
<tr>
<td>
<font face="monotype corsiva" color="white" size="10">
<strong>Mystic Realms</strong>
</font>
</td>
<td width="30%"> </td>
<td><a href="#home">
<font face="arial" color="#ffffff" size="4">
Home
</font></a>
</td>
<td><a href="#about">
<font face="arial" color="#ffffff" size="4">
About
</font></a>
</td>
<td><a href="#explore">
<font face="arial" color="#ffffff" size="4">
Explore
</font></a>
</td>
<td><a href="#contact">
<font face="arial" color="#ffffff" size="4">
Contact
</font></a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- End Header -->
<br>
<font face="monotype corsiva" color="#ffffff" size="8">
<center><i>Your portal to the world beyond.....</i></center>
</font>
<!-- First Image and Quote -->
<div class="quote-container">
<img src="booksimg1.jpg" class="center-image">
<!-- Quote 1 -->
<div class="quote-box">
<table border="0" width="100%" cellpadding="5" cellspacing="0">
<tr>
<td height="250">
<table border="0" width="100%" cellpadding="2" cellspacing="0" align="center">
<tr>
<td align="center" valign="middle" height="250">
<h3 style="text-align: left; font-weight: lighter;">
<font face="Brush Script MT" color="#ffffff" size="6">
“Sometimes, when I have to do something I don’t want to do, I pretend I’m a character from a book. It’s easier to know what they would do.”
</font>
</h3>
</td>
</tr>
<td align="right">
<h1>
<font face="arial" color="#ffffff" size="3">
~Will Herondale
</font>
</h1>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</div>
<!-- Second Image and Quote -->
<div class="quote-container">
<!-- Quote 2 -->
<div class="quote-box">
<table border="0" width="100%" cellpadding="5" cellspacing="0">
<tr>
<td>
<table border="0" width="100%" cellpadding="2" cellspacing="0" align="center">
<tr>
<td align="center" valign="middle" height="300">
<h3 style="text-align: left; font-weight: lighter;">
<font face="Brush Script MT" color="#ffffff" size="6">
"One must always be careful of books, and what is inside them, for words have the power to change us."
</font>
</h3>
</td>
</tr>
<td align="right">
<h1>
<font face="arial" color="#ffffff" size="3">
~Tessa Gray
</font>
</h1>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<img src="booksimg3.jpg" class="center-image">
</div>
<!-- Start About -->
<table border="0" id="about" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td>
<table border="0" width="85%" cellpadding="15" cellspacing="0" align="center">
<!-- Heading Start-->
<tr>
<td height="160" align="center" valign="middle" colspan="2">
<font face="monotype corsiva" color=" #ffffff">
<strong style="font-size: 80px;">About</strong>
</font>
<hr width="180" color="#ffffff" size="3">
</td>
</tr>
<!-- Heading End-->
<tr>
<td width="35%">
<img src="booksimg5.jpg" width="100%" class="center-image">
</td>
<td width="65%" valign="top">
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" >
<tr>
<td>
<hr>
<br>
<p class="red-transparent-bg1">
<font face="times roman new" size="4" color="#c2c0c3">
What you saw above were the quotes from my all time favourite characters Will herondale and tessa Gray
from the Infernal devices trilogy. Now the fact that they are crazy about books just as much as I am
literally quoting books and drwaing parallels with characters when they're struck
is one of the very few reasons why i love them with all my heart. They along with the other
characters in the book have shown me the love to truly aspire
for, the friendship that transcends the boundaries of life and death , the witty humour that still
makes me smile , the epilogue that can make me cry on the happiest day of life...
</font>
</p>
<p class="red-transparent-bg1">
<font face="times new roman" size="4" color="#c2c0c3">
At the tender age of eleven, I embarked on my literary journey with the infamous Nancy Drew series.
It was a defining moment because, for the first time, I felt like I had found my true place in the world.
Prior to that, I hadn't really discovered any particular hobbies or passions, but as the pages turned,
I realized that books held the key to unlocking a world of infinite possibilities.
But it was at the age of thirteen that I stumbled upon the enchanting realm of Hogwarts and the wizarding world.
It was a revelation that life need not be mundane and predictable; it could be a tapestry woven with magic,
fantasies, and delightful madness. These books became my portal to escape the ordinary and dive headfirst
into extraordinary adventures.
Ever since that magical encounter, I've been a devoted explorer of what people call "YA fantasy."
These stories have not only ignited my imagination but have also been a source of comfort, inspiration,
and wonder throughout my journey. This website can not encapsulate the wonders of these books or they make you feel...but here's
a slight glimpse...
</font>
</p>
<br>
<hr noshade>
<br/>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="60" colspan="2">
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- End About -->
<!-- Start Explore-->
<table border="0" id="explore" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td>
<table border="0" width="85%" cellpadding="8" cellspacing="0" align="center">
<!-- Heading Start-->
<tr>
<td height="160" align="center" valign="middle" colspan="3">
<font face="monotype corsiva" color=" #ffffff">
<strong style="font-size: 80px;">Explore</strong>
</font>
<hr width="200" color="#ffffff" size="3">
</td>
</tr>
<!-- Heading End-->
<tr>
<td width="33.33%" align="center" valign="top" >
<table border="0" width="100%" cellpadding="15" cellspacing="0" align="center" style="height: 360px;">
<tr>
<td align="center" valign="middle" class="red-transparent-bg" height="250">
<img src="book1.jpg" alt="Book 1" width="150" height="150" border="2">
<br/>
<font size="3" color="#ffffff" face="arial">
<b><u> THE INFERNAL DEVICES</u></b>
</font>
<br/>
<p>
<font face="arial" size="2" color="#c2c0c3">
In 1878, Tessa Gray delves into London's supernatural underworld to find her missing brother.
She allies with Shadowhunters, including Will and Jem, against the Pandemonium Club's clockwork
army set on dominating the British Empire.
</font>
</p>
</td>
</tr>
</table>
</td>
<td width="33.33%" align="center" valign="top">
<table border="0" width="100%" cellpadding="15" cellspacing="0" align="center" style="height: 360px;">
<tr>
<td align="center" valign="middle" class="red-transparent-bg" height="250">
<img src="book2.jpg" alt="Book 2" width="150" height="150" border="2">
<br/>
<font size="3" color="#ffffff" face="arial">
<b><u>SIX OF CROWS</u></b>
</font>
<br/>
<p>
<font face="arial" size="2" color="#c2c0c3">
Ketterdam, a bustling hub of international trade, sets the stage for a deadly heist.
Kaz Brekker, a criminal prodigy, assembles a crew of six outcasts to pull off an impossible job,
teetering between riches and destruction.
</font>
</p>
</td>
</tr>
</table>
</td>
<td width="33.33%" align="center" valign="top">
<table border="0" width="100%" cellpadding="15" cellspacing="0" align="center" style="height: 360px;">
<tr>
<td align="center" valign="middle" class="red-transparent-bg" height="250">
<img src="book3.jpg" alt="Book 3" width="150" height="150" border="2">
<br/>
<font size="3" color="#ffffff" face="arial">
<b><u>AN EMBER IN THE ASHES</u></b>
</font>
<br/>
<p>
<font face="arial" size="2" color="#c2c0c3">
In a ruthless world reminiscent of ancient Rome, Laia, a slave, must spy for rebels to save her
arrested brother. She crosses paths with Elias, a reluctant soldier, and their intertwined destinies
hold the power to change the Empire's fate.
</font>
</p>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="33.33%" align="center" valign="top">
<table border="0" width="100%" cellpadding="15" cellspacing="0" align="center" style="height: 360px;">
<tr>
<td align="center" valign="middle" class="red-transparent-bg" height="250">
<img src="book4.jpg" alt="Book 4" width="150" height="150" border="2">
<br/>
<font size="3" color="#ffffff" face="arial">
<b><u>THE FOLK OF THE AIR</u></b>
</font>
<br/>
<p>
<font face="arial" size="2" color="#c2c0c3">
Jude, a mortal in the perilous High Court of Faerie, harbors a fierce hatred for Prince Cardan
while longing to fit in. Defying him becomes her path to acceptance, unleashing a web of deceit
and violence to safeguard her sisters and the fate of Faerie.
</font>
</p>
</td>
</tr>
</table>
</td>
<td width="33.33%" align="center" valign="top">
<table border="0" width="100%" cellpadding="15" cellspacing="0" align="center" style="height: 360px;">
<tr>
<td align="center" valign="middle" class="red-transparent-bg" height="250">
<img src="book5.jpg" alt="Book 5" width="150" height="150" border="2">
<br/>
<font size="3" color="#ffffff" face="arial">
<b><u>THE HUNGER GAMES</u></b>
</font>
<br/>
<p>
<font face="arial" size="2" color="#c2c0c3">
In a cruel dystopia, Katniss, a skilled survivor, steps in for her sister in the annual Hunger Games,
where teens fight to the death. To win, she faces moral dilemmas, defies the oppressive Capitol,
and redefines love and humanity in a brutal society.
</font>
</p>
</td>
</tr>
</table>
</td>
<td width="33.33%" align="center" valign="top">
<table border="0" width="100%" cellpadding="15" cellspacing="0" align="center" style="height: 360px;">
<tr>
<td align="center" valign="middle" class="red-transparent-bg" height="250">
<img src="book6.jpg" alt="Book 6" width="150" height="150" border="2">
<br/>
<font size="3" color="#ffffff" face="arial">
<b><u>HARRY POTTER</u></b>
</font>
<br/>
<p>
<font face="arial" size="2" color="#c2c0c3">
Enter the enchanting world of Harry Potter, where a young boy discovers his wizarding destiny at
Hogwarts School of Witchcraft and Wizardry. Join him in a tale of magic, adventure, and friendship.
A captivating story with unforgettable characters and creatures. A timeless classic for all ages.
</font>
</p>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="60" colspan="3">
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- End Explore -->
<!-- youtube video -->
<table border="0" width="100%" cellpadding="0" cellspacing="0" bgcolor="#292929" style="background-image: url('booksimg4.jpg'); background-size: cover;" class="yt-video">
<tr>
<td>
<table border="0" width="85%" cellpadding="5" cellspacing="0" align="center" style="float: right; width: 60%;">
<!-- Heading Start-->
<tr>
<td height="160" align="center" valign="middle">
<font face="times roman" color=" #ffffff">
<strong style="font-size: 20px;">Last but not the least, here's my favorite booktuber<br> sharing her insightful thoughts,
aligning perfectly with my own love for these books:)</strong>
</font>
</td>
</tr>
<!-- Heading End-->
<tr>
<td align="center" valign="top">
<table border="0" width="90%" cellpadding="10" cellspacing="0" align="center" bgcolor="351212">
<hr width="700" color="#ffffff">
<tr>
<td>
<!-- YouTube Video Embed -->
<iframe width="100%" height="400" src="https://www.youtube.com/embed/j0FfeAsKjf0" frameborder="0" allowfullscreen></iframe>
</td>
</tr>
</table>
<hr width="700" color="#ffffff">
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- End youtube video -->
<!-- Start Contact -->
<table border="0" id="contact" width="100%" cellpadding="0" cellspacing="0" bgcolor="#351212">
<tr>
<td>
<table border="0" width="85%" cellpadding="15" cellspacing="0" align="center">
<tr>
<td width="33.33%" valign="top">
<table border="0" width="100%" cellpadding="15" cellspacing="0" align="center">
<tr>
<td align="center" valign="top">
<font color="#7E2F26" size="6">
<span class="fa fa-phone"></span>
</font>
<br/><br/>
<font color="#ffffff" size="5" face="arial">
Phone No
</font>
<p>
<font color="#c2c0c3" size="3" face="arial">
+91 9165193644
</font>
</p>
</td>
</tr>
</table>
</td>
<td width="33.33%" valign="top">
<table border="0" width="100%" cellpadding="15" cellspacing="0" align="center">
<tr>
<td align="center" valign="top">
<font color="#7E2F26" size="6">
<span class="fa fa-envelope"></span>
</font>
<br/><br/>
<font color="#ffffff" size="5" face="arial">
Email
</font>
<p>
<font color="#c2c0c3" size="3" face="arial">
vk18sakshi@gmail.com
</font>
</p>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="3">
<hr noshade>
</td>
</tr>
<tr>
<td colspan="3" height="100" valign="top">
<table border="0" width="30%" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="25%" align="center">
<table border="0" width="50" cellpadding="0" cellspacing="0" align="center" height="50" bgcolor="#7E2F26">
<tr>
<td align="center" valign="middle">
<a href="">
<font size="5" color="#ffffff">
<span class="fa fa-facebook"></span>
</font>
</a>
</td>
</tr>
</table>
</td>
<td width="25%" align="center">
<table border="0" width="50" cellpadding="0" cellspacing="0" align="center" height="50" bgcolor="#7E2F26">
<tr>
<td align="center" valign="middle">
<a href="">
<font size="5" color="#ffffff">
<span class="fa fa-pinterest"></span>
</font>
</a>
</td>
</tr>
</table>
</td>
<td width="25%" align="center">
<table border="0" width="50" cellpadding="0" cellspacing="0" align="center" height="50" bgcolor="#7E2F26">
<tr>
<td align="center" valign="middle">
<a href="">
<font size="5" color="#ffffff">
<span class="fa fa-linkedin"></span>
</font>
</a>
</td>
</tr>
</table>
</td>
<td width="25%" align="center">
<table border="0" width="50" cellpadding="0" cellspacing="0" align="center" height="50" bgcolor="#7E2F26">
<tr>
<td align="center" valign="middle">
<a href="">
<font size="5" color="#ffffff">
<span class="fa fa-google-plus"></span>
</font>
</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!-- End Contact -->
</body>
</html>