228 lines
		
	
	
		
			10 KiB
		
	
	
	
		
			PHP
		
	
	
			
		
		
	
	
			228 lines
		
	
	
		
			10 KiB
		
	
	
	
		
			PHP
		
	
	
| <!doctype html>
 | ||
| <html>
 | ||
|   <head>
 | ||
|     <meta charset="UTF-8" />
 | ||
| 	<title>Beranda | 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="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 border-gray-100 rounded-lg bg-gray-50 md:space-x-8 rtl:space-x-reverse md:flex-row md:mt-0 md:border-0 md:bg-white dark:bg-gray-800 md:dark:bg-gray-900 dark:border-gray-700">
 | ||
| 						<li>
 | ||
| 							<a href="#" class="block py-2 px-3 text-success" aria-current="page">Beranda</a>
 | ||
| 						</li>
 | ||
| 						<li>
 | ||
| 							<a href="#" class="block py-2 px-3">Sekolah Adiwiyata</a>
 | ||
| 						</li>
 | ||
| 						<li>
 | ||
| 							<a href="#" class="block py-2 px-3">Kegiatan Adiwiyata</a>
 | ||
| 						</li>
 | ||
| 						<li>
 | ||
| 							<a href="#" 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="text-white bg-success focus:outline-none rounded-lg text-sm px-4 py-2 text-right">Login</a>
 | ||
| 			</div>
 | ||
| 		</div>
 | ||
| 	</div>
 | ||
| 	<section id="section1" class="relative overflow-hidden md:pt-20" style="min-height: 95vh">
 | ||
| 		<!-- Enhanced Animated Background Elements -->
 | ||
| 		<div class="absolute inset-0 bg-gradient-to-br from-slate-50 via-white to-gray-100">
 | ||
| 			<div class="absolute inset-0 bg-grid-pattern opacity-[0.03]"></div>
 | ||
| 			<div class="absolute top-0 left-0 w-full h-full overflow-hidden">
 | ||
| 				<div class="blob blob-1 absolute top-[10%] right-[15%] w-[40vw] h-[40vw] rounded-full mix-blend-multiply filter blur-[80px] animate-blob-slow opacity-15 bg-gradient-to-br from-green-300 to-emerald-400"></div>
 | ||
| 				<div class="blob blob-2 absolute bottom-[5%] left-[20%] w-[35vw] h-[35vw] rounded-full mix-blend-multiply filter blur-[80px] animate-blob-slow animation-delay-2000 opacity-15 bg-gradient-to-br from-amber-300 to-orange-400"></div>
 | ||
| 				<div class="blob blob-3 absolute top-[30%] left-[10%] w-[30vw] h-[30vw] rounded-full mix-blend-multiply filter blur-[80px] animate-blob-slow animation-delay-4000 opacity-15 bg-gradient-to-tr from-green-400 to-teal-300"></div>
 | ||
| 			</div>
 | ||
| 		</div>
 | ||
| 
 | ||
| 		<div class="flex flex-col md:flex-row px-4 container mx-auto my-40 md:my-0 gap-3">
 | ||
| 			<div class="w-full md:w-3/5 z-10 relative items-center">
 | ||
| 				<div class="flex flex-col justify-center text-center md:text-left item-center gap-4">
 | ||
| 						<h4 class="mb-2 text-lg font-semibold animate-fade-in" style="animation-delay: 0.4s">
 | ||
| 							<span class="text-black">Portal Resmi</span>
 | ||
| 						</h4>
 | ||
| 					
 | ||
| 						<h2 class="text-3xl md:text-3xl lg:text-4xl font-extrabold animate-fade-in" style="animation-delay: 0.4s">
 | ||
| 							<span class="text-warning">Sekolah Adiwiyata</span> <br>
 | ||
| 							<span class="text-warning">DKI Jakarta</span>
 | ||
| 						</h2>
 | ||
| 					
 | ||
