Skip to content

Commit

Permalink
update cabang index
Browse files Browse the repository at this point in the history
  • Loading branch information
punkestu committed Oct 4, 2024
1 parent 257f950 commit 91e1d39
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions resources/views/rotasi/denah/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,13 @@
<main>
{{-- Map start --}}
<section class="flex flex-col items-center">
<div class="w-full h-[50vh] md:h-screen flex">
<div class="w-full h-[50vh] md:h-[88vh] flex">
<div id="map" class="w-full h-full z-40">
<div class="w-full h-full flex items-center justify-center" id="loading">
<img src="/images/icons/ripples.svg" alt="loading"
class="w-20 h-20 z-40 p-2 bg-white rounded-full">
</div>
</div>
<div id="banner-img" class="w-0 h-full overflow-hidden">
<img class="w-full object-cover" src="/images/backgrounds/banner.png" alt="banner">
</div>
</div>
<div>
<button id="map-show-btn" class="p-2 border-2 border-[#003285] bg-[#003285] rounded-full"></button>
<button id="banner-show-btn" class="p-2 border-2 border-[#003285] rounded-full"></button>
</div>
</section>
{{-- Map end --}}
Expand Down

0 comments on commit 91e1d39

Please sign in to comment.