update
							parent
							
								
									864f813a20
								
							
						
					
					
						commit
						03a13c711d
					
				|  | @ -0,0 +1,226 @@ | ||||||
|  | <!doctype html> | ||||||
|  | <html> | ||||||
|  |   <head> | ||||||
|  |     <meta charset="UTF-8" /> | ||||||
|  | 	<title>Sekolah | Sekolah Adiwiyata DKI Jakarta</title> | ||||||
|  |     <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||||||
|  | 
 | ||||||
|  | 	<meta name="keywords" content="Sekolah Adiwiyata" /> | ||||||
|  | 	<meta name="description" content="Sekolah Adiwiyata Lingkungan Hidup Provinsi DKI Jakarta"> | ||||||
|  | 	<meta name="author" content="ilham"> | ||||||
|  | 	<!-- Favicon --> | ||||||
|  | 	<link rel="shortcut icon" href="{{ asset('assets/logo-dinas.ico') }}" type="image/x-icon" /> | ||||||
|  | 
 | ||||||
|  | 	<link rel="apple-touch-icon" href="{{ asset('assets/logo-dinas.ico') }}"> | ||||||
|  |     <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script> | ||||||
|  | 	<style> | ||||||
|  | 		.bg-success{ | ||||||
|  | 			background: #009D66!important;
 | ||||||
|  | 		} | ||||||
|  | 		.bg-warning{ | ||||||
|  | 			background: #F7AE15!important;
 | ||||||
|  | 		} | ||||||
|  | 		.bg-danger{ | ||||||
|  | 			background: #B9375D!important;
 | ||||||
|  | 		} | ||||||
|  | 		.bg-info{ | ||||||
|  | 			background: #3B38A0!important;
 | ||||||
|  | 		} | ||||||
|  | 		.text-success{ | ||||||
|  | 			color: #009D66!important;
 | ||||||
|  | 		} | ||||||
|  | 		.text-warning{ | ||||||
|  | 			color: #F7AE15!important;
 | ||||||
|  | 		} | ||||||
|  | 		.text-danger{ | ||||||
|  | 			color: #B9375D!important;
 | ||||||
|  | 		} | ||||||
|  | 		.text-info{ | ||||||
|  | 			color: #3B38A0!important;
 | ||||||
|  | 		} | ||||||
|  | 		.text-black{ | ||||||
|  | 			color: #333!important;
 | ||||||
|  | 		} | ||||||
|  | 	</style> | ||||||
|  |   </head> | ||||||
|  |   <body> | ||||||
|  | 	<div class="bg-white border-b-1 border-b-[#eaeaea]"> | ||||||
|  | 		<div class="container mx-auto"> | ||||||
|  | 			<div class="flex flex-between justify-between items-center gap-5 mx-auto p-5"> | ||||||
|  | 				<div class="flex flex-row gap-10"> | ||||||
|  | 					<a href="{{ url('/') }}" class="flex items-center space-x-3 rtl:space-x-reverse"> | ||||||
|  | 						<img src="{{ asset('assets/logo-dinas.ico') }}" class="h-8" /> | ||||||
|  | 					</a> | ||||||
|  | 					<div class="items-center justify-between hidden w-full md:flex md:w-auto md:order-1" id="navbar-cta"> | ||||||
|  | 						<ul class="flex flex-col font-medium p-4 md:p-0 mt-4 border md:space-x-8 rtl:space-x-reverse md:flex-row md:mt-0 md:border-0 bg-white"> | ||||||
|  | 							<li> | ||||||
|  | 								<a href="{{ url('/') }}" class="block py-2 px-3" aria-current="page">Beranda</a> | ||||||
|  | 							</li> | ||||||
|  | 							<li> | ||||||
|  | 								<a href="{{ url('sekolah') }}" class="block py-2 px-3">Sekolah Adiwiyata</a> | ||||||
|  | 							</li> | ||||||
|  | 							<li> | ||||||
|  | 								<a href="{{ url('kegiatan') }}" class="block py-2 px-3">Kegiatan Adiwiyata</a> | ||||||
|  | 							</li> | ||||||
|  | 							<li> | ||||||
|  | 								<a href="{{ url('galeri') }}" class="block py-2 px-3 text-success">Galeri</a> | ||||||
|  | 							</li> | ||||||
|  | 						</ul> | ||||||
|  | 					</div> | ||||||
|  | 				</div> | ||||||
|  | 				<div class="flex md:order-2 space-x-3 md:space-x-0 rtl:space-x-reverse"> | ||||||
|  | 					<button data-collapse-toggle="navbar-cta" type="button" class="inline-flex items-right p-2 w-10 h-10 justify-end text-sm text-gray-500 rounded-lg md:hidden hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-gray-200 dark:text-gray-400 dark:hover:bg-gray-700 dark:focus:ring-gray-600" aria-controls="navbar-cta" aria-expanded="false"> | ||||||
|  | 						<span class="sr-only">Open main menu</span> | ||||||
|  | 						<svg class="w-5 h-5" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 17 14"> | ||||||
|  | 							<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 1h15M1 7h15M1 13h15"/> | ||||||
|  | 						</svg> | ||||||
|  | 					</button> | ||||||
|  | 					<a href="{{ url('login') }}" class="p-3 text-white bg-success rounded-[10px] mx-auto md:mx-0 text-center flex flex-row gap-3"> | ||||||
|  | 						<span>Login</span> <x-lucide-log-in width="20" class="text-white"/> | ||||||
|  | 					</a> | ||||||
|  | 				</div> | ||||||
|  | 			</div> | ||||||
|  | 		</div> | ||||||
|  | 	</div> | ||||||
|  | 
 | ||||||
