Skip to content

Commit

Permalink
sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
virajchandra51 committed Oct 4, 2023
1 parent b282aac commit ad0e0d4
Show file tree
Hide file tree
Showing 22 changed files with 3 additions and 12 deletions.
8 changes: 0 additions & 8 deletions src/assets/data/sponsersData.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,7 @@ import sponser2 from "../images/sponsers/sponser2.png";
import sponser3 from "../images/sponsers/sponser3.png";
import sponser4 from "../images/sponsers/sponser4.png";
import sponser5 from "../images/sponsers/sponser5.png";
import sponser6 from "../images/sponsers/sponser6.png";
import sponser7 from "../images/sponsers/sponser7.png";
import sponser8 from "../images/sponsers/sponser8.png";
import sponser9 from "../images/sponsers/sponser9.png";
import sponser10 from "../images/sponsers/sponser10.png";
import sponser11 from "../images/sponsers/sponser11.png";
import sponser12 from "../images/sponsers/sponser12.png";
import sponser13 from "../images/sponsers/sponser13.png";
import sponser14 from "../images/sponsers/sponser14.png";

const platinum = [
{
Expand Down
Binary file modified src/assets/images/CodeUtsava_Brochure_7.0.pdf
Binary file not shown.
Binary file modified src/assets/images/CodeUtsava_Guidelines_7.0.pdf
Binary file not shown.
Binary file modified src/assets/images/bg-eventCard.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 modified src/assets/images/bg.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 modified src/assets/images/cauldron.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 modified src/assets/images/codeutsavaTitle3d.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 modified src/assets/images/event1.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 src/assets/images/event2.png
Binary file not shown.
Binary file removed src/assets/images/event3.png
Binary file not shown.
Binary file removed src/assets/images/event4.png
Binary file not shown.
Binary file removed src/assets/images/event5.png
Binary file not shown.
Binary file removed src/assets/images/event6.png
Binary file not shown.
Binary file removed src/assets/images/event7.png
Binary file not shown.
Binary file removed src/assets/images/event8.png
Binary file not shown.
Binary file removed src/assets/images/event9.png
Binary file not shown.
Binary file removed src/assets/images/file10.png
Binary file not shown.
Binary file modified src/assets/images/ghost.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 modified src/assets/images/pumpkin.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 modified src/assets/images/register.pdf
Binary file not shown.
5 changes: 2 additions & 3 deletions src/components/eventCard/EventCard.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
background-size: cover;
display: flex;
flex-direction: column;
margin: 1.5rem 2rem;
margin: 1.5rem 2.5rem;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
color: black;
Expand Down Expand Up @@ -118,8 +118,7 @@

@media screen and (max-width: 486px) {
.codeutsava__section3-card {
margin: 10px;
margin-bottom: 20px;
margin: 0;
}
.codeutsava__section3-cardTitle{
font-weight: 700;
Expand Down
2 changes: 1 addition & 1 deletion src/pages/home/sections/section3/Section3.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const Section3 = () => {
}
timeRef.current = setTimeout(() => {
goToNext();
}, 5000);
}, 50000);
});

return (
Expand Down

0 comments on commit ad0e0d4

Please sign in to comment.