Halaman Beranda
|
@ -24,15 +24,82 @@ namespace WebsiteDLH.Controllers
|
|||
return View();
|
||||
}
|
||||
|
||||
public IActionResult StrukturOrganisasi()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
// Profile Menu
|
||||
[HttpGet("/profile/struktur-organisasi")]
|
||||
public IActionResult StrukturOrganisasi(){return View("~/Views/Pages/About/StrukturOrganisasi.cshtml");}
|
||||
|
||||
|
||||
[HttpGet("/profile/bidang-upt-sudin")]
|
||||
public IActionResult BidangSudinUPT(){return View("~/Views/Pages/About/BidangSudinUPT.cshtml");}
|
||||
|
||||
[HttpGet("/profile/pimpinan")]
|
||||
public IActionResult Pimpinan(){return View("~/Views/Pages/About/Pimpinan.cshtml");}
|
||||
|
||||
[HttpGet("/profile/tupoksi")]
|
||||
public IActionResult Tupoksi(){return View("~/Views/Pages/About/Tupoksi.cshtml");}
|
||||
|
||||
|
||||
|
||||
// Program Menu
|
||||
[HttpGet("/program/udara")]
|
||||
public IActionResult Udara(){return View("~/Views/Pages/Program/Udara.cshtml");}
|
||||
|
||||
[HttpGet("/program/air")]
|
||||
public IActionResult Air(){return View("~/Views/Pages/Program/Air.cshtml");}
|
||||
|
||||
[HttpGet("/program/sampah")]
|
||||
public IActionResult Sampah(){return View("~/Views/Pages/Program/Sampah.cshtml");}
|
||||
|
||||
[HttpGet("/program/pengawasan")]
|
||||
public IActionResult Pengawasan(){return View("~/Views/Pages/Program/Pengawasan.cshtml");}
|
||||
|
||||
[HttpGet("/program/lkip")]
|
||||
public IActionResult LKIP(){return View("~/Views/Pages/Program/LKIP.cshtml");}
|
||||
|
||||
[HttpGet("/program/rencana-strategis")]
|
||||
public IActionResult Rencana_Strategis(){return View("~/Views/Pages/Program/Rencana_Strategis.cshtml");}
|
||||
|
||||
[HttpGet("/program/anggaran")]
|
||||
public IActionResult Anggaran(){return View("~/Views/Pages/Program/Anggaran.cshtml");}
|
||||
|
||||
[HttpGet("/program/perjanjian-kinerja")]
|
||||
public IActionResult Perjanjian_Kinerja(){return View("~/Views/Pages/Program/Perjanjian_Kinerja.cshtml");}
|
||||
|
||||
|
||||
// Publikasi Data Menu
|
||||
[HttpGet("/publikasi-data/dikplh")]
|
||||
public IActionResult DIKPLH(){return View("~/Views/Pages/Publikasi_Data/DIKPLH.cshtml");}
|
||||
|
||||
[HttpGet("/publikasi-data/kajian")]
|
||||
public IActionResult Kajian(){return View("~/Views/Pages/Publikasi_Data/Kajian.cshtml");}
|
||||
|
||||
[HttpGet("/publikasi-data/monitoring-emisi-sumber-tidak-bergerak")]
|
||||
public IActionResult Montiroring_Emisi_Sumber(){return View("~/Views/Pages/Publikasi_Data/Montiroring_Emisi_Sumber.cshtml");}
|
||||
|
||||
[HttpGet("/publikasi-data/peraturan")]
|
||||
public IActionResult Peraturan(){return View("~/Views/Pages/Publikasi_Data/Peraturan.cshtml");}
|
||||
|
||||
[HttpGet("/publikasi-data/keanekaragaman-hayati")]
|
||||
public IActionResult Keanekaragaman_Hayati(){return View("~/Views/Pages/Publikasi_Data/Keanekaragaman_Hayati.cshtml");}
|
||||
|
||||
[HttpGet("/publikasi-data/laporan-kualitas-udara")]
|
||||
public IActionResult Laporan_Kualitas_Udara(){return View("~/Views/Pages/Publikasi_Data/Laporan_Kualitas_Udara.cshtml");}
|
||||
|
||||
[HttpGet("/publikasi-data/laporan-kualitas-air")]
|
||||
public IActionResult Laporan_Kualitas_Air(){return View("~/Views/Pages/Publikasi_Data/Laporan_Kualitas_Air.cshtml");}
|
||||
|
||||
[HttpGet("/publikasi-data/gas-rumah-kaca")]
|
||||
public IActionResult Gas_Rumah_Kaca(){return View("~/Views/Pages/Publikasi_Data/Gas_Rumah_Kaca.cshtml");}
|
||||
|
||||
[HttpGet("/publikasi-data/iklh")]
|
||||
public IActionResult IKLH(){return View("~/Views/Pages/Publikasi_Data/IKLH.cshtml");}
|
||||
|
||||
[HttpGet("/publikasi-data/klhs")]
|
||||
public IActionResult KLHS(){return View("~/Views/Pages/Publikasi_Data/KLHS.cshtml");}
|
||||
|
||||
[HttpGet("/publikasi-data/laporan-keuangan")]
|
||||
public IActionResult Laporan_Keuangan(){return View("~/Views/Pages/Publikasi_Data/Laporan_Keuangan.cshtml");}
|
||||
|
||||
public IActionResult BidangSudinUPT()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
|
||||
public IActionResult ListArticle()
|
||||
{
|
||||
|
|
|
@ -1,66 +0,0 @@
|
|||
@{
|
||||
ViewBag.title = "Bidang, Sudin, UPT";
|
||||
ViewBag.menu = "Profil";
|
||||
}
|
||||
|
||||
<section class="page-header page-header-classic page-header-sm bg-secondary">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8 order-2 order-md-1 align-self-center p-static">
|
||||
<h1 data-title-border>@ViewBag.title</h1>
|
||||
</div>
|
||||
<div class="col-md-4 order-1 order-md-2 align-self-center">
|
||||
<ul class="breadcrumb d-block text-md-end">
|
||||
<li><a href="/" class="text-muted">Home</a></li>
|
||||
@if (ViewBag.menu != null || ViewBag.menu != null)
|
||||
{
|
||||
<li><a href="#" class="text-muted">@ViewBag.menu</a></li>
|
||||
}
|
||||
@if (ViewBag.submenu != null || ViewBag.submenu != null)
|
||||
{
|
||||
<li><a href="#" class="text-muted">@ViewBag.submenu</a></li>
|
||||
}
|
||||
<li class="text-primary">@ViewBag.title</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<div id="content" class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-4">
|
||||
<div class="tabs tabs-vertical tabs-right tabs-navigation tabs-navigation-simple">
|
||||
<ul class="nav nav-tabs col-sm-3">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link active" href="#tabsNavigationVertSimple1" data-bs-toggle="tab">Bidang Tata Lingkungan dan Kebersihan</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="#tabsNavigationVertSimple2" data-bs-toggle="tab">Bidang Pengelolaan Kebersihan</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-8">
|
||||
<div class="tab-pane tab-pane-navigation active" id="tabsNavigationVertSimple1">
|
||||
<h4>Bidang Tata Lingkungan dan Kebersihan</h4>
|
||||
<p>Bidang Tata Lingkungan dan Kebersihan merupakan unit kerja lini Dinas yang mempunyai tugas melaksanakan penataan lingkungan dan kebersihan.</p>
|
||||
<p>Bidang Tata Lingkungan dan Kebersihan menyelenggarakan fungsi :</p>
|
||||
<ol type="1">
|
||||
<li>Penyusunan Rencana Strategis dan Rencana Kerja dan Anggaran Bidang Tata Lingkungan dan Kebersihan;</li>
|
||||
<li>Pelaksanaan Rencana Strategis dan Dokumen Pelaksanaan Anggaran Bidang Tata Lingkungan dan Kebersihan;</li>
|
||||
<li>Penyusunan bahan kebijakan, pedoman dan standar pengelolaan teknis lingkungan dan kebersihan;</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="tab-pane tab-pane-navigation" id="tabsNavigationVertSimple2">
|
||||
<h4>Bidang Pengelolaan Kebersihan</h4>
|
||||
<p>Bidang Pengelolaan Kebersihan merupakan Unit Kerja lini Dinas Lingkungan Hidup dalam upaya pengelolaan sampah, pengelolaan limbah B3 dan pengendalian kebersihan.</p>
|
||||
<p>Bidang Pengelolaan Kebersihan menyelenggarakan fungsi :</p>
|
||||
<ol type="1">
|
||||
<li>Penyusunan bahan Rencana Strategis dan Rencana Kerja dan Anggaran Bidang Pengelolaan Kebersihan;</li>
|
||||
<li>Pelaksanaan Rencana Strategis dan Dokumen Pelaksanaan Anggaran Bidang Pengelolaan Kebersihan</li>
|
||||
<li>Pelaksanaan pengelolaan sampah darat, pantai dan pesisir yang dilaksanakan oleh Suku Dinas, Unit Pelaksana Teknis dan mitra kerja di bidang pengelolaan kebersihan</li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
|
@ -1,288 +1,712 @@
|
|||
<div class="container">
|
||||
<div class="owl-carousel owl-carousel-light owl-carousel-light-init-fadeIn owl-theme manual dots-inside dots-horizontal-center show-dots-hover dots-light nav-style-1 nav-inside nav-inside-plus nav-dark nav-lg nav-font-size-lg show-nav-hover mb-0 mt-3 mt-md-5"
|
||||
data-plugin-options="{'autoplayTimeout': 7000}" style="height: calc(100vh - 220px);">
|
||||
<div class="owl-stage-outer">
|
||||
<div class="owl-stage">
|
||||
@section styles {
|
||||
<link rel="stylesheet" href="/css/landing-page.css">
|
||||
}
|
||||
|
||||
<!-- Carousel Slide 1 -->
|
||||
<div class="owl-item position-relative overlay overlay-show overlay-op-7"
|
||||
style="background-image: url(/img/dlh/banner/hero-1.jpg); background-size: cover; background-position: center;">
|
||||
<div class="container position-relative z-index-3 h-100">
|
||||
<div class="row justify-content-center align-items-center h-100">
|
||||
<div class="col-lg-7 text-center">
|
||||
<div class="d-flex flex-column align-items-center justify-content-center h-100">
|
||||
</div>
|
||||
</div>
|
||||
<div class="container mt-3 mt-md-4">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-7">
|
||||
<h2 class="mb-2 fw-bold">Berita Terkini</h2>
|
||||
<div id="berita-carousel" class="owl-carousel owl-theme nav-inside dots-modern" data-plugin-options=""></div>
|
||||
</div>
|
||||
<div class="col-12 col-md-5">
|
||||
<h2 class="mb-2 fs-4 fw-bold">Kualitas Udara Jakarta Hari Ini</h2>
|
||||
<div id="ispu"></div>
|
||||
<div id="ispu-container" class="row align-items-stretch text-center mx-1 mx-md-0 rounded-4"
|
||||
style="min-height: 70px">
|
||||
<div class="col-2 position-relative d-flex align-items-center justify-content-center fs-1"
|
||||
style="border-radius: 1rem 0 0 1rem">
|
||||
<span id="ispu-icons"></span>
|
||||
<a href="#" class="position-absolute text-light" data-bs-toggle="modal"
|
||||
data-bs-target="#exampleModal" style="bottom: 0px; right: 8px; font-size: .7rem"><i
|
||||
class="fa-solid fa-circle-info"></i></a>
|
||||
</div>
|
||||
<div class="col-7 col-md-7 d-flex align-items-center justify-content-center flex-column fw-bold text-capitalize py-2 pb-3"
|
||||
style="line-height: 1.8rem; font-size: 1.2rem">
|
||||
<span id="ispu-status"></span>
|
||||
<div style="font-size: .8rem;"
|
||||
class="bg-white px-2 py-1 rounded-2 fw-semibold d-flex align-items-center mt-1">
|
||||
<i class="fa-solid fa-location-dot"></i>
|
||||
<select class="bg-transparent fw-semibold border-0" style="font-size: .7rem;" name="lokasi"
|
||||
id="lokasi">
|
||||
<option>Data tidak ditemukan</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-3 col-md-3 position-relative d-flex flex-column align-items-center justify-content-center line-height-3"
|
||||
style="border-radius: 0 1rem 1rem 0">
|
||||
<span id="ispu-value" class="fw-semibold" style="font-size: 1.5rem;"></span>
|
||||
<span class="fw-bolder" style="font-size: .55rem;">PM2.5 | 33.8 µg/m³</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex justify-content-between">
|
||||
<p class="fw-semibold text-muted" style="font-size: .75rem;">Diperbarui: <span
|
||||
id="time-ispu-update"></span> 08-12-2023 13.00</p>
|
||||
<a href="https://silika.jakarta.go.id/udara/ispu24" class="fw-semibold text-decoration-underline"
|
||||
target="_blank" style="font-size: .75rem;">Lihat Detail</a>
|
||||
</div>
|
||||
|
||||
<div class="d-flex justify-content-center flex-wrap gap-2 mt-2 d-none" style="font-size: 1rem;">
|
||||
<span class="badge bg-dark cur-pointer" onclick="temp_assign_ispu(1)">Lb. Buaya</span>
|
||||
<span class="badge bg-dark cur-pointer" onclick="temp_assign_ispu(2)">Klp. Gading</span>
|
||||
<span class="badge bg-dark cur-pointer" onclick="temp_assign_ispu(3)">Kb. Jeruk</span>
|
||||
<span class="badge bg-dark cur-pointer" onclick="temp_assign_ispu(4)">Bundaran HI</span>
|
||||
<span class="badge bg-dark cur-pointer" onclick="temp_assign_ispu(5)">Jagakarsa</span>
|
||||
</div>
|
||||
|
||||
<div class="row mb-3">
|
||||
<div class="col-12">
|
||||
<a href="https://jakartasatu.jakarta.go.id/portal/apps/sites/#/dinas-lingkungan-hidup" class="text-decoration-none" target="_blank">
|
||||
<div class="card border-0 text-white text-center fw-semibold fs-5 rounded-4 p-4"
|
||||
style="background: #8ACDD7; min-height: 70px">
|
||||
Cek Lokasi Bank Sampah
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Carousel Slide 2 -->
|
||||
<div class="owl-item position-relative overlay overlay-show overlay-op-7"
|
||||
style="background-image: url(/img/dlh/banner/hero-2.jpg); background-size: cover; background-position: center;">
|
||||
<div class="container position-relative z-index-3 h-100">
|
||||
<div class="row justify-content-center align-items-center h-100">
|
||||
<div class="col-lg-7 text-center">
|
||||
<div class="d-flex flex-column align-items-center justify-content-center h-100">
|
||||
</div>
|
||||
<div class="row mb-3">
|
||||
<div class="col-12">
|
||||
<a href="https://silika.jakarta.go.id/tps_neraca" class="text-decoration-none" target="_blank">
|
||||
<div class="card border-0 text-white text-center fw-semibold fs-5 rounded-4 p-4"
|
||||
style="background: #FF8F8F; min-height: 70px">
|
||||
Cek Lokasi TPS
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row mb-3">
|
||||
<div class="col-12">
|
||||
<a href="https://silika.jakarta.go.id/lps" class="text-decoration-none" target="_blank">
|
||||
<div class="card border-0 text-white text-center fw-semibold fs-5 rounded-4 p-4"
|
||||
style="background: #9ADE7B; min-height: 70px">
|
||||
Cek Lokasi Emplasemen Sampah
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="owl-dots mb-5">
|
||||
<button role="button" class="owl-dot active"><span></span></button>
|
||||
<button role="button" class="owl-dot"><span></span></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container my-5 py-3" id="main">
|
||||
<div class="row pt-4">
|
||||
<div class="col-lg-4 appear-animation" data-appear-animation="fadeInLeftShorter"
|
||||
data-appear-animation-delay="200">
|
||||
<div class="feature-box feature-box-style-2">
|
||||
<div class="feature-box-icon">
|
||||
<i class="icon-user-following icons"></i>
|
||||
</div>
|
||||
<div class="feature-box-info">
|
||||
<h4 class="font-weight-bold mb-2">Customer Support</h4>
|
||||
<p class="mb-4">Lorem ipsum dolor sit amet, consectetur adipiscing metus elit. Quisque rutrum
|
||||
pellentesque imperdiet.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4 appear-animation" data-appear-animation="fadeIn">
|
||||
<div class="feature-box feature-box-style-2">
|
||||
<div class="feature-box-icon">
|
||||
<i class="icon-layers icons"></i>
|
||||
</div>
|
||||
<div class="feature-box-info">
|
||||
<h4 class="font-weight-bold mb-2">Sliders</h4>
|
||||
<p class="mb-4">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque rutrum pellentesque
|
||||
imperdiet. Nulla lacinia iaculis nulla.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4 appear-animation" data-appear-animation="fadeInRightShorter"
|
||||
data-appear-animation-delay="200">
|
||||
<div class="feature-box feature-box-style-2">
|
||||
<div class="feature-box-icon">
|
||||
<i class="icon-calculator icons"></i>
|
||||
</div>
|
||||
<div class="feature-box-info">
|
||||
<h4 class="font-weight-bold mb-2">HTML5</h4>
|
||||
<p class="mb-4">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque rutrum pellentesque
|
||||
imperdiet. Nulla lacinia iaculis nulla.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row mt-lg-3">
|
||||
<div class="col-lg-4">
|
||||
<div class="feature-box feature-box-style-2 appear-animation" data-appear-animation="fadeInLeftShorter"
|
||||
data-appear-animation-delay="300">
|
||||
<div class="feature-box-icon">
|
||||
<i class="icon-star icons"></i>
|
||||
<div class="container my-5">
|
||||
<div class="row">
|
||||
<h2 class="font-weight-bold text-center text-10 pt-3 mb-5">Berita</h2>
|
||||
<div class="col-md-3 appear-animation" data-appear-animation="fadeInUpShorter"
|
||||
data-appear-animation-delay=0>
|
||||
<article class="post post-medium border-0 pb-0 mb-5">
|
||||
<div class="post-image">
|
||||
<div class="position-relative">
|
||||
<a href="#" class="ratio ratio-4x3 rounded-4">
|
||||
<img data-lazy="https://source.unsplash.com/random/700×1080?health"
|
||||
style="object-fit: cover" class="rounded-4 lazy" alt="" />
|
||||
</a>
|
||||
<div class="badges position-absolute" style="top: 4px; right:10px">
|
||||
<span class="badge" style="background-color: red">Health</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="post-content">
|
||||
<h2 class="font-weight-semibold fs-5 line-height-6 mt-3 mb-2"><a href="blog-post.html"
|
||||
class="text-break overflow-ellipsis-3">Lorem ipsum dolor sit amet consectetur adipisicing elit. Itaque, placeat delectus laboriosam praesentium quia totam!</a>
|
||||
</h2>
|
||||
<p class="text-break overflow-ellipsis-3">
|
||||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Consectetur excepturi iusto vel earum, quas quos voluptatem facilis corrupti rerum, vero quaerat voluptatum? Voluptatum repellat aliquam tempora voluptatem sed error similique cum, quia ea vel quis nemo alias animi temporibus natus assumenda consequatur odio. Maiores, possimus doloremque dicta nemo suscipit aliquid!
|
||||
</p>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
<div class="col-md-3 appear-animation" data-appear-animation="fadeInUpShorter"
|
||||
data-appear-animation-delay=200>
|
||||
<article class="post post-medium border-0 pb-0 mb-5">
|
||||
<div class="post-image">
|
||||
<div class="position-relative">
|
||||
<a href="#" class="ratio ratio-4x3 rounded-4">
|
||||
<img data-lazy="https://source.unsplash.com/random/700×1082?politics"
|
||||
style="object-fit: cover" class="rounded-4 lazy" alt="" />
|
||||
</a>
|
||||
<div class="badges position-absolute" style="top: 4px; right:10px">
|
||||
<span class="badge" style="background-color: rgb(236, 171, 74)">Politics</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="post-content">
|
||||
<h2 class="font-weight-semibold fs-5 line-height-6 mt-3 mb-2"><a href="blog-post.html"
|
||||
class="text-break overflow-ellipsis-3">Lorem ipsum dolor sit amet consectetur adipisicing elit. Itaque, placeat delectus laboriosam praesentium quia totam!</a>
|
||||
</h2>
|
||||
<p class="text-break overflow-ellipsis-3">
|
||||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Consectetur excepturi iusto vel earum, quas quos voluptatem facilis corrupti rerum, vero quaerat voluptatum? Voluptatum repellat aliquam tempora voluptatem sed error similique cum, quia ea vel quis nemo alias animi temporibus natus assumenda consequatur odio. Maiores, possimus doloremque dicta nemo suscipit aliquid!
|
||||
</p>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
<div class="col-md-3 appear-animation" data-appear-animation="fadeInUpShorter"
|
||||
data-appear-animation-delay=400>
|
||||
<article class="post post-medium border-0 pb-0 mb-5">
|
||||
<div class="post-image">
|
||||
<div class="position-relative">
|
||||
<a href="#" class="ratio ratio-4x3 rounded-4">
|
||||
<img data-lazy="https://source.unsplash.com/random/700×1083?sport"
|
||||
style="object-fit: cover" class="rounded-4 lazy" alt="" />
|
||||
</a>
|
||||
<div class="badges position-absolute" style="top: 4px; right:10px">
|
||||
<span class="badge" style="background-color: rgb(66, 180, 146)">Sport</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="post-content">
|
||||
<h2 class="font-weight-semibold fs-5 line-height-6 mt-3 mb-2"><a href="blog-post.html"
|
||||
class="text-break overflow-ellipsis-3">Lorem ipsum dolor sit amet consectetur adipisicing elit. Itaque, placeat delectus laboriosam praesentium quia totam!</a>
|
||||
</h2>
|
||||
<p class="text-break overflow-ellipsis-3">
|
||||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Consectetur excepturi iusto vel earum, quas quos voluptatem facilis corrupti rerum, vero quaerat voluptatum? Voluptatum repellat aliquam tempora voluptatem sed error similique cum, quia ea vel quis nemo alias animi temporibus natus assumenda consequatur odio. Maiores, possimus doloremque dicta nemo suscipit aliquid!
|
||||
</p>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
<div class="col-md-3 appear-animation" data-appear-animation="fadeInUpShorter"
|
||||
data-appear-animation-delay=600>
|
||||
<article class="post post-medium border-0 pb-0 mb-5">
|
||||
<div class="post-image">
|
||||
<div class="position-relative">
|
||||
<a href="#" class="ratio ratio-4x3 rounded-4">
|
||||
<img data-lazy="https://source.unsplash.com/random/700×1084?technology"
|
||||
style="object-fit: cover" class="rounded-4 lazy" alt="" />
|
||||
</a>
|
||||
<div class="badges position-absolute" style="top: 4px; right:10px">
|
||||
<span class="badge" style="background-color: rgb(0, 119, 255)">Technology</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="post-content">
|
||||
<h2 class="font-weight-semibold fs-5 line-height-6 mt-3 mb-2"><a href="blog-post.html"
|
||||
class="text-break overflow-ellipsis-3">Lorem ipsum dolor sit amet consectetur adipisicing elit. Itaque, placeat delectus laboriosam praesentium quia totam!</a>
|
||||
</h2>
|
||||
<p class="text-break overflow-ellipsis-3">
|
||||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Consectetur excepturi iusto vel earum, quas quos voluptatem facilis corrupti rerum, vero quaerat voluptatum? Voluptatum repellat aliquam tempora voluptatem sed error similique cum, quia ea vel quis nemo alias animi temporibus natus assumenda consequatur odio. Maiores, possimus doloremque dicta nemo suscipit aliquid!
|
||||
</p>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<h2 class="font-weight-bold text-center text-10 pt-3 mb-5">Layanan Kami</h2>
|
||||
|
||||
<div class="col-md-3 appear-animation" data-appear-animation="fadeInUpShorter"
|
||||
data-appear-animation-delay=0>
|
||||
<article class="post post-medium border-0 pb-0 mb-5">
|
||||
<div class="post-image">
|
||||
<div class="position-relative">
|
||||
<a href="#" class="ratio ratio-4x3 rounded-4">
|
||||
<img data-lazy="https://source.unsplash.com/random/700×1089"
|
||||
style="object-fit: cover" class="rounded-4 lazy" alt="" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="post-content">
|
||||
<h2 class="font-weight-semibold fs-5 line-height-6 mt-3 mb-2"><a href="blog-post.html"
|
||||
class="text-break overflow-ellipsis-3">Lorem ipsum dolor sit amet consectetur adipisicing elit. Itaque, placeat delectus laboriosam praesentium quia totam!</a>
|
||||
</h2>
|
||||
<p class="text-break overflow-ellipsis-3">
|
||||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Consectetur excepturi iusto vel earum, quas quos voluptatem facilis corrupti rerum, vero quaerat voluptatum? Voluptatum repellat aliquam tempora voluptatem sed error similique cum, quia ea vel quis nemo alias animi temporibus natus assumenda consequatur odio. Maiores, possimus doloremque dicta nemo suscipit aliquid!
|
||||
</p>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
<div class="col-md-3 appear-animation" data-appear-animation="fadeInUpShorter"
|
||||
data-appear-animation-delay=200>
|
||||
<article class="post post-medium border-0 pb-0 mb-5">
|
||||
<div class="post-image">
|
||||
<div class="position-relative">
|
||||
<a href="#" class="ratio ratio-4x3 rounded-4">
|
||||
<img data-lazy="https://source.unsplash.com/random/700×1081"
|
||||
style="object-fit: cover" class="rounded-4 lazy" alt="" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="post-content">
|
||||
<h2 class="font-weight-semibold fs-5 line-height-6 mt-3 mb-2"><a href="blog-post.html"
|
||||
class="text-break overflow-ellipsis-3">Lorem ipsum dolor sit amet consectetur adipisicing elit. Itaque, placeat delectus laboriosam praesentium quia totam!</a>
|
||||
</h2>
|
||||
<p class="text-break overflow-ellipsis-3">
|
||||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Consectetur excepturi iusto vel earum, quas quos voluptatem facilis corrupti rerum, vero quaerat voluptatum? Voluptatum repellat aliquam tempora voluptatem sed error similique cum, quia ea vel quis nemo alias animi temporibus natus assumenda consequatur odio. Maiores, possimus doloremque dicta nemo suscipit aliquid!
|
||||
</p>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
<div class="col-md-3 appear-animation" data-appear-animation="fadeInUpShorter"
|
||||
data-appear-animation-delay=400>
|
||||
<article class="post post-medium border-0 pb-0 mb-5">
|
||||
<div class="post-image">
|
||||
<div class="position-relative">
|
||||
<a href="#" class="ratio ratio-4x3 rounded-4">
|
||||
<img data-lazy="https://source.unsplash.com/random/700×1082"
|
||||
style="object-fit: cover" class="rounded-4 lazy" alt="" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="post-content">
|
||||
<h2 class="font-weight-semibold fs-5 line-height-6 mt-3 mb-2"><a href="blog-post.html"
|
||||
class="text-break overflow-ellipsis-3">Lorem ipsum dolor sit amet consectetur adipisicing elit. Itaque, placeat delectus laboriosam praesentium quia totam!</a>
|
||||
</h2>
|
||||
<p class="text-break overflow-ellipsis-3">
|
||||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Consectetur excepturi iusto vel earum, quas quos voluptatem facilis corrupti rerum, vero quaerat voluptatum? Voluptatum repellat aliquam tempora voluptatem sed error similique cum, quia ea vel quis nemo alias animi temporibus natus assumenda consequatur odio. Maiores, possimus doloremque dicta nemo suscipit aliquid!
|
||||
</p>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
<div class="col-md-3 appear-animation" data-appear-animation="fadeInUpShorter"
|
||||
data-appear-animation-delay=600>
|
||||
<article class="post post-medium border-0 pb-0 mb-5">
|
||||
<div class="post-image">
|
||||
<div class="position-relative">
|
||||
<a href="#" class="ratio ratio-4x3 rounded-4">
|
||||
<img data-lazy="https://source.unsplash.com/random/700×1087"
|
||||
style="object-fit: cover" class="rounded-4 lazy" alt="" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="post-content">
|
||||
<h2 class="font-weight-semibold fs-5 line-height-6 mt-3 mb-2"><a href="blog-post.html"
|
||||
class="text-break overflow-ellipsis-3">Lorem ipsum dolor sit amet consectetur adipisicing elit. Itaque, placeat delectus laboriosam praesentium quia totam!</a>
|
||||
</h2>
|
||||
<p class="text-break overflow-ellipsis-3">
|
||||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Consectetur excepturi iusto vel earum, quas quos voluptatem facilis corrupti rerum, vero quaerat voluptatum? Voluptatum repellat aliquam tempora voluptatem sed error similique cum, quia ea vel quis nemo alias animi temporibus natus assumenda consequatur odio. Maiores, possimus doloremque dicta nemo suscipit aliquid!
|
||||
</p>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6">
|
||||
<h2 class="mb-2 fw-bold">Pengumuman</h2>
|
||||
<div id="pengumuman-carousel" class="owl-carousel owl-theme nav-inside dots-modern appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay=0 data-plugin-options="{'items': 1, 'loop': true, 'autoHeight': true, 'margin': 10, 'autoplay': true, 'autoplayTimeout': 3000, 'autoplayHoverPause': true}">
|
||||
<div class="thumb-info thumb-info-no-borders rounded-4 thumb-info-lighten thumb-info-bottom-info thumb-info-bottom-info-dark thumb-info-bottom-info-show-more thumb-info-no-zoom">
|
||||
<span class="berita thumb-info-wrapper rounded-4" style="aspect-ratio: 4/3">
|
||||
<img data-lazy="https://source.unsplash.com/random/1080×1920/?nature" class="img-fluid w-100 h-100 lazy"
|
||||
style="object-fit: cover;" alt="Nature">
|
||||
</span>
|
||||
</div>
|
||||
<div class="thumb-info thumb-info-no-borders rounded-4 thumb-info-lighten thumb-info-bottom-info thumb-info-bottom-info-dark thumb-info-bottom-info-show-more thumb-info-no-zoom">
|
||||
<span class="berita thumb-info-wrapper rounded-4" style="aspect-ratio: 4/3">
|
||||
<img data-lazy="https://source.unsplash.com/random/1080×1921/?nature" class="img-fluid w-100 h-100 lazy"
|
||||
style="object-fit: cover;" alt="Nature">
|
||||
</span>
|
||||
</div>
|
||||
<div class="thumb-info thumb-info-no-borders rounded-4 thumb-info-lighten thumb-info-bottom-info thumb-info-bottom-info-dark thumb-info-bottom-info-show-more thumb-info-no-zoom">
|
||||
<span class="berita thumb-info-wrapper rounded-4" style="aspect-ratio: 4/3">
|
||||
<img data-lazy="https://source.unsplash.com/random/1080×1922/?nature" class="img-fluid w-100 h-100 lazy"
|
||||
style="object-fit: cover;" alt="Nature">
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="feature-box-info">
|
||||
<h4 class="font-weight-bold mb-2">Icons</h4>
|
||||
<p class="mb-4">Lorem ipsum dolor sit amet, consectetur adipiscing metus elit. Quisque rutrum
|
||||
pellentesque imperdiet.</p>
|
||||
</div>
|
||||
<div class="col-12 col-md-6">
|
||||
<h2 class="mb-2 fw-bold">Foto</h2>
|
||||
<div id="foto-carousel" class="owl-carousel owl-theme nav-inside dots-modern appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay=200 data-plugin-options="{'items': 1, 'loop': true, 'autoHeight': true, 'margin': 10, 'autoplay': true, 'autoplayTimeout': 3000, 'autoplayHoverPause': true}">
|
||||
<div class="thumb-info thumb-info-no-borders rounded-4 thumb-info-lighten thumb-info-bottom-info thumb-info-bottom-info-dark thumb-info-bottom-info-show-more thumb-info-no-zoom">
|
||||
<span class="berita thumb-info-wrapper rounded-4" style="aspect-ratio: 4/3">
|
||||
<img data-lazy="https://source.unsplash.com/random/1080×1924/?sky" class="img-fluid w-100 h-100 lazy"
|
||||
style="object-fit: cover;" alt="Nature">
|
||||
</span>
|
||||
</div>
|
||||
<div class="thumb-info thumb-info-no-borders rounded-4 thumb-info-lighten thumb-info-bottom-info thumb-info-bottom-info-dark thumb-info-bottom-info-show-more thumb-info-no-zoom">
|
||||
<span class="berita thumb-info-wrapper rounded-4" style="aspect-ratio: 4/3">
|
||||
<img data-lazy="https://source.unsplash.com/random/1080×1925/?sky" class="img-fluid w-100 h-100 lazy"
|
||||
style="object-fit: cover;" alt="Nature">
|
||||
</span>
|
||||
</div>
|
||||
<div class="thumb-info thumb-info-no-borders rounded-4 thumb-info-lighten thumb-info-bottom-info thumb-info-bottom-info-dark thumb-info-bottom-info-show-more thumb-info-no-zoom">
|
||||
<span class="berita thumb-info-wrapper rounded-4" style="aspect-ratio: 4/3">
|
||||
<img data-lazy="https://source.unsplash.com/random/1080×1926/?sky" class="img-fluid w-100 h-100 lazy"
|
||||
style="object-fit: cover;" alt="Nature">
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<div class="feature-box feature-box-style-2 appear-animation" data-appear-animation="fadeIn"
|
||||
data-appear-animation-delay="100">
|
||||
<div class="feature-box-icon">
|
||||
<i class="icon-drop icons"></i>
|
||||
</div>
|
||||
<div class="feature-box-info">
|
||||
<h4 class="font-weight-bold mb-2">Colors</h4>
|
||||
<p class="mb-4">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque rutrum pellentesque
|
||||
imperdiet. Nulla lacinia iaculis nulla.</p>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<h2 class="mb-2 fw-bold text-center mt-5 mb-0">Website Terkait</h2>
|
||||
<div class="logos">
|
||||
<div class="logos-slide">
|
||||
<img src="/dlh/img/logo/logo-dlh.png" />
|
||||
<img src="/dlh/img/logo/logo-ikhtiar3.png" />
|
||||
<img src="/dlh/img/logo/logo-jca2.png" />
|
||||
<img src="/dlh/img/logo/logo.png" />
|
||||
<img src="/dlh/img/logo/logo_klhk.png" />
|
||||
<img src="/dlh/img/logo/logo_upst.jpg" />
|
||||
<img src="/dlh/img/logo/logoaja-jsc.png" />
|
||||
<img src="/dlh/img/logo/logoujiemisi.png" />
|
||||
<img src="/dlh/img/logo/sipepeng1.jpg" />
|
||||
<img src="/dlh/img/logo/UPsbadanaer.jpg" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Modal Info -->
|
||||
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
|
||||
<div class="modal-dialog modal-dialog-centered">
|
||||
<div class="modal-content border-0">
|
||||
<div class="modal-body">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<td colspan="3"><label><b>Keterangan</b></label></td>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="5%"><img data-lazy="https://silika.jakarta.go.id/assets/img/pin_green.png"
|
||||
style="width:12px;height:12px"></td>
|
||||
<td width="15%">0-50</td>
|
||||
<td width="80%" class="bg-green"> Baik</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>Tingkat kualitas udara yang tidak memberikan efek bagi kesehatan manusia atau hewan
|
||||
dan
|
||||
tidak berpengaruh pada tumbuhan, bangunan ataupun nilai estetika</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="5%"><img data-lazy="https://silika.jakarta.go.id/assets/img/pin_blue.png"
|
||||
style="width:12px;height:12px"></td>
|
||||
<td width="15%">51-100</td>
|
||||
<td width="80%" class="bg-blue"> Sedang</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>Tingkat kualitas udara yang tidak berpengaruh pada kesehatan manusia ataupun hewan
|
||||
tetapi berpengaruh pada tumbuhan yang sensitif, dan nilai estetika</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="5%"><img data-lazy="https://silika.jakarta.go.id/assets/img/pin_yellow.png"
|
||||
style="width:12px;height:12px"></td>
|
||||
<td width="15%">101-199</td>
|
||||
<td width="80%" class="bg-yellow"> Tidak Sehat</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>Tingkat kualitas udara yang bersifat merugikan pada manusia ataupun kelompok hewan
|
||||
yang
|
||||
sensitif atau bisa menimbulkan kerusakan pada tumbuhan ataupun nilai estetika</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="5%"><img data-lazy="https://silika.jakarta.go.id/assets/img/pin_red.png"
|
||||
style="width:12px;height:12px"></td>
|
||||
<td width="15%">200-299</td>
|
||||
<td width="80%" class="bg-red"> Sangat Tidak Sehat</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>Tingkat kualitas udara yang dapat merugikan kesehatan pada sejumlah segmen populasi
|
||||
yang
|
||||
terpapar</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="5%"><img data-lazy="https://silika.jakarta.go.id/assets/img/pin_black.png"
|
||||
style="width:12px;height:12px"></td>
|
||||
<td width="15%">300-500</td>
|
||||
<td width="80%"> Berbahaya</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>Tingkat kualitas udara berbahaya yang secara umum dapat merugikan kesehatan yang
|
||||
serius
|
||||
pada populasi</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4 appear-animation" data-appear-animation="fadeInRightShorter"
|
||||
data-appear-animation-delay="300">
|
||||
<div class="feature-box feature-box-style-2">
|
||||
<div class="feature-box-icon">
|
||||
<i class="icon-mouse icons"></i>
|
||||
</div>
|
||||
<div class="feature-box-info">
|
||||
<h4 class="font-weight-bold mb-2">Buttons</h4>
|
||||
<p class="mb-4">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque rutrum pellentesque
|
||||
imperdiet. Nulla lacinia iaculis nulla.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row mt-lg-3">
|
||||
<div class="col-lg-4 appear-animation" data-appear-animation="fadeInLeftShorter"
|
||||
data-appear-animation-delay="400">
|
||||
<div class="feature-box feature-box-style-2">
|
||||
<div class="feature-box-icon">
|
||||
<i class="icon-screen-desktop icons"></i>
|
||||
</div>
|
||||
<div class="feature-box-info">
|
||||
<h4 class="font-weight-bold mb-2">Lightboxes</h4>
|
||||
<p class="mb-4">Lorem ipsum dolor sit amet, consectetur adipiscing metus elit. Quisque rutrum
|
||||
pellentesque imperdiet.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4 appear-animation" data-appear-animation="fadeIn" data-appear-animation-delay="200">
|
||||
<div class="feature-box feature-box-style-2">
|
||||
<div class="feature-box-icon">
|
||||
<i class="icon-energy icons"></i>
|
||||
</div>
|
||||
<div class="feature-box-info">
|
||||
<h4 class="font-weight-bold mb-2">Elements</h4>
|
||||
<p class="mb-4">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque rutrum pellentesque
|
||||
imperdiet. Nulla lacinia iaculis nulla.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4 appear-animation" data-appear-animation="fadeInRightShorter"
|
||||
data-appear-animation-delay="400">
|
||||
<div class="feature-box feature-box-style-2">
|
||||
<div class="feature-box-icon">
|
||||
<i class="icon-social-youtube icons"></i>
|
||||
</div>
|
||||
<div class="feature-box-info">
|
||||
<h4 class="font-weight-bold mb-2">Videos</h4>
|
||||
<p class="mb-4">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque rutrum pellentesque
|
||||
imperdiet. Nulla lacinia iaculis nulla.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@section scripts {
|
||||
<script>
|
||||
const copy = document.querySelector(".logos-slide").cloneNode(true);
|
||||
document.querySelector(".logos").appendChild(copy);
|
||||
execute_function()
|
||||
|
||||
<div class="container my-5">
|
||||
<div class="row">
|
||||
<h2 class="font-weight-bold text-center text-10 pt-3 mb-5">Ikuti Kegiatan Kami</h2>
|
||||
<div class="col-md-4">
|
||||
<article class="post post-medium border-0 pb-0 mb-5 appear-animation" data-appear-animation="fadeInUpShorter">
|
||||
<div class="post-image">
|
||||
<a href="blog-post.html">
|
||||
<img src="/img/blog/medium/blog-1.jpg"
|
||||
class="img-fluid img-thumbnail img-thumbnail-no-borders rounded-4" alt="" />
|
||||
</a>
|
||||
</div>
|
||||
$(window).resize(function () {
|
||||
carouselResponsive();
|
||||
});
|
||||
|
||||
<div class="post-content">
|
||||
<h2 class="font-weight-semibold text-5 line-height-6 mt-3 mb-2"><a href="blog-post.html">Amazing
|
||||
Mountain</a></h2>
|
||||
<p>Euismod atras vulputate iltricies etri elit. Class aptent taciti sociosqu ad litora torquent per
|
||||
conubia nostra, per inceptos himenaeos.</p>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
async function execute_function(){
|
||||
carouselResponsive()
|
||||
generate_konten()
|
||||
generate_ispu()
|
||||
temp_assign_ispu()
|
||||
}
|
||||
|
||||
<div class="col-md-4">
|
||||
<article class="post post-medium border-0 pb-0 mb-5 appear-animation" data-appear-animation="fadeInUpShorter"
|
||||
data-appear-animation-delay="300">
|
||||
<div class="post-image">
|
||||
<a href="blog-post.html">
|
||||
<img src="/img/blog/medium/blog-2.jpg"
|
||||
class="img-fluid img-thumbnail img-thumbnail-no-borders rounded-4" alt="" />
|
||||
</a>
|
||||
</div>
|
||||
function carouselResponsive() {
|
||||
let width = $(window).width();
|
||||
let data = {
|
||||
'items': 1,
|
||||
'loop': true,
|
||||
'autoHeight': true,
|
||||
'margin': 10,
|
||||
'autoplay': true,
|
||||
'autoplayTimeout': 3000,
|
||||
'autoplayHoverPause': true
|
||||
};
|
||||
|
||||
<div class="post-content">
|
||||
width < 768 ? data['nav'] = false : data['nav'] = true;
|
||||
|
||||
<h2 class="font-weight-semibold text-5 line-height-6 mt-3 mb-2"><a href="blog-post.html">Creative
|
||||
Business</a></h2>
|
||||
<p>Euismod atras vulputate iltricies etri elit. Class aptent taciti sociosqu ad litora torquent per
|
||||
conubia nostra, per inceptos himenaeos.</p>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
$("#berita-carousel").data("plugin-options", data);
|
||||
}
|
||||
|
||||
<div class="col-md-4">
|
||||
<article class="post post-medium border-0 pb-0 mb-5 appear-animation" data-appear-animation="fadeInUpShorter"
|
||||
data-appear-animation-delay="600">
|
||||
<div class="post-image">
|
||||
<a href="blog-post.html">
|
||||
<img src="/img/blog/medium/blog-3.jpg"
|
||||
class="img-fluid img-thumbnail img-thumbnail-no-borders rounded-4" alt="" />
|
||||
</a>
|
||||
</div>
|
||||
async function kualitas_udara() {
|
||||
const country = "Indonesia"
|
||||
const state = "Jakarta"
|
||||
const city = "Jakarta"
|
||||
const key = "adf2d4c4-7a82-495a-8710-dc754d18ae47"
|
||||
const udara = await get_data(`http://api.airvisual.com/v2/city?city=${city}&state=${state}&country=${country}&key=${key}`)
|
||||
// console.log(udara.data);
|
||||
}
|
||||
|
||||
<div class="post-content">
|
||||
async function get_data(endpoint) {
|
||||
return await fetch(endpoint).then(res => res.json())
|
||||
}
|
||||
|
||||
<h2 class="font-weight-semibold text-5 line-height-6 mt-3 mb-2"><a href="blog-post.html">Unlimited
|
||||
Ways</a></h2>
|
||||
<p>Euismod atras vulputate iltricies etri elit. Class aptent taciti sociosqu ad litora torquent per
|
||||
conubia nostra, per inceptos himenaeos.</p>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
function getTimeAgo(referenceDate) {
|
||||
const currentDate = new Date();
|
||||
const referenceTime = new Date(referenceDate).getTime();
|
||||
const currentTime = currentDate.getTime();
|
||||
const timeDifference = currentTime - referenceTime;
|
||||
|
||||
<div class="col-md-4">
|
||||
<article class="post post-medium border-0 pb-0 mb-5 appear-animation" data-appear-animation="fadeInUpShorter">
|
||||
<div class="post-image">
|
||||
<a href="blog-post.html">
|
||||
<img src="/img/blog/medium/blog-4.jpg"
|
||||
class="img-fluid img-thumbnail img-thumbnail-no-borders rounded-4" alt="" />
|
||||
</a>
|
||||
</div>
|
||||
const seconds = Math.floor(timeDifference / 1000);
|
||||
const minutes = Math.floor(seconds / 60);
|
||||
const hours = Math.floor(minutes / 60);
|
||||
const days = Math.floor(hours / 24);
|
||||
const months = Math.floor(days / 30);
|
||||
const years = Math.floor(months / 12);
|
||||
|
||||
<div class="post-content">
|
||||
if (years > 0) {
|
||||
return `${years} tahun yang lalu`;
|
||||
} else if (months > 0) {
|
||||
return `${months} bulan yang lalu`;
|
||||
} else if (days > 0) {
|
||||
return `${days} hari yang lalu`;
|
||||
} else if (hours > 0) {
|
||||
return `${hours} jam yang lalu`;
|
||||
} else if (minutes > 0) {
|
||||
return `${minutes} menit yang lalu`;
|
||||
} else {
|
||||
return `${seconds} detik yang lalu`;
|
||||
}
|
||||
}
|
||||
|
||||
<h2 class="font-weight-semibold text-5 line-height-6 mt-3 mb-2"><a href="blog-post.html">Developer
|
||||
Life</a></h2>
|
||||
<p>Euismod atras vulputate iltricies etri elit. Class aptent taciti sociosqu ad litora torquent per
|
||||
conubia nostra, per inceptos himenaeos.</p>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
function generate_konten() {
|
||||
const data = [
|
||||
{
|
||||
"judul": "Pemandangan Indah di Pegunungan",
|
||||
"kategori": "Wisata Alam",
|
||||
"ukuran_pixel": {
|
||||
"lebar": 1920,
|
||||
"tinggi": 1080
|
||||
},
|
||||
"tanggal": "2023-12-07T08:45:00.000Z"
|
||||
},
|
||||
{
|
||||
"judul": "Resep Masakan Tradisional",
|
||||
"kategori": "Kuliner",
|
||||
"ukuran_pixel": {
|
||||
"lebar": 1280,
|
||||
"tinggi": 720
|
||||
},
|
||||
"tanggal": "2023-10-08T08:45:00.000Z"
|
||||
},
|
||||
{
|
||||
"judul": "Tren Mode Terkini",
|
||||
"kategori": "Fashion",
|
||||
"ukuran_pixel": {
|
||||
"lebar": 1440,
|
||||
"tinggi": 900
|
||||
},
|
||||
"tanggal": "2023-01-20T15:20:00.000Z"
|
||||
},
|
||||
{
|
||||
"judul": "Teknologi Canggih di Era Modern",
|
||||
"kategori": "Teknologi",
|
||||
"ukuran_pixel": {
|
||||
"lebar": 1920,
|
||||
"tinggi": 1080
|
||||
},
|
||||
"tanggal": "2020-11-05T09:10:00.000Z"
|
||||
},
|
||||
{
|
||||
"judul": "Seni Lukis Kontemporer",
|
||||
"kategori": "Seni",
|
||||
"ukuran_pixel": {
|
||||
"lebar": 1600,
|
||||
"tinggi": 900
|
||||
},
|
||||
"tanggal": "2022-08-12T14:15:00.000Z"
|
||||
}
|
||||
]
|
||||
|
||||
<div class="col-md-4">
|
||||
<article class="post post-medium border-0 pb-0 mb-5 appear-animation" data-appear-animation="fadeInUpShorter"
|
||||
data-appear-animation-delay="300">
|
||||
<div class="post-image">
|
||||
<a href="blog-post.html">
|
||||
<img src="/img/blog/medium/blog-5.jpg"
|
||||
class="img-fluid img-thumbnail img-thumbnail-no-borders rounded-4" alt="" />
|
||||
</a>
|
||||
</div>
|
||||
let element = ""
|
||||
for (const value of data) {
|
||||
element += `
|
||||
<div
|
||||
class="thumb-info thumb-info-no-borders rounded-4 thumb-info-lighten thumb-info-bottom-info thumb-info-bottom-info-dark thumb-info-bottom-info-show-more thumb-info-no-zoom">
|
||||
<span class="berita thumb-info-wrapper rounded-4" style="aspect-ratio: 4/3">
|
||||
<img src="https://source.unsplash.com/random/${value.ukuran_pixel.lebar}×${value.ukuran_pixel.tinggi}/?${value.kategori}" class="img-fluid w-100 h-100"
|
||||
style="object-fit: cover;" alt="${value.judul}" loading="lazy">
|
||||
<span class="thumb-info-title p-3 p-md-4" style="min-height: 20%">
|
||||
<span class="thumb-info-inner line-height-3 text-break overflow-ellipsis-3">${value.judul}</span>
|
||||
<span class="thumb-info-type opacity-8">${value.kategori} | ${getTimeAgo(value.tanggal)}</span>
|
||||
</span>
|
||||
</span>
|
||||
</div>
|
||||
`
|
||||
}
|
||||
$("#berita-carousel").html(element)
|
||||
}
|
||||
|
||||
<div class="post-content">
|
||||
function generate_ispu() {
|
||||
const data = [
|
||||
{
|
||||
"id": 1,
|
||||
"status": "baik",
|
||||
"class_name": "baik",
|
||||
"nilai": 25,
|
||||
"icons": "😊"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"status": "sedang",
|
||||
"class_name": "sedang",
|
||||
"nilai": 75,
|
||||
"icons": "😐"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"status": "tidak sehat",
|
||||
"class_name": "tidak-sehat",
|
||||
"nilai": 150,
|
||||
"icons": "😷"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"status": "sangat tidak sehat",
|
||||
"class_name": "sangat-tidak-sehat",
|
||||
"nilai": 250,
|
||||
"icons": "😰"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"status": "berbahaya",
|
||||
"class_name": "berbahaya",
|
||||
"nilai": 305,
|
||||
"icons": "🚫"
|
||||
}
|
||||
]
|
||||
|
||||
<h2 class="font-weight-semibold text-5 line-height-6 mt-3 mb-2"><a href="blog-post.html">The Blue
|
||||
Sky</a></h2>
|
||||
<p>Euismod atras vulputate iltricies etri elit. Class aptent taciti sociosqu ad litora torquent per
|
||||
conubia nostra, per inceptos himenaeos.</p>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
// Mencari data dengan nilai terbesar
|
||||
const maxData = data.reduce((max, current) => (current.nilai > max.nilai ? current : max), data[0])
|
||||
assign_ispu(maxData)
|
||||
|
||||
<div class="col-md-4">
|
||||
<article class="post post-medium border-0 pb-0 mb-5 appear-animation" data-appear-animation="fadeInUpShorter"
|
||||
data-appear-animation-delay="600">
|
||||
<div class="post-image">
|
||||
<a href="blog-post.html">
|
||||
<img src="/img/blog/medium/blog-6.jpg"
|
||||
class="img-fluid img-thumbnail img-thumbnail-no-borders rounded-4" alt="" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="post-content">
|
||||
$("#lokasi").on("change", function (e) {
|
||||
const id = e.target.value
|
||||
const selected = data.filter(data => {
|
||||
return data.id == id
|
||||
})
|
||||
assign_ispu(selected[0])
|
||||
})
|
||||
}
|
||||
|
||||
<h2 class="font-weight-semibold text-5 line-height-6 mt-3 mb-2"><a href="blog-post.html">Night
|
||||
Life</a></h2>
|
||||
<p>Euismod atras vulputate iltricies etri elit. Class aptent taciti sociosqu ad litora torquent per
|
||||
conubia nostra, per inceptos himenaeos.</p>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
function assign_ispu(data) {
|
||||
if(!data.class_name){
|
||||
console.log("class_name tidak ditemukan!");
|
||||
}
|
||||
$("#ispu-container").attr("class", `row align-items-stretch text-center mx-1 mx-md-0 rounded-4 ${data.class_name}`)
|
||||
$("#ispu-icons").text(data.icons)
|
||||
$("#ispu-status").text(data.status)
|
||||
$("#ispu-value").text(data.nilai)
|
||||
$("#lokasi").html(
|
||||
`
|
||||
<option value="1" ${data.id == 1 ? "selected" : ""}>Jakarta Timur - Lubang Buaya</option>
|
||||
<option value="2" ${data.id == 2 ? "selected" : ""}>Jakarta Utara - Kelapa Gading</option>
|
||||
<option value="3" ${data.id == 3 ? "selected" : ""}>Jakarta Barat - Kebun Jeruk</option>
|
||||
<option value="4" ${data.id == 4 ? "selected" : ""}>Jakarta Pusat - Bundaran HI</option>
|
||||
<option value="5" ${data.id == 5 ? "selected" : ""}>Jakarta Selatan - Jagakarsa</option>
|
||||
`
|
||||
)
|
||||
}
|
||||
|
||||
function temp_assign_ispu(id) {
|
||||
const data = [
|
||||
{
|
||||
"id": 1,
|
||||
"status": "baik",
|
||||
"class_name": "baik",
|
||||
"nilai": 25,
|
||||
"icons": "😊"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"status": "sedang",
|
||||
"class_name": "sedang",
|
||||
"nilai": 75,
|
||||
"icons": "😐"
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"status": "tidak sehat",
|
||||
"class_name": "tidak-sehat",
|
||||
"nilai": 150,
|
||||
"icons": "😷"
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"status": "sangat tidak sehat",
|
||||
"class_name": "sangat-tidak-sehat",
|
||||
"nilai": 250,
|
||||
"icons": "😰"
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"status": "berbahaya",
|
||||
"class_name": "berbahaya",
|
||||
"nilai": 305,
|
||||
"icons": "🚫"
|
||||
}
|
||||
]
|
||||
|
||||
const selected = data.filter(data => {
|
||||
return data.id == id
|
||||
})
|
||||
|
||||
assign_ispu(selected[0])
|
||||
|
||||
}
|
||||
</script>
|
||||
}
|
|
@ -209,9 +209,6 @@
|
|||
</div>
|
||||
<div id="list-article" class="row">
|
||||
</div>
|
||||
|
||||
<button id="muat-lebih-banyak" type="button" onclick=loadMore() class="btn btn-success d-block mx-auto">Muat Lebih
|
||||
Banyak</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -502,14 +499,17 @@
|
|||
|
||||
let articles = ""
|
||||
|
||||
for (const element of newData) {
|
||||
let delay = 0
|
||||
for (const [index, element] of newData.entries()) {
|
||||
const dynamicDelay = index % 2 === 0 ? delay : (delay + 300);
|
||||
|
||||
articles += `
|
||||
<div class="col-md-4">
|
||||
<div class="col-md-4 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay=${delay}>
|
||||
<article class="post post-medium border-0 pb-0 mb-5">
|
||||
<div class="post-image">
|
||||
<div class="position-relative">
|
||||
<a href="#" class="ratio ratio-16x9 rounded-4">
|
||||
<img src="https://source.unsplash.com/random/${element.image}"
|
||||
<img src="https://source.unsplash.com/random/${element.image}/?${element.badge}"
|
||||
style="object-fit: cover" class="rounded-4" alt="${element.title}" loading="lazy" />
|
||||
</a>
|
||||
<div class="badges position-absolute" style="top: 4px; right:10px">
|
||||
|
@ -536,20 +536,10 @@
|
|||
</article>
|
||||
</div>
|
||||
`
|
||||
|
||||
delay += 300;
|
||||
}
|
||||
const container_post = document.querySelector("#list-article")
|
||||
container_post.innerHTML = container_post.innerHTML + articles
|
||||
}
|
||||
|
||||
function loadMore(value = 6) {
|
||||
const sum = value
|
||||
|
||||
let articles = document.querySelectorAll("article.post")
|
||||
|
||||
sliceData(data, (articles.length), (articles.length + value))
|
||||
|
||||
if(document.querySelectorAll("article.post").length == data.length){
|
||||
document.querySelector("#muat-lebih-banyak").remove()
|
||||
}
|
||||
}
|
||||
</script>
|
|
@ -0,0 +1,161 @@
|
|||
@{
|
||||
ViewBag.title = "Bidang, Sudin, UPT";
|
||||
ViewBag.menu = "Profil";
|
||||
}
|
||||
|
||||
<section class="page-header page-header-classic page-header-sm bg-secondary">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8 order-2 order-md-1 align-self-center p-static">
|
||||
<h1 data-title-border>@ViewBag.title</h1>
|
||||
</div>
|
||||
<div class="col-md-4 order-1 order-md-2 align-self-center">
|
||||
<ul class="breadcrumb d-block text-md-end">
|
||||
<li><a href="/" class="text-muted">Home</a></li>
|
||||
@if (ViewBag.menu != null || ViewBag.menu != null)
|
||||
{
|
||||
<li><a href="#" class="text-muted">@ViewBag.menu</a></li>
|
||||
}
|
||||
@if (ViewBag.submenu != null || ViewBag.submenu != null)
|
||||
{
|
||||
<li><a href="#" class="text-muted">@ViewBag.submenu</a></li>
|
||||
}
|
||||
<li class="text-primary">@ViewBag.title</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section id="content" class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-4">
|
||||
<div class="tabs tabs-vertical tabs-right tabs-navigation tabs-navigation-simple">
|
||||
<ul class="nav nav-tabs col-sm-3">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link py-2 active" href="#tabsNavigationVertSimple1" data-bs-toggle="tab">Bidang Tata Lingkungan dan Kebersihan</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link py-2" href="#tabsNavigationVertSimple2" data-bs-toggle="tab">Bidang Pengelolaan Kebersihan</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link py-2" href="#tabsNavigationVertSimple3" data-bs-toggle="tab">Bidang Pengendalian Dampak Lingkungan</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link py-2" href="#tabsNavigationVertSimple4" data-bs-toggle="tab">Bidang Pengawasan dan Penataan Hukum</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link py-2" href="#tabsNavigationVertSimple5" data-bs-toggle="tab">Bidang Prasarana dan Sarana</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link py-2" href="#tabsNavigationVertSimple6" data-bs-toggle="tab">Bidang Peran Serta Masyarakat</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link py-2" href="#tabsNavigationVertSimple7" data-bs-toggle="tab">Sudin Lingkungan Hidup Kota Administrasi</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link py-2" href="#tabsNavigationVertSimple8" data-bs-toggle="tab">Unit Pengelola Sampah Terpadu</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link py-2" href="#tabsNavigationVertSimple9" data-bs-toggle="tab">UPK Badan Air</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link py-2" href="#tabsNavigationVertSimple10" data-bs-toggle="tab">UPT Laboratorium Lingkungan Hidup</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-8">
|
||||
<div class="tab-pane tab-pane-navigation active" id="tabsNavigationVertSimple1">
|
||||
<h4>Bidang Tata Lingkungan dan Kebersihan</h4>
|
||||
<p>Bidang Tata Lingkungan dan Kebersihan merupakan unit kerja lini Dinas yang mempunyai tugas melaksanakan penataan lingkungan dan kebersihan.</p>
|
||||
<p>Bidang Tata Lingkungan dan Kebersihan menyelenggarakan fungsi :</p>
|
||||
<ol type="1">
|
||||
<li>Penyusunan Rencana Strategis dan Rencana Kerja dan Anggaran Bidang Tata Lingkungan dan Kebersihan;</li>
|
||||
<li>Pelaksanaan Rencana Strategis dan Dokumen Pelaksanaan Anggaran Bidang Tata Lingkungan dan Kebersihan;</li>
|
||||
<li>Penyusunan bahan kebijakan, pedoman dan standar pengelolaan teknis lingkungan dan kebersihan;</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="tab-pane tab-pane-navigation" id="tabsNavigationVertSimple2">
|
||||
<h4>Bidang Pengelolaan Kebersihan</h4>
|
||||
<p>Bidang Pengelolaan Kebersihan merupakan Unit Kerja lini Dinas Lingkungan Hidup dalam upaya pengelolaan sampah, pengelolaan limbah B3 dan pengendalian kebersihan.</p>
|
||||
<p>Bidang Pengelolaan Kebersihan menyelenggarakan fungsi :</p>
|
||||
<ol type="1">
|
||||
<li>Penyusunan bahan Rencana Strategis dan Rencana Kerja dan Anggaran Bidang Pengelolaan Kebersihan;</li>
|
||||
<li>Pelaksanaan Rencana Strategis dan Dokumen Pelaksanaan Anggaran Bidang Pengelolaan Kebersihan</li>
|
||||
<li>Pelaksanaan pengelolaan sampah darat, pantai dan pesisir yang dilaksanakan oleh Suku Dinas, Unit Pelaksana Teknis dan mitra kerja di bidang pengelolaan kebersihan</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="tab-pane tab-pane-navigation" id="tabsNavigationVertSimple3">
|
||||
<h4>Bidang Pengendalian Dampak Lingkungan</h4>
|
||||
<p>Bidang Pengendalian Dampak Lingkungan merupakan Unit Kerja lini Dinas Lingkungan Hidup dalam pelaksanaan upaya pengendalian dampak lingkungan.</p>
|
||||
<p>Bidang Pengendalian Dampak Lingkungan menyelenggarakan fungsi :</p>
|
||||
<ol type="1">
|
||||
<li>Penyusunan Rencana Strategis dan Rencana Kerja dan Anggaran Bidang Pengendalian Dampak Lingkungan</li>
|
||||
<li>Pelaksanaan Rencana Strategis dan Dokumen Pelaksanaan Anggaran Bidang Pengendalian Dampak Lingkungan</li>
|
||||
<li>Penyusunan regulasi dan kebijalcan teknis pemantauan kualitas lingkungan, pencegahan pencemaran dan/atau kerusakan lingkungan hidup, pengendalian pencemaran lingkungan oleh sumber pencemar institusi (usaha dan/atau kegiatan skala kecil) dan non institusi, pembinaan terhadap sumber pencemar institusi (usaha dan/atau kegiatan skala kecil) dan non institusi serta pengendalian kerusakan lingkungan</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="tab-pane tab-pane-navigation" id="tabsNavigationVertSimple4">
|
||||
<h4>Bidang Pengawasan dan Penataan Hukum</h4>
|
||||
<p>Bidang Pengawasan dan Penaatan Hukum merupakan Unit Iini Dinas Lingkungan Hidup dalam penanganan pengaduan dan penyelesaian sengketa, pengawasan lingkungan dan kebersihan serta penegakan hukum.</p>
|
||||
<p>Bidang Pengawasan dan Penaatan Hukum menyelenggarakan fungsi :</p>
|
||||
<ol type="1">
|
||||
<li>Penyusunan bahan Rencana Strategis dan Rencana Kerja dan Anggaran Bidang Pengawasan dan Penaatan Hukum.</li>
|
||||
<li>Pelaksanaan Rencana Strategis dan Dokumen Pelaksanaan Anggaran Bidang Pengawasan dan Penaatan Hukum.</li>
|
||||
<li>Penyusunan kebijakan tentang tata cara penanganan pengaduan, penyelesaian sengketa dan pengawasan lingkungan hidup dan kebersihan</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="tab-pane tab-pane-navigation" id="tabsNavigationVertSimple5">
|
||||
<h4>Bidang Prasarana dan Sarana</h4>
|
||||
<p>Bidang Prasarana dan Sarana merupakan Unit Kerja lini Dinas Lingkungan Hidup dalam pengadaan, penyimpanan dan penyaluran serta pemeliharaan prasarana dan sarana.</p>
|
||||
<p>Bidang Prasarana dan Sarana menyelenggarakan fungsi :</p>
|
||||
<ol type="1">
|
||||
<li>Penyusunan bahan Rencana Strategis dan Rencana Kerja dan Anggaran Bidang Prasarana dan Sarana.</li>
|
||||
<li>Pelaksanaan Rencana Strategis dan Dokumen Pelaksanaan Anggaran Bidang Prasarana dan Sarana.</li>
|
||||
<li>Penyusunan kebutuhan pengadaan, penyimpanan dan penyaluran serta pemeliharaan prasarana dan sarana.</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="tab-pane tab-pane-navigation" id="tabsNavigationVertSimple6">
|
||||
<h4>Bidang Peran Serta Masyarakat</h4>
|
||||
<p>Bidang Peran Serta Masyarakat merupakan Unit Kerja lini Dinas Lingkungan Hidup untuk pengembangan peran serta masyarakat dalam pengelolaan lingkungan dan kebersihan.</p>
|
||||
<p>Bidang Peran Serta Masyarakat menyelenggarakan fungsi :</p>
|
||||
<ol type="1">
|
||||
<li>Penyusunan bahan Rencana Strategis dan Rencana Kerja dan Anggaran Bidang Peran Serta Masyarakat.</li>
|
||||
<li>Pelaksanaan Rencana Strategis dan Dokumen Pelaksanaan Anggaran Bidang Peran Serta Masyarakat.</li>
|
||||
<li>Pelaksanaan penyuluhan kepada masyarakat di bidang lingkungan dan kebersihan.</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="tab-pane tab-pane-navigation" id="tabsNavigationVertSimple7">
|
||||
<h4>Sudin Lingkungan Hidup Kota Administrasi</h4>
|
||||
<p>Suku Dinas Lingkungan Hidup Kota Administrasi merupakan Unit Kerja Dinas Lingkungan Hidup pada Kota Administrasi.Suku Dinas Lingkungan Hidup Kota Administrasi mempunyai tugas melaksanakan kegiatan perlindungan dan pengelolaan lingkungan hidup serta pengelolaan kebersihan, pengawasan dan pengendalian dampak lingkungan dan kebersihan, pengelolaan kebersihan dan limbah 33, peran serta masyarakat dan penaatan hukum, serta prasarana dan sarana lingkungan dan kebersihan di Kota Administrasi.</p>
|
||||
<p>Dinas Lingkungan Hidup Provinsi DKI Jakarta membawahi 5 (lima) wilayah Suku Dinas Lingkungan Hidup Kota Administrasi dan Kabupaten Administrasi, yang meliputi:</p>
|
||||
<ol type="1">
|
||||
<li>Suku Dinas Lingkungan Hidup Kota Administrasi Jakarta Pusat</li>
|
||||
<li>Suku Dinas Lingkungan Hidup Kota Administrasi Jakarta Utara</li>
|
||||
<li>Suku Dinas Lingkungan Hidup Kota Administrasi Jakarta Barat</li>
|
||||
<li>Suku Dinas Lingkungan Hidup Kota Administrasi Jakarta Timur</li>
|
||||
<li>Suku Dinas Lingkungan Hidup Kota Administrasi Jakarta Selatan</li>
|
||||
<li>Suku Dinas Lingkungan Hidup Kota Administrasi Pulau Seribu</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="tab-pane tab-pane-navigation" id="tabsNavigationVertSimple8">
|
||||
<h4>Unit Pengelola Sampah Terpadu</h4>
|
||||
<p>Unit Pengelola Sampah Terpadu merupakan Unit Pelaksana Teknis Dinas Lingkungan Hidup dalam pelaksanaan pengolahan sampah terpadu. Unit Pengelola Sampah Terpadu dipimpin oleh seorang Kepala Unit yang dalam melaksanakan tugas dan fungsinya berada di bawah dan bertanggung jawab kepada Kepala Dinas.</p>
|
||||
<p>Unit Pengelola Sampah Terpadu mempunyai tugas melaksanakan pengelolaan sampah terpadu, dengan menyelenggarakan fungsi, antara lain:</p>
|
||||
<ol type="1">
|
||||
<li>Pengaturan dan pelaksanaan kegiatan di Pengolahan Sampah Terpadu.</li>
|
||||
<li>Pengaturan dan pelaksanaan kegiatan pengangkutan sampah dari tempat pengolahan sampah terpadu menengah ke tempat pemrosesan akhir.</li>
|
||||
<li>Penyusunan pedoman, standar dan prosedur teknis Unit Pengelola Sampah Terpadu.</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="tab-pane tab-pane-navigation" id="tabsNavigationVertSimple9">
|
||||
<h4>UPK Badan Air</h4>
|
||||
<p>Unit Pelaksana Kebersihan Badan Air merupakan Unit Pelaksana Teknis Dinas Lingkungan Hidup dalam pelaksanaan penanganan Kebersihan Badan Air. Unit Pelaksana Kebersihan Badan Air dipimpin oleh seorang Kepala Unit yang dalam melaksanakan tugas dan fungsinya berada di bawah dan bertanggung jawab kepada Kepala Dinas.</p>
|
||||
</div>
|
||||
<div class="tab-pane tab-pane-navigation" id="tabsNavigationVertSimple10">
|
||||
<h4>UPT Laboratorium Lingkungan Hidup</h4>
|
||||
<p>Dinas Lingkungan Hidup Provinsi DKI Jakarta (DLH) mempunyai Unit Pelaksana Teknis untuk melaksanakan fungsi pelayanan langsung kepada masyarakat atau untuk melaksanakan fungsi pendukung terhadap tugas dan fungsi Dinas. Salah satu fungsi pelayanan tersebut antara lain melaksanakan pengambilan contoh uji, pengujian dan analisis lingkungan secara laboratoris.Tugas-tugas tersebut dijalankan oleh salah satu Unit Pelaksana Teknis (UPT) di bawah DLH yaitu UPT Laboratorium Lingkungan Hidup Daerah (LLHD) yang beralamat di Jl. Casablanca Kav. 1, Kuningan, Jakarta Selatan</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
|
@ -0,0 +1,212 @@
|
|||
@{
|
||||
ViewBag.title = "Profil Pimpinan";
|
||||
ViewBag.menu = "Profil";
|
||||
}
|
||||
|
||||
<section class="page-header page-header-classic page-header-sm bg-secondary">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8 order-2 order-md-1 align-self-center p-static">
|
||||
<h1 data-title-border>@ViewBag.title</h1>
|
||||
</div>
|
||||
<div class="col-md-4 order-1 order-md-2 align-self-center">
|
||||
<ul class="breadcrumb d-block text-md-end">
|
||||
<li><a href="/" class="text-muted">Home</a></li>
|
||||
@if (ViewBag.menu != null || ViewBag.menu != null)
|
||||
{
|
||||
<li><a href="#" class="text-muted">@ViewBag.menu</a></li>
|
||||
}
|
||||
@if (ViewBag.submenu != null || ViewBag.submenu != null)
|
||||
{
|
||||
<li><a href="#" class="text-muted">@ViewBag.submenu</a></li>
|
||||
}
|
||||
<li class="text-primary">@ViewBag.title</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<div class="container" id="pimpinan">
|
||||
<div class="row py-3">
|
||||
<div class="col-md-7 order-2">
|
||||
<div class="overflow-hidden">
|
||||
<h2 id="nama" class="text-color-dark font-weight-bold text-8 mb-0 pt-0 mt-0 appear-animation"
|
||||
data-appear-animation="maskUp" data-appear-animation-delay="300">John Doe</h2>
|
||||
</div>
|
||||
<div class="overflow-hidden mb-3">
|
||||
<p id="jabatan" class="font-weight-bold text-secondary text-uppercase mb-0 appear-animation"
|
||||
data-appear-animation="maskUp" data-appear-animation-delay="500">CEO</p>
|
||||
</div>
|
||||
<p id="description" class="fs-6 pb-3 appear-animation" data-appear-animation="fadeInUpShorter"
|
||||
data-appear-animation-delay="700">Consectetur adipiscing elit. Aliquam iaculis sit amet enim ac
|
||||
sagittis. Curabitur eget leo varius, elementum mauris eget, egestas quam.</p>
|
||||
</div>
|
||||
<div class="col-md-5 order-md-2 mb-4 mb-lg-0 appear-animation" data-appear-animation="fadeInRightShorter">
|
||||
<div class="ratio ratio-4x3">
|
||||
<img id="foto" src="/img/team/team-1.jpg" style="object-fit: cover;" class="img-fluid rounded-4"
|
||||
alt="">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<script>
|
||||
const pimpinan = [
|
||||
{
|
||||
jabatan: "KEPALA DINAS LINGKUNGAN HIDUP",
|
||||
nama: "Asep Kuswanto, SE, M.Si",
|
||||
img_path: "img/asep_kuswanto.jpg",
|
||||
description: "Asep Kuswanto, SE, M.Si merupakan jebolan pasca sarjana Universitas Gajah Mada Yogyakarta tahun 2002 pada jurusan Ekonomi Pembangunan. Asep yang merupakan putra kelahiran Jakarta pada tahun 1973 ini mengawali karir ASNnya di Dinas Kebersihan Provinsi DKI Jakarta pada tahun 1998, dan sejak tahun 2015 menjabat Kepala Unit Pengelola Sampah Terpadu di Dinas Kebersihan Provinsi DKI Jakarta dan saat lanjut saat peleburan 2 SKPD menjadi Dinas Lingkungan Hidup Provinsi DKI Jakarta pada tahun 2017.",
|
||||
slug: "asep-kuswanto"
|
||||
},
|
||||
{
|
||||
jabatan: "WAKIL KEPALA DINAS LINGKUNGAN HIDUP",
|
||||
nama: "Drs. Sarjoko, M.M",
|
||||
img_path: "img/drs_sarjoko.jpg",
|
||||
description: "Drs. Sarjoko, M.M, kelahiran Klaten 67', dengan pendidikan formal S1 Bahasa Inggris (1992) di Univ. Sebelas Maret, S2 Management Umum di Sekolah Tinggi Ilmu Ekonomi “YAI” (1998), dengan beberapa pendidikan non-formal salah satunya yaitu Diklat Manajemen Proyek (2021), Sarjoko mengawali karir sebagai staff di Dinas Pendidikan dan Pengajaran DKI Jakarta (1998), tahun (2005) menjabat sebagai Kepala Subbagian Tata Usaha Sudin Pendidikan Dasar Kota Adm. Jakarta Jakarta Selatan, Pada tahun (2015) menjabat sebagai Kepala Bidang Prasarana dan Sarana Pendidikan di Dinas Pendidikan, tahun (2017) di Dinas Perumahan Rakyat dan Kawasan Permukiman Unit Pengelola Rusun Tambora menjabat sebagai Kepala Unit dan seiring berjalannya waktu (2021) Sarjoko menjabat menjadi Kepala Dinas. Dan saat ini menjabat sebagai Wakil Kepala Dinas Lingkungan Hidup Provinsi DKI Jakarta sejak Maret 2023.",
|
||||
slug: "dr-sarjoko"
|
||||
},
|
||||
{
|
||||
jabatan: "SEKRETARIS DINAS LINGKUNGAN HIDUP",
|
||||
nama: "Mahmuri, S.E., M.M.",
|
||||
img_path: "img/mahmuri.jpg",
|
||||
description: "Mahmuri, S.E., M.M. yang lahir di Jakarta pada tahun 1965 menyelesaikan pendidikan di Fakultas Ekonomi dan Studi Pembangunan Universitas Terbuka (1994), Institut Human Nutrition University of The Philippines Losbanos Non Degree Program on food and Nutrition Planing Management (2002) dan menyelesaikan studi Magister Manajemen Sektor Publik di Sekolah Pasca Sarjana Institut Pertanian Bogor pada tahun 2005. Mahmuri mengawali karir menjadi ASN di Pemerintah Provinsi DKI Jakarta dengan menjalani ikatan dinas sebagai Tenaga Pelaksana Gizi pada Puskesmas Kecamatan Tanjung Priok dan menjadi staff Seksi Gizi Dinas Kesehatan Prov. DKI Jakarta pada tahun 1988. Sebelum menjabat Sekretaris Dinas Lingkungan Hidup Prov. DKI Jakarta pada bulan September 2021, Mahmuri pernah menjabat sebagai Ketua Tim Penilai Kelompok Pejabat Fungsional Perencana Bappeda (2009), Kepala Seksi Sarana Prasarana dan Lingkungan Hidup Kantor Perencanaan Pembangunan Kota Jakarta Selatan (2011), Kepala Bagian Pengendalian Pola Ruang Biro Penataan Kota dan Lingkungan Hidup (2014) dan Kepala Bagian Lingkungan Hidup dan Ruang Terbuka Hijau Biro Pembangunan dan Lingkungan Hidup (2019).",
|
||||
slug: "mahmuri"
|
||||
},
|
||||
{
|
||||
jabatan: "KEPALA BIDANG PENGENDALIAN PENCEMARAN DAN KERUSAKAN LINGKUNGAN",
|
||||
nama: "Ir. Erni Pelita Fitratunnisa, ME",
|
||||
img_path: "img/erni_pelita_fitratunnisa.jpg",
|
||||
description: "Ir. Erni Pelita Fitratunnisa, ME yang biasa dipanggil dengan panggilan Ibu Fitri, saat ini menjabat sebagai Kepala Bidang Pengendalian Pencemaran dan Kerusakan Lingkungan di Dinas Lingkungan Hidup Provinsi DKI Jakarta sejak maret tahun 2023. Lahir di Jakarta pada 19 Maret 1969, Ibu Fitri menyelesaikan pendidikan pasca sarjananya di Universitas Indonesia dengan mengambil jurusan Manajemen Perencanaan dan Kebijakan Publik. Mengawali karir ASNnya di Badan Pengelola Lingkungan Hidup Provinsi DKI Jakarta, Ibu Fitri pernah menjabat sebagai Kepala Bidang Tata Lingkungan dan Kebersihan Dinas Lingkungan Hidup Provinsi DKI Jakarta sejak tahun 2017.",
|
||||
slug: "ir-erni-pelita-fitratunnisa"
|
||||
},
|
||||
{
|
||||
jabatan: "KEPALA BIDANG TATA LINGKNGAN",
|
||||
nama: "Helmy Zulhidayat, ST, M.T",
|
||||
img_path: "img/helmy_zulhidayat.jpg",
|
||||
description: "Helmy Zulhidayat ST, M.T atau yang biasa di panggil Pak Helmy, lahir di Jakarta pada tahun 1978. Helmy Zulhidayat menyelesaikan pendidikan Strata 1 di Institut Teknologi Bandung dengan jurusan Teknik Mesin kemudian melanjutkan pendidikan magisternya di Universitas Indonesia dengan jurusan Teknik Sipil. Helmy Zulhidayat juga melaksanakan pendidikan non-formal di Badan Pengembangan Sumber Daya Manusia tahun 2017 dan beliau mengawali karirnya sebagai ASN di Biro Prasarana dan Sarana Kota. Saat ini Helmy Zulhidayat menjabat sebagai Kepala Bidang Tata Lingkungan sejak bulan Maret 2023.",
|
||||
slug: "helmy-zulhidayat"
|
||||
},
|
||||
{
|
||||
jabatan: "KEPALA BIDANG PERAN SERTA MASYARAKAT, DATA DAN INFORMASI",
|
||||
nama: "Rommel PP Pasaribu IR",
|
||||
img_path: "img/rommel_pp_pasaribu.jpg",
|
||||
description: "Rommel PP Pasaribu IR, lahir di Medan pada tahun 1969. Pada Tahun 2003 Mengawali karir di Dinas Perumahan DKI Jakarta sebagai Kepala Seksi sampai 2016, menjadikannya sukses menjabat sebagai Kepala Suku Dinas DPRKP tahun 2017-2020 Kabupaten Adm Kep.Seribu dan Jakarta Timur, Rommel menyelesaikan pendidikan Badan Pengembangan sumber daya Manusia pada tahun 2016-2017. Saat ini Rommel menjabat sebagai Kepala Bidang Peran Serta Masyarakat, Data dan Informasi sejaka maret 2023, dimana sebelumnya menjabat sebagai Kepala Bidang Pengelolaan Kebersihan Dinas Lingkungan Hidup Provinsi DKI Jakarta Sejak awal tahun 2021.",
|
||||
slug: "rommel-pp-pasaribu"
|
||||
},
|
||||
{
|
||||
jabatan: "KEPALA BIDANG PENGELOLAAN SAMPAH DAN LIMBAH B3",
|
||||
nama: "Yusiono A.Supalal, S.Si, MAS",
|
||||
img_path: "img/yusiono_a_supalal.jpg",
|
||||
description: "Yusiono A.Supalal, S.Si, MAS menyelesaikan pendidikan S1-nya di Universitas Brawijaya Malang jurusan Biologi, Yusiono A.Supalal, S.Si, MAS atau akrab disapa Pak Yusi, menyelesaikan studi magisternya di Graz University of Technology Austria pada jurusan Environmental Engineering & Management di tahun 2001. Sebagai ASN, Yusiono A.Supalal mengawali karirnya di KPPL DKI Jakarta. Pernah menjabat sebagai Kasubid Pengendalian Pencemaran Udara dan Kepala Bidang Penegakan Hukum BPLHD, Yusiono A.Supalal menjabat sebagai Sekretaris Dinas Lingkungan Hidup sebelum dilantik menjadi Kepala Bidang Pengendalian Dampak Lingkungan Dinas Lingkungan Hidup Provinsi DKI Jakarta pada bulan November 2019. Pada bulan maret 2023 Pak Yusi telah dilantik dan menjabat menjadi Kepala Bidang Pengelolaan Sampah dan Limbah B3.",
|
||||
slug: "yusiono-a-supalal"
|
||||
},
|
||||
{
|
||||
jabatan: "KEPALA BIDANG PENGAWASAN DAN PENAATAN HUKUM",
|
||||
nama: "Drs.Wahyudi Rudiyanto, M.Si",
|
||||
img_path: "img/drs_wahyudi_rudiyanto.jpg",
|
||||
description: "Drs.Wahyudi Rudiyanto, M.Si sejak maret 2023, Yudi telah menjabat sebagai Kepala Bidang Pengawasan dan Penataan Hukum di Kantor Dinas Lingkungan Hidup Prov DKI Jakarta, dimana sebelumnya pernah menjabat sebagai Kepala Suku Dinas Lingkungan Hidup Kota Administrasi Jakarta Timur sejak bulan September 2021. Yudi merupakan putra kelahiran Jakarta ini mengawali karirnya sebagai ASN Provinsi DKI Jakarta sebagai Staf Dinas Kebersihan Prov. DKI Jakarta pada tahun 2000. Pernah menjabat sebagai Kepala Seksi Penyuluhan dan Peran Serta Masyarakat di Sudin Kebersihan Kota Administrasi Jakarta Selatan dan pernah menjadi Kepala Seksi Pengelolaan Kebersihan dan Limbah B3 di Sudin Lingkungan Hidup Kota Administrasi Jakarta Timur. Yudi menyelesaikan pendidikan strata duanya di Sekolah Tinggi Ilmu Administrasi Yappan dengan jurusan Administrasi Publik pada tahun 2011.",
|
||||
slug: "drs-wahyudi-rudiyanto"
|
||||
},
|
||||
{
|
||||
jabatan: "KEPALA BIDANG PENGURANGAN DAN PENANGANAN SAMPAH",
|
||||
nama: "Dedy Setiono, SH, M.Kn",
|
||||
img_path: "img/dedy_setiono.jpg",
|
||||
description: "Dedy Setiono, SH, M.Kn Menjabat sebagai Kepala Pengurangan dan Penanganan Sampah sejak bulan maret 2023. Dedy merupakan putra kelahiran Jakarta tahun 1980. Menyelesaikan pendidikan Strata 1 nya di Fakultas Hukum Universitas Pancasila, Dedy Setiono melanjutkan pendidikan pasca sarjananya di Universitas Indonesia dengan tetap mendalami ilmu hukum. Dedy Setiono yang menyelesaikan studi pasca sarjananya pada pada tahun 2007, mengawali karir ASN nya sebagai staf tata usaha di Dinas Kebersihan. Sebelum menjadi Kepala Bidang Pengurangan dan Penanganan Sampah, Dedy pernah menjabat sebagai Kepala Bidang Prasarana sejak bulan November 2019 dan Kepala Bidang Pengawasan dan Penaatan Hukum Dinas Lingkungan Hidup Provinsi DKI Jakarta.",
|
||||
slug: "dedy-setiono"
|
||||
},
|
||||
{
|
||||
jabatan: "KEPALA UNIT PENGELOLA SAMPAH TERPADU",
|
||||
nama: "Agung Pujo Winarko, S.Si, M.Sil",
|
||||
img_path: "img/agung_pujo_winarko.jpg",
|
||||
description: "Agung Pujo Winarko, S.Si, M.Sil ahir di Jakarta pada tanggal 23 Oktober 1982, Agung Pujo menyelesaikan pendidikan magisternya di Universitas Indonesia pada jurusan Kajian Pengembangan Perkotaan, setelah sebelumnya pada jenjang Strata 1 mengambil jurusan Geografi Perencanaan Pengembangan Wilayah di Universitas Gajah Mada. Awal karir ASN Agung Pujo sebagai CPNS di Dinas Tata Ruang. Selanjutnya, peraih Peringkat I PNS Berprestasi DKI Jakarta tahun 2019 ini, pernah berkarir di Dinas Bina Marga, dan terakhir di Dinas Lingkungan Hidup. Sebelum menjabat sebagai Kepala Peran Serta Masyarakat, Agung Pujo menjabat sebagai kepala Seksi Penanggulangan Pencemaran Lingkungan Bidang Pengendalian Dampak Lingkungan",
|
||||
slug: "agung-pujo-winarko"
|
||||
},
|
||||
{
|
||||
"jabatan": "KEPALA UNIT PENANGANAN SAMPAH BADAN AIR",
|
||||
"nama": "Dadang Cahya Rusdiana, M.Si",
|
||||
"img_path": "",
|
||||
"description": "Dadang Cahya Rusdiana, S.Sos, M.Si atau yang biasa dipanggil dengan panggilan Pak Dadang, lahir pada tahun 1972. Dadang Cahya Rusdiana yang menyelesaikan pendidikan D3 dan Strata 1 di Universitas Indonesia dengan jurusan Perpajakan dan Keuangan Administrasi Fiskal. Kemudian melanjutkan pendidikan magisternya di STI Administrasi Mandala. Saat ini Dadang Cahya menjabat sebagai Kepala Unit Pengelola Sampah Badan Air sejak bulan Maret 2023 yang sebelumnya menjabat sebagai Kepala Sub Bagian Umum Dinas Lingkungan Hidup.",
|
||||
"slug": "dadang-cahya-rusdiana"
|
||||
},
|
||||
{
|
||||
"jabatan": "KEPALA UNIT PELAKSANA TEKNIS LABORATORIUM LINGKUNGAN HIDUP",
|
||||
"nama": "Ir. Diah Ratna Ambarwati, M.Si",
|
||||
"img_path": "",
|
||||
"description": "Ir. Diah Ratna Ambarwati, M.Si atau biasa dipanggil Ibu Ambar merupakan Kepala Unit Pelaksana Teknis Laboratorium Lingkungan Hidup Daerah Dinas Lingkungan Hidup Provinsi DKI Jakarta sejak tahun 2014. Lahir di Palembang pada tahun 1966, Diah Ratna menyelesaikan magisternya di Universitas Indonesia pada tahun 2005. Sebelum menjadi Kepla UPT LLHD, Diah Ratna pernah menjabat beberapa posisi di Badan Pengelola Lingkungan Hidup Provinsi DKI Jakarta, diantaranya sebagai Kepala Sub Bagian Program dan Anggaran.",
|
||||
"slug": "ir-diah-ratna-ambarwati"
|
||||
},
|
||||
{
|
||||
"jabatan": "KEPALA SUKU DINAS LINGKUNGAN HIDUP KABUPATEN ADM KEPULAUAN SERIBU PROVINSI DKI JAKARTA",
|
||||
"nama": "Sujanto Budiroso S.Sos, M.Si.",
|
||||
"img_path": "",
|
||||
"description": "Sujanto Budiroso, lahir di Bangkalan tahun 1965, saat ini menjabat sebagai Kepala Suku Dinas Lingkungan Hidup Kabupaten Administrasi Kepulauan Seribu Agustus 2022. Budi menyelesaikan pendidikan pasca sarjananya di Universitas Satyagama pada tahun 2007 jurusan Ilmu Pemerintahan. Mengawali karir PNS sebagai staf Bagian Pemb.Ketrampilan Perangkat Pem.Kelurahan di Biro Bina Pemerintahan Kelurahan. Tahun 2011 menjabat sebagai Camat Johar Baru Jakarta Pusat, dan terakhir menjabat sebagai Asisten Pemerintahan dan Kesejahteraan Rakyat di Sekretariat Kabupaten Administrasi Kep Seribu sebelum menjadi Kasudin LH Kepulauan Seribu.",
|
||||
"slug": "sujanto-budiroso"
|
||||
},
|
||||
{
|
||||
"jabatan": "KEPALA SUKU DINAS LINGKUNGAN HIDUP JAKARTA SELATAN",
|
||||
"nama": "Mohamad Amin, S.Si, MM",
|
||||
"img_path": "",
|
||||
"description": "Mohamad Amin, S.Si, MM lahir sebagai putra daerah Betawi, Mohamad Amin, S.Si, MM saat ini menjabat sebagai Kepala Suku Dinas Lingkungan Hidup Provinsi DKI Jakarta. Menyelesaikan pendidikan srtata satu pada jurusan Biologi dan pasca sarjananya pada jurusan Manajemen, kelahiran 20 Desember 1969 ini pernah menjabat sebagai Kepala Sub Bagian Keuangan dan Kepala Sub Bagian Program dan Anggaran.",
|
||||
"slug": "mohamad-amin"
|
||||
},
|
||||
{
|
||||
"jabatan": "KEPALA SUKU DINAS LINGKUNGAN HIDUP JAKARTA PUSAT",
|
||||
"nama": "Slamet Riyadi, S.Sos, M.Si",
|
||||
"img_path": "",
|
||||
"description": "Slamet Riyadi, S.Sos, M.Si lahir di Jakarta pada tahun 1971, Slamet Riyadi, S.Sos, M.Si saat ini menjabat sebagai Kepala Suku Dinas Lingkungan Hidup Kota Administrasi Jakarta Pusat sejak maret 2023. Sebelumnya ia pernah menjabat sebagai Kepala Suku Dinas Lingkungan Hidup Kota Administrasi Jakarta Barat awal tahun 2020 dan KaSudin Utara sejak tahun 2017. Mantan Lurah Grogol dan Camat Kembangan ini merupakan lulusan IPDN tahun 1993 dan melanjutkan pasca sarjananya di jurusan Administrasi Publik.",
|
||||
"slug": "slamet-riyadi"
|
||||
},
|
||||
{
|
||||
"jabatan": "KEPALA SUKU DINAS LINGKUNGAN HIDUP JAKARTA BARAT",
|
||||
"nama": "Drs. Achmad Hariadi, M.Si",
|
||||
"img_path": "",
|
||||
"description": "Drs. Achmad Hariadi, M.Si lahir di Jakarta pada tanggal 29 April 1971, Drs. Achmad Hariadi, M.Si menjabat sebagai Kepala Suku Dinas Lingkungan Hidup Kota Administrasi Jakarta Barat sejak maret 2023, setelah sebelumnya menjabat sebagai KaSudin DLH Jakarta Utara pada awal tahun 2020 dan Kepala Bidang Pengelolaan Kebersihan Dinas Lingkungan Hidup Provinsi DKI Jakarta. Achmad Hariadi yang menyelesaikan pendidikan S1 dan S2 nya di Sekolah Tinggi Ilmu Administrasi LAN, mengawali karirnya di Kantor Kecamatan Penjaringan Jakarta Utara. Pernah menjabat sebagai Lurah Sunter dan Camat Pulo Gadung, Achmad Hariadi, saat ini diberi kepercayaan untuk mengelola lingkungan wilayah Jakarta Utara.",
|
||||
"slug": "drs-achmad-hariadi"
|
||||
},
|
||||
{
|
||||
"jabatan": "KEPALA SUKU DINAS LINGKUNGAN HIDUP JAKARTA UTARA",
|
||||
"nama": "Edy Mulyanto, S.Sos, M.Si",
|
||||
"img_path": "",
|
||||
"description": "Edy Mulyanto, S.Sos, M.Si, lahir di Jakarta pada tahun 1971. Sejak awal tahun 2020, Edy Mulyanto saat ini menjabat sebagai Kepala Suku Dinas Lingkungan Hidup Kota Administrasi Jakarta Utara sejak maret 2023, sebelumnya menjabat sebagai Kepala Bidang Peran Serta Masyarakat dan Kepala Bidang Pengelolaan Kebersihan Dinas Lingkungan Hidup Provinsi DKI Jakarta. Pengalamannya sebagai Lurah Tambora dan Camat Gropet, menjadikannya sukses membesarkan Bank Sampah di Jakarta Barat saat menjabat sebagai Kepala Suku Dinas Lingkungan Hidup Kota Administrasi Jakarta Barat. Edy Mulyanto menyelesaikan pendidikan pasca sarjananya pada jurusan Ilmu Pemerintahan pada tahun 2006.",
|
||||
"slug": "edy-mulyanto"
|
||||
},
|
||||
{
|
||||
"jabatan": "KEPALA SUKU DINAS LINGKUNGAN HIDUP JAKARTA TIMUR",
|
||||
"nama": "Eko Gumelar S, ST, M.SE",
|
||||
"img_path": "",
|
||||
"description": "Eko Gumelar S, ST, M.SE mengawali karir ASN sebagai staf di Departemen Kesehatan pada tahun 2001. Selanjutnya beberapa kali berpindah posisi. Pernah bergabung di Badan Pengelola Lingkungan Hidup Daerah, menjabat Lurah Rawamangun, dan berikutnya berpindah ke Dinas Tata Air sebelum menjadi Kepala Bidang Prasarana dan Sarana Dinas Lingkungan Hidup Provinsi DKI Jakarta dan menjabat sebagai Kepala Bidang Pengawasan dan Penataan Hukum pada bulan September 2022.Akhirnya Eko saat ini menjabat sebagai Kepala Suku Dinas Lingkungan Hidup Provinsi DKI Adm Jakarta Timur sejak maret 2023. Memiliki latar belakang S1 Teknik Lingkungan, Eko Gumelar menyelesaikan pasca Sarjananya di Universitas Indonesia pada tahun 2006.",
|
||||
"slug": "eko-gumelar"
|
||||
}
|
||||
]
|
||||
|
||||
let el = ""
|
||||
for (const data of pimpinan) {
|
||||
el += `
|
||||
<div class="row py-4 mb-0 mb-md-4">
|
||||
<div class="col-md-7 order-1 pe-md-5 ">
|
||||
<div class="overflow-hidden">
|
||||
<h2 class="nama text-color-dark font-weight-bold text-8 mb-0 pt-0 mt-0 appear-animation"
|
||||
data-appear-animation="maskUp" data-appear-animation-delay="300">${data.nama}</h2>
|
||||
</div>
|
||||
<div class="overflow-hidden mb-3">
|
||||
<p class="jabatan font-weight-bold text-secondary text-uppercase mb-0 appear-animation"
|
||||
data-appear-animation="maskUp" data-appear-animation-delay="500">${data.jabatan}</p>
|
||||
</div>
|
||||
<p class="description fs-6 pb-3 appear-animation text-justify" data-appear-animation="fadeInUpShorter"
|
||||
data-appear-animation-delay="700">${data.description}</p>
|
||||
</div>
|
||||
<div class="col-md-5 order-md-2 mb-4 mb-lg-0 appear-animation" data-appear-animation="fadeInRightShorter">
|
||||
<div class="ratio ratio-4x3">
|
||||
<img src="/img/team/team-1.jpg" style="object-fit: cover;" class="foto img-fluid rounded-4" alt="">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
`
|
||||
}
|
||||
|
||||
$("#pimpinan").html(el)
|
||||
</script>
|
|
@ -27,4 +27,14 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<img src="/dlh/struktur-organisasi-dlh.png" class="w-100" alt="Struktur Organisasi DLH">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
|
@ -0,0 +1,99 @@
|
|||
@{
|
||||
ViewBag.title = "Tupoksi";
|
||||
ViewBag.menu = "Profil";
|
||||
}
|
||||
|
||||
<link rel="stylesheet" href="/lib/magnifier/magnifier.css">
|
||||
|
||||
<section class="page-header page-header-classic page-header-sm bg-secondary">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8 order-2 order-md-1 align-self-center p-static">
|
||||
<h1 data-title-border>@ViewBag.title</h1>
|
||||
</div>
|
||||
<div class="col-md-4 order-1 order-md-2 align-self-center">
|
||||
<ul class="breadcrumb d-block text-md-end fw-semibold">
|
||||
<li><a href="/" class="text-quaternary">Home</a></li>
|
||||
@if (ViewBag.menu != null || ViewBag.menu != null)
|
||||
{
|
||||
<li><a href="#" class="text-quaternary">@ViewBag.menu</a></li>
|
||||
}
|
||||
@if (ViewBag.submenu != null || ViewBag.submenu != null)
|
||||
{
|
||||
<li><a href="#" class="text-quaternary">@ViewBag.submenu</a></li>
|
||||
}
|
||||
<li class="text-light">@ViewBag.title</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<div class="container">
|
||||
<div id="berkas" class="row gy-4">
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<script>
|
||||
const tupoksi = [
|
||||
{
|
||||
"nama": "Pergub No. 284 Tahun 2016 Tentang Dinas Lingkungan Hidup Provinsi DKI Jakarta",
|
||||
"files": [
|
||||
{ "name_file": "PERGUB NO.284 TAHUN.2016", "url_file": "PERGUB_NO.284_TAHUN_.2016.pdf" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"nama": "Pergub No. 399 Tahun 2016 Tentang Unit Pelaksana Kebersihan Badan Air",
|
||||
"files": [
|
||||
{ "name_file": "PERGUB NO.399 TAHUN.2016", "url_file": "peraturan_438PERGUB_NO._399_TAHUN_2016_.pdf" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"nama": "Pergub No. 398 Tahun 2016 Tentang Unit Laboratorium Lingkungan Hidup Daerah",
|
||||
"files": [
|
||||
{ "name_file": "PERGUB NO.398 TAHUN.2016", "url_file": "2016-Peraturan Gubernur DKI Jakarta Nomor 398 Tahun 2016.pdf" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"nama": "Pergub No. 400 Tahun 2016 Tentang Unit Pengelola Sampah Terpadu",
|
||||
"files": [
|
||||
{ "name_file": "PERGUB NO.400 TAHUN.2016", "url_file": "PERGUB_NO.400_TAHUN_.2016_.pdf" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"nama": "Pergub No. 57 Tahun 2022 Tentang Organisasi dan Tata Kerja Perangkat Daerah",
|
||||
"files": [
|
||||
{ "name_file": "Naskah Komprehensif Pergub No. 57 Tahun 2022", "url_file": "Naskah_Komprehensif_PergubNo.57Tahun2022_1.pdf" },
|
||||
{ "name_file": "Lamp XVI SOTK DLH Pergub No. 57 Tahun 2022", "url_file": "SOTK_Lamp_XVI_DLH_PergubNo.57Tahun2022.pdf" }
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
let el = ""
|
||||
|
||||
for(const data of tupoksi){
|
||||
|
||||
let files = ""
|
||||
for(const file of data.files){
|
||||
files += `
|
||||
<a href="/dlh/pdfs/tupoksi/${file.url_file}" data-bs-toggle="tooltip" data-bs-animation="true" data-bs-placement="top" title="${file.name_file}" target="_blank">
|
||||
<img src="/dlh/svgs/pdf.svg" width="60" alt="${file.name_file}">
|
||||
</a>
|
||||
<small class="d-block d-md-none" style="font-size: .8rem">${file.name_file}.pdf</small>
|
||||
`
|
||||
}
|
||||
|
||||
el += `
|
||||
<div class="col-12">
|
||||
<h4>${data.nama}</h4>
|
||||
<div class="d-flex gap-3 align-items-center">
|
||||
${files}
|
||||
</div>
|
||||
</div>
|
||||
`
|
||||
}
|
||||
|
||||
$("#berkas").html(el)
|
||||
</script>
|
|
@ -0,0 +1,69 @@
|
|||
@{
|
||||
ViewBag.title = "Air";
|
||||
ViewBag.menu = "Program";
|
||||
}
|
||||
|
||||
<link rel="stylesheet" href="/lib/magnifier/magnifier.css">
|
||||
|
||||
<section class="page-header page-header-classic page-header-sm bg-secondary">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8 order-2 order-md-1 align-self-center p-static">
|
||||
<h1 data-title-border>@ViewBag.title</h1>
|
||||
</div>
|
||||
<div class="col-md-4 order-1 order-md-2 align-self-center">
|
||||
<ul class="breadcrumb d-block text-md-end fw-semibold">
|
||||
<li><a href="/" class="text-quaternary">Home</a></li>
|
||||
@if (ViewBag.menu != null || ViewBag.menu != null)
|
||||
{
|
||||
<li><a href="#" class="text-quaternary">@ViewBag.menu</a></li>
|
||||
}
|
||||
@if (ViewBag.submenu != null || ViewBag.submenu != null)
|
||||
{
|
||||
<li><a href="#" class="text-quaternary">@ViewBag.submenu</a></li>
|
||||
}
|
||||
<li class="text-light">@ViewBag.title</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 text-justify">
|
||||
<h2 class="mb-1 fw-semibold">Program Pengendalian Pencemaran Air</h2>
|
||||
<h2 class="fw-semibold">Dinas Lingkungan Hidup Provinsi DKI Jakarta</h2>
|
||||
<p>Pengendalian pencemaran air adalah upaya pencegahan dan penanggulangan pencemaran air serta pemulihan kualitas air untuk menjamin kualitas air agar sesuai dengan baku mutu air (PP Nomor82 Tahun 2001 Tentang Pengelolaan Kualitas Air Dan Pengendalian Pencemaran Air). Pelaksanaan pengendalian Pencemaran air di Provinsi DKI Jakarta dilakukan berdasarkan :</p>
|
||||
<ol type="1">
|
||||
<li>Undang – Undang Nomor 32 Tahun 2009 tentang Perlindungan dan Pengelolaan Lingkungan Hidup</li>
|
||||
<li>Peraturan Pemerintah Nomor 82 Tahun 2001 tentang Pengelolaan Kualitas Air Dan Pengendalian Pencemaran Air</li>
|
||||
<li>Peraturan Menteri Kesehatan Nomor 416/MEN.KES/PER/IX/1990 tentang Syarat-Syarat dan Pengawasan Kualitas Air</li>
|
||||
<li>Peraturan Menteri Negara Lingkungan Hidup Nomor 01 Tahun 2010 tentang Tata Laksana Pengendalian Pencemaran Air</li>
|
||||
<li>Peraturan Menteri Lingkungan Hidup Nomor 5 Tahun 2014 tentang Baku Mutu Air Limbah</li>
|
||||
<li>Keputusan Menteri Negara Lingkungan Hidup Nomor 35 Tahun 1995 tentang Program Kali Bersih</li>
|
||||
<li>Peraturan Gubernur Nomor 122 Tahun 2005 Tentang Pengelolaan Air Limbah Domestik di Provinsi DKI Jakarta</li>
|
||||
<li>Peraturan Gubernur Nomor 69 Tahun 2013 tentang Baku Mutu Air Limbah bagi Kegiatan dan/atau Usaha</li>
|
||||
<li>Keputusan Gubernur Nomor 582 Tahun 1995 tentang Penetapan Peruntukan dan Baku Mutu Air Sungai/ Badan Air serta Baku Mutu Limbah Cair di Wilayah DKI Jakarta</li>
|
||||
<li>Instruksi Gubernur Nomor 59 Tahun 2014 tentang Pengolahan Air Limbah Domestik pada Bangunan Gedung Pemerintah Provinsi DKI Jakarta</li>
|
||||
<li>Rencana Strategis 2017 – 2022 Dinas Lingkungan Hidup Provinsi DKI Jakarta</li>
|
||||
</ol>
|
||||
|
||||
<p>Program / Rencana Kerja Dinas Lingkungan Hidup Tahun 2020 yang terkait dengan Pengendalian pencemaran air antara lain :</p>
|
||||
<ol type="1">
|
||||
<li>Pemantauan Kualitas Lingkungan Perairan Laut dan Muara Teluk Jakarta.</li>
|
||||
<li>Pemantauan Kualitas Lingkungan Air Tanah</li>
|
||||
<li>Pemantauan Kualitas Lingkungan Air Sungai</li>
|
||||
<li>Pemantauan Kualitas Lingkungan Air Situ/Waduk</li>
|
||||
<li>Perencanaan Pemantauan Kualitas Lingkungan Air Sungai dengan Sistem Onlimo (Online Monitoring)</li>
|
||||
<li>Penyediaan Jasa Pengolahan Air Limbah</li>
|
||||
<li>Penyedotan Limbah Septik Tank</li>
|
||||
<li>Pengolahan IPAS TPST Bantar gebang</li>
|
||||
<li>Pembangunan dan Pemeliharaan Saluran Drainase/Air Lindi</li>
|
||||
<li>Pengolahan Air Limbah dan Pemeliharaan IPAL Laboratorium</li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
|
@ -0,0 +1,50 @@
|
|||
@{
|
||||
ViewBag.title = "Anggaran";
|
||||
ViewBag.menu = "Program";
|
||||
}
|
||||
|
||||
<link rel="stylesheet" href="/lib/magnifier/magnifier.css">
|
||||
|
||||
<section class="page-header page-header-classic page-header-sm bg-secondary">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8 order-2 order-md-1 align-self-center p-static">
|
||||
<h1 data-title-border>@ViewBag.title</h1>
|
||||
</div>
|
||||
<div class="col-md-4 order-1 order-md-2 align-self-center">
|
||||
<ul class="breadcrumb d-block text-md-end fw-semibold">
|
||||
<li><a href="/" class="text-quaternary">Home</a></li>
|
||||
@if (ViewBag.menu != null || ViewBag.menu != null)
|
||||
{
|
||||
<li><a href="#" class="text-quaternary">@ViewBag.menu</a></li>
|
||||
}
|
||||
@if (ViewBag.submenu != null || ViewBag.submenu != null)
|
||||
{
|
||||
<li><a href="#" class="text-quaternary">@ViewBag.submenu</a></li>
|
||||
}
|
||||
<li class="text-light">@ViewBag.title</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 text-justify">
|
||||
<h2 class="fw-semibold">Data Program dan Anggaran Dinas Lingkungan Hidup DKI Jakarta 2020 - 2022</h2>
|
||||
<p>Data Program dan Anggaran Dinas Lingkungan Hidup Provinsi DKI Jakarta</p>
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-12 text-center">
|
||||
<a href="/dlh/xlsx/SAQ_Monev_Badan_Publik.xlsx" class="position-relative d-flex justify-content-center align-items-center mx-auto rounded-4 shadow" style="width: 300px; height: 360px;" target="_blank">
|
||||
<img src="/dlh/img/xls.png" style="width: 200px;" alt="">
|
||||
<span class="badge fs-6 bg-success position-absolute" style="right: 10px; top: 10px; border-radius: cacl(1rem + 5px)"><i class="fa-regular fa-file-excel"></i> Unduh</span>
|
||||
</a>
|
||||
<p class="mt-4 fw-semibold fs-5 col-6 mx-auto">Data Program dan Anggaran Dinas Lingkungan Hidup DKI Jakarta 2020-2022</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
|
@ -0,0 +1,61 @@
|
|||
@{
|
||||
ViewBag.title = "LKIP";
|
||||
ViewBag.menu = "Program";
|
||||
}
|
||||
|
||||
<link rel="stylesheet" href="/lib/magnifier/magnifier.css">
|
||||
|
||||
<section class="page-header page-header-classic page-header-sm bg-secondary">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8 order-2 order-md-1 align-self-center p-static">
|
||||
<h1 data-title-border>@ViewBag.title</h1>
|
||||
</div>
|
||||
<div class="col-md-4 order-1 order-md-2 align-self-center">
|
||||
<ul class="breadcrumb d-block text-md-end fw-semibold">
|
||||
<li><a href="/" class="text-quaternary">Home</a></li>
|
||||
@if (ViewBag.menu != null || ViewBag.menu != null)
|
||||
{
|
||||
<li><a href="#" class="text-quaternary">@ViewBag.menu</a></li>
|
||||
}
|
||||
@if (ViewBag.submenu != null || ViewBag.submenu != null)
|
||||
{
|
||||
<li><a href="#" class="text-quaternary">@ViewBag.submenu</a></li>
|
||||
}
|
||||
<li class="text-light">@ViewBag.title</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 text-justify">
|
||||
<h2 class="mb-1 fw-semibold">Laporan Kinerja Instansi Pemerintahan</h2>
|
||||
<h2 class="fw-semibold">Dinas Lingkungan Hidup Provinsi DKI Jakarta</h2>
|
||||
<p>Laporan Kinerja Instansi Pemerintah Dinas Lingkungan Hidup Provinsi DKI Jakarta. Laporan ini disusun sebagai hasil dari pelaksanaan Penyususan laporan</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="d-flex flex-column flex-md-row gap-3">
|
||||
<div class="d-flex gap-3 align-items-center">
|
||||
<a href="/dlh/svgs/pdf.svg" data-bs-toggle="tooltip" data-bs-animation="true" data-bs-placement="top" title="LKIP Provinsi DKI Jakarta Tahun 2021" download>
|
||||
<img src="/dlh/svgs/pdf.svg" width="60" alt="LKIP Provinsi DKI Jakarta Tahun 2021">
|
||||
</a>
|
||||
<small class="d-block d-md-none" style="font-size: .8rem">LKIP Provinsi DKI Jakarta Tahun 2021.pdf</small>
|
||||
</div>
|
||||
|
||||
<div class="d-flex gap-3 align-items-center">
|
||||
<a href="/dlh/svgs/pdf.svg" data-bs-toggle="tooltip" data-bs-animation="true" data-bs-placement="top" title="LKIP Provinsi DKI Jakarta Tahun 2022" download>
|
||||
<img src="/dlh/svgs/pdf.svg" width="60" alt="LKIP Provinsi DKI Jakarta Tahun 2022">
|
||||
</a>
|
||||
<small class="d-block d-md-none" style="font-size: .8rem">LKIP Provinsi DKI Jakarta Tahun 2022.pdf</small>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
|
@ -0,0 +1,86 @@
|
|||
@{
|
||||
ViewBag.title = "Pengawasan";
|
||||
ViewBag.menu = "Program";
|
||||
}
|
||||
|
||||
<link rel="stylesheet" href="/lib/magnifier/magnifier.css">
|
||||
|
||||
<section class="page-header page-header-classic page-header-sm bg-secondary">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8 order-2 order-md-1 align-self-center p-static">
|
||||
<h1 data-title-border>@ViewBag.title</h1>
|
||||
</div>
|
||||
<div class="col-md-4 order-1 order-md-2 align-self-center">
|
||||
<ul class="breadcrumb d-block text-md-end fw-semibold">
|
||||
<li><a href="/" class="text-quaternary">Home</a></li>
|
||||
@if (ViewBag.menu != null || ViewBag.menu != null)
|
||||
{
|
||||
<li><a href="#" class="text-quaternary">@ViewBag.menu</a></li>
|
||||
}
|
||||
@if (ViewBag.submenu != null || ViewBag.submenu != null)
|
||||
{
|
||||
<li><a href="#" class="text-quaternary">@ViewBag.submenu</a></li>
|
||||
}
|
||||
<li class="text-light">@ViewBag.title</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 text-justify">
|
||||
<h2 class="mb-1 fw-semibold">Pengawasan Penaatan Lingkungan dan Kebersihan</h2>
|
||||
<h2 class="fw-semibold">Dinas Lingkungan Hidup Provinsi DKI Jakarta</h2>
|
||||
<p>Pengawasan penaatan merupakan amanat Pasal 71 ayat (1) UU Nomor 32 Tahun 2009 tentang Perlindungan dan Pengelolaan Lingkungan Hidup yang menyatakan bahwa “Menteri, Gubernur, atau Bupati/Walikota sesuai dengan kewenangannya wajib melakukan pengawasan terhadap ketaatan penanggung jawab dan/atau kegiatan atas ketentuan yang ditetapkan dalam peraturan perundang – undangan di bidang perlindungan dan pengelolaan lingkungan hidup”. Pengawasan tersebut dilakukan secara langsung maupun tidak langsung. Pelaksanaan pengendalian Pencemaran air di Provinsi DKI Jakarta dilakukan berdasarkan :</p>
|
||||
<ol type="1">
|
||||
<li>Undang – Undang Nomor 32 Tahun 2009 tentang Perlindungan dan Pengelolaan Lingkungan Hidup</li>
|
||||
<li>Undang – Undang Nomor 18 Tahun 2008 tentang Pengelolaan Sampah</li>
|
||||
<li>Peraturan Pemerintah Nomor 82 Tahun 2001 tentang Pengelolaan Kualitas Air Dan Pengendalian Pencemaran Air</li>
|
||||
<li>Peraturan Pemerintah Nomor 18 Tahun 1999 tentang Pengelolaan Limbah Bahan Berbahaya Dan Beracun</li>
|
||||
<li>Kepka Bapedal No.68 Tahun 1994 Izin B3</li>
|
||||
<li>Kepka Bapedal No.1 Tahun 1995 Tata Cara Pengumpulan Limbah B3</li>
|
||||
<li>Kepka Bapedal No.2 Tahun 1995 Dokumen Limbah B3</li>
|
||||
<li>Kepka Bapedal No.3 Tahun 1995 Persyaratan Pengelolaan Limbah B3</li>
|
||||
<li>Kepka Bapedal No.4 Tahun 1995 Tata Cara Penimbunan Hasil Pengolahan B3</li>
|
||||
<li>Kepka Bapedal No.5 Tahun 1995 Simbol dan Label Limbah B3</li>
|
||||
<li>Kepka Bapedal No.255 Tahun 1996 Tata Cara Pengumpulan Minyak Bekas</li>
|
||||
<li>SE Kepka No.8 Tahun 1997 Penyerahan Pelumas Minyak Bekas</li>
|
||||
<li>Kepka Bapedal No.2 Tahun 1998 Pengawasan Limbah B3 Daerah</li>
|
||||
<li>Kepka Bapedal No.3 Tahun 1998 Program Kemitraan Limbah B3</li>
|
||||
<li>Kepka Bapedal No.4 Tahun 1998 Daerah Tingkat I Kemitraan Limbah B3</li>
|
||||
<li>Kepmen LH No.128 Tahun 2003 Limbah Minyak Bumi</li>
|
||||
<li>Permen LH No.2 Tahun 2008 Pemanfaatan Limbah B3</li>
|
||||
<li>Permen LH No.3 Tahun 2007 Limbah di Pelabuhan</li>
|
||||
<li>Permen LH No.14 Tahun 2013 Simbol Dan Label Limbah B3</li>
|
||||
<li>Peraturan Daerah Nomor 2 Tahun 2005 tentang Pengendalian Pencemaran Udara</li>
|
||||
<li>Peraturan Daerah Nomor 3 Tahun 2013 tentang Pengelolaan Sampah yang diubah dengan Peraturan Daerah Nomor 4 Tahun 2019</li>
|
||||
<li>Peraturan Gubernur Nomor 69 Tahun 2013 tentang Baku Mutu Air Limbah bagi Kegiatan dan/atau Usaha</li>
|
||||
<li>Peraturan Gubernur Nomor 52 Tahun 2006 tentang Pedoman Pengendalian Kualitas Udara Dalam Ruangan</li>
|
||||
<li>Peraturan Gubernur Nomor 31 Tahun 2008 tentang Ambang Batas Gas Buang Kendaraan Bermotor</li>
|
||||
<li>Peraturan Gubernur Nomor 54 Tahun 2008 tentang Baku Mutu Kualitas Udara Dalam Ruangan (KUDR)</li>
|
||||
<li>Keputusan Gubernur Nomor 670/2000 tentang Penetapan Baku Mutu Emisi Sumber Tidak Bergerak di Provinsi DKI Jakarta</li>
|
||||
<li>Keputusan Gubernur Nomor 551/2001 tentang Penetapan Baku Mutu Udara Ambien dan Baku Tingkat Kebisingan di Propinsi DKI Jakarta</li>
|
||||
</ol>
|
||||
|
||||
<p>Program / Rencana Kerja Dinas Lingkungan Hidup Tahun 2020 yang terkait dengan Pengawasan penaatan antara lain :</p>
|
||||
<ol type="1">
|
||||
<li>Pembinaan dan Pengawasan Pengelolaan Limbah B3 dari Fasyankes Tk Dasar, USK dan Rumah Tangga</li>
|
||||
<li>Pengawasan dan Penindakan bagi Pelanggar Kebersihan</li>
|
||||
<li>Penanganan pengaduan dan penyelesaian sengketa lingkungan</li>
|
||||
<li>Penegakan Hukum Lingkungan</li>
|
||||
<li>Pengawasan Pelaksanaan Pengelolaan Lingkungan Hidup</li>
|
||||
<li>Peningkatan Peringkat Kinerja Perusahaan (PROPER)</li>
|
||||
<li>Pengawasan Pembatasan Penggunaan Plastik dan Styrofoam</li>
|
||||
<li>Penanganan Pengaduan Akibat Dugaan Pencemaran dan Perusakan Lingkungan</li>
|
||||
<li>Pengawasan Pelaksanan Pengelolaan Lingkungan Hidup</li>
|
||||
<li>Pengawasan Pembatasan Penggunaan Plastik dan Styrofoam</li>
|
||||
<li>Pengawasan dan Penindakan bagi Pelanggar Kebersihan</li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
|
@ -0,0 +1,81 @@
|
|||
@{
|
||||
ViewBag.title = "Perjanjian Kinerja";
|
||||
ViewBag.menu = "Program";
|
||||
}
|
||||
|
||||
<link rel="stylesheet" href="/lib/magnifier/magnifier.css">
|
||||
|
||||
<section class="page-header page-header-classic page-header-sm bg-secondary">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8 order-2 order-md-1 align-self-center p-static">
|
||||
<h1 data-title-border>@ViewBag.title</h1>
|
||||
</div>
|
||||
<div class="col-md-4 order-1 order-md-2 align-self-center">
|
||||
<ul class="breadcrumb d-block text-md-end fw-semibold">
|
||||
<li><a href="/" class="text-quaternary">Home</a></li>
|
||||
@if (ViewBag.menu != null || ViewBag.menu != null)
|
||||
{
|
||||
<li><a href="#" class="text-quaternary">@ViewBag.menu</a></li>
|
||||
}
|
||||
@if (ViewBag.submenu != null || ViewBag.submenu != null)
|
||||
{
|
||||
<li><a href="#" class="text-quaternary">@ViewBag.submenu</a></li>
|
||||
}
|
||||
<li class="text-light">@ViewBag.title</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<h2 class="fw-semibold">Perjanjian Kinerja Pemerintah Daerah Khusus Ibukota Jakarta</h2>
|
||||
<p>Berdasarkan Peraturan Gubernur Daerah Khusus Ibukota Jakarta Nomor 121 Tahun 2020, Tentang Penyelenggaraan Sistem Akuntabilitas Kinerja Instansi Pemerintah</p>
|
||||
<ol type="1" class="text-justify">
|
||||
<li>Sistem Akuntabilitas Kinerja Instansi Pemerintah yang selanjutnya disingkat SAKIP adalah rangkaian sistematik dari berbagai aktivitas, alat, dan prosedur yang dirancang untuk tujuan penetapan dan pengukuran, pengumpulan data, pengklasifikasian, pengikhtisaran, dan pelaporan kinerja pada instansi pemerintah, dalam rangka pertanggungjawaban dan peningkatan kinerja instansi pemerintah.</li>
|
||||
<li>Indikator Kinerja adalah ukuran keberhasilan yang akan dicapai dari kinerja program dan kegiatan yang telah direncanakan.</li>
|
||||
<li>Indikator Kinerja Utama adalah ukuran keberhasilan organisasi/unit/pegawai dalam mencapai sasaran sebagai penjabaran tugas dan fungsi organisasi/unit/pegawai.</li>
|
||||
<li>Perjanjian Kinerja adalah lembar/dokumen yang berisikan penugasan dari pimpinan instansi yang lebih tinggi kepada pimpinan instansi yang lebih rendah untuk melaksanakan program/kegiatan yang disertai dengan indikator kinerja utama.</li>
|
||||
<li>Perencanaan Kinerja adalah merupakan proses penyusunan rencana kinerja sebagai penjabaran dari sasaran dan program yang telah ditetapkan dalam rencana stratejik, yang dilaksanakan oleh instansi pemerintah melalui berbagai kegiatan tahunan.</li>
|
||||
<li>Pengukuran Kinerja adalah proses pengumpulan, analisis, dan/atau pelaporan informasi mengenai kinerja organisasi. Dalam proses ini, organisasi menetapkan parameter hasil untuk dicapai oleh program, investasi, dan akuisisi yang dilakukan.</li>
|
||||
<li>Laporan Kinerja adalah ikhtisar yang menjelaskan secara ringkas dan lengkap tentang evaluasi dan analisa capaian kinerja yang disusun berdasarkan rencana kerja yang ditetapkan dalam rangka pelaksanaan Anggaran Pendapatan dan Belanja Daerah.</li>
|
||||
<li>Pegawai Negeri Sipil yang selanjutnya disingkat PNS adalah PNS yang bertugas pada PD/UKPD atau yang ditugaskan Gubernur di luar PD/UKPD.</li>
|
||||
</ol>
|
||||
<p><i>(Sumber : PERGUB No. 121 TAHUN 2020, Tentang Penyelenggaraan SAKIP)</i></p>
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-4 text-center">
|
||||
<div class="position-relative mx-auto" style="width: 300px;">
|
||||
<a href="/dlh/pdfs/perjanjian_kinerja/PerkinEselonII2023.pdf" target="_blank">
|
||||
<img src="/dlh/img/thumbnail_perjanjian_kinerja_2023.png" class="rounded-4 shadow" width="230" alt="Rencana Strategis Tahun">
|
||||
<span class="badge bg-danger position-absolute" style="right: 10px; top: 10px; border-radius: cacl(1rem + 5px)"><i class="fa-regular fa-file-pdf"></i> Unduh</span>
|
||||
</a>
|
||||
</div>
|
||||
<p class="mt-3 fw-semibold fs-5">Perjanjian Kinerja Tahun 2023</p>
|
||||
</div>
|
||||
<div class="col-12 col-md-4 text-center mt-4 mt-md-0">
|
||||
<div class="position-relative mx-auto" style="width: 300px;">
|
||||
<a href="/dlh/pdfs/perjanjian_kinerja/PerkinEselonII2022.pdf" target="_blank">
|
||||
<img src="/dlh/img/thumbnail_perjanjian_kinerja_2022.png" class="rounded-4 shadow" width="230" alt="Rencana Strategis Tahun">
|
||||
<span class="badge bg-danger position-absolute" style="right: 10px; top: 10px; border-radius: cacl(1rem + 5px)"><i class="fa-regular fa-file-pdf"></i> Unduh</span>
|
||||
</a>
|
||||
</div>
|
||||
<p class="mt-3 fw-semibold fs-5">Perjanjian Kinerja Tahun 2022</p>
|
||||
</div>
|
||||
<div class="col-12 col-md-4 text-center mt-4 mt-md-0">
|
||||
<div class="position-relative mx-auto" style="width: 300px;">
|
||||
<a href="/dlh/pdfs/perjanjian_kinerja/PerkinEselonII2021.pdf" target="_blank">
|
||||
<img src="/dlh/img/thumbnail_perjanjian_kinerja_2021.png" class="rounded-4 shadow" width="230" alt="Rencana Strategis Tahun">
|
||||
<span class="badge bg-danger position-absolute" style="right: 10px; top: 10px; border-radius: cacl(1rem + 5px)"><i class="fa-regular fa-file-pdf"></i> Unduh</span>
|
||||
</a>
|
||||
</div>
|
||||
<p class="mt-3 fw-semibold fs-5">Perjanjian Kinerja Tahun 2021</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
|
@ -0,0 +1,63 @@
|
|||
@{
|
||||
ViewBag.title = "Rencana Strategis";
|
||||
ViewBag.menu = "Program";
|
||||
}
|
||||
|
||||
<link rel="stylesheet" href="/lib/magnifier/magnifier.css">
|
||||
|
||||
<section class="page-header page-header-classic page-header-sm bg-secondary">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8 order-2 order-md-1 align-self-center p-static">
|
||||
<h1 data-title-border>@ViewBag.title</h1>
|
||||
</div>
|
||||
<div class="col-md-4 order-1 order-md-2 align-self-center">
|
||||
<ul class="breadcrumb d-block text-md-end fw-semibold">
|
||||
<li><a href="/" class="text-quaternary">Home</a></li>
|
||||
@if (ViewBag.menu != null || ViewBag.menu != null)
|
||||
{
|
||||
<li><a href="#" class="text-quaternary">@ViewBag.menu</a></li>
|
||||
}
|
||||
@if (ViewBag.submenu != null || ViewBag.submenu != null)
|
||||
{
|
||||
<li><a href="#" class="text-quaternary">@ViewBag.submenu</a></li>
|
||||
}
|
||||
<li class="text-light">@ViewBag.title</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 text-justify">
|
||||
<h2 class="mb-1 fw-semibold">Rencana Strategis tahun 2023-2026</h2>
|
||||
<h2 class="fw-semibold">Dinas Lingkungan Hidup Provinsi DKI Jakarta</h2>
|
||||
<p>Menindaklanjuti amanat Undang-undang Nomor 10 tahun 2016 tentang Perubahan Kedua Atas Undang-undang Nomor 1 Tahun 2015 tentang Penetapan Peraturan Pemerintah Pengganti Undang-undang Nomor 1 Nomor 2014 tentang Pemilihan Gubernur, Bupati, dan Walikota Menjadi Undang-undang, yang salah satu amanatnya adalah dilaksanakan pemilu kepala daerah serentak secara nasional pada Tahun 2024 maka telah ditetapkan Instruksi Menteri Dalam Negeri Nomor 70 Tahun 2021 tentang Penyusunan Dokumen Perencanaan Pembangunan Daerah Bagi Daerah Dengan Masa Jabatan Kepala Daerah Berakhir Pada Tahun 2022. Instruksi Menteri Dalam Negeri ini menginstruksikan kepada Gubernur yang masa jabatannya berakhir Tahun 2022 agar menyusun Dokumen Perencanaan Pembangunan Menengah Daerah Tahun 2023-2026 yang selanjutanya disebut sebagai Rencana Pembangunan Daerah Provinsi Tahun 2023-2026, serta memerintahkan kepada seluruh Kepala Perangkat Daerah (PD) utuk menyusun Rencana Strategis Perangkat Daerah (Renstra PD) Provinsi Tahun 2023-2026. Rencana Pembangunan Daerah Tahun 2023-2026 dan Renstra PD Tahun 2023-2026 ditetapkan dengan Peraturan Kepala Daerah.</p>
|
||||
<p>Dinas Lingkungan Hidup sebagai Perangkat Daerah menyusun Rencana Strategis Dinas Lingkungan Hidup Provinsi DKI Jakarta Tahun 2023-2026 dengan memperhatikan tujuan, sasaran Rencana Pembangunan Daerah Provinsi DKI Jakarta Tahun 2023-2026 dan norma, standar, prosedur, dan kriteria yang ditetapkan oleh Pemerintah Pusat yang menjadi kewenangan daerah berdasarkan kondisi dan potensi yang dimiliki Dinas Lingkungan Hidup. Renstra ini yang selanjutnya akan menjadi dasar penyusunan Rencana Kerja Tahun 2023 dan selanjutnya sampai ditetapkannya Gubernur terpilih.</p>
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-6 text-center">
|
||||
<div class="position-relative mx-auto" style="width: 300px;">
|
||||
<a href="/dlh/pdfs/rencana_strategis/RenstraDLH2023-2026_17062022.pdf" target="_blank">
|
||||
<img src="/dlh/img/thumbnail_rencana_strategis_2023-2026.png" class="rounded-4 shadow" width="300" alt="Rencana Strategis Tahun">
|
||||
<span class="badge bg-danger position-absolute" style="right: 10px; top: 10px; border-radius: cacl(1rem + 5px)"><i class="fa-regular fa-file-pdf"></i> Unduh</span>
|
||||
</a>
|
||||
</div>
|
||||
<p class="mt-3 fw-semibold fs-5">Rencana Strategis Tahun 2023-2026 Dinas Lingkungan Hidup Provinsi DKI Jakarta</p>
|
||||
</div>
|
||||
<div class="col-12 col-md-6 text-center mt-4 mt-md-0">
|
||||
<div class="position-relative mx-auto" style="width: 300px;">
|
||||
<a href="/dlh/pdfs/rencana_strategis/Renstra_DLH_2017-2022_fixttd.pdf" target="_blank">
|
||||
<img src="/dlh/img/thumbnail_rencana_strategis_2017-2022.png" class="rounded-4 shadow" width="300" alt="Rencana Strategis Tahun">
|
||||
<span class="badge bg-danger position-absolute" style="right: 10px; top: 10px; border-radius: cacl(1rem + 5px)"><i class="fa-regular fa-file-pdf"></i> Unduh</span>
|
||||
</a>
|
||||
</div>
|
||||
<p class="mt-3 fw-semibold fs-5">Rencana Strategis Tahun 2017-2022 Dinas Lingkungan Hidup Provinsi DKI Jakarta</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
|
@ -0,0 +1,94 @@
|
|||
@{
|
||||
ViewBag.title = "Sampah";
|
||||
ViewBag.menu = "Program";
|
||||
}
|
||||
|
||||
<link rel="stylesheet" href="/lib/magnifier/magnifier.css">
|
||||
|
||||
<section class="page-header page-header-classic page-header-sm bg-secondary">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8 order-2 order-md-1 align-self-center p-static">
|
||||
<h1 data-title-border>@ViewBag.title</h1>
|
||||
</div>
|
||||
<div class="col-md-4 order-1 order-md-2 align-self-center">
|
||||
<ul class="breadcrumb d-block text-md-end fw-semibold">
|
||||
<li><a href="/" class="text-quaternary">Home</a></li>
|
||||
@if (ViewBag.menu != null || ViewBag.menu != null)
|
||||
{
|
||||
<li><a href="#" class="text-quaternary">@ViewBag.menu</a></li>
|
||||
}
|
||||
@if (ViewBag.submenu != null || ViewBag.submenu != null)
|
||||
{
|
||||
<li><a href="#" class="text-quaternary">@ViewBag.submenu</a></li>
|
||||
}
|
||||
<li class="text-light">@ViewBag.title</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 text-justify">
|
||||
<h2 class="mb-1 fw-semibold">Program Pengendalian Pencemaran Sampah</h2>
|
||||
<h2 class="fw-semibold">Dinas Lingkungan Hidup Provinsi DKI Jakarta</h2>
|
||||
<p>Pengelolaan sampah adalah kegiatan yang sistematis, menyeluruh, dan berkesinambungan yang meliputi pengurangan dan penanganan sampah (Undang – Undang Nomor 18 Tahun 2008 tentang Pengelolaan Sampah). Pengelolaan sampah ini meliputi pengurangan dan penanganan sampah. Pelaksanaan pengelolaan sampah di Provinsi DKI Jakarta dilakukan berdasarkan :</p>
|
||||
<ol type="1">
|
||||
<li>Undang – Undang Nomor 18 Tahun 2008 tentang Pengelolaan Sampah</li>
|
||||
<li>Peraturan Pemerintah Nomor 81 Tahun 2012 tentang Pengelolaan Sampah Rumah Tangga dan Sampah Sejenis Sampah Rumah Tangga</li>
|
||||
<li>Peraturan Menteri Dalam Negeri Nomor 33 Tahun 2010 tentang Pedoman Pengelolaan Sampah</li>
|
||||
<li>Peraturan Menteri Pekerjaan Umum Nomor 3 Tahun 2013 Tentang Penyelenggaraan Prasarana Dan Sarana Persampahan Dalam Penanganan Sampah Rumah Tangga Dan Sampah Sejenis Sampah Rumah Tangga</li>
|
||||
<li>Peraturan Daerah Nomor 3 Tahun 2013 tentang Pengelolaan Sampah yang diubah dengan Peraturan Daerah Nomor 4 Tahun 2019</li>
|
||||
<li>Rencana Strategis 2017 – 2022 Dinas Lingkungan Hidup Provinsi DKI Jakarta</li>
|
||||
</ol>
|
||||
|
||||
<p>Program / Rencana Kerja Dinas Lingkungan Hidup Tahun 2020 yang terkait dengan Pengelolaan Sampah antara lain :</p>
|
||||
<ol type="1">
|
||||
<li>Jasa Pendampingan Pengelolaan Sampah</li>
|
||||
<li>Optimalisasi TPS 3R di wilayah</li>
|
||||
<li>Peningkatan Pengolahan Sampah di TPS</li>
|
||||
<li>Perbaikan/Rehabilitasi TPS</li>
|
||||
<li>Pemantauan Kinerja Pengelolaan Sampah di DKI Jakarta</li>
|
||||
<li>Penyusunan Kebijakan Pengelolaan Sampah</li>
|
||||
<li>Perencanaan Pembangunan Fasilitas Pengelolaan Sampah</li>
|
||||
<li>Perencanaan Pemeliharaan Alat Pemusnah Sampah (L-Box)</li>
|
||||
<li>Pembentukan dan Peningkatan Kapasitas Bank Sampah</li>
|
||||
<li>Pemberdayaan Usaha dan Produk Daur Ulang Ramah Lingkungan</li>
|
||||
<li>Pembinaan dan pengadaan sarana prasarana composting</li>
|
||||
<li>Pembinaan Masyarakat Peduli Lingkungan</li>
|
||||
<li>Penanganan Kebersihan Dengan Pekerja Kontrak Perorangan</li>
|
||||
<li>Pendampingan Persiapan Pembangunan ITF</li>
|
||||
<li>Pemeliharaan Saringan Sampah</li>
|
||||
<li>Pemeliharaan Prasarana dan Sarana TPST Bantar gebang</li>
|
||||
<li>Optimalisasi usia pakai TPST Bantar gebang</li>
|
||||
<li>Pembangunan saringan sampah di perbatasan</li>
|
||||
<li>Pemeliharaan Fasilitas Pengolahan Sampah JRC Pesanggrahan</li>
|
||||
<li>Pemeliharaan Saringan Sampah</li>
|
||||
<li>Pengadaan Alat Biopori dan Kelengkapannya</li>
|
||||
<li>Pengadaan Dermaga Sampah</li>
|
||||
<li>Pengadaan Lahan untuk Perluasan Area Pembangunan TPS 3R Jl. Siaga Raya Kelurahan Pejaten Barat</li>
|
||||
<li>Pengadaan Penyekat Sampah</li>
|
||||
<li>Pengadaan Mesin Kapal Tempel</li>
|
||||
<li>Pengadaan Penunjang Penanganan Sampah</li>
|
||||
<li>Pemeliharaan Kendaraan Bermotor Truck (ATPM)</li>
|
||||
<li>Pemeliharaan Kendaraan Operasional Road Sweeper (ATPM)</li>
|
||||
<li>Pemeliharaan Kendaraan Operasional Gerobak Motor</li>
|
||||
<li>Pengadaan Ponton Sampah Sungai/Kali</li>
|
||||
<li>Pengadaan Tempat Sampah Pilah</li>
|
||||
<li>Pengadaan Truck Compactor</li>
|
||||
<li>Pengambilan Sampah Bawah Laut</li>
|
||||
<li>Pengelolaan Fasilitas Jembatan Timbang</li>
|
||||
<li>Pengadaan Perahu Karet</li>
|
||||
<li>Pengadaan Ponton Sampah Sungai/Kali</li>
|
||||
<li>Peningkatan TPS Limbah B3 Skala Kecamatan</li>
|
||||
<li>Peningkatan TPS Limbah B3 Skala Kota</li>
|
||||
<li>Penyediaan BBM KDO/KDO Khusus</li>
|
||||
<li>Perbaikan Emplasemen Perintis Kemerdekaan, BKT Marunda, Manggarai, Pluit, Saringan Kembangan, Sentiong</li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
|
@ -0,0 +1,69 @@
|
|||
@{
|
||||
ViewBag.title = "Udara";
|
||||
ViewBag.menu = "Program";
|
||||
}
|
||||
|
||||
<link rel="stylesheet" href="/lib/magnifier/magnifier.css">
|
||||
|
||||
<section class="page-header page-header-classic page-header-sm bg-secondary">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8 order-2 order-md-1 align-self-center p-static">
|
||||
<h1 data-title-border>@ViewBag.title</h1>
|
||||
</div>
|
||||
<div class="col-md-4 order-1 order-md-2 align-self-center">
|
||||
<ul class="breadcrumb d-block text-md-end fw-semibold">
|
||||
<li><a href="/" class="text-quaternary">Home</a></li>
|
||||
@if (ViewBag.menu != null || ViewBag.menu != null)
|
||||
{
|
||||
<li><a href="#" class="text-quaternary">@ViewBag.menu</a></li>
|
||||
}
|
||||
@if (ViewBag.submenu != null || ViewBag.submenu != null)
|
||||
{
|
||||
<li><a href="#" class="text-quaternary">@ViewBag.submenu</a></li>
|
||||
}
|
||||
<li class="text-light">@ViewBag.title</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 text-justify">
|
||||
<h2 class="mb-1 fw-semibold">Program Pengendalian Pencemaran Udara</h2>
|
||||
<h2 class="fw-semibold">Dinas Lingkungan Hidup Provinsi DKI Jakarta</h2>
|
||||
<p>Pengendalian pencemaran udara adalah upaya pencegahan dan/atau penanggulangan pencemaran udara serta pemulihan mutu udara (PP Nomor 41 Tahun 1999 Tentang Pengendalian Pencemaran Udara). Pelaksanaan pengendalian Pencemaran Udara di Provinsi DKI Jakarta dilakukan berdasarkan :</p>
|
||||
<ol type="1">
|
||||
<li>Undang – Undang Nomor 32 Tahun 2009 tentang Perlindungan dan Pengelolaan Lingkungan Hidup</li>
|
||||
<li>Peraturan Pemerintah Nomor 42 Tahun 1999 tentang Pengendalian Pencemaran Udara</li>
|
||||
<li>Peraturan Daerah Nomor 2 Tahun 2005 tentang Pengendalian Pencemaran Udara</li>
|
||||
<li>Peraturan Gubernur Nomor 52 Tahun 2006 tentang Pedoman Pengendalian Kualitas Udara Dalam Ruangan</li>
|
||||
<li>Peraturan Gubernur Nomor 31 Tahun 2008 tentang Ambang Batas Gas Buang Kendaraan Bermotor</li>
|
||||
<li>Peraturan Gubernur Nomor 54 Tahun 2008 tentang Baku Mutu Kualitas Udara Dalam Ruangan (KUDR)</li>
|
||||
<li>Peraturan Gubernur Nomor 131 Tahun 2012 tentang Rencana Aksi Daerah Penurunan Emisi Gas Rumah Kaca</li>
|
||||
<li>Keputusan Gubernur Nomor 670/2000 tentang Penetapan Baku Mutu Emisi Sumber Tidak Bergerak di Provinsi DKI Jakarta</li>
|
||||
<li>Keputusan Gubernur Nomor 551/2001 tentang Penetapan Baku Mutu Udara Ambien dan Baku Tingkat Kebisingan di Propinsi DKI Jakarta</li>
|
||||
<li>Instruksi Gubernur Nomor 66 Tahun 2019 tentang Pengendalian Kualitas Udara</li>
|
||||
<li>Rencana Strategis 2017 – 2022 Dinas Lingkungan Hidup Provinsi DKI Jakarta</li>
|
||||
</ol>
|
||||
|
||||
<p>Program / Rencana Kerja Dinas Lingkungan Hidup Tahun 2020 yang terkait dengan Pengendalian pencemaran udara antara lain :</p>
|
||||
<ol type="1">
|
||||
<li>Inventarisasi Profil Emisi dan Pelaporan Penurunan Emisi Gas Rumah Kaca Provinsi DKI Jakarta.</li>
|
||||
<li>Pemantauan Kualitas Udara dan Tingkat Kebisingan.</li>
|
||||
<li>Kajian Standarisasi PM 2.5 di Provinsi DKI Jakarta.</li>
|
||||
<li>Pelaksanaan Uji Emisi Kendaraan Bermotor di Provinsi DKI Jakarta.</li>
|
||||
<li>Pelaksanaan Evaluasi Kualitas Udara Perkotaan (EKUP).</li>
|
||||
<li>Pemantauan Kualitas Lingkungan Udara Hari Bebas Kendaraan Bermotor (HBKB).</li>
|
||||
<li>Pembinaan Bengkel Pelaksana Uji Emisi Kendaraan Bermotor.</li>
|
||||
<li>Pengadaan alat Pemantau Kualitas Udara.</li>
|
||||
<li>Pemeliharaan dan Perawatan Stasiun Pemantau Kualitas Udara di 5 Wilayah Kota Administrasi dan 3 SPKU bergerak.</li>
|
||||
<li>Perencanaan pengelolaan dan pemanfaatan landfill gas di TPST Bantar gebang.</li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
|
@ -0,0 +1,117 @@
|
|||
@{
|
||||
ViewBag.title = "DIKPLH";
|
||||
ViewBag.menu = "Publikasi Data";
|
||||
}
|
||||
|
||||
<link rel="stylesheet" href="/lib/magnifier/magnifier.css">
|
||||
|
||||
<section class="page-header page-header-classic page-header-sm bg-secondary">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8 order-2 order-md-1 align-self-center p-static">
|
||||
<h1 data-title-border>@ViewBag.title</h1>
|
||||
</div>
|
||||
<div class="col-md-4 order-1 order-md-2 align-self-center">
|
||||
<ul class="breadcrumb d-block text-md-end fw-semibold">
|
||||
<li><a href="/" class="text-quaternary">Home</a></li>
|
||||
@if (ViewBag.menu != null || ViewBag.menu != null)
|
||||
{
|
||||
<li><a href="#" class="text-quaternary">@ViewBag.menu</a></li>
|
||||
}
|
||||
@if (ViewBag.submenu != null || ViewBag.submenu != null)
|
||||
{
|
||||
<li><a href="#" class="text-quaternary">@ViewBag.submenu</a></li>
|
||||
}
|
||||
<li class="text-light">@ViewBag.title</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 text-justify">
|
||||
<h2 class="mb-1 fw-semibold">DIKPLH</h2>
|
||||
<p>Daftar Informasi Publik Dinas Lingkungan Hidup Provinsi DKI Jakarta dapat dilihat dihalaman data ini
|
||||
atau dapat dilihat pada halaman pusat data Pemerintah Provinsi DKI Jakarta (data.jakarta.go.id) baik
|
||||
data secara berkala, sesaat dan serta merta apabila dibutuhkan</p>
|
||||
<div class="row gy-5" id="berkas"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<script>
|
||||
const data = [
|
||||
{
|
||||
"name": "Buku I Ringkasan Eksekutif DIKPLHD Tahun 2019",
|
||||
"thumbnail_path": "/dlh/img/buku1dikplhd2019.png",
|
||||
"file_path": "/dlh/pdfs/dikplh/Buku_1_Ringkasan_Eksekutif_DIKPLHD_2019.pdf"
|
||||
},
|
||||
{
|
||||
"name": "Buku II DIKPLHD Tahun 2019",
|
||||
"thumbnail_path": "/dlh/img/buku2dikplhd2019.png",
|
||||
"file_path": "/dlh/pdfs/dikplh/Buku_1_Ringkasan_Eksekutif_DIKPLHD_2019.pdf"
|
||||
},
|
||||
{
|
||||
"name": "Buku I Ringkasan Eksekutif DIKPLHD Tahun 2020",
|
||||
"thumbnail_path": "/dlh/img/buku1dikplhd2020.png",
|
||||
"file_path": "/dlh/pdfs/dikplh/Buku_1_Ringkasan_Eksekutif_DIKPLHD_2019.pdf"
|
||||
},
|
||||
{
|
||||
"name": "Buku II DIKPLHD Tahun 2020",
|
||||
"thumbnail_path": "/dlh/img/buku2dikplhd2020.png",
|
||||
"file_path": "/dlh/pdfs/dikplh/Buku_2_DIKPLHD.pdf"
|
||||
},
|
||||
{
|
||||
"name": "Buku I Ringkasan Eksekutif DIKPLHD Tahun 2021",
|
||||
"thumbnail_path": "/dlh/img/buku1dikplhd2021ok.PNG",
|
||||
"file_path": "/dlh/pdfs/dikplh/Buku_1_Ringkasan_Eksekutif_DIKPLHD_2021.pdf"
|
||||
},
|
||||
{
|
||||
"name": "Buku II DIKPLHD Tahun 2021",
|
||||
"thumbnail_path": "/dlh/img/buku2dikplhd2021.png",
|
||||
"file_path": "/dlh/pdfs/dikplh/Buku_2_DIKPLHD_2021.pdf"
|
||||
},
|
||||
{
|
||||
"name": "Ringkasan Eksekutif DIKPLHD Tahun 2022",
|
||||
"thumbnail_path": "/dlh/img/DIKPLHDRingkasanEksekutifJakarta20222.jpg",
|
||||
"file_path": "/dlh/pdfs/dikplh/Buku_2_DIKPLHD_2021.pdf"
|
||||
},
|
||||
{
|
||||
"name": "DIKPLHD Tahun 2022",
|
||||
"thumbnail_path": "/dlh/img/DIKPLHDJakarta20222.jpg",
|
||||
"file_path": "/dlh/pdfs/dikplh/Buku_2_DIKPLHD_2021.pdf"
|
||||
},
|
||||
{
|
||||
"name": "Ringkasan Eksekutif DIKPLHD Tahun 2023",
|
||||
"thumbnail_path": "/dlh/img/dikplhdjak2023ringkasan.png",
|
||||
"file_path": "/dlh/pdfs/dikplh/Buku_2_DIKPLHD_2021.pdf"
|
||||
},
|
||||
{
|
||||
"name": "DIKPLHD Tahun 2023",
|
||||
"thumbnail_path": "/dlh/img/dikplhdjak20231.png",
|
||||
"file_path": "/dlh/pdfs/dikplh/dikplh/DIKPLHD_Jakarta_2023.pdf"
|
||||
}
|
||||
]
|
||||
|
||||
let element = ""
|
||||
for(const value of data){
|
||||
console.log(value);
|
||||
element += `
|
||||
<div class="col-12 col-md-4 text-center">
|
||||
<div class="position-relative pt-3 px-3 rounded-4 shadow h-100">
|
||||
<a href="${value.file_path}" target="_blank">
|
||||
<img src="${value.thumbnail_path}" style="width: 100%; height: 250px; object-fit: cover; object-position: 50% top;" alt="${value.name}">
|
||||
<span class="badge bg-danger position-absolute fs-6" style="right: 15px; top: 15px; border-radius: cacl(1rem + 15px)"><i class="fa-regular fa-file-pdf"></i> Unduh</span>
|
||||
</a>
|
||||
<p class="mt-3 fw-semibold fs-5 position-relative">${value.name}</p>
|
||||
</div>
|
||||
</div>
|
||||
`
|
||||
}
|
||||
$("#berkas").html(element)
|
||||
|
||||
</script>
|
|
@ -0,0 +1,132 @@
|
|||
@{
|
||||
ViewBag.title = "Kajian";
|
||||
ViewBag.menu = "Publikasi Data";
|
||||
}
|
||||
|
||||
<link rel="stylesheet" href="/lib/magnifier/magnifier.css">
|
||||
|
||||
<section class="page-header page-header-classic page-header-sm bg-secondary">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8 order-2 order-md-1 align-self-center p-static">
|
||||
<h1 data-title-border>@ViewBag.title</h1>
|
||||
</div>
|
||||
<div class="col-md-4 order-1 order-md-2 align-self-center">
|
||||
<ul class="breadcrumb d-block text-md-end fw-semibold">
|
||||
<li><a href="/" class="text-quaternary">Home</a></li>
|
||||
@if (ViewBag.menu != null || ViewBag.menu != null)
|
||||
{
|
||||
<li><a href="#" class="text-quaternary">@ViewBag.menu</a></li>
|
||||
}
|
||||
@if (ViewBag.submenu != null || ViewBag.submenu != null)
|
||||
{
|
||||
<li><a href="#" class="text-quaternary">@ViewBag.submenu</a></li>
|
||||
}
|
||||
<li class="text-light">@ViewBag.title</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 text-justify">
|
||||
<div class="row" id="berkas">
|
||||
<div class="col-12 col-md-2 text-center border">
|
||||
<img src="/dlh/svgs/pdf.svg" style="max-width: 72px;" alt="">
|
||||
<p>Lorem ipsum dolor sit amet.pdf</p>
|
||||
</div>
|
||||
<div class="col-12 col-md-2 text-center border">
|
||||
<img src="/dlh/svgs/pdf.svg" style="max-width: 72px;" alt="">
|
||||
<p>Lorem ipsum dolor sit amet.pdf</p>
|
||||
</div>
|
||||
<div class="col-12 col-md-2 text-center border">
|
||||
<img src="/dlh/svgs/pdf.svg" style="max-width: 72px;" alt="">
|
||||
<p>Lorem ipsum dolor sit amet.pdf</p>
|
||||
</div>
|
||||
<div class="col-12 col-md-2 text-center border">
|
||||
<img src="/dlh/svgs/pdf.svg" style="max-width: 72px;" alt="">
|
||||
<p>Lorem ipsum dolor sit amet.pdf</p>
|
||||
</div>
|
||||
<div class="col-12 col-md-2 text-center border">
|
||||
<img src="/dlh/svgs/pdf.svg" style="max-width: 72px;" alt="">
|
||||
<p>Lorem ipsum dolor sit amet.pdf</p>
|
||||
</div>
|
||||
<div class="col-12 col-md-2 text-center border">
|
||||
<img src="/dlh/svgs/pdf.svg" style="max-width: 72px;" alt="">
|
||||
<p>Lorem ipsum dolor sit amet.pdf</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<script>
|
||||
const data = [
|
||||
{
|
||||
"name": "Buku I Ringkasan Eksekutif DIKPLHD Tahun 2019",
|
||||
"thumbnail_path": "/dlh/img/buku1dikplhd2019.png",
|
||||
"file_path": "/dlh/pdfs/dikplh/Buku_1_Ringkasan_Eksekutif_DIKPLHD_2019.pdf"
|
||||
},
|
||||
{
|
||||
"name": "Buku II DIKPLHD Tahun 2019",
|
||||
"thumbnail_path": "/dlh/img/buku2dikplhd2019.png",
|
||||
"file_path": "/dlh/pdfs/dikplh/Buku_1_Ringkasan_Eksekutif_DIKPLHD_2019.pdf"
|
||||
},
|
||||
{
|
||||
"name": "Buku I Ringkasan Eksekutif DIKPLHD Tahun 2020",
|
||||
"thumbnail_path": "/dlh/img/buku1dikplhd2020.png",
|
||||
"file_path": "/dlh/pdfs/dikplh/Buku_1_Ringkasan_Eksekutif_DIKPLHD_2019.pdf"
|
||||
},
|
||||
{
|
||||
"name": "Buku II DIKPLHD Tahun 2020",
|
||||
"thumbnail_path": "/dlh/img/buku2dikplhd2020.png",
|
||||
"file_path": "/dlh/pdfs/dikplh/Buku_2_DIKPLHD.pdf"
|
||||
},
|
||||
{
|
||||
"name": "Buku I Ringkasan Eksekutif DIKPLHD Tahun 2021",
|
||||
"thumbnail_path": "/dlh/img/buku1dikplhd2021ok.PNG",
|
||||
"file_path": "/dlh/pdfs/dikplh/Buku_1_Ringkasan_Eksekutif_DIKPLHD_2021.pdf"
|
||||
},
|
||||
{
|
||||
"name": "Buku II DIKPLHD Tahun 2021",
|
||||
"thumbnail_path": "/dlh/img/buku2dikplhd2021.png",
|
||||
"file_path": "/dlh/pdfs/dikplh/Buku_2_DIKPLHD_2021.pdf"
|
||||
},
|
||||
{
|
||||
"name": "Ringkasan Eksekutif DIKPLHD Tahun 2022",
|
||||
"thumbnail_path": "/dlh/img/DIKPLHDRingkasanEksekutifJakarta20222.jpg",
|
||||
"file_path": "/dlh/pdfs/dikplh/Buku_2_DIKPLHD_2021.pdf"
|
||||
},
|
||||
{
|
||||
"name": "DIKPLHD Tahun 2022",
|
||||
"thumbnail_path": "/dlh/img/DIKPLHDJakarta20222.jpg",
|
||||
"file_path": "/dlh/pdfs/dikplh/Buku_2_DIKPLHD_2021.pdf"
|
||||
},
|
||||
{
|
||||
"name": "Ringkasan Eksekutif DIKPLHD Tahun 2023",
|
||||
"thumbnail_path": "/dlh/img/dikplhdjak2023ringkasan.png",
|
||||
"file_path": "/dlh/pdfs/dikplh/Buku_2_DIKPLHD_2021.pdf"
|
||||
},
|
||||
{
|
||||
"name": "DIKPLHD Tahun 2023",
|
||||
"thumbnail_path": "/dlh/img/dikplhdjak20231.png",
|
||||
"file_path": "/dlh/pdfs/dikplh/dikplh/DIKPLHD_Jakarta_2023.pdf"
|
||||
}
|
||||
]
|
||||
|
||||
let element = ""
|
||||
for(const value of data){
|
||||
console.log(value);
|
||||
element += `
|
||||
<div class="col-12 col-md-2 text-center">
|
||||
|
||||
</div>
|
||||
`
|
||||
}
|
||||
@* $("#berkas").html(element) *@
|
||||
|
||||
</script>
|
|
@ -11,29 +11,14 @@
|
|||
<p class="text-4 mb-0 text-color-tertiary">Email: <a href="mailto:dinaslh@jakarta.go.id" class="text-color-quaternary fw-semibold text-color-hover-light link-hover-style-1">dinaslh@jakarta.go.id</a></p>
|
||||
</div>
|
||||
<div class="col-6 col-lg-2 mb-5 mb-lg-0">
|
||||
<h5 class="text-5 text-transform-none font-weight-semibold text-color-light mb-4">Pages</h5>
|
||||
<ul class="list list-icons list-icons-sm">
|
||||
<li><i class="fas fa-angle-right"></i><a href="page-services.html" class="link-hover-style-1 ms-1 text-color-quaternary text-color-hover-light fw-semibold"> Our Services</a></li>
|
||||
<li><i class="fas fa-angle-right"></i><a href="about-us.html" class="link-hover-style-1 ms-1 text-color-quaternary text-color-hover-light fw-semibold"> About Us</a></li>
|
||||
<li><i class="fas fa-angle-right"></i><a href="contact-us.html" class="link-hover-style-1 ms-1 text-color-quaternary text-color-hover-light fw-semibold"> Contact Us</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-6 col-lg-2 mb-5 mb-lg-0">
|
||||
<h5 class="text-5 text-transform-none font-weight-semibold text-color-light mb-4">Links</h5>
|
||||
<ul class="list list-icons list-icons-sm">
|
||||
<li><i class="fas fa-angle-right"></i><a href="page-faq.html" class="link-hover-style-1 ms-1 text-color-quaternary text-color-hover-light fw-semibold"> FAQ's</a></li>
|
||||
<li><i class="fas fa-angle-right"></i><a href="sitemap.html" class="link-hover-style-1 ms-1 text-color-quaternary text-color-hover-light fw-semibold"> Sitemap</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-4">
|
||||
<h5 class="text-5 text-transform-none font-weight-semibold text-color-light mb-4">Latest Tweet</h5>
|
||||
<div id="tweet" class="twitter" data-plugin-tweets data-plugin-options="{'username': 'oklerthemes', 'count': 1}">
|
||||
<p class="fw-semibold text-color-quaternary">Please wait...</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-copyright footer-copyright-style-2" style="background-color: #618264;">
|
||||
<div class="footer-copyright footer-copyright-style-2" style="background-color: #153918;">
|
||||
<div class="container py-2">
|
||||
<div class="row py-2">
|
||||
<div class="col mb-4 mb-lg-0 fs-6">
|
||||
|
|
|
@ -39,5 +39,9 @@
|
|||
<!-- Theme Custom CSS -->
|
||||
<link rel="stylesheet" href="/css/custom.css">
|
||||
|
||||
<link rel="stylesheet" href="/css/imageLazyLoad.css">
|
||||
|
||||
<script src="/vendor/jquery/jquery.min.js"></script>
|
||||
|
||||
<!-- Head Libs -->
|
||||
<script src="/vendor/modernizr/modernizr.min.js"></script>
|
||||
<script src="/vendor/modernizr/modernizr.min.js"></script>
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<header id="header" class="header-effect-shrink" data-plugin-options="{'stickyEnabled': true, 'stickyEffect': 'shrink', 'stickyEnableOnBoxed': true, 'stickyEnableOnMobile': true, 'stickyChangeLogo': true, 'stickyStartAt': 120, 'stickyHeaderContainerHeight': 70}">
|
||||
<header id="header" class="header-effect-shrink"
|
||||
data-plugin-options="{'stickyEnabled': true, 'stickyEffect': 'shrink', 'stickyEnableOnBoxed': true, 'stickyEnableOnMobile': true, 'stickyChangeLogo': true, 'stickyStartAt': 120, 'stickyHeaderContainerHeight': 70}">
|
||||
<div class="header-body border-top-0 shadow-sm">
|
||||
<div class="header-container container">
|
||||
<div class="header-row">
|
||||
|
@ -11,104 +12,141 @@
|
|||
</div>
|
||||
<div class="header-column justify-content-end">
|
||||
<div class="header-row">
|
||||
<div class="header-nav header-nav-line header-nav-top-line header-nav-top-line-with-border order-2 order-lg-1">
|
||||
<div class="header-nav-main header-nav-main-square header-nav-main-effect-2 header-nav-main-sub-effect-1">
|
||||
<div
|
||||
class="header-nav header-nav-line header-nav-top-line header-nav-top-line-with-border order-2 order-lg-1">
|
||||
<div
|
||||
class="header-nav-main header-nav-main-square header-nav-main-effect-2 header-nav-main-sub-effect-1">
|
||||
<nav class="collapse">
|
||||
<ul class="nav nav-pills" id="mainNav">
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-item dropdown-toggle @(Context.Request.Path == "/" ? "active" : "")" asp-controller="Home" asp-action="Index">Home</a>
|
||||
<a class="dropdown-item fw-medium dropdown-toggle @(Context.Request.Path == "/" ? "active" : "")"
|
||||
asp-controller="Home" asp-action="Index">Home</a>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-item dropdown-toggle
|
||||
<a class="dropdown-item fw-medium dropdown-toggle
|
||||
@(ViewBag.menu == "Profil"
|
||||
? "active" : "" )" href="#">
|
||||
Profil
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a class="dropdown-item" asp-controller="Home" asp-action="StrukturOrganisasi">Struktur Organisasi</a></li>
|
||||
<li><a class="dropdown-item" asp-controller="Home" asp-action="BidangSudinUPT">Bidang, Sudin, dan UPT</a></li>
|
||||
<li><a class="dropdown-item" asp-controller="Home" asp-action="Page">Profil Pimpinan</a></li>
|
||||
<li><a class="dropdown-item" asp-controller="Home" asp-action="Page">Tupoksi</a></li>
|
||||
<li><a class="dropdown-item fw-medium" asp-controller="Home"
|
||||
asp-action="StrukturOrganisasi">Struktur Organisasi</a></li>
|
||||
<li><a class="dropdown-item fw-medium" asp-controller="Home"
|
||||
asp-action="BidangSudinUPT">Bidang, Sudin, dan UPT</a></li>
|
||||
<li><a class="dropdown-item fw-medium" asp-controller="Home"
|
||||
asp-action="Pimpinan">Profil Pimpinan</a></li>
|
||||
<li><a class="dropdown-item fw-medium" asp-controller="Home"
|
||||
asp-action="Tupoksi">Tupoksi</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-item dropdown-toggle" href="#">
|
||||
<a class="dropdown-item fw-medium dropdown-toggle" href="#">
|
||||
Program
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a class="dropdown-item" asp-controller="Home" asp-action="Page">Udara</a></li>
|
||||
<li><a class="dropdown-item" asp-controller="Home" asp-action="Page">Air</a></li>
|
||||
<li><a class="dropdown-item" asp-controller="Home" asp-action="Page">Sampah</a></li>
|
||||
<li><a class="dropdown-item" asp-controller="Home" asp-action="Page">Pengawasan</a></li>
|
||||
<li><a class="dropdown-item" asp-controller="Home" asp-action="Page">LKIP</a></li>
|
||||
<li><a class="dropdown-item" asp-controller="Home" asp-action="Page">Rencana Strategis</a></li>
|
||||
<li><a class="dropdown-item" asp-controller="Home" asp-action="Page">Anggaran</a></li>
|
||||
<li><a class="dropdown-item" asp-controller="Home" asp-action="Page">Perjanjian Kinerja</a></li>
|
||||
<li><a class="dropdown-item fw-medium" asp-controller="Home"
|
||||
asp-action="Udara">Udara</a></li>
|
||||
<li><a class="dropdown-item fw-medium" asp-controller="Home"
|
||||
asp-action="Air">Air</a></li>
|
||||
<li><a class="dropdown-item fw-medium" asp-controller="Home"
|
||||
asp-action="Sampah">Sampah</a></li>
|
||||
<li><a class="dropdown-item fw-medium" asp-controller="Home"
|
||||
asp-action="Pengawasan">Pengawasan</a></li>
|
||||
<li><a class="dropdown-item fw-medium" asp-controller="Home"
|
||||
asp-action="LKIP">LKIP</a></li>
|
||||
<li><a class="dropdown-item fw-medium" asp-controller="Home"
|
||||
asp-action="Rencana_Strategis">Rencana Strategis</a></li>
|
||||
<li><a class="dropdown-item fw-medium" asp-controller="Home"
|
||||
asp-action="Anggaran">Anggaran</a></li>
|
||||
<li><a class="dropdown-item fw-medium" asp-controller="Home"
|
||||
asp-action="Perjanjian_Kinerja">Perjanjian Kinerja</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-item dropdown-toggle" href="#">
|
||||
<a class="dropdown-item fw-medium dropdown-toggle" href="#">
|
||||
Publikasi Data
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a class="dropdown-item" asp-controller="Home" asp-action="Page">DIKPLH</a></li>
|
||||
<li><a class="dropdown-item" asp-controller="Home" asp-action="Page">Kajian</a></li>
|
||||
<li><a class="dropdown-item" asp-controller="Home" asp-action="Page">Monitoring Emisi Sumber Tidak Bergerak</a></li>
|
||||
<li><a class="dropdown-item" asp-controller="Home" asp-action="Page">Peraturan</a></li>
|
||||
<li><a class="dropdown-item" asp-controller="Home" asp-action="Page">Keanekaragaman Hayati</a></li>
|
||||
<li><a class="dropdown-item" asp-controller="Home" asp-action="Page">Laporan Kualitas Udara</a></li>
|
||||
<li><a class="dropdown-item" asp-controller="Home" asp-action="Page">Laporan Kualitas Air</a></li>
|
||||
<li><a class="dropdown-item" asp-controller="Home" asp-action="Page">Gas Rumah Kaca</a></li>
|
||||
<li><a class="dropdown-item" asp-controller="Home" asp-action="Page">IKLH</a></li>
|
||||
<li><a class="dropdown-item" asp-controller="Home" asp-action="Page">KLHS</a></li>
|
||||
<li><a class="dropdown-item" asp-controller="Home" asp-action="Page">Laporan Keuangan</a></li>
|
||||
<li><a class="dropdown-item fw-medium" asp-controller="Home"
|
||||
asp-action="DIKPLH">DIKPLH</a></li>
|
||||
<li><a class="dropdown-item fw-medium" asp-controller="Home"
|
||||
asp-action="Kajian">Kajian</a></li>
|
||||
<li><a class="dropdown-item fw-medium" asp-controller="Home"
|
||||
asp-action="Montiroring_Emisi_Sumber">Monitoring Emisi Sumber
|
||||
Tidak Bergerak</a></li>
|
||||
<li><a class="dropdown-item fw-medium" asp-controller="Home"
|
||||
asp-action="Peraturan">Peraturan</a></li>
|
||||
<li><a class="dropdown-item fw-medium" asp-controller="Home"
|
||||
asp-action="Keanekaragaman_Hayati">Keanekaragaman Hayati</a>
|
||||
</li>
|
||||
<li><a class="dropdown-item fw-medium" asp-controller="Home"
|
||||
asp-action="Laporan_Kualitas_Udara">Laporan Kualitas Udara</a>
|
||||
</li>
|
||||
<li><a class="dropdown-item fw-medium" asp-controller="Home"
|
||||
asp-action="Laporan_Kualitas_Air">Laporan Kualitas Air</a></li>
|
||||
<li><a class="dropdown-item fw-medium" asp-controller="Home"
|
||||
asp-action="Gas_Rumah_Kaca">Gas Rumah Kaca</a></li>
|
||||
<li><a class="dropdown-item fw-medium" asp-controller="Home"
|
||||
asp-action="IKLH">IKLH</a></li>
|
||||
<li><a class="dropdown-item fw-medium" asp-controller="Home"
|
||||
asp-action="KLHS">KLHS</a></li>
|
||||
<li><a class="dropdown-item fw-medium" asp-controller="Home"
|
||||
asp-action="Laporan_Keuangan">Laporan Keuangan</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-item dropdown-toggle" href="#">
|
||||
<a class="dropdown-item fw-medium dropdown-toggle" href="#">
|
||||
Seputar DLH
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a class="dropdown-item" asp-controller="Home" asp-action="Page">...</a></li>
|
||||
<li><a class="dropdown-item fw-medium" asp-controller="Home"
|
||||
asp-action="Page">...</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-item dropdown-toggle" href="#">PPID</a>
|
||||
<a class="dropdown-item fw-medium dropdown-toggle" href="#">PPID</a>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-item dropdown-toggle" href="#">
|
||||
<a class="dropdown-item fw-medium dropdown-toggle" href="#">
|
||||
Layanan Kami
|
||||
</a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a class="dropdown-item" asp-controller="Home" asp-action="Page">...</a></li>
|
||||
<li><a class="dropdown-item fw-medium" asp-controller="Home"
|
||||
asp-action="Page">...</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-item dropdown-toggle" href="#">Kontak</a>
|
||||
<a class="dropdown-item fw-medium dropdown-toggle" href="#">Kontak</a>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-item dropdown-toggle" href="#">BPS-RW</a>
|
||||
<a class="dropdown-item fw-medium dropdown-toggle" href="#">BPS-RW</a>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-item dropdown-toggle" asp-controller="Home" asp-action="ListArticle">Artikel</a>
|
||||
<a class="dropdown-item fw-medium dropdown-toggle" asp-controller="Home"
|
||||
asp-action="ListArticle">Artikel</a>
|
||||
</li>
|
||||
<li class="dropdown">
|
||||
<a class="dropdown-item dropdown-toggle" href="#">Login</a>
|
||||
<a class="dropdown-item fw-medium dropdown-toggle" href="#">Login</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
<button class="btn header-btn-collapse-nav" data-bs-toggle="collapse" data-bs-target=".header-nav-main nav">
|
||||
<button class="btn header-btn-collapse-nav" data-bs-toggle="collapse"
|
||||
data-bs-target=".header-nav-main nav">
|
||||
<i class="fas fa-bars"></i>
|
||||
</button>
|
||||
</div>
|
||||
<div class="header-nav-features header-nav-features-no-border header-nav-features-lg-show-border order-1 order-lg-2">
|
||||
<div
|
||||
class="header-nav-features header-nav-features-no-border header-nav-features-lg-show-border order-1 order-lg-2">
|
||||
<div class="header-nav-feature header-nav-features-search d-inline-flex">
|
||||
<a href="#" class="header-nav-features-toggle text-decoration-none" data-focus="headerSearch" aria-label="Search"><i class="fas fa-search header-nav-top-icon"></i></a>
|
||||
<a href="#" class="header-nav-features-toggle text-decoration-none"
|
||||
data-focus="headerSearch" aria-label="Search"><i
|
||||
class="fas fa-search header-nav-top-icon"></i></a>
|
||||
<div class="header-nav-features-dropdown" id="headerTopSearchDropdown">
|
||||
<form role="search" action="page-search-results.html" method="get">
|
||||
<div class="simple-search input-group">
|
||||
<input class="form-control text-1" id="headerSearch" name="q" type="search" value="" placeholder="Search...">
|
||||
<input class="form-control text-1" id="headerSearch" name="q" type="search"
|
||||
value="" placeholder="Search...">
|
||||
<button class="btn" type="submit" aria-label="Search">
|
||||
<i class="fas fa-search header-nav-top-icon"></i>
|
||||
</button>
|
||||
|
|
|
@ -8,4 +8,6 @@
|
|||
<script src="/js/custom.js"></script>
|
||||
|
||||
<!-- Theme Initialization Files -->
|
||||
<script src="/js/theme.init.js"></script>
|
||||
<script src="/js/theme.init.js"></script>
|
||||
|
||||
<script src="/lib/agung/imageLazyLoad.js"></script>
|
|
@ -16,10 +16,6 @@ build_property.GenerateRazorMetadataSourceChecksumAttributes =
|
|||
build_property.MSBuildProjectDirectory = C:\Users\hellogung\Documents\Kerjaan\DLH\WebsiteDLH
|
||||
build_property._RazorSourceGeneratorDebug =
|
||||
|
||||
[C:/Users/hellogung/Documents/Kerjaan/DLH/WebsiteDLH/Views/Home/BidangSudinUPT.cshtml]
|
||||
build_metadata.AdditionalFiles.TargetPath = Vmlld3NcSG9tZVxCaWRhbmdTdWRpblVQVC5jc2h0bWw=
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[C:/Users/hellogung/Documents/Kerjaan/DLH/WebsiteDLH/Views/Home/Index.cshtml]
|
||||
build_metadata.AdditionalFiles.TargetPath = Vmlld3NcSG9tZVxJbmRleC5jc2h0bWw=
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
@ -32,8 +28,96 @@ build_metadata.AdditionalFiles.CssScope =
|
|||
build_metadata.AdditionalFiles.TargetPath = Vmlld3NcSG9tZVxQYWdlLmNzaHRtbA==
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[C:/Users/hellogung/Documents/Kerjaan/DLH/WebsiteDLH/Views/Home/StrukturOrganisasi.cshtml]
|
||||
build_metadata.AdditionalFiles.TargetPath = Vmlld3NcSG9tZVxTdHJ1a3R1ck9yZ2FuaXNhc2kuY3NodG1s
|
||||
[C:/Users/hellogung/Documents/Kerjaan/DLH/WebsiteDLH/Views/Pages/About/BidangSudinUPT.cshtml]
|
||||
build_metadata.AdditionalFiles.TargetPath = Vmlld3NcUGFnZXNcQWJvdXRcQmlkYW5nU3VkaW5VUFQuY3NodG1s
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[C:/Users/hellogung/Documents/Kerjaan/DLH/WebsiteDLH/Views/Pages/About/Pimpinan.cshtml]
|
||||
build_metadata.AdditionalFiles.TargetPath = Vmlld3NcUGFnZXNcQWJvdXRcUGltcGluYW4uY3NodG1s
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[C:/Users/hellogung/Documents/Kerjaan/DLH/WebsiteDLH/Views/Pages/About/StrukturOrganisasi.cshtml]
|
||||
build_metadata.AdditionalFiles.TargetPath = Vmlld3NcUGFnZXNcQWJvdXRcU3RydWt0dXJPcmdhbmlzYXNpLmNzaHRtbA==
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[C:/Users/hellogung/Documents/Kerjaan/DLH/WebsiteDLH/Views/Pages/About/Tupoksi.cshtml]
|
||||
build_metadata.AdditionalFiles.TargetPath = Vmlld3NcUGFnZXNcQWJvdXRcVHVwb2tzaS5jc2h0bWw=
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[C:/Users/hellogung/Documents/Kerjaan/DLH/WebsiteDLH/Views/Pages/Program/Air.cshtml]
|
||||
build_metadata.AdditionalFiles.TargetPath = Vmlld3NcUGFnZXNcUHJvZ3JhbVxBaXIuY3NodG1s
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[C:/Users/hellogung/Documents/Kerjaan/DLH/WebsiteDLH/Views/Pages/Program/Anggaran.cshtml]
|
||||
build_metadata.AdditionalFiles.TargetPath = Vmlld3NcUGFnZXNcUHJvZ3JhbVxBbmdnYXJhbi5jc2h0bWw=
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[C:/Users/hellogung/Documents/Kerjaan/DLH/WebsiteDLH/Views/Pages/Program/LKIP.cshtml]
|
||||
build_metadata.AdditionalFiles.TargetPath = Vmlld3NcUGFnZXNcUHJvZ3JhbVxMS0lQLmNzaHRtbA==
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[C:/Users/hellogung/Documents/Kerjaan/DLH/WebsiteDLH/Views/Pages/Program/Pengawasan.cshtml]
|
||||
build_metadata.AdditionalFiles.TargetPath = Vmlld3NcUGFnZXNcUHJvZ3JhbVxQZW5nYXdhc2FuLmNzaHRtbA==
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[C:/Users/hellogung/Documents/Kerjaan/DLH/WebsiteDLH/Views/Pages/Program/Perjanjian_Kinerja.cshtml]
|
||||
build_metadata.AdditionalFiles.TargetPath = Vmlld3NcUGFnZXNcUHJvZ3JhbVxQZXJqYW5qaWFuX0tpbmVyamEuY3NodG1s
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[C:/Users/hellogung/Documents/Kerjaan/DLH/WebsiteDLH/Views/Pages/Program/Rencana_Strategis.cshtml]
|
||||
build_metadata.AdditionalFiles.TargetPath = Vmlld3NcUGFnZXNcUHJvZ3JhbVxSZW5jYW5hX1N0cmF0ZWdpcy5jc2h0bWw=
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[C:/Users/hellogung/Documents/Kerjaan/DLH/WebsiteDLH/Views/Pages/Program/Sampah.cshtml]
|
||||
build_metadata.AdditionalFiles.TargetPath = Vmlld3NcUGFnZXNcUHJvZ3JhbVxTYW1wYWguY3NodG1s
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[C:/Users/hellogung/Documents/Kerjaan/DLH/WebsiteDLH/Views/Pages/Program/Udara.cshtml]
|
||||
build_metadata.AdditionalFiles.TargetPath = Vmlld3NcUGFnZXNcUHJvZ3JhbVxVZGFyYS5jc2h0bWw=
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[C:/Users/hellogung/Documents/Kerjaan/DLH/WebsiteDLH/Views/Pages/Publikasi_Data/DIKPLH.cshtml]
|
||||
build_metadata.AdditionalFiles.TargetPath = Vmlld3NcUGFnZXNcUHVibGlrYXNpX0RhdGFcRElLUExILmNzaHRtbA==
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[C:/Users/hellogung/Documents/Kerjaan/DLH/WebsiteDLH/Views/Pages/Publikasi_Data/Gas_Rumah_Kaca.cshtml]
|
||||
build_metadata.AdditionalFiles.TargetPath = Vmlld3NcUGFnZXNcUHVibGlrYXNpX0RhdGFcR2FzX1J1bWFoX0thY2EuY3NodG1s
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[C:/Users/hellogung/Documents/Kerjaan/DLH/WebsiteDLH/Views/Pages/Publikasi_Data/IKLH.cshtml]
|
||||
build_metadata.AdditionalFiles.TargetPath = Vmlld3NcUGFnZXNcUHVibGlrYXNpX0RhdGFcSUtMSC5jc2h0bWw=
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[C:/Users/hellogung/Documents/Kerjaan/DLH/WebsiteDLH/Views/Pages/Publikasi_Data/Kajian.cshtml]
|
||||
build_metadata.AdditionalFiles.TargetPath = Vmlld3NcUGFnZXNcUHVibGlrYXNpX0RhdGFcS2FqaWFuLmNzaHRtbA==
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[C:/Users/hellogung/Documents/Kerjaan/DLH/WebsiteDLH/Views/Pages/Publikasi_Data/Keanekaragaman_Hayati.cshtml]
|
||||
build_metadata.AdditionalFiles.TargetPath = Vmlld3NcUGFnZXNcUHVibGlrYXNpX0RhdGFcS2VhbmVrYXJhZ2FtYW5fSGF5YXRpLmNzaHRtbA==
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[C:/Users/hellogung/Documents/Kerjaan/DLH/WebsiteDLH/Views/Pages/Publikasi_Data/KLHS.cshtml]
|
||||
build_metadata.AdditionalFiles.TargetPath = Vmlld3NcUGFnZXNcUHVibGlrYXNpX0RhdGFcS0xIUy5jc2h0bWw=
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[C:/Users/hellogung/Documents/Kerjaan/DLH/WebsiteDLH/Views/Pages/Publikasi_Data/Laporan_Keuangan.cshtml]
|
||||
build_metadata.AdditionalFiles.TargetPath = Vmlld3NcUGFnZXNcUHVibGlrYXNpX0RhdGFcTGFwb3Jhbl9LZXVhbmdhbi5jc2h0bWw=
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[C:/Users/hellogung/Documents/Kerjaan/DLH/WebsiteDLH/Views/Pages/Publikasi_Data/Laporan_Kualitas_Air.cshtml]
|
||||
build_metadata.AdditionalFiles.TargetPath = Vmlld3NcUGFnZXNcUHVibGlrYXNpX0RhdGFcTGFwb3Jhbl9LdWFsaXRhc19BaXIuY3NodG1s
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[C:/Users/hellogung/Documents/Kerjaan/DLH/WebsiteDLH/Views/Pages/Publikasi_Data/Laporan_Kualitas_Udara.cshtml]
|
||||
build_metadata.AdditionalFiles.TargetPath = Vmlld3NcUGFnZXNcUHVibGlrYXNpX0RhdGFcTGFwb3Jhbl9LdWFsaXRhc19VZGFyYS5jc2h0bWw=
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[C:/Users/hellogung/Documents/Kerjaan/DLH/WebsiteDLH/Views/Pages/Publikasi_Data/Montiroring_Emisi_Sumber.cshtml]
|
||||
build_metadata.AdditionalFiles.TargetPath = Vmlld3NcUGFnZXNcUHVibGlrYXNpX0RhdGFcTW9udGlyb3JpbmdfRW1pc2lfU3VtYmVyLmNzaHRtbA==
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[C:/Users/hellogung/Documents/Kerjaan/DLH/WebsiteDLH/Views/Pages/Publikasi_Data/Peraturan.cshtml]
|
||||
build_metadata.AdditionalFiles.TargetPath = Vmlld3NcUGFnZXNcUHVibGlrYXNpX0RhdGFcUGVyYXR1cmFuLmNzaHRtbA==
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[C:/Users/hellogung/Documents/Kerjaan/DLH/WebsiteDLH/Views/Shared/Error.cshtml]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"Version": 1,
|
||||
"Hash": "aLs8MQbx9Ru12vPCSJnkeTRv9nSKR6bcuqveM1zxtKE=",
|
||||
"Hash": "Kgmfl0VnlQiEPTcXk5WVHOa0j6k01583iCVmr9x65/8=",
|
||||
"Source": "WebsiteDLH",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"Mode": "Default",
|
||||
|
@ -1257,6 +1257,40 @@
|
|||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\css\\fonts\\star.woff"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\css\\imageLazyLoad.css",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "css/imageLazyLoad.css",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\css\\imageLazyLoad.css"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\css\\landing-page.css",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "css/landing-page.css",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\css\\landing-page.css"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\css\\skins\\default.css",
|
||||
"SourceId": "WebsiteDLH",
|
||||
|
@ -2617,6 +2651,839 @@
|
|||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\css\\theme.css"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\banner\\hero-1.jpg",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/banner/hero-1.jpg",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\banner\\hero-1.jpg"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\banner\\hero-2.jpg",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/banner/hero-2.jpg",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\banner\\hero-2.jpg"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\buku1dikplhd2019.png",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/img/buku1dikplhd2019.png",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\img\\buku1dikplhd2019.png"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\buku1dikplhd2020.png",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/img/buku1dikplhd2020.png",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\img\\buku1dikplhd2020.png"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\buku1dikplhd2021ok.png",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/img/buku1dikplhd2021ok.png",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\img\\buku1dikplhd2021ok.png"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\buku2dikplhd2019.png",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/img/buku2dikplhd2019.png",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\img\\buku2dikplhd2019.png"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\buku2dikplhd2020.png",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/img/buku2dikplhd2020.png",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\img\\buku2dikplhd2020.png"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\buku2dikplhd2021.png",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/img/buku2dikplhd2021.png",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\img\\buku2dikplhd2021.png"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\dikplhdjak20231.png",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/img/dikplhdjak20231.png",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\img\\dikplhdjak20231.png"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\dikplhdjak2023ringkasan.png",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/img/dikplhdjak2023ringkasan.png",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\img\\dikplhdjak2023ringkasan.png"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\DIKPLHDJakarta20222.jpg",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/img/DIKPLHDJakarta20222.jpg",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\img\\DIKPLHDJakarta20222.jpg"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\DIKPLHDRingkasanEksekutifJakarta20222.jpg",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/img/DIKPLHDRingkasanEksekutifJakarta20222.jpg",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\img\\DIKPLHDRingkasanEksekutifJakarta20222.jpg"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\logo\\logo_klhk.png",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/img/logo/logo_klhk.png",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\img\\logo\\logo_klhk.png"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\logo\\logo_upst.jpg",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/img/logo/logo_upst.jpg",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\img\\logo\\logo_upst.jpg"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\logo\\logo-dlh.png",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/img/logo/logo-dlh.png",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\img\\logo\\logo-dlh.png"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\logo\\logo-ikhtiar3.png",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/img/logo/logo-ikhtiar3.png",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\img\\logo\\logo-ikhtiar3.png"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\logo\\logo-jca2.png",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/img/logo/logo-jca2.png",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\img\\logo\\logo-jca2.png"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\logo\\logo.png",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/img/logo/logo.png",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\img\\logo\\logo.png"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\logo\\logoaja-jsc.png",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/img/logo/logoaja-jsc.png",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\img\\logo\\logoaja-jsc.png"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\logo\\logoujiemisi.png",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/img/logo/logoujiemisi.png",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\img\\logo\\logoujiemisi.png"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\logo\\sipepeng1.jpg",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/img/logo/sipepeng1.jpg",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\img\\logo\\sipepeng1.jpg"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\logo\\UPsbadanaer.jpg",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/img/logo/UPsbadanaer.jpg",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\img\\logo\\UPsbadanaer.jpg"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\thumbnail_data_program_anggaran_dinas_lingkungan_hidup_2020-2022.png",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/img/thumbnail_data_program_anggaran_dinas_lingkungan_hidup_2020-2022.png",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\img\\thumbnail_data_program_anggaran_dinas_lingkungan_hidup_2020-2022.png"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\thumbnail_perjanjian_kinerja_2021.png",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/img/thumbnail_perjanjian_kinerja_2021.png",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\img\\thumbnail_perjanjian_kinerja_2021.png"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\thumbnail_perjanjian_kinerja_2022.png",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/img/thumbnail_perjanjian_kinerja_2022.png",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\img\\thumbnail_perjanjian_kinerja_2022.png"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\thumbnail_perjanjian_kinerja_2023.png",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/img/thumbnail_perjanjian_kinerja_2023.png",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\img\\thumbnail_perjanjian_kinerja_2023.png"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\thumbnail_rencana_strategis_2017-2022.png",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/img/thumbnail_rencana_strategis_2017-2022.png",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\img\\thumbnail_rencana_strategis_2017-2022.png"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\thumbnail_rencana_strategis_2023-2026.png",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/img/thumbnail_rencana_strategis_2023-2026.png",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\img\\thumbnail_rencana_strategis_2023-2026.png"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\xls.png",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/img/xls.png",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\img\\xls.png"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\pdfs\\dikplh\\Buku_1_Ringkasan_Eksekutif_DIKPLHD_2019.pdf",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/pdfs/dikplh/Buku_1_Ringkasan_Eksekutif_DIKPLHD_2019.pdf",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\pdfs\\dikplh\\Buku_1_Ringkasan_Eksekutif_DIKPLHD_2019.pdf"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\pdfs\\dikplh\\Buku_1_Ringkasan_Eksekutif_DIKPLHD_2021.pdf",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/pdfs/dikplh/Buku_1_Ringkasan_Eksekutif_DIKPLHD_2021.pdf",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\pdfs\\dikplh\\Buku_1_Ringkasan_Eksekutif_DIKPLHD_2021.pdf"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\pdfs\\dikplh\\Buku_1_Ringkasan_Eksekutif_DIKPLHD.pdf",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/pdfs/dikplh/Buku_1_Ringkasan_Eksekutif_DIKPLHD.pdf",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\pdfs\\dikplh\\Buku_1_Ringkasan_Eksekutif_DIKPLHD.pdf"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\pdfs\\dikplh\\DIKPLHDRingkasanEksekutifJakarta2022.pdf",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/pdfs/dikplh/DIKPLHDRingkasanEksekutifJakarta2022.pdf",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\pdfs\\dikplh\\DIKPLHDRingkasanEksekutifJakarta2022.pdf"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\pdfs\\dikplh\\Ringkasan_Eksekutif_DIKPLHD_Tahun2023_Rev1.pdf",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/pdfs/dikplh/Ringkasan_Eksekutif_DIKPLHD_Tahun2023_Rev1.pdf",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\pdfs\\dikplh\\Ringkasan_Eksekutif_DIKPLHD_Tahun2023_Rev1.pdf"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\pdfs\\perjanjian_kinerja\\PerkinEselonII2021.pdf",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/pdfs/perjanjian_kinerja/PerkinEselonII2021.pdf",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\pdfs\\perjanjian_kinerja\\PerkinEselonII2021.pdf"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\pdfs\\perjanjian_kinerja\\PerkinEselonII2022.pdf",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/pdfs/perjanjian_kinerja/PerkinEselonII2022.pdf",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\pdfs\\perjanjian_kinerja\\PerkinEselonII2022.pdf"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\pdfs\\perjanjian_kinerja\\PerkinEselonII2023.pdf",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/pdfs/perjanjian_kinerja/PerkinEselonII2023.pdf",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\pdfs\\perjanjian_kinerja\\PerkinEselonII2023.pdf"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\pdfs\\rencana_strategis\\Renstra_DLH_2017-2022_fixttd.pdf",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/pdfs/rencana_strategis/Renstra_DLH_2017-2022_fixttd.pdf",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\pdfs\\rencana_strategis\\Renstra_DLH_2017-2022_fixttd.pdf"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\pdfs\\rencana_strategis\\RenstraDLH2023-2026_17062022.pdf",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/pdfs/rencana_strategis/RenstraDLH2023-2026_17062022.pdf",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\pdfs\\rencana_strategis\\RenstraDLH2023-2026_17062022.pdf"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\pdfs\\tupoksi\\2016-Peraturan Gubernur DKI Jakarta Nomor 398 Tahun 2016.pdf",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/pdfs/tupoksi/2016-Peraturan Gubernur DKI Jakarta Nomor 398 Tahun 2016.pdf",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\pdfs\\tupoksi\\2016-Peraturan Gubernur DKI Jakarta Nomor 398 Tahun 2016.pdf"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\pdfs\\tupoksi\\LKIP_DLH_Tahun_2021.pdf",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/pdfs/tupoksi/LKIP_DLH_Tahun_2021.pdf",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\pdfs\\tupoksi\\LKIP_DLH_Tahun_2021.pdf"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\pdfs\\tupoksi\\Naskah_Komprehensif_PergubNo.57Tahun2022_1.pdf",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/pdfs/tupoksi/Naskah_Komprehensif_PergubNo.57Tahun2022_1.pdf",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\pdfs\\tupoksi\\Naskah_Komprehensif_PergubNo.57Tahun2022_1.pdf"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\pdfs\\tupoksi\\peraturan_438PERGUB_NO._399_TAHUN_2016_.pdf",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/pdfs/tupoksi/peraturan_438PERGUB_NO._399_TAHUN_2016_.pdf",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\pdfs\\tupoksi\\peraturan_438PERGUB_NO._399_TAHUN_2016_.pdf"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\pdfs\\tupoksi\\PERGUB_NO.284_TAHUN_.2016.pdf",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/pdfs/tupoksi/PERGUB_NO.284_TAHUN_.2016.pdf",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\pdfs\\tupoksi\\PERGUB_NO.284_TAHUN_.2016.pdf"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\pdfs\\tupoksi\\PERGUB_NO.400_TAHUN_.2016_.pdf",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/pdfs/tupoksi/PERGUB_NO.400_TAHUN_.2016_.pdf",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\pdfs\\tupoksi\\PERGUB_NO.400_TAHUN_.2016_.pdf"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\pdfs\\tupoksi\\SOTK_Lamp_XVI_DLH_PergubNo.57Tahun2022.pdf",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/pdfs/tupoksi/SOTK_Lamp_XVI_DLH_PergubNo.57Tahun2022.pdf",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\pdfs\\tupoksi\\SOTK_Lamp_XVI_DLH_PergubNo.57Tahun2022.pdf"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\struktur-organisasi-dlh.png",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/struktur-organisasi-dlh.png",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\struktur-organisasi-dlh.png"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\svgs\\pdf.svg",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/svgs/pdf.svg",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\svgs\\pdf.svg"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\xlsx\\SAQ_Monev_Badan_Publik.xlsx",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "dlh/xlsx/SAQ_Monev_Badan_Publik.xlsx",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\dlh\\xlsx\\SAQ_Monev_Badan_Publik.xlsx"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\favicon.ico",
|
||||
"SourceId": "WebsiteDLH",
|
||||
|
@ -34611,57 +35478,6 @@
|
|||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\img\\device.png"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\img\\dlh\\banner\\hero-1.jpg",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "img/dlh/banner/hero-1.jpg",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\img\\dlh\\banner\\hero-1.jpg"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\img\\dlh\\banner\\hero-2.jpg",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "img/dlh/banner/hero-2.jpg",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\img\\dlh\\banner\\hero-2.jpg"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\img\\dlh\\struktur-organisasi-dlh.png",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "img/dlh/struktur-organisasi-dlh.png",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\img\\dlh\\struktur-organisasi-dlh.png"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\img\\dotted-line-angle.png",
|
||||
"SourceId": "WebsiteDLH",
|
||||
|
@ -47565,6 +48381,23 @@
|
|||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\js\\views\\view.shop.js"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\lib\\agung\\imageLazyLoad.js",
|
||||
"SourceId": "WebsiteDLH",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\",
|
||||
"BasePath": "_content/WebsiteDLH",
|
||||
"RelativePath": "lib/agung/imageLazyLoad.js",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\lib\\agung\\imageLazyLoad.js"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.css",
|
||||
"SourceId": "WebsiteDLH",
|
||||
|
|
|
@ -288,6 +288,14 @@
|
|||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\css\\fonts\\star.woff",
|
||||
"PackagePath": "staticwebassets\\css\\fonts\\star.woff"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\css\\imageLazyLoad.css",
|
||||
"PackagePath": "staticwebassets\\css\\imageLazyLoad.css"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\css\\landing-page.css",
|
||||
"PackagePath": "staticwebassets\\css\\landing-page.css"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\css\\skins\\default.css",
|
||||
"PackagePath": "staticwebassets\\css\\skins\\default.css"
|
||||
|
@ -608,6 +616,202 @@
|
|||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\css\\theme.css",
|
||||
"PackagePath": "staticwebassets\\css\\theme.css"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\banner\\hero-1.jpg",
|
||||
"PackagePath": "staticwebassets\\dlh\\banner\\hero-1.jpg"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\banner\\hero-2.jpg",
|
||||
"PackagePath": "staticwebassets\\dlh\\banner\\hero-2.jpg"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\DIKPLHDJakarta20222.jpg",
|
||||
"PackagePath": "staticwebassets\\dlh\\img\\DIKPLHDJakarta20222.jpg"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\DIKPLHDRingkasanEksekutifJakarta20222.jpg",
|
||||
"PackagePath": "staticwebassets\\dlh\\img\\DIKPLHDRingkasanEksekutifJakarta20222.jpg"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\buku1dikplhd2019.png",
|
||||
"PackagePath": "staticwebassets\\dlh\\img\\buku1dikplhd2019.png"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\buku1dikplhd2020.png",
|
||||
"PackagePath": "staticwebassets\\dlh\\img\\buku1dikplhd2020.png"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\buku1dikplhd2021ok.png",
|
||||
"PackagePath": "staticwebassets\\dlh\\img\\buku1dikplhd2021ok.png"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\buku2dikplhd2019.png",
|
||||
"PackagePath": "staticwebassets\\dlh\\img\\buku2dikplhd2019.png"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\buku2dikplhd2020.png",
|
||||
"PackagePath": "staticwebassets\\dlh\\img\\buku2dikplhd2020.png"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\buku2dikplhd2021.png",
|
||||
"PackagePath": "staticwebassets\\dlh\\img\\buku2dikplhd2021.png"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\dikplhdjak20231.png",
|
||||
"PackagePath": "staticwebassets\\dlh\\img\\dikplhdjak20231.png"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\dikplhdjak2023ringkasan.png",
|
||||
"PackagePath": "staticwebassets\\dlh\\img\\dikplhdjak2023ringkasan.png"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\logo\\UPsbadanaer.jpg",
|
||||
"PackagePath": "staticwebassets\\dlh\\img\\logo\\UPsbadanaer.jpg"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\logo\\logo-dlh.png",
|
||||
"PackagePath": "staticwebassets\\dlh\\img\\logo\\logo-dlh.png"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\logo\\logo-ikhtiar3.png",
|
||||
"PackagePath": "staticwebassets\\dlh\\img\\logo\\logo-ikhtiar3.png"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\logo\\logo-jca2.png",
|
||||
"PackagePath": "staticwebassets\\dlh\\img\\logo\\logo-jca2.png"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\logo\\logo.png",
|
||||
"PackagePath": "staticwebassets\\dlh\\img\\logo\\logo.png"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\logo\\logo_klhk.png",
|
||||
"PackagePath": "staticwebassets\\dlh\\img\\logo\\logo_klhk.png"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\logo\\logo_upst.jpg",
|
||||
"PackagePath": "staticwebassets\\dlh\\img\\logo\\logo_upst.jpg"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\logo\\logoaja-jsc.png",
|
||||
"PackagePath": "staticwebassets\\dlh\\img\\logo\\logoaja-jsc.png"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\logo\\logoujiemisi.png",
|
||||
"PackagePath": "staticwebassets\\dlh\\img\\logo\\logoujiemisi.png"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\logo\\sipepeng1.jpg",
|
||||
"PackagePath": "staticwebassets\\dlh\\img\\logo\\sipepeng1.jpg"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\thumbnail_data_program_anggaran_dinas_lingkungan_hidup_2020-2022.png",
|
||||
"PackagePath": "staticwebassets\\dlh\\img\\thumbnail_data_program_anggaran_dinas_lingkungan_hidup_2020-2022.png"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\thumbnail_perjanjian_kinerja_2021.png",
|
||||
"PackagePath": "staticwebassets\\dlh\\img\\thumbnail_perjanjian_kinerja_2021.png"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\thumbnail_perjanjian_kinerja_2022.png",
|
||||
"PackagePath": "staticwebassets\\dlh\\img\\thumbnail_perjanjian_kinerja_2022.png"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\thumbnail_perjanjian_kinerja_2023.png",
|
||||
"PackagePath": "staticwebassets\\dlh\\img\\thumbnail_perjanjian_kinerja_2023.png"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\thumbnail_rencana_strategis_2017-2022.png",
|
||||
"PackagePath": "staticwebassets\\dlh\\img\\thumbnail_rencana_strategis_2017-2022.png"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\thumbnail_rencana_strategis_2023-2026.png",
|
||||
"PackagePath": "staticwebassets\\dlh\\img\\thumbnail_rencana_strategis_2023-2026.png"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\img\\xls.png",
|
||||
"PackagePath": "staticwebassets\\dlh\\img\\xls.png"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\pdfs\\dikplh\\Buku_1_Ringkasan_Eksekutif_DIKPLHD.pdf",
|
||||
"PackagePath": "staticwebassets\\dlh\\pdfs\\dikplh\\Buku_1_Ringkasan_Eksekutif_DIKPLHD.pdf"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\pdfs\\dikplh\\Buku_1_Ringkasan_Eksekutif_DIKPLHD_2019.pdf",
|
||||
"PackagePath": "staticwebassets\\dlh\\pdfs\\dikplh\\Buku_1_Ringkasan_Eksekutif_DIKPLHD_2019.pdf"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\pdfs\\dikplh\\Buku_1_Ringkasan_Eksekutif_DIKPLHD_2021.pdf",
|
||||
"PackagePath": "staticwebassets\\dlh\\pdfs\\dikplh\\Buku_1_Ringkasan_Eksekutif_DIKPLHD_2021.pdf"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\pdfs\\dikplh\\DIKPLHDRingkasanEksekutifJakarta2022.pdf",
|
||||
"PackagePath": "staticwebassets\\dlh\\pdfs\\dikplh\\DIKPLHDRingkasanEksekutifJakarta2022.pdf"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\pdfs\\dikplh\\Ringkasan_Eksekutif_DIKPLHD_Tahun2023_Rev1.pdf",
|
||||
"PackagePath": "staticwebassets\\dlh\\pdfs\\dikplh\\Ringkasan_Eksekutif_DIKPLHD_Tahun2023_Rev1.pdf"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\pdfs\\perjanjian_kinerja\\PerkinEselonII2021.pdf",
|
||||
"PackagePath": "staticwebassets\\dlh\\pdfs\\perjanjian_kinerja\\PerkinEselonII2021.pdf"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\pdfs\\perjanjian_kinerja\\PerkinEselonII2022.pdf",
|
||||
"PackagePath": "staticwebassets\\dlh\\pdfs\\perjanjian_kinerja\\PerkinEselonII2022.pdf"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\pdfs\\perjanjian_kinerja\\PerkinEselonII2023.pdf",
|
||||
"PackagePath": "staticwebassets\\dlh\\pdfs\\perjanjian_kinerja\\PerkinEselonII2023.pdf"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\pdfs\\rencana_strategis\\RenstraDLH2023-2026_17062022.pdf",
|
||||
"PackagePath": "staticwebassets\\dlh\\pdfs\\rencana_strategis\\RenstraDLH2023-2026_17062022.pdf"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\pdfs\\rencana_strategis\\Renstra_DLH_2017-2022_fixttd.pdf",
|
||||
"PackagePath": "staticwebassets\\dlh\\pdfs\\rencana_strategis\\Renstra_DLH_2017-2022_fixttd.pdf"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\pdfs\\tupoksi\\2016-Peraturan Gubernur DKI Jakarta Nomor 398 Tahun 2016.pdf",
|
||||
"PackagePath": "staticwebassets\\dlh\\pdfs\\tupoksi\\2016-Peraturan Gubernur DKI Jakarta Nomor 398 Tahun 2016.pdf"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\pdfs\\tupoksi\\LKIP_DLH_Tahun_2021.pdf",
|
||||
"PackagePath": "staticwebassets\\dlh\\pdfs\\tupoksi\\LKIP_DLH_Tahun_2021.pdf"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\pdfs\\tupoksi\\Naskah_Komprehensif_PergubNo.57Tahun2022_1.pdf",
|
||||
"PackagePath": "staticwebassets\\dlh\\pdfs\\tupoksi\\Naskah_Komprehensif_PergubNo.57Tahun2022_1.pdf"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\pdfs\\tupoksi\\PERGUB_NO.284_TAHUN_.2016.pdf",
|
||||
"PackagePath": "staticwebassets\\dlh\\pdfs\\tupoksi\\PERGUB_NO.284_TAHUN_.2016.pdf"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\pdfs\\tupoksi\\PERGUB_NO.400_TAHUN_.2016_.pdf",
|
||||
"PackagePath": "staticwebassets\\dlh\\pdfs\\tupoksi\\PERGUB_NO.400_TAHUN_.2016_.pdf"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\pdfs\\tupoksi\\SOTK_Lamp_XVI_DLH_PergubNo.57Tahun2022.pdf",
|
||||
"PackagePath": "staticwebassets\\dlh\\pdfs\\tupoksi\\SOTK_Lamp_XVI_DLH_PergubNo.57Tahun2022.pdf"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\pdfs\\tupoksi\\peraturan_438PERGUB_NO._399_TAHUN_2016_.pdf",
|
||||
"PackagePath": "staticwebassets\\dlh\\pdfs\\tupoksi\\peraturan_438PERGUB_NO._399_TAHUN_2016_.pdf"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\struktur-organisasi-dlh.png",
|
||||
"PackagePath": "staticwebassets\\dlh\\struktur-organisasi-dlh.png"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\svgs\\pdf.svg",
|
||||
"PackagePath": "staticwebassets\\dlh\\svgs\\pdf.svg"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\dlh\\xlsx\\SAQ_Monev_Badan_Publik.xlsx",
|
||||
"PackagePath": "staticwebassets\\dlh\\xlsx\\SAQ_Monev_Badan_Publik.xlsx"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\favicon.ico",
|
||||
"PackagePath": "staticwebassets\\favicon.ico"
|
||||
|
@ -8136,18 +8340,6 @@
|
|||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\img\\device.png",
|
||||
"PackagePath": "staticwebassets\\img\\device.png"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\img\\dlh\\banner\\hero-1.jpg",
|
||||
"PackagePath": "staticwebassets\\img\\dlh\\banner\\hero-1.jpg"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\img\\dlh\\banner\\hero-2.jpg",
|
||||
"PackagePath": "staticwebassets\\img\\dlh\\banner\\hero-2.jpg"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\img\\dlh\\struktur-organisasi-dlh.png",
|
||||
"PackagePath": "staticwebassets\\img\\dlh\\struktur-organisasi-dlh.png"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\img\\dotted-line-angle.png",
|
||||
"PackagePath": "staticwebassets\\img\\dotted-line-angle.png"
|
||||
|
@ -11184,6 +11376,10 @@
|
|||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\js\\views\\view.shop.js",
|
||||
"PackagePath": "staticwebassets\\js\\views\\view.shop.js"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\lib\\agung\\imageLazyLoad.js",
|
||||
"PackagePath": "staticwebassets\\lib\\agung\\imageLazyLoad.js"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\hellogung\\Documents\\Kerjaan\\DLH\\WebsiteDLH\\wwwroot\\lib\\bootstrap\\LICENSE",
|
||||
"PackagePath": "staticwebassets\\lib\\bootstrap"
|
||||
|
|
|
@ -1136,6 +1136,38 @@
|
|||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\css\fonts\star.woff))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\css\imageLazyLoad.css))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>css/imageLazyLoad.css</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\css\imageLazyLoad.css))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\css\landing-page.css))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>css/landing-page.css</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\css\landing-page.css))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\css\skins\default.css))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
|
@ -2416,6 +2448,790 @@
|
|||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\css\theme.css))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\banner\hero-1.jpg))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/banner/hero-1.jpg</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\banner\hero-1.jpg))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\banner\hero-2.jpg))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/banner/hero-2.jpg</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\banner\hero-2.jpg))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\buku1dikplhd2019.png))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/img/buku1dikplhd2019.png</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\buku1dikplhd2019.png))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\buku1dikplhd2020.png))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/img/buku1dikplhd2020.png</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\buku1dikplhd2020.png))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\buku1dikplhd2021ok.png))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/img/buku1dikplhd2021ok.png</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\buku1dikplhd2021ok.png))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\buku2dikplhd2019.png))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/img/buku2dikplhd2019.png</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\buku2dikplhd2019.png))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\buku2dikplhd2020.png))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/img/buku2dikplhd2020.png</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\buku2dikplhd2020.png))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\buku2dikplhd2021.png))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/img/buku2dikplhd2021.png</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\buku2dikplhd2021.png))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\dikplhdjak20231.png))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/img/dikplhdjak20231.png</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\dikplhdjak20231.png))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\dikplhdjak2023ringkasan.png))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/img/dikplhdjak2023ringkasan.png</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\dikplhdjak2023ringkasan.png))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\DIKPLHDJakarta20222.jpg))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/img/DIKPLHDJakarta20222.jpg</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\DIKPLHDJakarta20222.jpg))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\DIKPLHDRingkasanEksekutifJakarta20222.jpg))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/img/DIKPLHDRingkasanEksekutifJakarta20222.jpg</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\DIKPLHDRingkasanEksekutifJakarta20222.jpg))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\logo\logo-dlh.png))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/img/logo/logo-dlh.png</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\logo\logo-dlh.png))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\logo\logo-ikhtiar3.png))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/img/logo/logo-ikhtiar3.png</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\logo\logo-ikhtiar3.png))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\logo\logo-jca2.png))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/img/logo/logo-jca2.png</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\logo\logo-jca2.png))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\logo\logo.png))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/img/logo/logo.png</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\logo\logo.png))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\logo\logoaja-jsc.png))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/img/logo/logoaja-jsc.png</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\logo\logoaja-jsc.png))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\logo\logoujiemisi.png))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/img/logo/logoujiemisi.png</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\logo\logoujiemisi.png))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\logo\logo_klhk.png))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/img/logo/logo_klhk.png</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\logo\logo_klhk.png))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\logo\logo_upst.jpg))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/img/logo/logo_upst.jpg</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\logo\logo_upst.jpg))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\logo\sipepeng1.jpg))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/img/logo/sipepeng1.jpg</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\logo\sipepeng1.jpg))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\logo\UPsbadanaer.jpg))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/img/logo/UPsbadanaer.jpg</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\logo\UPsbadanaer.jpg))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\thumbnail_data_program_anggaran_dinas_lingkungan_hidup_2020-2022.png))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/img/thumbnail_data_program_anggaran_dinas_lingkungan_hidup_2020-2022.png</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\thumbnail_data_program_anggaran_dinas_lingkungan_hidup_2020-2022.png))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\thumbnail_perjanjian_kinerja_2021.png))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/img/thumbnail_perjanjian_kinerja_2021.png</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\thumbnail_perjanjian_kinerja_2021.png))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\thumbnail_perjanjian_kinerja_2022.png))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/img/thumbnail_perjanjian_kinerja_2022.png</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\thumbnail_perjanjian_kinerja_2022.png))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\thumbnail_perjanjian_kinerja_2023.png))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/img/thumbnail_perjanjian_kinerja_2023.png</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\thumbnail_perjanjian_kinerja_2023.png))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\thumbnail_rencana_strategis_2017-2022.png))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/img/thumbnail_rencana_strategis_2017-2022.png</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\thumbnail_rencana_strategis_2017-2022.png))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\thumbnail_rencana_strategis_2023-2026.png))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/img/thumbnail_rencana_strategis_2023-2026.png</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\thumbnail_rencana_strategis_2023-2026.png))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\xls.png))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/img/xls.png</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\img\xls.png))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\pdfs\dikplh\Buku_1_Ringkasan_Eksekutif_DIKPLHD.pdf))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/pdfs/dikplh/Buku_1_Ringkasan_Eksekutif_DIKPLHD.pdf</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\pdfs\dikplh\Buku_1_Ringkasan_Eksekutif_DIKPLHD.pdf))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\pdfs\dikplh\Buku_1_Ringkasan_Eksekutif_DIKPLHD_2019.pdf))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/pdfs/dikplh/Buku_1_Ringkasan_Eksekutif_DIKPLHD_2019.pdf</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\pdfs\dikplh\Buku_1_Ringkasan_Eksekutif_DIKPLHD_2019.pdf))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\pdfs\dikplh\Buku_1_Ringkasan_Eksekutif_DIKPLHD_2021.pdf))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/pdfs/dikplh/Buku_1_Ringkasan_Eksekutif_DIKPLHD_2021.pdf</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\pdfs\dikplh\Buku_1_Ringkasan_Eksekutif_DIKPLHD_2021.pdf))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\pdfs\dikplh\DIKPLHDRingkasanEksekutifJakarta2022.pdf))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/pdfs/dikplh/DIKPLHDRingkasanEksekutifJakarta2022.pdf</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\pdfs\dikplh\DIKPLHDRingkasanEksekutifJakarta2022.pdf))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\pdfs\dikplh\Ringkasan_Eksekutif_DIKPLHD_Tahun2023_Rev1.pdf))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/pdfs/dikplh/Ringkasan_Eksekutif_DIKPLHD_Tahun2023_Rev1.pdf</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\pdfs\dikplh\Ringkasan_Eksekutif_DIKPLHD_Tahun2023_Rev1.pdf))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\pdfs\perjanjian_kinerja\PerkinEselonII2021.pdf))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/pdfs/perjanjian_kinerja/PerkinEselonII2021.pdf</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\pdfs\perjanjian_kinerja\PerkinEselonII2021.pdf))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\pdfs\perjanjian_kinerja\PerkinEselonII2022.pdf))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/pdfs/perjanjian_kinerja/PerkinEselonII2022.pdf</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\pdfs\perjanjian_kinerja\PerkinEselonII2022.pdf))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\pdfs\perjanjian_kinerja\PerkinEselonII2023.pdf))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/pdfs/perjanjian_kinerja/PerkinEselonII2023.pdf</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\pdfs\perjanjian_kinerja\PerkinEselonII2023.pdf))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\pdfs\rencana_strategis\RenstraDLH2023-2026_17062022.pdf))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/pdfs/rencana_strategis/RenstraDLH2023-2026_17062022.pdf</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\pdfs\rencana_strategis\RenstraDLH2023-2026_17062022.pdf))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\pdfs\rencana_strategis\Renstra_DLH_2017-2022_fixttd.pdf))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/pdfs/rencana_strategis/Renstra_DLH_2017-2022_fixttd.pdf</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\pdfs\rencana_strategis\Renstra_DLH_2017-2022_fixttd.pdf))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\pdfs\tupoksi\2016-Peraturan Gubernur DKI Jakarta Nomor 398 Tahun 2016.pdf))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/pdfs/tupoksi/2016-Peraturan Gubernur DKI Jakarta Nomor 398 Tahun 2016.pdf</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\pdfs\tupoksi\2016-Peraturan Gubernur DKI Jakarta Nomor 398 Tahun 2016.pdf))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\pdfs\tupoksi\LKIP_DLH_Tahun_2021.pdf))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/pdfs/tupoksi/LKIP_DLH_Tahun_2021.pdf</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\pdfs\tupoksi\LKIP_DLH_Tahun_2021.pdf))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\pdfs\tupoksi\Naskah_Komprehensif_PergubNo.57Tahun2022_1.pdf))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/pdfs/tupoksi/Naskah_Komprehensif_PergubNo.57Tahun2022_1.pdf</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\pdfs\tupoksi\Naskah_Komprehensif_PergubNo.57Tahun2022_1.pdf))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\pdfs\tupoksi\peraturan_438PERGUB_NO._399_TAHUN_2016_.pdf))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/pdfs/tupoksi/peraturan_438PERGUB_NO._399_TAHUN_2016_.pdf</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\pdfs\tupoksi\peraturan_438PERGUB_NO._399_TAHUN_2016_.pdf))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\pdfs\tupoksi\PERGUB_NO.284_TAHUN_.2016.pdf))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/pdfs/tupoksi/PERGUB_NO.284_TAHUN_.2016.pdf</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\pdfs\tupoksi\PERGUB_NO.284_TAHUN_.2016.pdf))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\pdfs\tupoksi\PERGUB_NO.400_TAHUN_.2016_.pdf))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/pdfs/tupoksi/PERGUB_NO.400_TAHUN_.2016_.pdf</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\pdfs\tupoksi\PERGUB_NO.400_TAHUN_.2016_.pdf))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\pdfs\tupoksi\SOTK_Lamp_XVI_DLH_PergubNo.57Tahun2022.pdf))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/pdfs/tupoksi/SOTK_Lamp_XVI_DLH_PergubNo.57Tahun2022.pdf</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\pdfs\tupoksi\SOTK_Lamp_XVI_DLH_PergubNo.57Tahun2022.pdf))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\struktur-organisasi-dlh.png))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/struktur-organisasi-dlh.png</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\struktur-organisasi-dlh.png))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\svgs\pdf.svg))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/svgs/pdf.svg</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\svgs\pdf.svg))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\xlsx\SAQ_Monev_Badan_Publik.xlsx))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>dlh/xlsx/SAQ_Monev_Badan_Publik.xlsx</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\dlh\xlsx\SAQ_Monev_Badan_Publik.xlsx))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\favicon.ico))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
|
@ -32528,54 +33344,6 @@
|
|||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\img\device.png))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\img\dlh\banner\hero-1.jpg))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>img/dlh/banner/hero-1.jpg</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\img\dlh\banner\hero-1.jpg))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\img\dlh\banner\hero-2.jpg))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>img/dlh/banner/hero-2.jpg</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\img\dlh\banner\hero-2.jpg))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\img\dlh\struktur-organisasi-dlh.png))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>img/dlh/struktur-organisasi-dlh.png</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\img\dlh\struktur-organisasi-dlh.png))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\img\dotted-line-angle.png))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
|
@ -44720,6 +45488,22 @@
|
|||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\js\views\view.shop.js))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\agung\imageLazyLoad.js))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/WebsiteDLH</BasePath>
|
||||
<RelativePath>lib/agung/imageLazyLoad.js</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\agung\imageLazyLoad.js))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\lib\bootstrap\dist\css\bootstrap-grid.css))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>WebsiteDLH</SourceId>
|
||||
|
|
|
@ -6,37 +6,48 @@
|
|||
#content p,
|
||||
#content a,
|
||||
#content li {
|
||||
font-size: 1rem;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
#content ol li,
|
||||
#content ul li {
|
||||
margin-bottom: 1rem;
|
||||
margin-bottom: 0.9rem;
|
||||
}
|
||||
|
||||
.nav-tabs a.nav-link {
|
||||
color: #9b9b9b !important;
|
||||
border-right: var(--secondary) !important;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.nav-tabs a.nav-link.active {
|
||||
color: var(--secondary) !important;
|
||||
border-right: var(--secondary) !important;
|
||||
}
|
||||
|
||||
.overflow-ellipsis-1 {
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
-webkit-line-clamp: 1; /* Atur jumlah baris yang diinginkan */
|
||||
display: -webkit-box !important;
|
||||
-webkit-box-orient: vertical !important;
|
||||
overflow: hidden !important;
|
||||
text-overflow: ellipsis !important;
|
||||
-webkit-line-clamp: 1 !important; /* Atur jumlah baris yang diinginkan */
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
.overflow-ellipsis-2 {
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
-webkit-line-clamp: 2; /* Atur jumlah baris yang diinginkan */
|
||||
}
|
||||
display: -webkit-box !important;
|
||||
-webkit-box-orient: vertical !important;
|
||||
overflow: hidden !important;
|
||||
text-overflow: ellipsis !important;
|
||||
-webkit-line-clamp: 2 !important; /* Atur jumlah baris yang diinginkan */
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
.overflow-ellipsis-3 {
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
-webkit-line-clamp: 3; /* Atur jumlah baris yang diinginkan */
|
||||
}
|
||||
|
||||
.overflow-ellipsis-3 {
|
||||
display: -webkit-box !important;
|
||||
-webkit-box-orient: vertical !important;
|
||||
overflow: hidden !important;
|
||||
text-overflow: ellipsis !important;
|
||||
-webkit-line-clamp: 3 !important; /* Atur jumlah baris yang diinginkan */
|
||||
height: 100%;
|
||||
}
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
.lazy {
|
||||
/* transform: translateY(10%); */
|
||||
filter: blur(20px);
|
||||
opacity: 0;
|
||||
transition: all 500ms ease;
|
||||
}
|
||||
.lazy.fade-in {
|
||||
/* transform: translateY(0); */
|
||||
opacity: 1;
|
||||
filter: none;
|
||||
}
|
|
@ -0,0 +1,213 @@
|
|||
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title)
|
||||
.owl-nav
|
||||
button[class*="owl-"] {
|
||||
background: rgba(255, 255, 255, 0.8);
|
||||
color: black;
|
||||
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
|
||||
backdrop-filter: blur(2px);
|
||||
transition: 300ms ease all;
|
||||
}
|
||||
|
||||
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title)
|
||||
.owl-nav
|
||||
button[class*="owl-"]:hover,
|
||||
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title)
|
||||
.owl-nav
|
||||
button[class*="owl-"].hover {
|
||||
background: rgba(255, 255, 255, 0.9);
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
.owl-carousel.nav-inside .owl-nav button.owl-next,
|
||||
.owl-carousel.nav-inside .owl-nav button.owl-prev {
|
||||
transform: scale(1.6);
|
||||
}
|
||||
|
||||
.owl-carousel.nav-inside .owl-nav button.owl-next {
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
.owl-carousel.nav-inside .owl-nav button.owl-prev {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
.owl-carousel.nav-inside .owl-nav button.owl-next:before,
|
||||
.owl-carousel.nav-inside .owl-nav button.owl-prev:before {
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
|
||||
.owl-theme .owl-nav [class*="owl-"] {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.owl-dots {
|
||||
margin-top: 1rem;
|
||||
transform: scale(1.4);
|
||||
}
|
||||
|
||||
.owl-carousel .owl-dots .owl-dot.active span,
|
||||
.owl-carousel .owl-dots .owl-dot:hover span {
|
||||
background-color: var(--secondary);
|
||||
}
|
||||
|
||||
.thumb-info.thumb-info-bottom-info-dark .thumb-info-title {
|
||||
background: rgba(0, 0, 0, 0.45);
|
||||
backdrop-filter: blur(15px);
|
||||
}
|
||||
|
||||
.berita .thumb-info-inner {
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
|
||||
.baik div:nth-child(1) {
|
||||
background-color: #90d272;
|
||||
}
|
||||
.baik div:nth-child(2) select{
|
||||
color: #628d4f;
|
||||
}
|
||||
.baik div:nth-child(2),
|
||||
.baik div:nth-child(3) {
|
||||
background-color: #aded8f;
|
||||
color: #628d4f;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.sedang div:nth-child(1) {
|
||||
background-color: #4991c5;
|
||||
}
|
||||
.sedang div:nth-child(2) select{
|
||||
color: #38719a;
|
||||
}
|
||||
.sedang div:nth-child(2),
|
||||
.sedang div:nth-child(3) {
|
||||
background-color: #6db9ef;
|
||||
color: #38719a;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.tidak-sehat div:nth-child(1) {
|
||||
background-color: #ffe382;
|
||||
}
|
||||
.tidak-sehat div:nth-child(2) select{
|
||||
color: #797544;
|
||||
}
|
||||
.tidak-sehat div:nth-child(2),
|
||||
.tidak-sehat div:nth-child(3) {
|
||||
background-color: #fff78a;
|
||||
color: #797544;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.sangat-tidak-sehat div:nth-child(1) {
|
||||
background-color: #dc5a5a;
|
||||
}
|
||||
.sangat-tidak-sehat div:nth-child(2) select{
|
||||
color: #7e4242;
|
||||
}
|
||||
.sangat-tidak-sehat div:nth-child(2),
|
||||
.sangat-tidak-sehat div:nth-child(3) {
|
||||
background-color: #ff8282;
|
||||
color: #7e4242;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.berbahaya div:nth-child(1) {
|
||||
background-color: #313131;
|
||||
}
|
||||
.berbahaya div:nth-child(2) select{
|
||||
color: #444444;
|
||||
}
|
||||
.berbahaya div:nth-child(2),
|
||||
.berbahaya div:nth-child(3) {
|
||||
background-color: #444444;
|
||||
color: #dedede;
|
||||
}
|
||||
|
||||
#lokasi option{
|
||||
color: #444444;
|
||||
}
|
||||
|
||||
.logos {
|
||||
overflow: hidden;
|
||||
padding: 30px 0;
|
||||
background: white;
|
||||
white-space: nowrap;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.logos:before,
|
||||
.logos:after {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 50px;
|
||||
height: 100%;
|
||||
content: "";
|
||||
z-index: 2;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.logos:before {
|
||||
left: 0;
|
||||
background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
|
||||
}
|
||||
|
||||
.logos:after {
|
||||
right: 0;
|
||||
background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
|
||||
}
|
||||
|
||||
.logos-slide {
|
||||
display: inline-block;
|
||||
animation: 60s slide infinite linear;
|
||||
}
|
||||
|
||||
.logos-slide img {
|
||||
height: 60px;
|
||||
margin: 0 30px;
|
||||
filter: grayscale(1);
|
||||
transition: 300ms ease all;
|
||||
}
|
||||
|
||||
.logos-slide img:hover{
|
||||
filter: grayscale(0);
|
||||
}
|
||||
|
||||
@keyframes slide {
|
||||
from {
|
||||
transform: translateX(0);
|
||||
}
|
||||
to {
|
||||
transform: translateX(-100%);
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 992px) {
|
||||
.owl-dots {
|
||||
transform: scale(1.3);
|
||||
}
|
||||
|
||||
.berita .thumb-info-inner {
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
|
||||
#lokasi{
|
||||
font-size: .58rem!important;
|
||||
}
|
||||
|
||||
.logos:before,
|
||||
.logos:after {
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
.logos-slide img {
|
||||
height: 40px;
|
||||
margin: 0 20px;
|
||||
}
|
||||
}
|
|
@ -10,9 +10,9 @@
|
|||
|
||||
:root {
|
||||
--primary: #F1C27B;
|
||||
--secondary: #A2CDB0;
|
||||
--secondary: #153918;
|
||||
--tertiary: #EDEDED;
|
||||
--quaternary: #85A389;
|
||||
--quaternary: #153918;
|
||||
}
|
||||
|
||||
a {
|
||||
|
@ -462,28 +462,28 @@ html .bg-color-hover-before-primary:before:hover {
|
|||
|
||||
html .bg-color-secondary,
|
||||
html .bg-secondary {
|
||||
background-color: #A2CDB0 !important;
|
||||
background-color: #153918 !important;
|
||||
}
|
||||
|
||||
html .bg-color-hover-secondary:hover,
|
||||
html .bg-hover-secondary:hover {
|
||||
background-color: #A2CDB0 !important;
|
||||
background-color: #153918 !important;
|
||||
}
|
||||
|
||||
html .bg-color-after-secondary:after {
|
||||
background-color: #A2CDB0 !important;
|
||||
background-color: #153918 !important;
|
||||
}
|
||||
|
||||
html .bg-color-hover-after-secondary:after:hover {
|
||||
background-color: #A2CDB0 !important;
|
||||
background-color: #153918 !important;
|
||||
}
|
||||
|
||||
html .bg-color-before-secondary:before {
|
||||
background-color: #A2CDB0 !important;
|
||||
background-color: #153918 !important;
|
||||
}
|
||||
|
||||
html .bg-color-hover-before-secondary:before:hover {
|
||||
background-color: #A2CDB0 !important;
|
||||
background-color: #153918 !important;
|
||||
}
|
||||
|
||||
html .bg-color-tertiary,
|
||||
|
@ -4652,7 +4652,7 @@ html[dir="rtl"] #header .tip-light:before {
|
|||
}
|
||||
|
||||
#header .header-btn-collapse-nav {
|
||||
background: #F1C27B;
|
||||
background: var(--secondary);
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
|
@ -4666,16 +4666,16 @@ html[dir="rtl"] #header .tip-light:before {
|
|||
}
|
||||
|
||||
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
|
||||
border-top-color: #F1C27B;
|
||||
border-top-color: var(--quaternary);
|
||||
}
|
||||
|
||||
#header .header-nav-main nav > ul > li.dropdown.open > a:before,
|
||||
#header .header-nav-main nav > ul > li.dropdown:hover > a:before {
|
||||
border-bottom-color: #F1C27B;
|
||||
border-bottom-color: var(--quaternary);
|
||||
}
|
||||
|
||||
#header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
|
||||
border-top-color: #F1C27B;
|
||||
border-top-color: var(--quaternary);
|
||||
}
|
||||
|
||||
#header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu li a {
|
||||
|
@ -4713,19 +4713,19 @@ html[dir="rtl"] #header .tip-light:before {
|
|||
}
|
||||
|
||||
#header .header-nav.header-nav-line nav > ul li:hover > a {
|
||||
color: #F1C27B;
|
||||
color: var(--secondary);
|
||||
}
|
||||
|
||||
#header .header-nav.header-nav-line nav > ul li:hover > a:before {
|
||||
background: #F1C27B;
|
||||
background: var(--secondary);
|
||||
}
|
||||
|
||||
#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
|
||||
color: #F1C27B;
|
||||
color: var(--secondary);
|
||||
}
|
||||
|
||||
#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before {
|
||||
background: #F1C27B;
|
||||
background: var(--secondary);
|
||||
}
|
||||
|
||||
#header .header-nav-main.header-nav-main-slide nav > ul > li.open > span > a,
|
||||
|
@ -5256,45 +5256,45 @@ html[dir="rtl"] #header .tip-light:before {
|
|||
|
||||
@media (max-width: 991px) {
|
||||
#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
|
||||
color: #F1C27B;
|
||||
color: var(--secondary);
|
||||
}
|
||||
|
||||
#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a:active {
|
||||
color: #F1C27B;
|
||||
color: var(--secondary);
|
||||
}
|
||||
|
||||
#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active {
|
||||
background: #F1C27B;
|
||||
background: var(--secondary);
|
||||
}
|
||||
|
||||
#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:focus,
|
||||
#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:hover {
|
||||
background: #F1C27B;
|
||||
background: var(--secondary);
|
||||
}
|
||||
|
||||
#header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
|
||||
background: #F1C27B;
|
||||
background: var(--secondary);
|
||||
}
|
||||
|
||||
#header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active:focus,
|
||||
#header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active:hover {
|
||||
background: #F1C27B;
|
||||
background: var(--secondary);
|
||||
}
|
||||
|
||||
html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
|
||||
color: #F1C27B !important;
|
||||
color: var(--secondary) !important;
|
||||
}
|
||||
|
||||
html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav::-webkit-scrollbar-thumb {
|
||||
background-color: #F1C27B;
|
||||
background-color: var(--secondary);
|
||||
}
|
||||
|
||||
html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li > a.active {
|
||||
color: #F1C27B !important;
|
||||
color: var(--secondary) !important;
|
||||
}
|
||||
|
||||
html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li:hover > a {
|
||||
color: #F1C27B !important;
|
||||
color: var(--secondary) !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Before Width: | Height: | Size: 316 KiB After Width: | Height: | Size: 316 KiB |
Before Width: | Height: | Size: 399 KiB After Width: | Height: | Size: 399 KiB |
After Width: | Height: | Size: 32 KiB |
After Width: | Height: | Size: 34 KiB |
After Width: | Height: | Size: 104 KiB |
After Width: | Height: | Size: 104 KiB |
After Width: | Height: | Size: 92 KiB |
After Width: | Height: | Size: 102 KiB |
After Width: | Height: | Size: 102 KiB |
After Width: | Height: | Size: 90 KiB |
After Width: | Height: | Size: 239 KiB |
After Width: | Height: | Size: 250 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 279 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 37 KiB |
After Width: | Height: | Size: 9.8 KiB |
After Width: | Height: | Size: 73 KiB |
After Width: | Height: | Size: 301 KiB |
After Width: | Height: | Size: 9.3 KiB |
After Width: | Height: | Size: 29 KiB |
After Width: | Height: | Size: 253 KiB |
After Width: | Height: | Size: 177 KiB |
After Width: | Height: | Size: 192 KiB |
After Width: | Height: | Size: 173 KiB |
After Width: | Height: | Size: 182 KiB |
After Width: | Height: | Size: 176 KiB |
After Width: | Height: | Size: 659 KiB |
After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 459 KiB After Width: | Height: | Size: 459 KiB |
|
@ -0,0 +1,51 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg id="Files" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 93.02 103.47">
|
||||
<defs>
|
||||
<style>
|
||||
.cls-1 {
|
||||
fill: #fff;
|
||||
}
|
||||
|
||||
.cls-2 {
|
||||
fill: #f5f5f5;
|
||||
}
|
||||
|
||||
.cls-3 {
|
||||
fill: #e0e0e0;
|
||||
}
|
||||
|
||||
.cls-4 {
|
||||
fill: #ff725e;
|
||||
}
|
||||
|
||||
.cls-5 {
|
||||
fill: #ebebeb;
|
||||
}
|
||||
|
||||
.cls-6 {
|
||||
fill: #263238;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<g>
|
||||
<g>
|
||||
<path class="cls-5" d="M84.05,101.76H22.35c-4.26,0-7.72-3.46-7.72-7.72V8.64c0-4.26,3.46-7.72,7.72-7.72H61.48l30.29,31.22v61.9c0,4.26-3.46,7.72-7.72,7.72Z"/>
|
||||
<path class="cls-2" d="M61.48,.92V24.96c0,3.97,3.21,7.18,7.18,7.18h23.11S61.48,.92,61.48,.92Z"/>
|
||||
<path class="cls-3" d="M61.8,27.06s-.3,5.83,6.33,7.75c.25,.07,.5,.13,.76,.17,3.02,.54,22.88,4.07,22.88,3.62,0-.49,0-6.46,0-6.46h-23.11s-5.77-.2-6.86-5.08Z"/>
|
||||
</g>
|
||||
<path class="cls-6" d="M84.05,101.76s.46,0,1.33-.16c.86-.16,2.17-.55,3.5-1.63,1.29-1.07,2.63-2.94,2.76-5.45,.04-2.49,0-5.38,0-8.61-.02-12.93-.05-31.43-.09-53.78l.06,.15c-9.17-9.44-19.4-19.96-30.31-31.2l.18,.08c-7.26,0-14.81,0-22.58,0-3.89,0-7.83,0-11.81,0-1,0-2,0-3,0-1,.01-2.02-.05-2.96,.11-1.92,.31-3.71,1.42-4.85,3.02-.79,1.11-1.28,2.44-1.37,3.8-.05,1.37-.02,2.8-.03,4.19,0,2.8,0,5.57,0,8.33,0,5.51,0,10.95,0,16.29,0,10.68-.01,20.98-.02,30.79,0,4.91,0,9.69-.01,14.34,0,2.32,0,4.61,0,6.87,0,1.13,0,2.25,0,3.35,.02,1.11-.07,2.22,.14,3.25,.4,2.09,1.74,3.91,3.5,4.97,.88,.53,1.85,.87,2.85,1.01,.99,.12,2.03,.06,3.04,.08,4.05,0,7.94,.01,11.65,.02,14.83,.03,26.83,.06,35.15,.08,4.14,.02,7.36,.04,9.56,.05,1.08,.01,1.91,.02,2.48,.03,.56,0,.85,.03,.85,.03,0,0-.29,.02-.85,.03-.57,0-1.4,.01-2.48,.03-2.2,.01-5.42,.03-9.56,.05-8.31,.02-20.32,.05-35.15,.08-3.71,0-7.6,.01-11.65,.02-1.01-.02-2.03,.05-3.09-.08-1.05-.14-2.08-.5-3.01-1.05-1.85-1.1-3.27-3.03-3.7-5.24-.23-1.11-.14-2.23-.16-3.33,0-1.11,0-2.23,0-3.35,0-2.25,0-4.54,0-6.87,0-4.65,0-9.43-.01-14.34,0-9.81,0-20.11-.02-30.79,0-5.34,0-10.77,0-16.29,0-2.76,0-5.53,0-8.33,.01-1.41-.03-2.78,.03-4.23,.09-1.45,.61-2.88,1.46-4.06,1.22-1.71,3.13-2.9,5.18-3.23,1.04-.17,2.05-.1,3.05-.12,1,0,2,0,3,0,3.99,0,7.93,0,11.81,0,7.77,0,15.33,0,22.58,0h.11s.07,.08,.07,.08c10.9,11.25,21.11,21.79,30.27,31.24l.06,.06v.09c-.04,22.35-.07,40.85-.09,53.78-.02,3.23,0,6.1-.05,8.62-.15,2.57-1.54,4.46-2.87,5.54-1.37,1.09-2.7,1.46-3.57,1.6-.44,.07-.78,.09-1,.09-.23,0-.34,0-.34,0Z"/>
|
||||
<path class="cls-6" d="M91.77,32.14s-.2,.04-.59,.05c-.45,.01-1.01,.03-1.7,.05-1.55,.02-3.67,.05-6.26,.08-2.66,.02-5.81,.03-9.28,.05-1.75,0-3.59,0-5.49,0-1.97-.04-3.99-.94-5.36-2.52-.69-.78-1.21-1.7-1.51-2.67-.32-.96-.36-2.01-.34-2.95,0-1.9,.01-3.73,.02-5.48,.02-3.48,.04-6.62,.06-9.29,.03-2.59,.06-4.71,.08-6.26,.02-.69,.04-1.26,.05-1.7,.02-.39,.03-.59,.05-.59s.04,.2,.05,.59c.01,.45,.03,1.01,.05,1.7,.02,1.55,.05,3.67,.08,6.26,.02,2.66,.03,5.81,.06,9.29,0,1.75,0,3.58,.02,5.48-.02,.96,.02,1.88,.32,2.79,.29,.9,.77,1.76,1.41,2.49,1.28,1.47,3.15,2.31,4.99,2.35,1.9,0,3.73,.02,5.48,.03,3.48,.02,6.62,.04,9.28,.06,2.59,.03,4.71,.06,6.26,.08,.69,.02,1.26,.04,1.7,.05,.39,.02,.59,.03,.59,.05Z"/>
|
||||
</g>
|
||||
<path class="cls-6" d="M60.32,22.37c0,.14-7.29,.26-16.28,.26s-16.28-.12-16.28-.26,7.29-.26,16.28-.26,16.28,.12,16.28,.26Z"/>
|
||||
<path class="cls-6" d="M75.76,34.36c0,.14-10.75,.26-24,.26-13.26,0-24-.12-24-.26s10.74-.26,24-.26,24,.12,24,.26Z"/>
|
||||
<path class="cls-6" d="M75.76,46.35c0,.14-10.75,.26-24,.26s-24-.12-24-.26,10.74-.26,24-.26,24,.12,24,.26Z"/>
|
||||
<path class="cls-6" d="M75.76,58.34c0,.14-10.75,.26-24,.26s-24-.12-24-.26,10.74-.26,24-.26,24,.12,24,.26Z"/>
|
||||
<path class="cls-6" d="M75.76,70.33c0,.14-10.75,.26-24,.26s-24-.12-24-.26,10.74-.26,24-.26,24,.12,24,.26Z"/>
|
||||
<path class="cls-6" d="M75.76,82.32c0,.14-10.75,.26-24,.26s-24-.12-24-.26,10.74-.26,24-.26,24,.12,24,.26Z"/>
|
||||
<path class="cls-4" d="M5.02,61.57H48.98c2.33,0,4.22,1.89,4.22,4.22v15.11c0,2.33-1.89,4.22-4.22,4.22H5.02c-2.33,0-4.22-1.89-4.22-4.22v-15.11c0-2.33,1.89-4.22,4.22-4.22Z"/>
|
||||
<g>
|
||||
<path class="cls-1" d="M21.31,72.47c0,1.98-1.49,3.22-3.86,3.22h-1.79v2.45h-2.06v-8.9h3.85c2.38,0,3.86,1.23,3.86,3.23Zm-2.08,0c0-.98-.64-1.55-1.89-1.55h-1.68v3.09h1.68c1.26,0,1.89-.57,1.89-1.54Z"/>
|
||||
<path class="cls-1" d="M22.77,69.24h4.04c2.91,0,4.91,1.75,4.91,4.45s-2,4.45-4.91,4.45h-4.04v-8.9Zm3.94,7.21c1.77,0,2.92-1.05,2.92-2.76s-1.16-2.76-2.92-2.76h-1.88v5.52h1.88Z"/>
|
||||
<path class="cls-1" d="M35.33,70.89v2.35h4.12v1.65h-4.12v3.24h-2.06v-8.9h6.72v1.65h-4.66Z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 4.4 KiB |
|
@ -7804,99 +7804,6 @@ window.theme.fn = {
|
|||
|
||||
}).apply(this, [window.theme, jQuery]);
|
||||
|
||||
// Tweets
|
||||
(function(theme, $) {
|
||||
|
||||
theme = theme || {};
|
||||
|
||||
var instanceName = '__tweets';
|
||||
|
||||
var PluginTweets = function($el, opts) {
|
||||
return this.initialize($el, opts);
|
||||
};
|
||||
|
||||
PluginTweets.defaults = {
|
||||
username: null,
|
||||
count: 2,
|
||||
URL: 'php/twitter-feed.php',
|
||||
iconColor: false
|
||||
};
|
||||
|
||||
PluginTweets.prototype = {
|
||||
initialize: function($el, opts) {
|
||||
if ($el.data(instanceName)) {
|
||||
return this;
|
||||
}
|
||||
|
||||
this.$el = $el;
|
||||
|
||||
this
|
||||
.setData()
|
||||
.setOptions(opts)
|
||||
.build();
|
||||
|
||||
return this;
|
||||
},
|
||||
|
||||
setData: function() {
|
||||
this.$el.data(instanceName, this);
|
||||
|
||||
return this;
|
||||
},
|
||||
|
||||
setOptions: function(opts) {
|
||||
this.options = $.extend(true, {}, PluginTweets.defaults, opts, {
|
||||
wrapper: this.$el
|
||||
});
|
||||
|
||||
return this;
|
||||
},
|
||||
|
||||
build: function() {
|
||||
if (this.options.username == null || this.options.username == '') {
|
||||
return this;
|
||||
}
|
||||
|
||||
var self = this,
|
||||
$wrapper = this.options.wrapper;
|
||||
|
||||
$.ajax({
|
||||
type: 'GET',
|
||||
data: {
|
||||
twitter_screen_name: self.options.username,
|
||||
tweets_to_display: self.options.count,
|
||||
icon_color: self.options.iconColor
|
||||
},
|
||||
url: self.options.URL,
|
||||
}).done(function(html) {
|
||||
$wrapper.html(html).find('a').attr('target','_blank');
|
||||
});
|
||||
|
||||
return this;
|
||||
}
|
||||
};
|
||||
|
||||
// expose to scope
|
||||
$.extend(theme, {
|
||||
PluginTweets: PluginTweets
|
||||
});
|
||||
|
||||
// jquery plugin
|
||||
$.fn.themePluginTweets = function(opts) {
|
||||
return this.map(function() {
|
||||
var $this = $(this);
|
||||
|
||||
if ($this.data(instanceName)) {
|
||||
return $this.data(instanceName);
|
||||
} else {
|
||||
return new PluginTweets($this, opts);
|
||||
}
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
}).apply(this, [window.theme, jQuery]);
|
||||
|
||||
// Validation
|
||||
(function(theme, $) {
|
||||
|
||||
|
|
|
@ -0,0 +1,23 @@
|
|||
// Lazy Load images
|
||||
const targets = document.querySelectorAll(".lazy");
|
||||
|
||||
// Callback for images
|
||||
const imagesLazyLoad = (target) => {
|
||||
const io = new IntersectionObserver((entries, observer) => {
|
||||
entries.forEach((entry) => {
|
||||
if (entry.isIntersecting) {
|
||||
const img = entry.target;
|
||||
const src = img.getAttribute("data-lazy");
|
||||
|
||||
img.setAttribute("src", src);
|
||||
img.classList.add("fade-in");
|
||||
|
||||
observer.disconnect();
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
io.observe(target);
|
||||
};
|
||||
|
||||
targets.forEach(imagesLazyLoad);
|