|  | 	 | ||||||
|  | 	<section id="section4" class="container mx-auto p-12 md:py-12"> | ||||||
|  | 		<div class="flex justify-between mb-15"> | ||||||
|  | 			<h4 class="text-lg md:text-2xl font-extrabold text-black">Galeri Adiwiyata</h4> | ||||||
|  | 		</div> | ||||||
|  | 		<div class="flex flex-row gap-10"> | ||||||
|  | 			<div class="grid grid-rows-1 md:grid-cols-3 lg:grid-cols-4 gap-5"> | ||||||
|  | 				<div class="relative group  w-full overflow-hidden rounded-lg shadow-[10px_10px_10px_0px_rgba(0,0,0,0.25)]"> | ||||||
|  | 					<img src="{{ asset('SDN Ciracas 15.jpg') }}" class="w-full h-full object-cover" alt="Galeri"> | ||||||
|  | 					<div class="absolute inset-0 bg-success bg-opacity-50 opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex flex-col justify-center p-4 gap-3"> | ||||||
|  | 						<h4 class="mb-5 font-bold text-white w-50">Dokumentasi SDN 15 Ciracas</h4> | ||||||
|  | 						{{-- <p class="text-white text-sm font-normal">1 Agustus 2025</p> --}} | ||||||
|  |                         {{-- <button  class="rounded-md bg-gray-950/5 px-2.5 py-1.5 text-sm font-semibold text-gray-900 hover:bg-gray-950/10">Open dialog</button> --}} | ||||||
|  |                          | ||||||
|  | 						<a href="#" data-url="{{ asset('SDN Ciracas 15.jpg') }}" class="btnmodal p-2 text-black text-sm bg-white opacity-50 rounded-[10px] mx-auto md:mx-0 text-center flex flex-row justify-between gap-3 w-40 "> | ||||||
|  | 							<span>Lihat Detail</span> <x-lucide-arrow-right width="20" class="text-black text-right"/> | ||||||
|  |                         </a> | ||||||
|  | 					</div> | ||||||
|  | 				</div> | ||||||
|  | 				<div class="relative group  w-full overflow-hidden rounded-lg shadow-[10px_10px_10px_0px_rgba(0,0,0,0.25)]"> | ||||||
|  | 					<img src="{{ asset('SDN Pondok Kelapa 05.jpg') }}" class="w-full h-full object-cover" alt="Galeri"> | ||||||
|  | 					<div class="absolute inset-0 bg-success bg-opacity-50 opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex flex-col justify-center p-4 gap-3"> | ||||||
|  | 						<h4 class="mb-5 font-bold text-white w-50">Dokumentasi SDN 05 Pondok Kelapa</h4> | ||||||
|  | 						{{-- <p class="text-white text-sm font-normal">1 Agustus 2025</p> --}} | ||||||
|  | 						<a href="#" data-url="{{ asset('SDN Pondok Kelapa 05.jpg') }}" class="btnmodal p-2 text-black text-sm bg-white opacity-50 rounded-[10px] mx-auto md:mx-0 text-center flex flex-row justify-between gap-3 w-40 "> | ||||||
|  | 							<span>Lihat Detail</span> <x-lucide-arrow-right width="20" class="text-black text-right"/> | ||||||
|  | 						</a> | ||||||
|  | 					</div> | ||||||
|  | 				</div> | ||||||
|  | 				<div class="relative group  w-full overflow-hidden rounded-lg shadow-[10px_10px_10px_0px_rgba(0,0,0,0.25)]"> | ||||||
|  | 					<img src="{{ asset('sma 67.jpg') }}" class="w-full h-full object-cover" alt="Galeri"> | ||||||
|  | 					<div class="absolute inset-0 bg-success bg-opacity-50 opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex flex-col justify-center p-4 gap-3"> | ||||||
|  | 						<h4 class="mb-5 font-bold text-white w-50">Dokumentasi SMAN 67 Jakarta</h4> | ||||||
|  | 						{{-- <p class="text-white text-sm font-normal">1 Agustus 2025</p> --}} | ||||||
|  | 						<a href="#" data-url="{{ asset('sma 67.jpg') }}" class="btnmodal p-2 text-black text-sm bg-white opacity-50 rounded-[10px] mx-auto md:mx-0 text-center flex flex-row justify-between gap-3 w-40 "> | ||||||
|  | 							<span>Lihat Detail</span> <x-lucide-arrow-right width="20" class="text-black text-right"/> | ||||||
|  | 						</a> | ||||||
|  | 					</div> | ||||||
|  | 				</div> | ||||||
|  | 				<div class="relative group  w-full overflow-hidden rounded-lg shadow-[10px_10px_10px_0px_rgba(0,0,0,0.25)]"> | ||||||
|  | 					<img src="{{ asset('man 2 jakarta.jpg') }}" class="w-full h-full object-cover" alt="Galeri"> | ||||||
|  | 					<div class="absolute inset-0 bg-success bg-opacity-50 opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex flex-col justify-center p-4 gap-3"> | ||||||
|  | 						<h4 class="mb-5 font-bold text-white w-50">Dokumentasi MAN 2 Jakarta</h4> | ||||||
|  | 						{{-- <p class="text-white text-sm font-normal">1 Agustus 2025</p> --}} | ||||||
|  | 						<a href="#" data-url="{{ asset('man 2 jakarta.jpg') }}" class="btnmodal p-2 text-black text-sm bg-white opacity-50 rounded-[10px] mx-auto md:mx-0 text-center flex flex-row justify-between gap-3 w-40 "> | ||||||
|  | 							<span>Lihat Detail</span> <x-lucide-arrow-right width="20" class="text-black text-right"/> | ||||||
|  | 						</a> | ||||||
|  | 					</div> | ||||||
|  | 				</div> | ||||||
|  | 				<div class="relative group  w-full overflow-hidden rounded-lg shadow-[10px_10px_10px_0px_rgba(0,0,0,0.25)]"> | ||||||
|  | 					<img src="{{ asset('sdn lebak bulus 4.jpg') }}" class="w-full h-full object-cover" alt="Galeri"> | ||||||
|  | 					<div class="absolute inset-0 bg-success bg-opacity-50 opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex flex-col justify-center p-4 gap-3"> | ||||||
|  | 						<h4 class="mb-5 font-bold text-white w-50">Dokumentasi SDN 04 Lebak Bulus</h4> | ||||||
|  | 						{{-- <p class="text-white text-sm font-normal">1 Agustus 2025</p> --}} | ||||||
|  | 						<a href="#" data-url="{{ asset('sdn lebak bulus 4.jpg') }}" class="btnmodal p-2 text-black text-sm bg-white opacity-50 rounded-[10px] mx-auto md:mx-0 text-center flex flex-row justify-between gap-3 w-40 "> | ||||||
|  | 							<span>Lihat Detail</span> <x-lucide-arrow-right width="20" class="text-black text-right"/> | ||||||
|  | 						</a> | ||||||
|  | 					</div> | ||||||
|  | 				</div> | ||||||
|  | 				<div class="relative group  w-full overflow-hidden rounded-lg shadow-[10px_10px_10px_0px_rgba(0,0,0,0.25)]"> | ||||||
|  | 					<img src="{{ asset('sma 10.jpg') }}" class="w-full h-full object-cover" alt="Galeri"> | ||||||
|  | 					<div class="absolute inset-0 bg-success bg-opacity-50 opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex flex-col justify-center p-4 gap-3"> | ||||||
|  | 						<h4 class="mb-5 font-bold text-white w-50">Dokumentasi SMAN 10 Jakarta</h4> | ||||||
|  | 						{{-- <p class="text-white text-sm font-normal">1 Agustus 2025</p> --}} | ||||||
|  | 						<a href="#" data-url="{{ asset('sma 10.jpg') }}" class="btnmodal p-2 text-black text-sm bg-white opacity-50 rounded-[10px] mx-auto md:mx-0 text-center flex flex-row justify-between gap-3 w-40 "> | ||||||
|  | 							<span>Lihat Detail</span> <x-lucide-arrow-right width="20" class="text-black text-right"/> | ||||||
|  | 						</a> | ||||||
|  | 					</div> | ||||||
|  | 				</div> | ||||||
|  | 				<div class="relative group  w-full overflow-hidden rounded-lg shadow-[10px_10px_10px_0px_rgba(0,0,0,0.25)]"> | ||||||
|  | 					<img src="{{ asset('sdn pulogadung 07.jpg') }}" class="w-full h-full object-cover" alt="Galeri"> | ||||||
|  | 					<div class="absolute inset-0 bg-success bg-opacity-50 opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex flex-col justify-center p-4 gap-3"> | ||||||
|  | 						<h4 class="mb-5 font-bold text-white w-50">Dokumentasi SDN 07 Pulogadung</h4> | ||||||
|  | 						{{-- <p class="text-white text-sm font-normal">1 Agustus 2025</p> --}} | ||||||
|  | 						<a href="#" data-url="{{ asset('sdn pulogadung 07.jpg') }}" class="btnmodal p-2 text-black text-sm bg-white opacity-50 rounded-[10px] mx-auto md:mx-0 text-center flex flex-row justify-between gap-3 w-40 "> | ||||||
|  | 							<span>Lihat Detail</span> <x-lucide-arrow-right width="20" class="text-black text-right"/> | ||||||
|  | 						</a> | ||||||
|  | 					</div> | ||||||
|  | 				</div> | ||||||
|  | 				<div class="relative group  w-full overflow-hidden rounded-lg shadow-[10px_10px_10px_0px_rgba(0,0,0,0.25)]"> | ||||||
|  | 					<img src="{{ asset('berita.png') }}" class="w-full h-full object-cover" alt="Galeri"> | ||||||
|  | 					<div class="absolute inset-0 bg-success bg-opacity-50 opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex flex-col justify-center p-4 gap-3"> | ||||||
|  | 						<h4 class="mb-5 font-bold text-white w-50">Dokumentasi SMPN 197 Jakarta</h4> | ||||||
|  | 						{{-- <p class="text-white text-sm font-normal">1 Agustus 2025</p> --}} | ||||||
|  | 						<a href="#" data-url="{{ asset('berita.png') }}" class="btnmodal p-2 text-black text-sm bg-white opacity-50 rounded-[10px] mx-auto md:mx-0 text-center flex flex-row justify-between gap-3 w-40 "> | ||||||
|  | 							<span>Lihat Detail</span> <x-lucide-arrow-right width="20" class="text-black text-right"/> | ||||||
|  | 						</a> | ||||||
|  | 					</div> | ||||||
|  | 				</div> | ||||||
|  | 			</div> | ||||||
|  | 		</div> | ||||||
|  | 	</section> | ||||||
|  | 
 | ||||||
