diff --git a/src/components/prize_section/Prize.jsx b/src/components/prize_section/Prize.jsx index 8e4f368..2abe96e 100644 --- a/src/components/prize_section/Prize.jsx +++ b/src/components/prize_section/Prize.jsx @@ -1,9 +1,133 @@ import React from 'react' - +import './styles_prize.css'; export default function Prize() { return (
- + <> +
+

Prize Section

+
+
+
+ +
+

Overall First

+ T&C +

Coil Prize, SAWO community box, Devfolio Swag kit, Taskade LifeTime Access, Streamyard Essential Plan, Egghead 1 year plan (all the courses), GFG 1150 coupon - applicable on all courses, Clerky LifeTime Package worth $800, $35

+
+ +
+
+ +
+
+
+

Overall Second

+
+ +
+ T&C +

Coil Prize, SAWO community box, Devfolio Swag kit, Taskade LifeTime Access, Streamyard Essential Plan, Egghead 1 year plan (all the courses), GFG 800 coupon - applicable on all courses, $20

+
+
+
+
+
+ +
+

Overall Third

+ T&C +

Coil Prize, SAWO community box, Devfolio Swag kit, Taskade LifeTime Access, Streamyard Essential Plan, Egghead 1 year plan (all the courses), GFG 500 coupon - applicable on all courses, $15

+
+
+
+
+
+ +
+

Overall Fourth & Fifth

+ T&C +

Devfolio swag kit, egg head coupon, taskade 2 year, Gfg 150 coupon, Coding ninjas 25%off coupon

+
+
+
+
+
+ +
+

Polygon - Devfolio

+

Hackathon Season Prize

+ T&C +

Polygon will be giving away a cash prize for the best hack built on top of Ethereum (Rs.10000) during the hackathon. For teams that integrate Polygon in their hacks as well the prize money will be higher (Rs.15000) along with eligibility for internship/full-time role interviews and a chance to land seed funding of upto 5000 USD + +

+
+
+
+
+
+ +
+

Tezos - Devfolio Hackathon

+

Season Prizer

+ T&C +

15000 INR for best Dapp built on Tezos,Continuity grant opportunity up to 5,000 USD for an outstanding project and Every valid submission made in the Tezos track will be rewarded with exclusive Schwag Kits.

+
+
+
+
+
+ +
+

Filecoin - Devfolio

+

Hackathon Season Prize

+ T&C +

15000 INR for best use of IPFS and/or Filecoin

+
+
+
+
+
+ +
+

Sawo Lab API Prize

+ T&C +

100$ and Community Box to the winning team for using Sawo Labs API

+
+
+
+
+
+ +
+

Celo - Devfolio Hackathon

+

Season Prize

+ T&C +

15000 INR for best Dapp built on Celo

+
+
+
+
+
+ +
+

Coil API Prize

+ T&C +

3 Coil Prizes for overall winners and Coil Prizes for all who integrate coil API

+
+
+
+
+
+ +
+

More Prizes

+ T&C +

More prizes will be revealed soon..

+
+
+
+
) } diff --git a/src/components/prize_section/styles_prize.css b/src/components/prize_section/styles_prize.css new file mode 100644 index 0000000..72ff4b1 --- /dev/null +++ b/src/components/prize_section/styles_prize.css @@ -0,0 +1,199 @@ +body{ + padding: 40px 0; + +} + +/* =========== PRIZE SECTION CODE ================== */ +.prize-section{ + width: 90%; + margin-left: 80px; + height: 100%; + background-color: rgb(242,238,254); + padding: 4px 2px; + border-radius: 19px; + padding-bottom: 100px; + +} +.prize-section .container1{ + padding: 0px 110px; +} +.prize-section h1{ + text-align: center; + font-size: 85px; + color:#363535; + +} + +.prize-section h2{ + font-size: 35px; + /* margin-bottom: 40px; */ +} + +.prize-section a{ + cursor: pointer; + text-decoration: none; + font-size: 18px; + /* padding-top: 10px; */ +} + +.prize-section p{ + font-size: 23px; + color: rgb(91, 96, 102); +} + + +.prize img{ + position: relative; +} + + +.first-cup img{ + width: 75px; + position: absolute; + margin-top: -30px; + margin-left: -80px; +} +.rotate img{ + transform: rotate(30deg); + +} +.container1{ + padding: 100px 0px; + margin-top: 100px; +} + +.second-cup img{ + margin-top: -160px; + width: 90px; + margin-left: -80px; +} +.third-cup img{ + width: 70px; + /* margin-top: -340px; */ + /* margin-top: 20px; */ + margin-top: -20px; + margin-left: -80px; + width: 90px; +} +.others img{ + width: 80px; + /* margin-bottom: -30px; */ + margin-top: -25px; + margin-left: -95px; + width: 90px; + /* margin-left: -1; */ +} +.prize h1{ + /* line-height: -111px; */ +} + +.prize{ + /* background-color: rgb(224, 224, 224); */ + background-color: rgb(200,204,244); + padding: 2px 60px; + align-items: center; + border-radius: 10px; + margin-bottom: 20px; +} + + + +/* ========= SPONSORS PART ========== */ +.sponsors{ + margin-top: 150px; + width: 90%; + margin-left: 80px; + border-radius: 19px; + height: 100%; + background-color: rgb(242, 238, 254); +} +.sponsors h1{ + text-align: center; + font-size: 100px; + padding: 70px 0 0 0; + color: #363535; +} + +.interested{ + display: flex; + align-items: center; + justify-content: center; + gap: 50px; + margin-top: 20px; +} +.interested h3{ + font-size: 35px; + color: #363535; +} +.interested button{ + font-size: 20px; + border-radius: 15px; + padding: 10px 30px; + background-color: rgb(224, 224, 224); +} + +.interested button:hover{ + /* background-color: rgb(148, 121, 173); */ + background-color: rgb(200,204,244); + transition: 0.3s; +} + +img{ + width: 100px; +} + + +.client-area{ + /* padding: 150px 0 0; */ + padding: 140px 0; + +} + +.slick-slide{ + margin: 0 20px; +} + +.slick-slide img{ + width: 100%; +} + +.slick-list{ + position: relative; + display: block; + overflow: hidden; + margin: 0; + padding: 0; +} + +.slick-list:focus{ + outline: none; +} + +.slick-slide{ + display: none; + float: left; + height: 100%; + min-height: 1px; +} + +.slick-slide img{ + display: block; + +} + +.slick-initialized .slick-slide{ + display: block; +} + +.slick-loading .slick-slide{ + visibility: hidden; +} +.container{ + background-color: rgb(200,204,244); + border-radius: 20px; + padding: 70px; +} + +.logo-area .slinder img{ + border-radius: 50%; +} diff --git a/src/components/sponsors/Sponsors.jsx b/src/components/sponsors/Sponsors.jsx index 734ba4c..37264c1 100644 --- a/src/components/sponsors/Sponsors.jsx +++ b/src/components/sponsors/Sponsors.jsx @@ -1,9 +1,66 @@ -import React from 'react' +import React from 'react'; +import './styles_prize.css'; -export default function Sponsors() { +const Sponsors = () => { return ( -
- -
+ <> +
+
+

Sponsors & Partners

+
+
+

Interested in Sponsoring

+ +
+ +
+
+
+
Sawo Labs
+
Devfolio
+
Coding Ninjas
+
File coin
+
Tezos
+
Egghead.io
+
taskade
+
Polygon
+
Axure
+
Codersmind
+
Cscodershub
+
+
+ + + + + + + ) -} +} + + +export default Sponsors; \ No newline at end of file diff --git a/src/components/sponsors/images/1.png b/src/components/sponsors/images/1.png new file mode 100644 index 0000000..135081a Binary files /dev/null and b/src/components/sponsors/images/1.png differ diff --git a/src/components/sponsors/images/10.jpg b/src/components/sponsors/images/10.jpg new file mode 100644 index 0000000..6137fa4 Binary files /dev/null and b/src/components/sponsors/images/10.jpg differ diff --git a/src/components/sponsors/images/11.png b/src/components/sponsors/images/11.png new file mode 100644 index 0000000..42b4176 Binary files /dev/null and b/src/components/sponsors/images/11.png differ diff --git a/src/components/sponsors/images/2.png b/src/components/sponsors/images/2.png new file mode 100644 index 0000000..0eb9269 Binary files /dev/null and b/src/components/sponsors/images/2.png differ diff --git a/src/components/sponsors/images/2nd.png b/src/components/sponsors/images/2nd.png new file mode 100644 index 0000000..46da9bc Binary files /dev/null and b/src/components/sponsors/images/2nd.png differ diff --git a/src/components/sponsors/images/3.png b/src/components/sponsors/images/3.png new file mode 100644 index 0000000..0238c94 Binary files /dev/null and b/src/components/sponsors/images/3.png differ diff --git a/src/components/sponsors/images/4.png b/src/components/sponsors/images/4.png new file mode 100644 index 0000000..a8a7743 Binary files /dev/null and b/src/components/sponsors/images/4.png differ diff --git a/src/components/sponsors/images/5.jpg b/src/components/sponsors/images/5.jpg new file mode 100644 index 0000000..3236f9e Binary files /dev/null and b/src/components/sponsors/images/5.jpg differ diff --git a/src/components/sponsors/images/6.png b/src/components/sponsors/images/6.png new file mode 100644 index 0000000..4faac6f Binary files /dev/null and b/src/components/sponsors/images/6.png differ diff --git a/src/components/sponsors/images/7.png b/src/components/sponsors/images/7.png new file mode 100644 index 0000000..4ec9182 Binary files /dev/null and b/src/components/sponsors/images/7.png differ diff --git a/src/components/sponsors/images/8.png b/src/components/sponsors/images/8.png new file mode 100644 index 0000000..1a33d9c Binary files /dev/null and b/src/components/sponsors/images/8.png differ diff --git a/src/components/sponsors/images/9.png b/src/components/sponsors/images/9.png new file mode 100644 index 0000000..9e5e2fe Binary files /dev/null and b/src/components/sponsors/images/9.png differ diff --git a/src/components/sponsors/images/image-5.png b/src/components/sponsors/images/image-5.png new file mode 100644 index 0000000..22db86a Binary files /dev/null and b/src/components/sponsors/images/image-5.png differ diff --git a/src/components/sponsors/images/other.png b/src/components/sponsors/images/other.png new file mode 100644 index 0000000..33afb97 Binary files /dev/null and b/src/components/sponsors/images/other.png differ diff --git a/src/components/sponsors/images/simple.png b/src/components/sponsors/images/simple.png new file mode 100644 index 0000000..6a74591 Binary files /dev/null and b/src/components/sponsors/images/simple.png differ diff --git a/src/components/sponsors/images/third.png b/src/components/sponsors/images/third.png new file mode 100644 index 0000000..95bb39a Binary files /dev/null and b/src/components/sponsors/images/third.png differ diff --git a/src/components/sponsors/images/trophy.png b/src/components/sponsors/images/trophy.png new file mode 100644 index 0000000..cd82369 Binary files /dev/null and b/src/components/sponsors/images/trophy.png differ diff --git a/src/components/sponsors/styles_prize.css b/src/components/sponsors/styles_prize.css new file mode 100644 index 0000000..d573cb2 --- /dev/null +++ b/src/components/sponsors/styles_prize.css @@ -0,0 +1,201 @@ +body{ + padding: 40px 0; + +} + +/* =========== PRIZE SECTION CODE ================== */ +.prize-section{ + width: 90%; + margin-left: 80px; + height: 100%; + background-color: rgb(242,238,254); + padding: 4px 2px; + border-radius: 19px; + padding-bottom: 100px; + +} +.prize-section .container1{ + padding: 0px 110px; +} +.prize-section h1{ + text-align: center; + font-size: 85px; + color:#363535; + +} + +.prize-section h2{ + font-size: 35px; + /* margin-bottom: 40px; */ +} + +.prize-section a{ + cursor: pointer; + text-decoration: none; + font-size: 18px; + /* padding-top: 10px; */ +} + +.prize-section p{ + font-size: 23px; + color: rgb(91, 96, 102); +} + + +.prize img{ + position: relative; +} + + +.first-cup img{ + width: 75px; + position: absolute; + margin-top: -30px; + margin-left: -80px; +} +.rotate img{ + transform: rotate(30deg); + +} +.container1{ + padding: 100px 0px; + margin-top: 100px; +} + +.second-cup img{ + margin-top: -160px; + width: 90px; + margin-left: -80px; +} +.third-cup img{ + width: 70px; + /* margin-top: -340px; */ + /* margin-top: 20px; */ + margin-top: -20px; + margin-left: -80px; + width: 90px; +} +.others img{ + width: 80px; + /* margin-bottom: -30px; */ + margin-top: -25px; + margin-left: -95px; + width: 90px; + /* margin-left: -1; */ +} +.prize h1{ + /* line-height: -111px; */ +} + +.prize{ + /* background-color: rgb(224, 224, 224); */ + background-color: rgb(200,204,244); + padding: 2px 60px; + align-items: center; + border-radius: 10px; + margin-bottom: 20px; +} + + + +/* ========= SPONSORS PART ========== */ +.sponsors{ + margin-top: 150px; + width: 90%; + margin-left: 80px; + border-radius: 19px; + height: 100%; + background-color: rgb(242, 238, 254); +} +.sponsors h1{ + text-align: center; + font-size: 100px; + padding: 70px 0 0 0; + color: #363535; +} + +.interested{ + display: flex; + align-items: center; + justify-content: center; + gap: 50px; + margin-top: 20px; +} +.interested h3{ + font-size: 35px; + color: #363535; +} +.interested button{ + font-size: 20px; + border-radius: 15px; + padding: 10px 30px; + background-color: rgb(224, 224, 224); +} + +.interested button:hover{ + /* background-color: rgb(148, 121, 173); */ + background-color: rgb(200,204,244); + transition: 0.3s; +} + +img{ + width: 100px; +} + + +.client-area{ + /* padding: 150px 0 0; */ + padding: 140px 0; + +} + +.slick-slide{ + margin: 0 20px; +} + +.slick-slide img{ + width: 100%; +} + +.slick-list{ + position: relative; + display: block; + overflow: hidden; + margin: 0; + padding: 0; +} + +.slick-list:focus{ + outline: none; +} + +.slick-slide{ + display: none; + float: left; + height: 100%; + min-height: 1px; +} + +.slick-slide img{ + display: block; + +} + +.slick-initialized .slick-slide{ + display: block; +} + +.slick-loading .slick-slide{ + visibility: hidden; +} +.container{ + background-color: rgb(200,204,244); + border-radius: 20px; + padding: 70px; +} + +.logo-area .slinder img{ + border-radius: 50%; +} + +