| 						<p class="text-gray-600 text-lg max-w-2xl leading-relaxed mb-2 animate-fade-in" style="animation-delay: 0.8s">
 | ||
| 							Sistem Informasi Adiwiyata. <br> Pusat Pengembangan Generasi Lingkungan Hidup
 | ||
| 						</p>
 | ||
| 						<a href="#section2" class="p-3 text-white bg-success rounded-full mx-auto md:mx-0 w-50 text-center flex flex-row gap-3 shadow-[10px_10px_10px_0px_rgba(0,0,0,0.25)]">
 | ||
| 							<span>Lihat Selengkapnya</span> <x-lucide-arrow-down width="20" class="text-white"/>
 | ||
| 						</a>
 | ||
| 				</div>
 | ||
| 			</div>
 | ||
| 			<div class="w-2/5 relative flex md:block hidden">
 | ||
| 				<div class="flex flex-col absolute top-0 left-0 right-10  w-full h-full">
 | ||
| 					<img class="left-[100px] top-0 absolute " src="{{ asset('img2.svg') }}" />
 | ||
| 					<img class="left-0 top-[90px] absolute " src="{{ asset('img1.svg') }}" />
 | ||
| 				</div>
 | ||
| 			</div>
 | ||
| 		</div>
 | ||
| 	</section>
 | ||
| 	<section id="section2" class="container mx-auto p-12 md:py-12">
 | ||
| 		<div class="grid grid-rows-1 md:grid-cols-3 gap-5">
 | ||
| 			<div class="bg-danger flex flex-col justify-center text-white rounded-xl gap-3 min-h-[30vh] shadow-[10px_10px_10px_0px_rgba(0,0,0,0.25)]">
 | ||
| 				<div class="text-6xl lg:text-7xl font-extrabold text-center">68</div>
 | ||
| 				<div class="flex justify-around items-center">
 | ||
| 					<div class="flex flex-col">
 | ||
| 						<span class="font-extrabold">Kota</span>
 | ||
| 						<span class="opacity-[70%]">Sekolah Adiwiyata</span>
 | ||
| 					</div>
 | ||
| 					<div>
 | ||
| 						<span class="font-extrabold">2025</span>
 | ||
| 					</div>
 | ||
| 				</div>
 | ||
| 			</div>
 | ||
| 			<div class="bg-info flex flex-col justify-center text-white rounded-xl gap-3 min-h-[30vh] shadow-[10px_10px_10px_0px_rgba(0,0,0,0.25)]">
 | ||
| 				<div class="text-6xl lg:text-7xl font-extrabold text-center">137</div>
 | ||
| 				<div class="flex justify-around items-center">
 | ||
| 					<div class="flex flex-col">
 | ||
| 						<span class="font-extrabold">Provinsi</span>
 | ||
| 						<span class="opacity-[70%]">Sekolah Adiwiyata</span>
 | ||
| 					</div>
 | ||
| 					<div>
 | ||
| 						<span class="font-extrabold">2025</span>
 | ||
| 					</div>
 | ||
| 				</div>
 | ||
| 			</div>
 | ||
| 			<div class="bg-warning flex flex-col justify-center text-white rounded-xl gap-3 min-h-[30vh] shadow-[10px_10px_10px_0px_rgba(0,0,0,0.25)]">
 | ||
| 				<div class="text-6xl lg:text-7xl font-extrabold text-center">89</div>
 | ||
| 				<div class="flex justify-around items-center">
 | ||
| 					<div class="flex flex-col">
 | ||
| 						<span class="font-extrabold">Nasional</span>
 | ||
| 						<span class="opacity-[70%]">Sekolah Adiwiyata</span>
 | ||
| 					</div>
 | ||
| 					<div>
 | ||
| 						<span class="font-extrabold">2025</span>
 | ||
| 					</div>
 | ||
| 				</div>
 | ||
| 			</div>
 | ||
| 		</div>
 | ||
| 	</section>
 | ||
| 	<section id="section2" 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>
 | ||
| 			<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 ">
 | ||
