|
74 | 74 | .ul{
|
75 | 75 | text-decoration: black;
|
76 | 76 | }
|
77 |
| - |
78 |
| - |
79 |
| - |
80 |
| - |
81 |
| - |
82 |
| - |
83 |
| - |
84 |
| - |
85 |
| - |
86 | 77 |
|
87 | 78 | main {
|
88 | 79 | padding: 1em;
|
|
381 | 372 | body.dark-mode {
|
382 | 373 | color: #ffffff;
|
383 | 374 | background-image: url('../images/darkmode_bg.png'); /* Add your dark mode image */
|
384 |
| - background-size: cover; /* Ensures the image covers the entire background */ |
385 |
| - background-position: center; /* Centers the background image */ |
386 |
| - background-repeat: no-repeat; /* Prevents the image from repeating */ |
| 375 | + background-size: cover; |
| 376 | + background-position: center; |
| 377 | + background-repeat: no-repeat; |
387 | 378 | }
|
388 | 379 | .logoo {
|
389 | 380 | display: flex;
|
390 | 381 | align-items: center;
|
391 | 382 | justify-content: center;
|
392 | 383 | font-size: 2em;
|
393 |
| - color: maroon; /* Black text color */ |
| 384 | + color: maroon; |
394 | 385 | font-weight: bold;
|
395 | 386 | margin-top: 30px;
|
396 | 387 | text-decoration: none;
|
|
652 | 643 | }
|
653 | 644 | </style>
|
654 | 645 |
|
655 |
| - <a href="index.html" class="logo" style="display:flex;"> |
| 646 | + <a href="/./index.html" class="logo" style="display:flex;"> |
656 | 647 | <img src="../images/final.png" class="logopic" style=" width: 10rem; height:100px; margin:0px 0px 15px -10px;">
|
657 | 648 | </a>
|
658 | 649 |
|
659 | 650 | <li class="navbar-item">
|
660 |
| - <a href="index.html" class="navbar-link" data-nav-link=""> |
| 651 | + <a href="/./index.html" class="navbar-link" data-nav-link=""> |
661 | 652 | <i class="ri-home-fill"></i> Home
|
662 | 653 | </a>
|
663 | 654 | </li>
|
664 | 655 |
|
665 | 656 | <li class="navbar-item">
|
666 |
| - <a href="./assets/html/about.html" class="navbar-link" data-nav-link=""> |
| 657 | + <a href="./about.html" class="navbar-link" data-nav-link=""> |
667 | 658 | <i class="ri-information-fill"></i> About Us
|
668 | 659 | </a>
|
669 | 660 | </li>
|
670 | 661 |
|
671 | 662 | <li class="navbar-item">
|
672 |
| - <a href="index.html#benefits" class="navbar-link" data-nav-link=""><i class="ri-bar-chart-fill"></i> Benefits</a> |
| 663 | + <a href="/./index.html#benefits" class="navbar-link" data-nav-link=""><i class="ri-bar-chart-fill"></i> Benefits</a> |
673 | 664 | </li>
|
674 | 665 |
|
675 | 666 | <li class="navbar-item">
|
676 |
| - <a href="index.html#genre" class="navbar-link" data-nav-link=""><i class="ri-bar-chart-fill"></i> Genre</a> |
| 667 | + <a href="/./index.html#genre" class="navbar-link" data-nav-link=""><i class="ri-bar-chart-fill"></i> Genre</a> |
677 | 668 | </li>
|
678 | 669 |
|
679 | 670 | <li class="navbar-item">
|
680 |
| - <a href="audiobook.html" class="navbar-link" data-nav-link=""> |
| 671 | + <a href="/./audiobook.html" class="navbar-link" data-nav-link=""> |
681 | 672 | <i class="ri-questionnaire-fill"></i> Audio Books
|
682 | 673 | </a>
|
683 | 674 | </li>
|
684 | 675 |
|
685 | 676 | <li class="navbar-item">
|
686 |
| - <a href="index.html#contact" class="navbar-link" data-nav-link=""> |
| 677 | + <a href="/./index.html#contact" class="navbar-link" data-nav-link=""> |
687 | 678 | <i class="ri-contacts-fill"></i> Contact
|
688 | 679 | </a>
|
689 | 680 | </li>
|
690 | 681 |
|
691 | 682 | <li class="navbar-item" id="login-signup-link">
|
692 |
| - <a href="./assets/html/login.html" class="navbar-link"> |
| 683 | + <a href="./login.html" class="navbar-link"> |
693 | 684 | <i class="ri-login-box-fill"></i> Login/Signup
|
694 | 685 | </a>
|
695 | 686 | </li>
|
696 | 687 |
|
697 | 688 | <li class="navbar-item">
|
698 |
| - <a href="comsp.html" class="navbar-link" data-nav-link=""> |
| 689 | + <a href="/./comsp.html" class="navbar-link" data-nav-link=""> |
699 | 690 | <i class="ri-book-fill"></i> Community
|
700 | 691 | </a>
|
701 | 692 | </li>
|
702 | 693 |
|
703 | 694 | <li class="navbar-item">
|
704 |
| - <a href="./assets/html/event.html" class="navbar-link" data-nav-link=""> |
| 695 | + <a href="./event.html" class="navbar-link" data-nav-link=""> |
705 | 696 | <i class="ri-community-fill"></i> Events
|
706 | 697 | </a>
|
707 | 698 | </li>
|
@@ -901,47 +892,47 @@ <h2 style="margin-left: 2rem; margin-top: 2.75rem; font-size: 28px; font-weight:
|
901 | 892 | <ul style="list-style: none; padding: 0;">
|
902 | 893 | <li class="foot-quick" style="color: #374151; display: flex; align-items: center; margin-bottom: 0.75rem; ">
|
903 | 894 | <i class="fas fa-home" style="color: #374151; margin-right: 4px;"></i>
|
904 |
| - <a href="./index.html#home" style="color: #374151; text-decoration: none;">Home</a> |
| 895 | + <a href="/./index.html" style="color: #374151; text-decoration: none;">Home</a> |
905 | 896 | </li>
|
906 | 897 | <li class="foot-quick" style="color: #374151; display: flex; align-items: center; margin-bottom: 0.75rem;">
|
907 | 898 | <i class="fas fa-book" style="color: #374151; margin-right: 4px;"></i>
|
908 |
| - <a href="./index.html#benefits" style="color: #374151; text-decoration: none;">Benefits</a> |
| 899 | + <a href="/./index.html#benefits" style="color: #374151; text-decoration: none;">Benefits</a> |
909 | 900 | </li>
|
910 | 901 | <li class="foot-quick" style="color: #374151; display: flex; align-items: center; margin-bottom: 0.75rem;">
|
911 | 902 | <i class="fas fa-globe" style="color: #374151; margin-right: 4px;"></i>
|
912 |
| - <a href="./index.html#chapters" style="color: #374151; text-decoration: none;">Literary</a> |
| 903 | + <a href="/./index.html#chapters" style="color: #374151; text-decoration: none;">Literary</a> |
913 | 904 | </li>
|
914 | 905 | <li class="foot-quick" style="color: #374151; display: flex; align-items: center; margin-bottom: 0.75rem;">
|
915 | 906 | <i class="fas fa-dollar-sign" style="color: #374151; margin-right: 4px;"></i>
|
916 |
| - <a href="./index.html#pricing" style="color: #374151; text-decoration: none;">Pricing</a> |
| 907 | + <a href="/./index.html#pricing" style="color: #374151; text-decoration: none;">Pricing</a> |
917 | 908 | </li>
|
918 | 909 | <li class="foot-quick" style="color: #374151; display: flex; align-items: center; margin-bottom: 0.75rem;">
|
919 | 910 | <i class="fas fa-bookmark" style="color: #374151; margin-right: 4px;"></i>
|
920 |
| - <a href="./assets/html/book_recommend.html" style="color: #374151; text-decoration: none;">Recommend</a> |
| 911 | + <a href="./book_recommend.html" style="color: #374151; text-decoration: none;">Recommend</a> |
921 | 912 | </li>
|
922 | 913 | </ul>
|
923 | 914 | </div>
|
924 | 915 | <div>
|
925 | 916 | <ul style="list-style: none; padding: 0;">
|
926 | 917 | <li class="foot-quick" style="color: #374151; display: flex; align-items: center; margin-bottom: 0.75rem;">
|
927 | 918 | <i class="fas fa-exchange-alt" style="color: #374151; margin-right: 4px;"></i>
|
928 |
| - <a href="./assets/html/booklistswap.html" style="color: #374151; text-decoration: none;">Swap</a> |
| 919 | + <a href="./booklistswap.html" style="color: #374151; text-decoration: none;">Swap</a> |
929 | 920 | </li>
|
930 | 921 | <li class="foot-quick" style="color: #374151; display: flex; align-items: center; margin-bottom: 0.75rem;">
|
931 | 922 | <i class="fas fa-file-pdf" style="color: #374151; margin-right: 4px;"></i>
|
932 |
| - <a href="./assets/html/freeBooks.html" style="color: #374151; text-decoration: none;">E-Book</a> |
| 923 | + <a href="./freeBooks.html" style="color: #374151; text-decoration: none;">E-Book</a> |
933 | 924 | </li>
|
934 | 925 | <li class="foot-quick" style="color: #374151; display: flex; align-items: center; margin-bottom: 0.75rem;">
|
935 | 926 | <i class="fas fa-info-circle" style="color: #374151; margin-right: 4px;"></i>
|
936 |
| - <a href="./assets/html/about.html" style="color: #374151; text-decoration: none;">About</a> |
| 927 | + <a href="./about.html" style="color: #374151; text-decoration: none;">About</a> |
937 | 928 | </li>
|
938 | 929 | <li class="foot-quick" style="color: #374151; display: flex; align-items: center; margin-bottom: 0.75rem;">
|
939 | 930 | <i class="fas fa-envelope" style="color: #374151; margin-right: 4px;"></i>
|
940 |
| - <a href="./index.html#contact" style="color: #374151; text-decoration: none;">Contact</a> |
| 931 | + <a href="/./index.html#contact" style="color: #374151; text-decoration: none;">Contact</a> |
941 | 932 | </li>
|
942 | 933 | <li class="foot-quick" style="color: #374151; display: flex; align-items: center; margin-bottom: 0.75rem;">
|
943 | 934 | <i class="fas fa-question-circle" style="color: #374151; margin-right: 4px;"></i>
|
944 |
| - <a href="./index.html#faqq" style="color: #374151; text-decoration: none;">FAQ</a> |
| 935 | + <a href="/./index.html#faqq" style="color: #374151; text-decoration: none;">FAQ</a> |
945 | 936 | </li>
|
946 | 937 | </ul>
|
947 | 938 | </div>
|
@@ -1149,10 +1140,10 @@ <h2 style="margin-bottom: 2.4rem; margin-top:0.5rem; font-size: 28px; font-weigh
|
1149 | 1140 | <div class="row-copy">
|
1150 | 1141 |
|
1151 | 1142 |
|
1152 |
| - <a href="copyrightpolicy.html" id="copyrightPolicyLink">Copyright Policy</a> | |
1153 |
| - <a href="privacynotice.html" id="privacyNoticeLink">Privacy Notice</a> | |
| 1143 | + <a href="/copyrightpolicy.html" id="copyrightPolicyLink">Copyright Policy</a> | |
| 1144 | + <a href="/privacynotice.html" id="privacyNoticeLink">Privacy Notice</a> | |
1154 | 1145 |
|
1155 |
| - <a href="our-vision.html" id="ourvisionLink">Our Vision</a></li> |
| 1146 | + <a href="/our-vision.html" id="ourvisionLink">Our Vision</a></li> |
1156 | 1147 | </div>
|
1157 | 1148 | </div>
|
1158 | 1149 | <style>
|
|
0 commit comments