|  |     <div id="myModal" class="fixed inset-0 z-50 hidden bg-black/50 flex items-center justify-center"> | ||||||
|  |         <div class="bg-white rounded-lg shadow-lg w-1/2 p-6 relative"> | ||||||
|  |             <img src="" id="image" alt="" class="w-full"> | ||||||
|  |             <!-- Tombol aksi --> | ||||||
|  |             <br> | ||||||
|  |             <div class="flex justify-end space-x-2"> | ||||||
|  |                 <button onclick="closeModal()" class="bg-gray-300 text-gray-700 px-4 py-2 rounded">Tutup</button> | ||||||
|  |             </div> | ||||||
|  |         </div> | ||||||
|  |     </div> | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | 	<section id="footer" class="bottom-0"> | ||||||
|  | 		<div class="bg-success p-3 "> | ||||||
|  | 			<div class="container mx-auto"> | ||||||
|  | 				<div class="flex justify-between items-center"> | ||||||
|  | 					<div class="flex gap-5 items-center"> | ||||||
|  | 						<div> | ||||||
|  | 							<a href="{{ url('/') }}" class="flex items-center space-x-3 rtl:space-x-reverse p-1 bg-white rounded-full"> | ||||||
|  | 								<img src="{{ asset('assets/logo-dinas.ico') }}" class="h-8" /> | ||||||
|  | 							</a> | ||||||
|  | 						</div> | ||||||
|  | 						<div> | ||||||
|  | 							<h5 class="text-white font-bold mb-0">Sistem Informasi Adiwiyata</h5> | ||||||
|  | 							<span class="text-white text-xs">Dinas Lingkungan Hidup DKI Jakarta</span> | ||||||
|  | 						</div> | ||||||
|  | 					</div> | ||||||
|  | 					<div> | ||||||
|  | 						<span class="text-white text-xs">© 2025 </span> | ||||||
|  | 					</div> | ||||||
|  | 				</div> | ||||||
|  | 				 | ||||||
|  | 			</div> | ||||||
|  | 		</div> | ||||||
|  | 	</section> | ||||||
|  |     <script src="https://code.jquery.com/jquery-3.7.1.js"></script> | ||||||
|  |     <script> | ||||||
|  |         $('.btnmodal').on('click',function(){ | ||||||
|  |             document.getElementById('myModal').classList.remove('hidden'); | ||||||
|  |             $('#image').attr('src',$(this).data('url')); | ||||||
|  |         }); | ||||||
|  |     function closeModal() { | ||||||
|  |         document.getElementById('myModal').classList.add('hidden'); | ||||||
|  |     } | ||||||
|  |     </script> | ||||||
|  | 
 | ||||||
