Skip to content

Commit 54fc5dc

Browse files
committed
feat - new carousel for sesc photos
1 parent b3e4099 commit 54fc5dc

5 files changed

Lines changed: 46 additions & 1 deletion

File tree

β€Žindex.htmlβ€Ž

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,45 @@ <h1 class="text-brown-500 mb-3 mt-5 pt-3">LOCAL</h1>
263263
<p class="fs-3 text-brown-400 mb-3">
264264
As palestras acontecerΓ£o nos dias <span class="fw-bold text-brown-500">21</span> e <span class="fw-bold text-brown-500">22</span> de junho no <span class="fw-bold text-brown-500">Sesc CajuΓ­na</span>.
265265
</p>
266+
267+
<div class="container">
268+
<div class="row">
269+
<div class="col-md p-3">
270+
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3974.101838215441!2d-42.7821533!3d-5.0872304!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x78e3b15fb7184c3%3A0x92053ede1a6fc901!2sSesc%20Caju%C3%ADna!5e0!3m2!1spt-BR!2sbr!4v1741219028235!5m2!1spt-BR!2sbr" height="600" style="border:0;" loading="lazy" referrerpolicy="no-referrer-when-downgrade" class="d-block w-100 border rounded"></iframe>
271+
</div>
272+
273+
<div class="col-md p-3">
274+
<div id="carousel-sesc" class="carousel slide" data-bs-ride="carousel" height="600" >
275+
<div class="carousel-indicators">
276+
<button type="button" data-bs-target="#carousel-sesc" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
277+
<button type="button" data-bs-target="#carousel-sesc" data-bs-slide-to="1" aria-label="Slide 2"></button>
278+
<button type="button" data-bs-target="#carousel-sesc" data-bs-slide-to="2" aria-label="Slide 3"></button>
279+
</div>
280+
<div class="carousel-inner rounded">
281+
<div class="carousel-item active">
282+
<img src="./static/img/place/sesc-cajuina-01.jpg" class="rounded">
283+
</div>
284+
<div class="carousel-item">
285+
<img src="./static/img/place/sesc-cajuina-02.jpg" class="rounded">
286+
</div>
287+
<div class="carousel-item">
288+
<img src="./static/img/place/sesc-cajuina-03.jpg" class="rounded">
289+
</div>
290+
</div>
291+
<button class="carousel-control-prev" type="button" data-bs-target="#carousel-sesc" data-bs-slide="prev">
292+
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
293+
<span class="visually-hidden">Anterior</span>
294+
</button>
295+
<button class="carousel-control-next" type="button" data-bs-target="#carousel-sesc" data-bs-slide="next">
296+
<span class="carousel-control-next-icon" aria-hidden="true"></span>
297+
<span class="visually-hidden">PrΓ³ximo</span>
298+
</button>
299+
</div>
300+
301+
</div>
302+
</div>
303+
</div>
266304

267-
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3974.101838215441!2d-42.7821533!3d-5.0872304!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x78e3b15fb7184c3%3A0x92053ede1a6fc901!2sSesc%20Caju%C3%ADna!5e0!3m2!1spt-BR!2sbr!4v1741219028235!5m2!1spt-BR!2sbr" height="600" style="border:0;" loading="lazy" referrerpolicy="no-referrer-when-downgrade" class="d-block w-100 p-2 border rounded bg-light shadow"></iframe>
268305

269306
<div class="text-center block mt-5">
270307
<a href="#calendar" class="link-dark">

β€Žstatic/css/style.cssβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,14 @@
160160
height: calc(60vh - 6rem) !important;
161161
}
162162

163+
#carousel-sesc {
164+
height: 600px !important;
165+
}
166+
167+
#carousel-sesc img {
168+
height: 600px !important;
169+
}
170+
163171
@media (max-width: 767.98px) {
164172
.carousel {
165173
height: 400px !important;
335 KB
Loading
136 KB
Loading
325 KB
Loading

0 commit comments

Comments
Β (0)