|
51 | 51 | <!-- Preload Resources --> |
52 | 52 | <link rel="preload" href="https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap" as="style"> |
53 | 53 | <link rel="preload" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" integrity="sha256-2FMn2Zx6PuH5tdBQDRNwrOo60ts5wWPC9R8jK67b3t4=" crossorigin="anonymous" as="style"> |
54 | | - <link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7.0.0/css/all.min.css" integrity="sha256-VHqXKFhhMxcpubYf9xiWdCiojEbY9NexQ4jh8AxbvcM=" crossorigin="anonymous" as="style"> |
| 54 | + <link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7.0.1/css/all.min.css" integrity="sha256-9sWQSWbvKc7NvB2NhyQKwP1ZVTLbZHUUPg4iCSTGiNA=" crossorigin="anonymous" as="style"> |
55 | 55 | <link rel="preload" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js" integrity="sha256-5P1JGBOIxI7FBAvT/mb1fCnI5n/NhQKzNUuW7Hq0fMc=" crossorigin="anonymous" as="script"> |
56 | 56 |
|
57 | 57 | <!-- Font --> |
58 | 58 | <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap"> |
59 | 59 |
|
60 | 60 | <!-- Dependencies CSS --> |
61 | 61 | <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" integrity="sha256-2FMn2Zx6PuH5tdBQDRNwrOo60ts5wWPC9R8jK67b3t4=" crossorigin="anonymous"> |
62 | | - <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7.0.0/css/all.min.css" integrity="sha256-VHqXKFhhMxcpubYf9xiWdCiojEbY9NexQ4jh8AxbvcM=" crossorigin="anonymous"> |
| 62 | + <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7.0.1/css/all.min.css" integrity="sha256-9sWQSWbvKc7NvB2NhyQKwP1ZVTLbZHUUPg4iCSTGiNA=" crossorigin="anonymous"> |
63 | 63 | <link rel="stylesheet" href="./css/guest.css"> |
64 | 64 |
|
65 | 65 | <!-- Dependencies JS --> |
@@ -655,7 +655,7 @@ <h2 class="font-arabic pt-4" style="font-size: 2rem;">اَلْحَمْدُ لِ |
655 | 655 | </div> |
656 | 656 |
|
657 | 657 | <!-- Welcome Page --> |
658 | | - <div class="loading-page bg-white-black" id="welcome" style="opacity: 1;"> |
| 658 | + <div class="loading-page bg-white-black" id="welcome" style="opacity: 0;"> |
659 | 659 | <div class="d-flex justify-content-center align-items-center vh-100 overflow-y-auto"> |
660 | 660 | <div class="d-flex flex-column text-center"> |
661 | 661 | <h2 class="font-esthetic mb-4" style="font-size: 2.25rem;">The Wedding Of</h2> |
@@ -712,13 +712,13 @@ <h2 class="font-esthetic mb-4" style="font-size: 2.25rem;">Wahyu & Riski</h2 |
712 | 712 | <div class="modal-body p-0"> |
713 | 713 | <div class="d-flex position-absolute top-0 end-0"> |
714 | 714 | <a class="btn d-flex justify-content-center align-items-center bg-overlay-auto p-2 m-1 rounded-circle border shadow-sm z-1" role="button" target="_blank" href="./assets/images/placeholder.webp" id="button-modal-click"> |
715 | | - <i class="fa-solid fa-arrow-up-right-from-square"></i> |
| 715 | + <i class="fa-solid fa-arrow-up-right-from-square" style="width: 1em !important;"></i> |
716 | 716 | </a> |
717 | 717 | <button class="btn d-flex justify-content-center align-items-center bg-overlay-auto p-2 m-1 rounded-circle border shadow-sm z-1" id="button-modal-download"> |
718 | | - <i class="fa-solid fa-download"></i> |
| 718 | + <i class="fa-solid fa-download" style="width: 1em !important;"></i> |
719 | 719 | </button> |
720 | 720 | <button class="btn d-flex justify-content-center align-items-center bg-overlay-auto p-2 m-1 rounded-circle border shadow-sm z-1" data-bs-dismiss="modal"> |
721 | | - <i class="fa-solid fa-circle-xmark"></i> |
| 721 | + <i class="fa-solid fa-circle-xmark" style="width: 1em !important;"></i> |
722 | 722 | </button> |
723 | 723 | </div> |
724 | 724 |
|
|
0 commit comments