|  |   </body> | ||||||
|  | </html> | ||||||
|  | @ -54,16 +54,16 @@ | ||||||
| 					<div class="items-center justify-between hidden w-full md:flex md:w-auto md:order-1" id="navbar-cta"> | 					<div class="items-center justify-between hidden w-full md:flex md:w-auto md:order-1" id="navbar-cta"> | ||||||
| 						<ul class="flex flex-col font-medium p-4 md:p-0 mt-4 border md:space-x-8 rtl:space-x-reverse md:flex-row md:mt-0 md:border-0 bg-white"> | 						<ul class="flex flex-col font-medium p-4 md:p-0 mt-4 border md:space-x-8 rtl:space-x-reverse md:flex-row md:mt-0 md:border-0 bg-white"> | ||||||
| 							<li> | 							<li> | ||||||
| 								<a href="#" class="block py-2 px-3 text-success" aria-current="page">Beranda</a> | 								<a href="{{ url('/') }}" class="block py-2 px-3 text-success" aria-current="page">Beranda</a> | ||||||
| 							</li> | 							</li> | ||||||
| 							<li> | 							<li> | ||||||
| 								<a href="#" class="block py-2 px-3">Sekolah Adiwiyata</a> | 								<a href="{{ url('sekolah') }}" class="block py-2 px-3">Sekolah Adiwiyata</a> | ||||||
| 							</li> | 							</li> | ||||||
| 							<li> | 							<li> | ||||||
| 								<a href="#" class="block py-2 px-3">Kegiatan Adiwiyata</a> | 								<a href="{{ url('kegiatan') }}" class="block py-2 px-3">Kegiatan Adiwiyata</a> | ||||||
| 							</li> | 							</li> | ||||||
| 							<li> | 							<li> | ||||||
| 								<a href="#" class="block py-2 px-3">Galeri</a> | 								<a href="{{ url('galeri') }}" class="block py-2 px-3">Galeri</a> | ||||||
| 							</li> | 							</li> | ||||||
| 						</ul> | 						</ul> | ||||||
| 					</div> | 					</div> | ||||||
|  | @ -164,7 +164,7 @@ | ||||||
| 	<section id="section3" class="container mx-auto p-12 md:py-12"> | 	<section id="section3" class="container mx-auto p-12 md:py-12"> | ||||||
| 		<div class="flex justify-between mb-15"> | 		<div class="flex justify-between mb-15"> | ||||||
| 			<h4 class="text-lg md:text-2xl font-extrabold text-black">Kegiatan Adiwiyata</h4> | 			<h4 class="text-lg md:text-2xl font-extrabold text-black">Kegiatan Adiwiyata</h4> | ||||||
| 			<a href="#section2" class="p-2 text-white text-sm bg-warning rounded-[10px] mx-auto md:mx-0 text-center flex flex-row justify-between gap-3 "> | 			<a href="{{ url('kegiatan') }}" class="p-2 text-white text-sm bg-warning rounded-[10px] mx-auto md:mx-0 text-center flex flex-row justify-between gap-3 "> | ||||||
| 				<span>Lihat Semua</span> <x-lucide-arrow-right width="20" class="text-white text-right"/> | 				<span>Lihat Semua</span> <x-lucide-arrow-right width="20" class="text-white text-right"/> | ||||||
| 			</a> | 			</a> | ||||||
| 		</div> | 		</div> | ||||||
|  | @ -231,7 +231,7 @@ | ||||||
| 	<section id="section4" class="container mx-auto p-12 md:py-12"> | 	<section id="section4" class="container mx-auto p-12 md:py-12"> | ||||||
| 		<div class="flex justify-between mb-15"> | 		<div class="flex justify-between mb-15"> | ||||||
| 			<h4 class="text-lg md:text-2xl font-extrabold text-black">Galeri Adiwiyata</h4> | 			<h4 class="text-lg md:text-2xl font-extrabold text-black">Galeri Adiwiyata</h4> | ||||||
| 			<a href="#" class="p-2 text-white text-sm bg-warning rounded-[10px] mx-auto md:mx-0 text-center flex flex-row justify-between gap-3 "> | 			<a href="{{ url('galeri') }}" class="p-2 text-white text-sm bg-warning rounded-[10px] mx-auto md:mx-0 text-center flex flex-row justify-between gap-3 "> | ||||||
| 				<span>Lihat Semua</span> <x-lucide-arrow-right width="20" class="text-white text-right"/> | 				<span>Lihat Semua</span> <x-lucide-arrow-right width="20" class="text-white text-right"/> | ||||||
| 			</a> | 			</a> | ||||||
| 		</div> | 		</div> | ||||||
|  |  | ||||||
|  | @ -0,0 +1,208 @@ | ||||||
|  | <!doctype html> | ||||||
|  | <html> | ||||||
|  |   <head> | ||||||
|  |     <meta charset="UTF-8" /> | ||||||
|  | 	<title>Kegiatan | Sekolah Adiwiyata DKI Jakarta</title> | ||||||
|  |     <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||||||
|  | 
 | ||||||
