Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified public/img/event/AquaExposure.png
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 public/img/event/AquaExposure_Logo.png
Binary file not shown.
Binary file removed public/img/event/AquaInnovate.png
Binary file not shown.
Binary file removed public/img/event/AquaInnovate_Logo.png
Binary file not shown.
Binary file modified public/img/event/BoatWars.png
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 public/img/event/BoatWars_Logo.png
Binary file not shown.
Binary file removed public/img/event/CrypticClues_Logo.png
Binary file not shown.
Binary file modified public/img/event/DeepSeaDispustes.png
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 public/img/event/DeepSeaDispustes_Logo.png
Binary file not shown.
Binary file removed public/img/event/Deep_Sea_Disputes.webp
Binary file not shown.
Binary file removed public/img/event/Quizathon_Logo.png
Binary file not shown.
Binary file removed public/img/event/Treasure_Hunt.webp
Binary file not shown.
Binary file added public/img/event/paperprep.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions src/components/AboutSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ export default function AboutSection() {
<h5 className="text-primary-gradient fw-medium">NAROES</h5>
<h1 className="mb-4">About Samudramanthan</h1>
<p className="mb-4">
Students from all around India participated actively in Samudramanthan in 23 <br />
{/* Students from all around India participated actively in Samudramanthan in 23 <br />
It was a huge success because of the diligent labour, devotion, excitement, ingenuity, and inventiveness. <br />
We had the largest participation ever and received praise for the interesting and difficult competitions. <br />
We had the largest participation ever and received praise for the interesting and difficult competitions. <br /> */}
Students from all over India actively participated in Samudramanthan.
The event was a true celebration of dedication, enthusiasm, creativity, and innovation, with participants showcasing their skills and pushing their limits. This year, we witnessed the highest number of participants ever, a testament to the growing popularity and prestige of the event. The engaging and challenging competitions received widespread praise, leaving a lasting impact on both participants and spectators.
Samudramanthan is not just a competition but a platform for learning, collaborationn, and unforgettable experiences.
</p>
<div className="row g-4 mb-4">
<div className="col-sm-6 wow fadeIn" data-wow-delay="0.5s">
Expand Down
6 changes: 3 additions & 3 deletions src/components/Sponsars.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@ function Sponsors() {
<img src="img\Spons\Vedam.png" className="card-img-top" alt="" />
</div>
</div>
<h5 className="spons_txt my-4">Major Sponsor</h5>
<h5 className="spons_txt my-4">Title Sponsor</h5>
</div>

<div className="row row-cols-1 row-cols-md-1 g-4 my-2 animated slideInRight center">
<div className="col width-120">
<div className="col width-160">
<div className="card h-100">
<img src="img\Spons\boyancy.jpg" className="card-img-top" alt="" />
</div>
</div>
<h5 className="spons_txt my-4">Event Sponsor</h5>
<h5 className="spons_txt my-4">Major Sponsor</h5>
</div>


Expand Down
172 changes: 93 additions & 79 deletions src/data/EventData.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ code {
.width-120{
width: 120%;
}
.width-160{
width: 160%;
}
.spons_width3{
display: flex;
flex-direction: column;
Expand Down