diff --git a/src/App.js b/src/App.js index 7142946..dde378e 100644 --- a/src/App.js +++ b/src/App.js @@ -18,7 +18,6 @@ import { SilverSponsors, } from "./components/Sponsor/sponsor"; import Team from "./components/team/Team"; -import PrizePage from "./components/prizes2/PrizePage"; function App() { const [loading, setLoading] = useState(true); @@ -35,7 +34,6 @@ function App() {
- diff --git a/src/components/HeroLandingPage/Header.jsx b/src/components/HeroLandingPage/Header.jsx index b4b13de..51f9478 100644 --- a/src/components/HeroLandingPage/Header.jsx +++ b/src/components/HeroLandingPage/Header.jsx @@ -8,7 +8,6 @@ import Hamburger from "hamburger-react"; import { Link, animateScroll as scroll } from "react-scroll"; import HackodishaIMG from "../../assets/logo.png"; import { Routes, Route } from "react-router-dom"; -import PrizePage from "../prizes2/PrizePage"; const Header = () => { const [isNavExpanded, setIsNavExpanded] = useState(false); @@ -19,7 +18,6 @@ const Header = () => { }> {" "} - }> diff --git a/src/components/Prize/prize.jsx b/src/components/Prize/prize.jsx index 5dbe56b..639aa48 100644 --- a/src/components/Prize/prize.jsx +++ b/src/components/Prize/prize.jsx @@ -3,7 +3,6 @@ import "./prize.css"; import first from "./assets/first.svg"; import second from "./assets/second.svg"; import third from "./assets/third.svg"; -import PrizePage from "../prizes2/PrizePage"; import { Routes, Route } from "react-router-dom"; import { Link } from "react-router-dom"; @@ -43,7 +42,7 @@ const Prize = () => {
@@ -76,7 +75,7 @@ const Prize = () => { @@ -109,7 +108,7 @@ const Prize = () => { diff --git a/src/components/prizes2/PrizePage.jsx b/src/components/prizes2/PrizePage.jsx deleted file mode 100644 index 702876e..0000000 --- a/src/components/prizes2/PrizePage.jsx +++ /dev/null @@ -1,42 +0,0 @@ -import React from 'react' -import "./prizepage.css" -import PrizePageData from './PrizePageData' - - -function PrizeBox({title,prizelist}){ - return ( -
- -
- ) -} - -export default function PrizePage() { - return ( -
-
-

Prizes

-
-
- {PrizePageData.map(items=>( - - )) - } -
-
- ) -} - - - - - diff --git a/src/components/prizes2/PrizePageData.jsx b/src/components/prizes2/PrizePageData.jsx deleted file mode 100644 index 8c422ea..0000000 --- a/src/components/prizes2/PrizePageData.jsx +++ /dev/null @@ -1,60 +0,0 @@ -export default [ - { - title : "Overall Winner", - prizelist: ["Cash 7000", "4 $20 ebook vouchers no starch press", "Async online mock practice with unlimited practice interview buddy", "Axure RP Team Edition", "Fueler Premium Fueler Digital Bundle", "Hackathon plan 6 months testmail", "Clerky company lifetime package", "Jetbrains Personal Subscription and free annual license of IDE of choice"] - - }, - { - title:"Overall Runner's Up", - prizelist:["Cash 5000", "Async online mock practice with unlimited practice interview buddy", "Axure RP Team Edition", "Fueler Premium Fueler Digital Bundle", "Hackathon plan 6 months testmail", "Jetbrains Personal Subscription"] - }, - { - title:"Overall Second Runner's Up", - prizelist:["Cash 3000", "Axure RP Team Edition", "Fueler Premium Fueler Digital Bundle", "Hackathon plan 6 months testmail"] - }, - { - title:"Beginners Track", - prizelist:["Cash 3000", "Hackathon plan 6 months testmail"] - }, - { - title:"Womens Track", - prizelist:["Cash 3000", "Hackathon plan 6 months testmail"] - }, - { - title:"Best College Project", - prizelist:["Cash 7000", "Fueler Premium Fueler Digital Bundle", "Hackathon plan 6 months testmail"] - }, - { - title:"Mini-event giveaway", - prizelist:["1 $20 ebook vouchers no starch press", "Rosenfeld Free giveaway"] - }, - { - title:"Registered and Checked-in", - prizelist:[ "5-Year free upgrades for everyone else taskade", "25% discount no starch press", "discount vouchers interview buddy", "1Password teams", "90-day extended trial promo code for Balsamiq Cloud", "Free domains from .xyz", "20% discount Rosenfeld"] - }, - { - title:"Best Domain Name from GoDaddy Registry", - prizelist:[ "Hack from Home Kit"] - }, - { - title:"Most Creative Use of Twilio", - prizelist:["Twilio Swag Box","GameGo Console"] - }, - { - title:"Best Web Monetization Project", - prizelist:["Portable Charger, Coil Pin & $60 Credit"] - }, - { - title:"Best Blockchain Project Using Hedera", - prizelist:["Glorious Modular Compact Mechanical Keyboard"] - }, - { - title:"Most Creative Use of GitHub", - prizelist:["GitHub Octocat Puzzle & Sticker bundle"] - }, - { - title:"All Students Of NITR", - prizelist:["Free Food Coupons from Sugar Eats, Free stickers"] - } -] -; \ No newline at end of file diff --git a/src/components/prizes2/prizepage.css b/src/components/prizes2/prizepage.css deleted file mode 100644 index 664a108..0000000 --- a/src/components/prizes2/prizepage.css +++ /dev/null @@ -1,14 +0,0 @@ -.containerp{ - - margin: auto; - align-items: center; - margin-top: 40px; - margin-bottom: 40px; - opacity: 0.9; - background: linear-gradient(135deg, rgb(16 16 64), rgba(255, 255,255, 0)); - -webkit-backdrop-filter: blur(20px); - backdrop-filter: blur(20px); - box-shadow: 0 8px 32px 0 rgb(0 0 0 / 37%); - border: 1px solid rgba(255, 255, 255, 0.18); - border-radius: 16px; -} \ No newline at end of file