|  | 	<meta name="keywords" content="Sekolah Adiwiyata" /> | ||||||
|  | 	<meta name="description" content="Sekolah Adiwiyata Lingkungan Hidup Provinsi DKI Jakarta"> | ||||||
|  | 	<meta name="author" content="ilham"> | ||||||
|  | 	<!-- Favicon --> | ||||||
|  | 	<link rel="shortcut icon" href="{{ asset('assets/logo-dinas.ico') }}" type="image/x-icon" /> | ||||||
|  | 
 | ||||||
|  | 	<link rel="apple-touch-icon" href="{{ asset('assets/logo-dinas.ico') }}"> | ||||||
|  |     <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script> | ||||||
|  | 	<style> | ||||||
|  | 		.bg-success{ | ||||||
|  | 			background: #009D66!important;
 | ||||||
|  | 		} | ||||||
|  | 		.bg-warning{ | ||||||
|  | 			background: #F7AE15!important;
 | ||||||
|  | 		} | ||||||
|  | 		.bg-danger{ | ||||||
|  | 			background: #B9375D!important;
 | ||||||
|  | 		} | ||||||
|  | 		.bg-info{ | ||||||
|  | 			background: #3B38A0!important;
 | ||||||
|  | 		} | ||||||
|  | 		.text-success{ | ||||||
|  | 			color: #009D66!important;
 | ||||||
|  | 		} | ||||||
|  | 		.text-warning{ | ||||||
|  | 			color: #F7AE15!important;
 | ||||||
|  | 		} | ||||||
|  | 		.text-danger{ | ||||||
|  | 			color: #B9375D!important;
 | ||||||
|  | 		} | ||||||
|  | 		.text-info{ | ||||||
|  | 			color: #3B38A0!important;
 | ||||||
|  | 		} | ||||||
|  | 		.text-black{ | ||||||
|  | 			color: #333!important;
 | ||||||
|  | 		} | ||||||
|  | 	</style> | ||||||
|  |   </head> | ||||||
|  |   <body> | ||||||
|  | 	<div class="bg-white border-b-1 border-b-[#eaeaea]"> | ||||||
|  | 		<div class="container mx-auto"> | ||||||
|  | 			<div class="flex flex-between justify-between items-center gap-5 mx-auto p-5"> | ||||||
|  | 				<div class="flex flex-row gap-10"> | ||||||
|  | 					<a href="{{ url('/') }}" class="flex items-center space-x-3 rtl:space-x-reverse"> | ||||||
|  | 						<img src="{{ asset('assets/logo-dinas.ico') }}" class="h-8" /> | ||||||
|  | 					</a> | ||||||
|  | 					<div class="items-center justify-between hidden w-full md:flex md:w-auto md:order-1" id="navbar-cta"> | ||||||
|  | 						<ul class="flex flex-col font-medium p-4 md:p-0 mt-4 border md:space-x-8 rtl:space-x-reverse md:flex-row md:mt-0 md:border-0 bg-white"> | ||||||
|  | 							<li> | ||||||
|  | 								<a href="{{ url('/') }}" class="block py-2 px-3" aria-current="page">Beranda</a> | ||||||
|  | 							</li> | ||||||
|  | 							<li> | ||||||
|  | 								<a href="{{ url('sekolah') }}" class="block py-2 px-3">Sekolah Adiwiyata</a> | ||||||
|  | 							</li> | ||||||
|  | 							<li> | ||||||
|  | 								<a href="{{ url('kegiatan') }}" class="block py-2 px-3 text-success">Kegiatan Adiwiyata</a> | ||||||
|  | 							</li> | ||||||
|  | 							<li> | ||||||
|  | 								<a href="{{ url('galeri') }}" class="block py-2 px-3">Galeri</a> | ||||||
|  | 							</li> | ||||||
|  | 						</ul> | ||||||
|  | 					</div> | ||||||
|  | 				</div> | ||||||
|  | 				<div class="flex md:order-2 space-x-3 md:space-x-0 rtl:space-x-reverse"> | ||||||
|  | 					<button data-collapse-toggle="navbar-cta" type="button" class="inline-flex items-right p-2 w-10 h-10 justify-end text-sm text-gray-500 rounded-lg md:hidden hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-gray-200 dark:text-gray-400 dark:hover:bg-gray-700 dark:focus:ring-gray-600" aria-controls="navbar-cta" aria-expanded="false"> | ||||||
|  | 						<span class="sr-only">Open main menu</span> | ||||||
|  | 						<svg class="w-5 h-5" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 17 14"> | ||||||
|  | 							<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 1h15M1 7h15M1 13h15"/> | ||||||
|  | 						</svg> | ||||||
|  | 					</button> | ||||||
|  | 					<a href="{{ url('login') }}" class="p-3 text-white bg-success rounded-[10px] mx-auto md:mx-0 text-center flex flex-row gap-3"> | ||||||
|  | 						<span>Login</span> <x-lucide-log-in width="20" class="text-white"/> | ||||||
|  | 					</a> | ||||||
|  | 				</div> | ||||||
|  | 			</div> | ||||||
|  | 		</div> | ||||||
|  | 	</div> | ||||||
|  | 
 | ||||||
