Skip to content

Commit

Permalink
Merge pull request #121 from TCP-Tech/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
virajchandra51 authored Oct 9, 2023
2 parents 434ccdc + f285bbb commit 5ac18b7
Show file tree
Hide file tree
Showing 44 changed files with 705 additions and 201 deletions.
63 changes: 63 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"axios": "^1.5.0",
"emailjs-com": "^3.2.0",
"font-awesome": "^4.7.0",
"framer-motion": "^10.16.4",
"react-countup": "^6.4.2",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
Expand Down
3 changes: 1 addition & 2 deletions public/preloader.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
}

.hehe{
overflow: hidden;

overflow-x: hidden !important;
}

.intro-container1 img {
Expand Down
12 changes: 6 additions & 6 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
width: 100%;
}

/* .bg-image{
background-image: url("./assets/images/bg.webp");
background-repeat: no-repeat;
.bg-image{
background-image: url("./assets/images/bg.png");
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
} */
}

/* .main-container {
background-image: url("./assets/images/14.png");
Expand Down Expand Up @@ -57,8 +57,8 @@ a {
margin: 2rem 2rem;
}
.bg-image{
background-size: cover;
background-position-x: -200px;
background-image: none;
background: linear-gradient(112.5deg, rgba(54, 5, 77, 0.212) 11.4%, rgba(145, 64, 174, 0.071) 60.2%);;
}
}

Expand Down
54 changes: 19 additions & 35 deletions src/assets/data/PrizesData.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ const Prizes = [
],
prizeInfo: [
"Digital Ocean Credits: Rs. 50,000",
"JetBrains Free Educational License",
"Taskade Unlimited Workspace Upgrade: Rs. 1,00,000",
"1-month FREE Echo-3D Premium Plan: Rs. 50,000",
"UNO interview plan by Interview Buddy: Rs. 7,000",
"Discount on PrepBytes Placement Courses: Rs. 30,000",
"T-Shirt Swag for all team members",
],
},
Expand All @@ -21,11 +17,7 @@ const Prizes = [
],
prizeInfo: [
"Digital Ocean Credits: Rs. 40,000",
"JetBrains Free Educational License",
"Taskade Unlimited Workspace Upgrade: Rs. 1,00,000",
"1-month FREE Echo-3D Premium Plan: Rs. 50,000",
"UNO interview plan by Interview Buddy: Rs. 7,000",
"Discount on PrepBytes Placement Courses: Rs. 30,000",
"T-Shirt Swag for all team members",
],
},
Expand All @@ -36,37 +28,29 @@ const Prizes = [
],
prizeInfo: [
"Digital Ocean Credits: Rs. 33,000",
"JetBrains Free Educational License",
"Taskade Unlimited Workspace Upgrade: Rs. 1,00,000",
"1-month FREE Echo-3D Premium Plan: Rs. 50,000",
"UNO interview plan by Interview Buddy: Rs. 7,000",
"Discount on PrepBytes Placement Courses: 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.',
'1-month FREE access to Premium Plan features of the Echo-3D platform worth Rs. 50,000.',
]
},
{
title : "Extras",
cashPrize : [
],
prizeInfo : [
'T-Shirts, Stickers and other goodies for all participants.',
],
},
];

export default Prizes;
47 changes: 22 additions & 25 deletions src/assets/data/sponsersData.js
Original file line number Diff line number Diff line change
@@ -1,51 +1,48 @@
import sponser1 from "../images/sponsers/sponser1.webp";
import sponser2 from "../images/sponsers/sponser2.webp";
import sponser4 from "../images/sponsers/sponser4.webp";
import sponser3 from "../images/sponsers/sponser3.webp";
import sponser5 from "../images/sponsers/sponser5.webp";
import sponser13 from "../images/sponsers/sponser13.webp";
import sponser6 from "../images/sponsers/sponser6.webp";
import sponser7 from "../images/sponsers/sponser7.webp";
import sponser9 from "../images/sponsers/sponser9.webp";
import sponser10 from "../images/sponsers/sponser10.webp";
import sponser14 from "../images/sponsers/sponser14.webp";

const platinum = [
{
img: sponser1,
},
{
img: sponser2,
img: sponser4,
},
{
img: sponser13,
img: sponser6,
},
{
img: sponser1,
},
{
img: sponser2,
},
{
img: sponser13,
},
];

const gold = [
{
img: sponser3,
img: sponser7,
},
{
img: sponser5,
img: sponser14,
},
{
img: sponser3,
}
];

// const bronze = [
// {
// img: sponser6,
// },
// {
// img: sponser7,
// },
// {
// img: sponser5,
// }, // repeated to show wrapping
// ];

const sponsers = { platinum, gold };
const partners = [
{
img: sponser9,
},
{
img: sponser10,
},
]

const sponsers = { platinum, gold, partners };
export default sponsers;
Binary file added 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 removed src/assets/images/bg.webp
Binary file not shown.
Binary file removed src/assets/images/cross.png
Binary file not shown.
4 changes: 4 additions & 0 deletions src/assets/images/cross.svg
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/graveyard.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/guidelines_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 17 additions & 1 deletion src/assets/images/hackathonBg.svg
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/sponsers/sponser10.webp
Binary file not shown.
Binary file added src/assets/images/sponsers/sponser14.webp
Binary file not shown.
Binary file modified src/assets/images/sponsers/sponser2.webp
Binary file not shown.
Binary file added src/assets/images/sponsers/sponser4.webp
Binary file not shown.
Binary file added src/assets/images/sponsers/sponser6.webp
Binary file not shown.
Binary file added src/assets/images/sponsers/sponser7.webp
Binary file not shown.
Binary file added src/assets/images/sponsers/sponser9.webp
Binary file not shown.
Binary file added src/assets/images/spookybg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5ac18b7

Please sign in to comment.