Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
trisha0505 committed Sep 10, 2024
1 parent 3aa7a8d commit 7ca2616
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 5 deletions.
4 changes: 2 additions & 2 deletions asserts/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ section.section {
box-shadow: 2px 2px rgba(0, 0, 0, 0.48);
border: 1.5px solid rgba(255, 255, 255, 0.85);
}
.carousel-container-rel:hover > .carousel-info div {
/* .carousel-container-rel:hover > .carousel-info div {
display: block;
}
.carousel-container-rel:hover > .carousel-info {
Expand All @@ -364,7 +364,7 @@ section.section {
flex-direction: column;
justify-content: center;
align-items: center;
}
} */

/* Team */
#team .team-division {
Expand Down
Binary file modified asserts/images/2024-2025/events/ethics_Seminar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added asserts/images/2024-2025/events/ewaste.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed ethics_Seminar(1).jpg
Binary file not shown.
42 changes: 39 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -251,15 +251,15 @@ <h3>Mission</h3>
<section id="events" class="section">
<h2 class="section-title">EVENTS</h2>
<hr />
<!-- <div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="carousel">
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active"
aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2"
aria-label="Slide 3"></button>
</div> -->
</div>
<div class="carousel-inner">
<!-- <div class="carousel-item active">
<div class="carousel-container">
Expand Down Expand Up @@ -366,12 +366,48 @@ <h3>Ethics Seminar & Poster making competition</h3>
</li>
</ul>
</div> -->

</div>
</div>
</div>
</div>

<div class="carousel-item">
<div class="carousel-container">
<div class="carousel-container-rel">
<img src=".\asserts\images\2024-2025\events/ewaste.jpg" class="d-block w-100" alt="..." />
<div class="carousel-info">
<h3>E-Waste Collection Drive</h3>
<div>
<ul>
<li>
<p>
An E-Waste Collection Drive was organized by ITSA in collaboration with NSS for all our students
on 21th August 2022.
</p>
</li>
<li>
<p>
This drive was organized by our very own teams with the help of our ITSA Coordinators Mrs Shree
Jaswal and Mrs Prajyoti D’silva and NSS Incharge Mr Paul Fernandes.
</p>
</li>
<li>
<p>
E-Waste collection in the quadrangle during the breaks.
All the collected E-Waste was handed over to the NSS team for recycling.

</p>
</li>
</ul>
</div>
</div>
</div>
</div>

</div>



<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
Expand Down

0 comments on commit 7ca2616

Please sign in to comment.