|  | 	 | ||||||
|  | 	<section id="section3" class="container mx-auto p-12 md:py-12"> | ||||||
|  | 		<div class="flex justify-between mb-15"> | ||||||
|  | 			<h4 class="text-lg md:text-2xl font-extrabold text-black">Kegiatan Adiwiyata</h4> | ||||||
|  | 		</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%]"> | ||||||
|  |                         <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> | ||||||
|  |                         </div> | ||||||
|  |                         <h4 class="text-md text-black font-bold mt-2">Kagiatan Program Sekolah Adiwiyata  Provinsi SMPN 197</h4> | ||||||
|  |                         <p class="text-xs opacity-[50%]"> | ||||||
|  |                             JAKARTA – Sebanyak empat pelanggar Peraturan Daerah (Perda) Provinsi DKI Jakarta Nomor 2 Tahun 2005 tentang Pengendalian Pencemaran Udara | ||||||
|  |                         </p> | ||||||
|  |                         <a href="#section2" class="text-sm text-warning rounded-[10px] mx-auto md:mx-0 flex flex-row gap-3 "> | ||||||
|  |                             <span>Baca Selengkapnya</span> <x-lucide-arrow-right width="20" class="text-warning"/> | ||||||
|  |                         </a> | ||||||
|  |                     </div>	     | ||||||
|  |                 </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%]"> | ||||||
|  |                         <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> | ||||||
|  |                         </div> | ||||||
|  |                         <h4 class="text-md text-black font-bold mt-2">Kagiatan Program Sekolah Adiwiyata SDN 15 Ciracas</h4> | ||||||
|  |                         <p class="text-xs opacity-[50%]"> | ||||||
|  |                             JAKARTA – Sebanyak empat pelanggar Peraturan Daerah (Perda) Provinsi DKI Jakarta Nomor 2 Tahun 2005 tentang Pengendalian Pencemaran Udara | ||||||
|  |                         </p> | ||||||
|  |                         <a href="#section2" class="text-sm text-warning rounded-[10px] mx-auto md:mx-0 flex flex-row gap-3 "> | ||||||
|  |                             <span>Baca Selengkapnya</span> <x-lucide-arrow-right width="20" class="text-warning"/> | ||||||
|  |                         </a> | ||||||
|  |                     </div> | ||||||
|  |                 </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%]"> | ||||||
|  |                         <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> | ||||||
|  |                         </div> | ||||||
|  |                         <h4 class="text-md text-black font-bold mt-2">Kagiatan Program Sekolah Adiwiyata SMAN 67 Jakarta</h4> | ||||||
|  |                         <p class="text-xs opacity-[50%]"> | ||||||
|  |                             JAKARTA – Sebanyak empat pelanggar Peraturan Daerah (Perda) Provinsi DKI Jakarta Nomor 2 Tahun 2005 tentang Pengendalian Pencemaran Udara | ||||||
|  |                         </p> | ||||||
|  |                         <a href="#section2" class="text-sm text-warning rounded-[10px] mx-auto md:mx-0 flex flex-row gap-3 "> | ||||||
|  |                             <span>Baca Selengkapnya</span> <x-lucide-arrow-right width="20" class="text-warning"/> | ||||||
|  |                         </a> | ||||||
|  |                     </div> | ||||||
|  |                 </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%]"> | ||||||
|  |                         <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> | ||||||
|  |                         </div> | ||||||
|  |                         <h4 class="text-md text-black font-bold mt-2">Kagiatan Program Sekolah Adiwiyata MAN 2 Jakarta</h4> | ||||||
|  |                         <p class="text-xs opacity-[50%]"> | ||||||
|  |                             JAKARTA – Sebanyak empat pelanggar Peraturan Daerah (Perda) Provinsi DKI Jakarta Nomor 2 Tahun 2005 tentang Pengendalian Pencemaran Udara | ||||||
|  |                         </p> | ||||||
|  |                         <a href="#section2" class="text-sm text-warning rounded-[10px] mx-auto md:mx-0 flex flex-row gap-3 "> | ||||||
|  |                             <span>Baca Selengkapnya</span> <x-lucide-arrow-right width="20" class="text-warning"/> | ||||||
|  |                         </a> | ||||||
|  |                     </div> | ||||||
|  |                 </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 Pondok Kelapa 05.jpg') }}" class="h-full w-full 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> | ||||||
|  |                         </div> | ||||||
|  |                         <h4 class="text-md text-black font-bold mt-2">Kagiatan Program Sekolah Adiwiyata SDN 05 Pondok Kelapa</h4> | ||||||
|  |                         <p class="text-xs opacity-[50%]"> | ||||||
|  |                             JAKARTA – Sebanyak empat pelanggar Peraturan Daerah (Perda) Provinsi DKI Jakarta Nomor 2 Tahun 2005 tentang Pengendalian Pencemaran Udara | ||||||
|  |                         </p> | ||||||
|  |                         <a href="#section2" class="text-sm text-warning rounded-[10px] mx-auto md:mx-0 flex flex-row gap-3 "> | ||||||
|  |                             <span>Baca Selengkapnya</span> <x-lucide-arrow-right width="20" class="text-warning"/> | ||||||
|  |                         </a> | ||||||
|  |                     </div> | ||||||
|  |                 </div> | ||||||
|  |                  | ||||||
|  | 			</div> | ||||||
|  | 	 | ||||||
|  | 		</div> | ||||||
|  | 	</section> | ||||||
|  | 	<section id="footer" class="bottom-0"> | ||||||
|  | 		<div class="bg-success p-3 "> | ||||||
|  | 			<div class="container mx-auto"> | ||||||
|  | 				<div class="flex justify-between items-center"> | ||||||
|  | 					<div class="flex gap-5 items-center"> | ||||||
|  | 						<div> | ||||||
|  | 							<a href="{{ url('/') }}" class="flex items-center space-x-3 rtl:space-x-reverse p-1 bg-white rounded-full"> | ||||||
|  | 								<img src="{{ asset('assets/logo-dinas.ico') }}" class="h-8" /> | ||||||
|  | 							</a> | ||||||
|  | 						</div> | ||||||
|  | 						<div> | ||||||
|  | 							<h5 class="text-white font-bold mb-0">Sistem Informasi Adiwiyata</h5> | ||||||
|  | 							<span class="text-white text-xs">Dinas Lingkungan Hidup DKI Jakarta</span> | ||||||
|  | 						</div> | ||||||
|  | 					</div> | ||||||
|  | 					<div> | ||||||
|  | 						<span class="text-white text-xs">© 2025 </span> | ||||||
|  | 					</div> | ||||||
|  | 				</div> | ||||||
|  | 				 | ||||||
|  | 			</div> | ||||||
|  | 		</div> | ||||||
|  | 	</section> | ||||||
|  |     <script src="https://code.jquery.com/jquery-3.7.1.js"></script> | ||||||
|  |     <script src="https://cdn.datatables.net/2.3.2/js/dataTables.js"></script> | ||||||
|  |     <script src="https://cdn.datatables.net/2.3.2/js/dataTables.tailwindcss.js"></script> | ||||||
|  |     <script> | ||||||
|  |         new DataTable('#example'); | ||||||
|  |     </script> | ||||||
|  |   </body> | ||||||
|  | </html> | ||||||
|  | @ -0,0 +1,159 @@ | ||||||
|  | <!doctype html> | ||||||
|  | <html> | ||||||
|  |   <head> | ||||||
|  |     <meta charset="UTF-8" /> | ||||||
|  | 	<title>Sekolah | Sekolah Adiwiyata DKI Jakarta</title> | ||||||
|  |     <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||||||
|  | 
 | ||||||
