97 lines
3.6 KiB
Plaintext
97 lines
3.6 KiB
Plaintext
@{
|
|
Layout = "~/Views/WebNew/Shared/_Layout.cshtml";
|
|
ViewData["Title"] = "Sertifikat";
|
|
}
|
|
|
|
@section Style {
|
|
<link rel="stylesheet" href="~/webnew/css/Sertifikat.css" asp-append-version="true" />
|
|
}
|
|
|
|
@await Html.PartialAsync("~/Views/WebNew/Shared/Section/_Hero.cshtml", "Sertifikat")
|
|
|
|
<section class="sertifikat-section">
|
|
<div class="container">
|
|
|
|
<div class="row g-4">
|
|
|
|
<div class="col-md-4">
|
|
<div class="sertifikat-card">
|
|
|
|
<a href="~/webnew/assets/document/sertifikat/Registrasi Labling LLHD.pdf" target="_blank">
|
|
<div class="pdf-preview">
|
|
<iframe src="~/webnew/assets/document/sertifikat/Registrasi Labling LLHD.pdf"></iframe>
|
|
</div>
|
|
</a>
|
|
|
|
<h6>Registrasi Labling LLHD</h6>
|
|
|
|
<div class="sertifikat-action">
|
|
|
|
<a href="~/webnew/assets/document/sertifikat/Registrasi Labling LLHD.pdf" target="_blank" class="btn-lihat">
|
|
<i class="bi bi-eye"></i> Lihat Dokumen
|
|
</a>
|
|
|
|
<a href="~/webnew/assets/document/sertifikat/Registrasi Labling LLHD.pdf" download class="btn-unduh">
|
|
<i class="bi bi-download"></i> Unduh
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="col-md-4">
|
|
<div class="sertifikat-card">
|
|
|
|
<a href="~/webnew/assets/document/sertifikat/Sertifikat Akreditasi LLHD.pdf" target="_blank">
|
|
<div class="pdf-preview">
|
|
<iframe src="~/webnew/assets/document/sertifikat/Sertifikat Akreditasi LLHD.pdf"></iframe>
|
|
</div>
|
|
</a>
|
|
|
|
<h6>Sertifikat Akreditasi LLHD</h6>
|
|
|
|
<div class="sertifikat-action">
|
|
|
|
<a href="~/webnew/assets/document/sertifikat/Sertifikat Akreditasi LLHD.pdf" target="_blank" class="btn-lihat">
|
|
<i class="bi bi-eye"></i> Lihat Dokumen
|
|
</a>
|
|
|
|
<a href="~/webnew/assets/document/sertifikat/Sertifikat Akreditasi LLHD.pdf" download class="btn-unduh">
|
|
<i class="bi bi-download"></i> Unduh
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="col-md-4">
|
|
<div class="sertifikat-card">
|
|
|
|
<a href="~/webnew/assets/document/sertifikat/sertifikat wilayah bebas korupsi wbk.pdf" target="_blank">
|
|
<div class="pdf-preview">
|
|
<iframe src="~/webnew/assets/document/sertifikat/sertifikat wilayah bebas korupsi wbk.pdf"></iframe>
|
|
</div>
|
|
</a>
|
|
|
|
<h6>Sertifikat Wilayah Bebas Korupsi</h6>
|
|
|
|
<div class="sertifikat-action">
|
|
|
|
<a href="~/webnew/assets/document/sertifikat/sertifikat wilayah bebas korupsi wbk.pdf" target="_blank" class="btn-lihat">
|
|
<i class="bi bi-eye"></i> Lihat Dokumen
|
|
</a>
|
|
|
|
<a href="~/webnew/assets/document/sertifikat/sertifikat wilayah bebas korupsi wbk.pdf" download class="btn-unduh">
|
|
<i class="bi bi-download"></i> Unduh
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</section> |