| 				<span>Lihat Semua</span> <x-lucide-arrow-right width="20" class="text-white text-right"/>
 | ||
| 			</a>
 | ||
| 		</div>
 | ||
| 		<div class="flex flex-row gap-10">
 | ||
| 			<div class="w-full lg:w-2/3">
 | ||
| 				<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-2xl text-black font-bold mt-2">Kagiatan Program Sekolah Adiwiyata  Provinsi SMPN 197</h4>
 | ||
| 					<p class="opacity-[50%]">
 | ||
| 						JAKARTA – Sebanyak empat pelanggar Peraturan Daerah (Perda) Provinsi DKI Jakarta Nomor 2 Tahun 2005 tentang Pengendalian Pencemaran Udara  menjalani sidang Tindak Pidana Ringan (Tipiring) di Pengadilan Negeri  Jakarta Barat pada Selasa (29/7).
 | ||
| 					</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="hidden lg:block w-1/3">
 | ||
| 				<div class="flex flex-col gap-3">
 | ||
| 					<div class="flex items-center gap-3 flex-row border-b-1 border-b-[#eee] pb-3">
 | ||
| 						<div class="flex justify-end w-2/5">
 | ||
| 							<img src="{{ asset('berita.png') }}">
 | ||
| 						</div>
 | ||
| 						<div class="flex flex-col gap-3 justify-center w-3/5">
 | ||
| 							<span class="text-xs opacity-[50%]">Jumat, 1 Agustus 2025</span>
 | ||
| 							<h4 class="text-xs text-black font-bold">Kagiatan Program Sekolah Adiwiyata Provinsi SMPN 197</h4>
 | ||
| 						</div>
 | ||
| 					</div>
 | ||
| 					<div class="flex items-center gap-3 flex-row border-b-1 border-b-[#eee] pb-3">
 | ||
| 						<div class="flex justify-end w-2/5">
 | ||
| 							<img src="{{ asset('berita.png') }}">
 | ||
| 						</div>
 | ||
| 						<div class="flex flex-col gap-3 justify-center w-3/5">
 | ||
| 							<span class="text-xs opacity-[50%]">Jumat, 1 Agustus 2025</span>
 | ||
| 							<h4 class="text-xs text-black font-bold">Kagiatan Program Sekolah Adiwiyata Provinsi SMPN 197</h4>
 | ||
| 						</div>
 | ||
| 					</div>
 | ||
| 					<div class="flex items-center gap-3 flex-row border-b-1 border-b-[#eee] pb-3">
 | ||
| 						<div class="flex justify-end w-2/5">
 | ||
| 							<img src="{{ asset('berita.png') }}">
 | ||
| 						</div>
 | ||
| 						<div class="flex flex-col gap-3 justify-center w-3/5">
 | ||
| 							<span class="text-xs opacity-[50%]">Jumat, 1 Agustus 2025</span>
 | ||
| 							<h4 class="text-xs text-black font-bold">Kagiatan Program Sekolah Adiwiyata Provinsi SMPN 197</h4>
 | ||
| 						</div>
 | ||
| 					</div>
 | ||
| 					<div class="flex items-center gap-3 flex-row pb-3">
 | ||
| 						<div class="flex justify-end w-2/5">
 | ||
| 							<img src="{{ asset('berita.png') }}">
 | ||
| 						</div>
 | ||
| 						<div class="flex flex-col gap-3 justify-center w-3/5">
 | ||
| 							<span class="text-xs opacity-[50%]">Jumat, 1 Agustus 2025</span>
 | ||
| 							<h4 class="text-xs text-black font-bold">Kagiatan Program Sekolah Adiwiyata Provinsi SMPN 197</h4>
 | ||
| 						</div>
 | ||
| 					</div>
 | ||
| 				</div>	
 | ||
| 			</div>
 | ||
| 	
 | ||
| 		</div>
 | ||
| 	</section>
 | ||
|   </body>
 | ||
| </html> |