Skip to content

Commit

Permalink
Update prizes + AVAX in nav
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaskar1001101 committed Aug 21, 2024
1 parent be4bbe7 commit ece3be0
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 9 deletions.
Binary file added src/assets/images/Navbar/avalanche_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions src/assets/images/sponsors/router.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions src/components/Navbar.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import SwipeableTemporaryDrawer from "./HamburgerMenu";
import avLogo from '../assets/images/Navbar/avalanche_logo.png';
import iiit_logo from '../assets/images/Navbar/IIITlogo.svg';
import iiit_logo_mobile from '../assets/images/Navbar/iiit_kalyani_logo.svg';
import sc1_logo from '../assets/images/Navbar/logo.svg';
Expand Down Expand Up @@ -41,7 +42,7 @@ export default function Navbar(){
};
return(
<section className="w-full relative">
<nav className="fixed 3xl:px-[250px] px-7 z-30 flex md:justify-between bg-gradient-to-b max-[768px]:space-x-5 from-[#040842] to-[#040842] w-full h-[96px] 3xl:h-[250px] max-[540px]:h-[60px] mt-0 bg-blue-800 font-vt323 leading-[96px] ">
<nav className="fixed items-center 3xl:px-[250px] px-7 z-30 flex md:justify-between bg-gradient-to-b max-[768px]:space-x-5 from-[#040842] to-[#040842] w-full h-[96px] 3xl:h-[250px] max-[540px]:h-[60px] mt-0 bg-blue-800 font-vt323 leading-[96px] ">

<img className="justify-start 3xl:w-[300px] max-[450px]:w-[86px] max-[540px]:w-[90px] max-[640px]:w-[100px] sm:w-[107px] md:w-[88px] lg:w-[107px] xl:w-[120px] " src={sc1_logo}></img>

Expand All @@ -54,8 +55,12 @@ export default function Navbar(){
<a onClick={scrollToFooter}><li className="hover:text-[#c3c3c3] cursor-pointer">CONTACT US</li></a>

</ul>
<img className= "justify-end 3xl:w-[400px] md:w-[110px] lg:w-[154px] xl:w-[175px] max-[768px]:hidden" src={iiit_logo}></img>
<img className="min-[768px]:hidden sm:w-[50px] max-[450px]:w-[35px] max-[540px]:w-[40px] max-[640px]:w-[50px]" src={iiit_logo_mobile}></img>
<div className="flex gap-2 items-center">
<img className="w-12 h-12 max-md:w-8 max-md:h-8" src={avLogo} alt="" />
<p className="text-3xl text-white">x</p>
{/* <img className= "justify-end 3xl:w-[400px] md:w-[110px] lg:w-[154px] xl:w-[175px] max-[768px]:hidden" src={iiit_logo}></img> */}
<img className="w-14 h-14 max-md:w-10 max-md:h-10" src={iiit_logo_mobile}></img>
</div>

</nav>
<div className=" absolute right-0 max-[540px]:mt-[22px] mt-[39px] w-[50px]">
Expand Down
10 changes: 5 additions & 5 deletions src/components/Prizes/Prizes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const Prizes = () => {
{/* Text on the left side */}
<h1 className="text-2xl md:text-3xl lg:text-4xl xl:text-5xl 2xl:text-6xl whitespace-nowrap lg:p-10 sm:pl-4 pl-1 tracking-wide">
<h2>&nbsp;FIRST PRIZE</h2>
<h2 className=' sm:pl-6 pl-2'><span className="text-blue-500">$</span>3600<span className='text-gray-300'>*</span></h2>
<h2 className=' sm:pl-6 pl-2'><span className="text-blue-500">&#8377;</span>300000<span className='text-gray-300'>*</span></h2>
<h3 className='max-lg:hidden sm:pl-6 pl-1 text-sm sm:text-sm md:text-md lg:text-lg xl:text-xl 2xl:text-2xl text-wrap max-w-[80%]'>*Inclusive of &#8377;35000 cash + other swags and sponsor benefits</h3>
</h1>
</div>
Expand All @@ -69,7 +69,7 @@ const Prizes = () => {
<div className="flex items-center w-fit">
<h1 className="text-2xl md:text-3xl lg:text-4xl xl:text-5xl 2xl:text-6xl whitespace-nowrap p-2 pl-1 tracking-wide">
<h2 className='w-fit'>&nbsp;SECOND PRIZE</h2>
<h2 className=' sm:pl-6 pl-2 w-fit'><span className="text-purple">$</span>2950<span className='text-gray-300'>*</span></h2>
<h2 className=' sm:pl-6 pl-2 w-fit'><span className="text-purple">&#8377;</span>245000<span className='text-gray-300'>*</span></h2>
<h3 className='max-lg:hidden sm:pl-4 pl-1 text-sm sm:text-sm md:text-md lg:text-lg xl:text-xl 2xl:text-2xl text-wrap max-w-[80%]'>*Inclusive of &#8377;25000 cash + other swags and sponsor benefits</h3>
</h1>
</div>
Expand All @@ -85,7 +85,7 @@ const Prizes = () => {
<div className="flex items-center">
<h1 className="text-2xl md:text-3xl lg:text-4xl xl:text-5xl 2xl:text-6xl whitespace-nowrap lg:p-2 pl-1 tracking-wide">
<h2>&nbsp;THIRD PRIZE</h2>
<h2 className=' sm:pl-6 pl-2'><span className="text-purple">$</span>2750<span className='text-gray-300'>*</span></h2>
<h2 className=' sm:pl-6 pl-2'><span className="text-purple">&#8377;</span>230000<span className='text-gray-300'>*</span></h2>
<h3 className='max-lg:hidden sm:pl-4 pl-1 text-sm sm:text-sm md:text-md lg:text-lg xl:text-xl 2xl:text-2xl text-wrap max-w-[80%]'>*Inclusive of &#8377;15000 cash + other swags and sponsor benefits</h3>
</h1>
</div>
Expand Down Expand Up @@ -143,12 +143,12 @@ const Prizes = () => {
<div className="flex justify-between items-center w-full h-auto p-3">
<div className="text-left flex items-center">
<h1 className="text-lg md:text-xl lg:text-2xl xl:text-3xl 2xl:text-4xl whitespace-nowrap lg:p-2 tracking-wide">
RISE FOUNDATION TRACK
RISE FOUNDATION TRACKS
</h1>
</div>
<div className="text-right pr-2">
<h1 className="text-lg md:text-xl lg:text-2xl xl:text-3xl 2xl:text-4xl whitespace-nowrap lg:p-2 pl-1 tracking-wide">
<span className="text-[#E29B29]">$</span>150
<span className="text-[#E29B29]">&#8377;</span>20000
</h1>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Tracks/Tracks.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const Tracks = () => {
<img src={right_key} alt="" className='opacity-50 hover:opacity-100' onClick={() => {moveRight(); handleCardClick((selectedTrack % 6) + 1)}}/>
</div>
</div>
<div className='px-12 text-white mt-8 text-xl md:text-xl lg:text-2xl xl:text-3xl 2xl:text-4xl'>Every track winner will get prizes worth <span className=''>$</span>150 including ₹2000 cash, ₹5000 in swags, and additional sponsor benefits</div>
<div className='px-12 text-white mt-8 text-xl md:text-xl lg:text-2xl xl:text-3xl 2xl:text-4xl'>Every track winner will get prizes worth <span className=''>$</span>150 including ₹2000 cash prize, swags, and additional sponsor benefits</div>
</div>
</section>
);
Expand Down

0 comments on commit ece3be0

Please sign in to comment.