|  | 	<meta name="keywords" content="Sekolah Adiwiyata" /> | ||||||
|  | 	<meta name="description" content="Sekolah Adiwiyata Lingkungan Hidup Provinsi DKI Jakarta"> | ||||||
|  | 	<meta name="author" content="ilham"> | ||||||
|  | 	<!-- Favicon --> | ||||||
|  | 	<link rel="shortcut icon" href="{{ asset('assets/logo-dinas.ico') }}" type="image/x-icon" /> | ||||||
|  | 
 | ||||||
|  | 	<link rel="apple-touch-icon" href="{{ asset('assets/logo-dinas.ico') }}"> | ||||||
|  |     <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script> | ||||||
|  | 	<style> | ||||||
|  | 		.bg-success{ | ||||||
|  | 			background: #009D66!important;
 | ||||||
|  | 		} | ||||||
|  | 		.bg-warning{ | ||||||
|  | 			background: #F7AE15!important;
 | ||||||
|  | 		} | ||||||
|  | 		.bg-danger{ | ||||||
|  | 			background: #B9375D!important;
 | ||||||
|  | 		} | ||||||
|  | 		.bg-info{ | ||||||
|  | 			background: #3B38A0!important;
 | ||||||
|  | 		} | ||||||
|  | 		.text-success{ | ||||||
|  | 			color: #009D66!important;
 | ||||||
|  | 		} | ||||||
|  | 		.text-warning{ | ||||||
|  | 			color: #F7AE15!important;
 | ||||||
|  | 		} | ||||||
|  | 		.text-danger{ | ||||||
|  | 			color: #B9375D!important;
 | ||||||
|  | 		} | ||||||
|  | 		.text-info{ | ||||||
|  | 			color: #3B38A0!important;
 | ||||||
|  | 		} | ||||||
|  | 		.text-black{ | ||||||
|  | 			color: #333!important;
 | ||||||
|  | 		} | ||||||
|  | 	</style> | ||||||
|  |   </head> | ||||||
|  |   <body> | ||||||
|  | 	<div class="bg-white border-b-1 border-b-[#eaeaea]"> | ||||||
|  | 		<div class="container mx-auto"> | ||||||
|  | 			<div class="flex flex-between justify-between items-center gap-5 mx-auto p-5"> | ||||||
|  | 				<div class="flex flex-row gap-10"> | ||||||
|  | 					<a href="{{ url('/') }}" class="flex items-center space-x-3 rtl:space-x-reverse"> | ||||||
|  | 						<img src="{{ asset('assets/logo-dinas.ico') }}" class="h-8" /> | ||||||
|  | 					</a> | ||||||
|  | 					<div class="items-center justify-between hidden w-full md:flex md:w-auto md:order-1" id="navbar-cta"> | ||||||
|  | 						<ul class="flex flex-col font-medium p-4 md:p-0 mt-4 border md:space-x-8 rtl:space-x-reverse md:flex-row md:mt-0 md:border-0 bg-white"> | ||||||
|  | 							<li> | ||||||
|  | 								<a href="{{ url('/') }}" class="block py-2 px-3" aria-current="page">Beranda</a> | ||||||
|  | 							</li> | ||||||
|  | 							<li> | ||||||
|  | 								<a href="{{ url('sekolah') }}" class="block py-2 px-3 text-success">Sekolah Adiwiyata</a> | ||||||
|  | 							</li> | ||||||
|  | 							<li> | ||||||
|  | 								<a href="{{ url('kegiatan') }}" class="block py-2 px-3">Kegiatan Adiwiyata</a> | ||||||
|  | 							</li> | ||||||
|  | 							<li> | ||||||
|  | 								<a href="{{ url('galeri') }}" class="block py-2 px-3">Galeri</a> | ||||||
|  | 							</li> | ||||||
|  | 						</ul> | ||||||
|  | 					</div> | ||||||
|  | 				</div> | ||||||
|  | 				<div class="flex md:order-2 space-x-3 md:space-x-0 rtl:space-x-reverse"> | ||||||
|  | 					<button data-collapse-toggle="navbar-cta" type="button" class="inline-flex items-right p-2 w-10 h-10 justify-end text-sm text-gray-500 rounded-lg md:hidden hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-gray-200 dark:text-gray-400 dark:hover:bg-gray-700 dark:focus:ring-gray-600" aria-controls="navbar-cta" aria-expanded="false"> | ||||||
|  | 						<span class="sr-only">Open main menu</span> | ||||||
|  | 						<svg class="w-5 h-5" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 17 14"> | ||||||
|  | 							<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 1h15M1 7h15M1 13h15"/> | ||||||
|  | 						</svg> | ||||||
|  | 					</button> | ||||||
|  | 					<a href="{{ url('login') }}" class="p-3 text-white bg-success rounded-[10px] mx-auto md:mx-0 text-center flex flex-row gap-3"> | ||||||
|  | 						<span>Login</span> <x-lucide-log-in width="20" class="text-white"/> | ||||||
|  | 					</a> | ||||||
|  | 				</div> | ||||||
|  | 			</div> | ||||||
|  | 		</div> | ||||||
|  | 	</div> | ||||||
|  | 
 | ||||||
