main
ilhamwara 2025-08-06 10:03:53 +07:00
parent 743bcdfac7
commit 254738ecdf
2 changed files with 12 additions and 11 deletions

View File

@ -90,9 +90,10 @@
</div>
<div class="flex flex-row">
<div class="grid grid-rows-1 md:grid-cols-3 lg:grid-cols-4 gap-5">
<div class="p-3 border border-[#eaeaea] rounded-[10px] shadow-[2px_1px_5px_0px_rgba(0,0,0,0.10)]">
<div class="flex flex-col gap-3">
<img src="{{ asset('berita.png') }}" alt="" class="w-full lg:w-[100%]">
<img src="{{ asset('berita.png') }}" alt="" class="w-full object-cover rounded-sm h-40 lg:w-[100%]">
<div class="flex flex-row gap-3 items-center">
<span class="p-2 bg-warning text-xs rounded-[10px] text-white">Kegiatan Provinsi</span>
<span class="text-xs opacity-[50%]">Jumat, 1 Agustus 2025</span>
@ -108,7 +109,7 @@
</div>
<div class="p-3 border border-[#eaeaea] rounded-[10px] shadow-[2px_1px_5px_0px_rgba(0,0,0,0.10)]">
<div class="flex flex-col gap-3">
<img src="{{ asset('SDN Ciracas 15.jpg') }}" class="w-full lg:w-[100%]">
<img src="{{ asset('SDN Ciracas 15.jpg') }}" class="w-full object-cover rounded-sm h-40 lg:w-[100%]">
<div class="flex flex-row gap-3 items-center">
<span class="p-2 bg-warning text-xs rounded-[10px] text-white">Kegiatan Provinsi</span>
<span class="text-xs opacity-[50%]">Jumat, 1 Agustus 2025</span>
@ -124,7 +125,7 @@
</div>
<div class="p-3 border border-[#eaeaea] rounded-[10px] shadow-[2px_1px_5px_0px_rgba(0,0,0,0.10)]">
<div class="flex flex-col gap-3">
<img src="{{ asset('sma 67.jpg') }}" class="w-full lg:w-[100%]">
<img src="{{ asset('sma 67.jpg') }}" class="w-full object-cover rounded-sm h-40 lg:w-[100%]">
<div class="flex flex-row gap-3 items-center">
<span class="p-2 bg-warning text-xs rounded-[10px] text-white">Kegiatan Provinsi</span>
<span class="text-xs opacity-[50%]">Jumat, 1 Agustus 2025</span>
@ -140,7 +141,7 @@
</div>
<div class="p-3 border border-[#eaeaea] rounded-[10px] shadow-[2px_1px_5px_0px_rgba(0,0,0,0.10)]">
<div class="flex flex-col gap-3">
<img src="{{ asset('man 2 jakarta.jpg') }}" class="w-full lg:w-[100%]">
<img src="{{ asset('man 2 jakarta.jpg') }}" class="w-full object-cover rounded-sm h-40 lg:w-[100%]">
<div class="flex flex-row gap-3 items-center">
<span class="p-2 bg-warning text-xs rounded-[10px] text-white">Kegiatan Provinsi</span>
<span class="text-xs opacity-[50%]">Jumat, 1 Agustus 2025</span>

View File

@ -88,15 +88,15 @@
<div class="flex justify-between mb-15">
<h4 class="text-lg md:text-2xl font-extrabold text-black">Sekolah Adiwiyata</h4>
</div>
<div class="w-full gap-10">
<div class="w-full">
<table id="example" class="table-auto w-full">
<thead>
<tr class="border border-[#333]">
<th class="bg-success text-white border border-[#eaeaea]">No</th>
<th class="bg-success text-white border border-[#eaeaea]">Sekolah</th>
<th class="bg-success text-white border border-[#eaeaea]">Kota</th>
<th class="bg-success text-white border border-[#eaeaea]">Tahun</th>
<th class="bg-success text-white border border-[#eaeaea]">Skor</th>
<tr class="border text-center border-[#333]">
<th class="bg-success text-white text-center border border-[#eaeaea]">No</th>
<th class="bg-success text-white text-center border border-[#eaeaea]">Sekolah</th>
<th class="bg-success text-white text-center border border-[#eaeaea]">Kota</th>
<th class="bg-success text-white text-center border border-[#eaeaea]">Tahun</th>
<th class="bg-success text-white text-center border border-[#eaeaea]">Skor</th>
</tr>
</thead>
<tbody>