Skip to content

Commit

Permalink
major changes with arora
Browse files Browse the repository at this point in the history
  • Loading branch information
virajchandra51 committed Oct 4, 2023
1 parent 88b0854 commit 9867f3c
Show file tree
Hide file tree
Showing 18 changed files with 136 additions and 126 deletions.
2 changes: 1 addition & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.bg-image{
background-image: url("./assets/images/bg.png");
background-repeat: no-repeat;
background-size: fill;
background-size: cover;
background-attachment: fixed;
}

Expand Down
46 changes: 23 additions & 23 deletions src/assets/data/PrizesData.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,29 +44,29 @@ const Prizes = [
'Discount on PrepBytes Placement Courses worth Rs. 30,000. T-Shirt Swag for all team members.',
]
},
{
title : "Winning Team of each category (Five Categories)",
cashPrize : [
'Team will be awarded prizes worth Rs. 2 Lakh.',
'Cash Prize of Rs. 10,000.',
],
prizeInfo : [
'Digital Ocean credits worth Rs. 8,000.',
'JetBrains Free Educational License for all.',
'Taskade Unlimited Workspace Upgrade worth Rs. 1,00,000. (Lifetime Access)',
'1-month FREE access to Premium Plan features of the Echo-3D platform worth Rs. 50,000.',
'UNO interview plan with unlimited practice from Interview Buddy worth Rs. 7000.',
'Discount on PrepBytes Placement Courses worth Rs. 30,000.',
]
},
{
title : "Extras",
cashPrize : [
],
prizeInfo : [
'T-Shirts, Stickers and other goodies for all participants.',
],
},
// {
// title : "Winning Team of each category (Five Categories)",
// cashPrize : [
// 'Team will be awarded prizes worth Rs. 2 Lakh.',
// 'Cash Prize of Rs. 10,000.',
// ],
// prizeInfo : [
// 'Digital Ocean credits worth Rs. 8,000.',
// 'JetBrains Free Educational License for all.',
// 'Taskade Unlimited Workspace Upgrade worth Rs. 1,00,000. (Lifetime Access)',
// '1-month FREE access to Premium Plan features of the Echo-3D platform worth Rs. 50,000.',
// 'UNO interview plan with unlimited practice from Interview Buddy worth Rs. 7000.',
// 'Discount on PrepBytes Placement Courses worth Rs. 30,000.',
// ]
// },
// {
// title : "Extras",
// cashPrize : [
// ],
// prizeInfo : [
// 'T-Shirts, Stickers and other goodies for all participants.',
// ],
// },
];

export default Prizes;
7 changes: 3 additions & 4 deletions src/assets/data/sponsersData.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ 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";
import sponser15 from "../images/sponsers/sponser15.png";

const platinum = [
{
Expand Down Expand Up @@ -85,7 +84,7 @@ const gold = [
img: sponser14,
},
{
img: sponser15,
img: sponser13,
},
{
img: sponser4,
Expand All @@ -100,7 +99,7 @@ const gold = [
img: sponser14,
},
{
img: sponser15,
img: sponser13,
},
{
img: sponser4,
Expand All @@ -115,7 +114,7 @@ const gold = [
img: sponser14,
},
{
img: sponser15,
img: sponser13,
},
];

Expand Down
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 added src/assets/images/coffin0.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 added src/assets/images/coffin1.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 added src/assets/images/coffin2.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/section9.png
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 @@ -7,15 +7,15 @@
.codeutsava__section3-card {
position: relative;
padding: 2rem;
background-image: url("../../assets/images/section9.png");
background-image: url("../../assets/images/bg-eventCard.png");
background-repeat: no-repeat;
background-size: cover;
display: flex;
flex-direction: column;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
color: black;
box-shadow: var(--secondary-c) 0 0 12px;
box-shadow: orange 0 0 8px;
align-items: center;
justify-content: flex-end;
border-radius: 4px;
Expand Down Expand Up @@ -43,7 +43,6 @@
.codeutsava__section3-image {
position: relative;
margin: auto;
top: 20px;
width: 100%;
transition: all 0.2s ease-in-out;
border-radius: 4px;
Expand Down
8 changes: 4 additions & 4 deletions src/components/infiniteCarousel/InfiniteCarousel.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
.codeutsava__sponsers-carousel {
display: inline-block;
overflow: hidden;
padding: 2rem;
white-space: nowrap;
width: 800%;
padding: 2rem 0;
animation: scrollInfinite 40s linear infinite;
}

Expand All @@ -19,7 +19,7 @@

.codeutsava__sponsers-carousel-item {
display: inline-block;
margin: 2rem 3rem;
margin: 0rem 3rem;
height: 75px;
width: auto;
object-fit: contain;
Expand All @@ -30,7 +30,7 @@
display: inline-block;
vertical-align: middle;
width: 200px;
object-fit: cover;
text-align: center;
}

.codeutsava__sponsers-carousel-item-block{
Expand All @@ -43,6 +43,6 @@
transform: translateX(0);
}
100% {
transform: translateX(calc(-250px * 10));
transform: translateX(calc(-250px * 25));
}
}
2 changes: 1 addition & 1 deletion src/components/navbarTeam/NavbarTeam.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.codeutsava__navbarTeam {
display: flex;
flex-direction: column;
background-color: rgba(250, 250, 250, 0);
background-color: rgba(250, 250, 250, 0);
backdrop-filter: blur(10px);
position: relative;
padding: 0px;
Expand Down
6 changes: 4 additions & 2 deletions src/components/prizeBox/PrizeBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ import React from "react";

import "../../pages/home/sections/section9/Section9.css";

const PrizeBox = ({ title, cashPrize, prizeInfo }) => {
const colors = ["coffin0", "coffin1", "coffin2"]

const PrizeBox = ({ title, cashPrize, prizeInfo, key}) => {
return (
<div className="codeutsava__section9-box">
<div className={`codeutsava__section9-box coffin0`}>
<div className="codeutsava__section9-boxtitle">{title}</div>
<div className="codeutsava__section9-boxInfo">
<ul>
Expand Down
2 changes: 1 addition & 1 deletion src/motionUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const sliderSettings = {
touchMove: true,
useCSS: true,
autoplay: true,
autoplaySpeed: 1000,
autoplaySpeed: 3000,
responsive: [
{
breakpoint: 1024,
Expand Down
2 changes: 1 addition & 1 deletion src/pages/contactUs/ContactUs.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import IntroAudio from "../../components/introAudio/IntroAudio";

const ContactUs = () => {
return (
<div>
<div className="bg-image">
<div className="codeutsava__navbar-container">
<NavbarTeam />
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/faqs/FAQs.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const FAQs = () => {
}

return (
<div>
<div className="bg-image">
<div className="codeutsava__navbar-container">
<NavbarTeam />
</div>
Expand Down
1 change: 1 addition & 0 deletions src/pages/home/HomePage.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
margin-top: 10rem;
overflow-x: hidden;
}

.intro_audio_new_design{
position: fixed;
bottom:0.75rem;
Expand Down
1 change: 0 additions & 1 deletion src/pages/home/HomePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import ScrollToTopnew from "../../components/scrollToTop/ScrollToTop";
const HomePage = () => {
return (
<div className="bg-image">
<div id="overlay"></div>
<Navbar />
<div className="container mx-auto">
<Section1 />
Expand Down
Loading

0 comments on commit 9867f3c

Please sign in to comment.