|  | 	 | ||||||
|  | 	<section id="section4" class="container mx-auto p-12 md:py-12"> | ||||||
|  | 		<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"> | ||||||
|  |             <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> | ||||||
|  |                 </thead> | ||||||
|  |                 <tbody> | ||||||
|  |                 <?php | ||||||
|  |                 $data = [ | ||||||
|  |                     ['name' => 'SMPN 253','kota' => 'Jakarta Selatan','skor' => '89,86','tahun' => '2024'], | ||||||
|  |                     ['name' => 'SDI Al Irsyad Islamiyah','kota' => 'Jakarta Pusat','skor' => '89,85','tahun' => '2024'], | ||||||
|  |                     ['name' => 'SDN Kemanggisan 17','kota' => 'Jakarta Barat','skor' => '89,45','tahun' => ''], | ||||||
|  |                     ['name' => 'SDN Sukabumi Utara 07','kota' => 'Jakarta Barat','skor' => '89,54','tahun' => ''], | ||||||
|  |                     ['name' => 'SDS Strada Santo Ignatius','kota' => 'Jakarta Utara','skor' => '89,24','tahun' => ''], | ||||||
|  |                     ['name' => 'SDN Jatinegara 06 Pagi','kota' => 'Jakarta Timur','skor' => '89,33','tahun' => ''], | ||||||
|  |                     ['name' => 'SDN Pekayon 03 Pagi','kota' => 'Jakarta Timur','skor' => '89,43','tahun' => ''], | ||||||
|  |                     ['name' => 'SDN Lubang Buaya 06 Pagi','kota' => 'Jakarta Timur','skor' => '89,71','tahun' => ''], | ||||||
|  |                 ]; | ||||||
|  |                 ?>
 | ||||||
|  |                 @foreach($data as $k => $val) | ||||||
|  |                 <tr class="border"> | ||||||
|  |                     <td class="border border-[#eaeaea] text-center">{{ $k+1 }}</td>                     | ||||||
|  |                     <td class="border border-[#eaeaea] text-center">{{ $val['name'] }}</td> | ||||||
|  |                     <td class="border border-[#eaeaea] text-center">{{ $val['kota'] }}</td> | ||||||
|  |                     <td class="border border-[#eaeaea] text-center">{{ $val['tahun'] }}</td> | ||||||
|  |                     <td class="border border-[#eaeaea] text-center">{{ $val['skor'] }}</td> | ||||||
|  |                 </tr> | ||||||
|  |                 @endforeach | ||||||
|  |                 </tbody> | ||||||
|  |                  | ||||||
|  |             </table> | ||||||
|  | 		</div> | ||||||
|  | 	</section> | ||||||
|  | 	<section id="footer" class="bottom-0"> | ||||||
|  | 		<div class="bg-success p-3 "> | ||||||
|  | 			<div class="container mx-auto"> | ||||||
|  | 				<div class="flex justify-between items-center"> | ||||||
|  | 					<div class="flex gap-5 items-center"> | ||||||
|  | 						<div> | ||||||
|  | 							<a href="{{ url('/') }}" class="flex items-center space-x-3 rtl:space-x-reverse p-1 bg-white rounded-full"> | ||||||
|  | 								<img src="{{ asset('assets/logo-dinas.ico') }}" class="h-8" /> | ||||||
|  | 							</a> | ||||||
|  | 						</div> | ||||||
|  | 						<div> | ||||||
|  | 							<h5 class="text-white font-bold mb-0">Sistem Informasi Adiwiyata</h5> | ||||||
|  | 							<span class="text-white text-xs">Dinas Lingkungan Hidup DKI Jakarta</span> | ||||||
|  | 						</div> | ||||||
|  | 					</div> | ||||||
|  | 					<div> | ||||||
|  | 						<span class="text-white text-xs">© 2025 </span> | ||||||
|  | 					</div> | ||||||
|  | 				</div> | ||||||
|  | 				 | ||||||
|  | 			</div> | ||||||
|  | 		</div> | ||||||
|  | 	</section> | ||||||
|  |     <script src="https://code.jquery.com/jquery-3.7.1.js"></script> | ||||||
|  |     <script src="https://cdn.datatables.net/2.3.2/js/dataTables.js"></script> | ||||||
|  |     <script src="https://cdn.datatables.net/2.3.2/js/dataTables.tailwindcss.js"></script> | ||||||
|  |     <script> | ||||||
|  |         new DataTable('#example'); | ||||||
|  |     </script> | ||||||
|  |   </body> | ||||||
|  | </html> | ||||||
|  | @ -43,6 +43,21 @@ Route::get('/', function () { | ||||||
|     // return redirect('login');
 |     // return redirect('login');
 | ||||||
| }); | }); | ||||||
| 
 | 
 | ||||||
|  | Route::get('/sekolah', function () { | ||||||
|  |     return view('sekolah'); | ||||||
|  |     // return redirect('login');
 | ||||||
|  | }); | ||||||
|  | 
 | ||||||
|  | Route::get('/kegiatan', function () { | ||||||
|  |     return view('kegiatan'); | ||||||
|  |     // return redirect('login');
 | ||||||
|  | }); | ||||||
|  | 
 | ||||||
|  | Route::get('/galeri', function () { | ||||||
|  |     return view('galeri'); | ||||||
|  |     // return redirect('login');
 | ||||||
|  | }); | ||||||
|  | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| // Auth::routes();
 | // Auth::routes();
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue