Skip to content

Commit

Permalink
update welcome
Browse files Browse the repository at this point in the history
  • Loading branch information
punkestu committed Nov 6, 2024
1 parent df0a1eb commit 8d730e4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
6 changes: 3 additions & 3 deletions resources/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
<div class="grid md:grid-cols-3 gap-4">
<a href="/rotasi/cabang"
class="bg-[#003285] text-white font-semibold text-lg 2xl:text-xl flex flex-col justify-center items-center p-8 rounded-md 2xl:rounded-2xl opacity-90 hover:opacity-100 duration-300"><img
src="/images/icons/rotasi.svg" alt="rotasi" class="w-48" />Rotasi</a>
src="/images/icons/rotasi1.svg" alt="rotasi" class="w-48" />Rotasi</a>
<a href="/promosi"
class="bg-[#003285] text-white font-semibold text-lg 2xl:text-xl flex flex-col justify-center items-center p-8 rounded-md 2xl:rounded-2xl opacity-90 hover:opacity-100 duration-300">
<img src="/images/icons/promosi.svg" alt="promosi" class="w-48" />Promosi</a>
<img src="/images/icons/promosi1.svg" alt="promosi" class="w-48" />Promosi</a>
<a href="/demosi"
class="bg-[#003285] text-white font-semibold text-lg 2xl:text-xl flex flex-col justify-center items-center p-8 rounded-md 2xl:rounded-2xl opacity-90 hover:opacity-100 duration-300">
<img src="/images/icons/demosi.svg" alt="demosi" class="w-48" />Demosi</a>
<img src="/images/icons/demosi1.svg" alt="demosi" class="w-48" />Demosi</a>
</div>
</main>
@include('components.footer')
Expand Down

0 comments on commit 8d730e4

Please sign in to comment.