42 lines
1.0 KiB
Plaintext
42 lines
1.0 KiB
Plaintext
@await Html.PartialAsync("~/Views/WebNew/Shared/Section/_Hero.cshtml", "Galeri Kegiatan")
|
|
@{
|
|
Layout = "~/Views/WebNew/Shared/_Layout.cshtml";
|
|
}
|
|
|
|
@section Style {
|
|
<link rel="stylesheet" href="~/webnew/css/galeri.css" asp-append-version="true" />
|
|
}
|
|
|
|
@section Scripts {
|
|
<script src="~/webnew/pages/galeri.js"></script>
|
|
}
|
|
|
|
|
|
@await Html.PartialAsync("~/Views/WebNew/Shared/Section/_Helpdesk.cshtml")
|
|
|
|
|
|
<div class="container my-5">
|
|
<div class="row g-4" id="galeri-list"></div>
|
|
</div>
|
|
|
|
<div id="lightbox" class="lightbox">
|
|
<span class="close">×</span>
|
|
|
|
<img class="lightbox-content" id="lightbox-img">
|
|
|
|
<div class="lightbox-text">
|
|
<h5 id="lightbox-title"></h5>
|
|
<p id="lightbox-description"></p>
|
|
</div>
|
|
</div>
|
|
@*<div class="container my-5">
|
|
|
|
<div class="row g-4" id="galeri-list"></div>
|
|
|
|
</div>
|
|
<div id="lightbox" class="lightbox">
|
|
<span class="close">×</span>
|
|
<img class="lightbox-content" id="lightbox-img">
|
|
<p id="lightbox-description"></p>
|
|
</div>*@
|