Skip to content

Commit

Permalink
add gold and silver sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaskar1001101 committed Jul 4, 2024
1 parent 5968a26 commit f416018
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 16 deletions.
Binary file added src/assets/images/sponsors/0xday.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/sponsors/aops.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/sponsors/axure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/images/sponsors/beeceptor.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/sponsors/interviewcake.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/sponsors/rosenfeld.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/sponsors/wolfram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 11 additions & 3 deletions src/components/Discord/Discord.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,17 @@ function Discord() {
}, []);

return (
<div id="footer" className="section max-[768px]:pt-[40px] pt-[55px]">
<div className="star-background" style={{ transform: `translate(${bgPosition.x}px, ${bgPosition.y}px)` }}></div>
<img src={Bgimage} alt="" className='img-background' />
<div className="section relative max-[768px]:pt-[40px] pt-[55px]" id="footer">
<div
className="absolute h-screen object-cover opacity-70 inset-1"
style={{
backgroundImage: `url(${stars})`,
backgroundPosition: `${50+ bgPosition.x}% ${50 + bgPosition.y}%`,
backgroundSize: 'cover',
backgroundRepeat: 'no-repeat',
}}
></div>
<img src={Bgimage} alt="Join Discord" className="img-background" />
<a
href="https://discord.gg/UHwPBzy7UF"
className="bottom-overlay"
Expand Down
36 changes: 23 additions & 13 deletions src/components/Sponsors/Sponsors.jsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import React, { useState, useEffect } from 'react';
import { Link } from 'react-router-dom';
import stars from '../../assets/images/footer/stars.svg';
// import mlhLogo from '../../assets/images/sponsors/mlh.png';
// import postmanLogo from '../../assets/images/sponsors/postman.png';
// import awsLogo from '../../assets/images/sponsors/aws.png';
import beeceptorLogo from '../../assets/images/sponsors/beeceptor.svg';
import wolframLogo from '../../assets/images/sponsors/wolfram.png';
import rosenfeldLogo from '../../assets/images/sponsors/rosenfeld.png';
// import VectorLogo from '../../assets/images/sponsors/Vector.png';
import polygonLogo from '../../assets/images/sponsors/polygon.png';
// import falconLogo from '../../assets/images/sponsors/falcon.png';
// import solanLogo from '../../assets/images/sponsors/solan.png';
// import auth0Logo from '../../assets/images/sponsors/auth0.png';
import axureLogo from '../../assets/images/sponsors/axure.png';
import interviewCakeLogo from '../../assets/images/sponsors/interviewcake.png';
import aopsLogo from '../../assets/images/sponsors/aops.png';
// import replitLogo from '../../assets/images/sponsors/replit.png';
import devfolioLogo from '../../assets/images/sponsors/devfolio.png';
import echo3DLogo from '../../assets/images/sponsors/echo3D.png';
Expand Down Expand Up @@ -56,34 +56,44 @@ const Sponsors = () => {
<img src={awsLogo} alt="aws" className='w-[12vw] sm:w-[8vw] sm:h-[5vw]' />
</div>
</div> */}

{/* PLATINUM */}
<div className='pt-3 pb-4 md:pt-4 sm:pb-10 w-[80vw] xl:w-[65vw] 2xl:w-full mx-auto border-dashed border-[#9d44c0] border-b-[0.1rem] sm:border-b-[0.5rem] flex flex-col items-center justify-center gap-5 lg:gap-6'>
<h1 className='font-vt323 font-medium text-[#9d44c0] text-[9vw] leading-[5vw] sm:leading-[3.5rem] sm:text-[7vw] lg:text-[6vw] lg:leading-[3rem] xl:text-[5vw] xl:leading-[5rem] 3xl:text-[4vw]'>PLATINUM</h1>
<div className='flex items-center justify-center gap-5 sm:gap-20'>
<div className='flex items-center justify-center gap-5 sm:gap-20 max-sm:mb-4'>
{/* <img src={VectorLogo} alt="vector" className='w-[25vw] h-[5vw] sm:w-[20vw] sm:h-[4vw]' /> */}
<Link to='https://devfolio.co/'><img src={devfolioLogo} alt="devfolio" width={1000} height={1000} className='w-[27vw] sm:w-[22vw] 3xl:w-[20rem] 3xl:h-[4rem]' /></Link>
<Link to='https://devfolio.co/'><img src={devfolioLogo} alt="devfolio" width={1000} height={1000} className='w-[50vw] sm:w-[22vw] 3xl:w-[20rem] 3xl:h-[4rem]' /></Link>
</div>
</div>

{/* GOLD */}
<div className='pt-3 pb-4 border-dashed border-[#e29b29] border-b-[0.1rem] sm:border-b-[0.5rem] md:pt-4 sm:pb-10 w-[80vw] xl:w-[65vw] 2xl:w-full mx-auto flex flex-col items-center justify-center gap-5 lg:gap-6'>
<h1 className='font-vt323 font-medium text-[#e29b29] text-[9vw] leading-[5vw] sm:leading-[3.5rem] sm:text-[7vw] lg:text-[6vw] lg:leading-[3rem] xl:text-[5vw] xl:leading-[5rem] 3xl:text-[4vw]'>GOLD</h1>
<div className='flex flex-wrap items-center justify-center gap-4 sm:gap-12'>
<div className='flex flex-wrap max-sm:flex-col items-center justify-center gap-4 sm:gap-y-12 sm:gap-x-32 px-12 max-sm:gap-y-8 max-sm:mb-4'>
{/* <img src={falconLogo} alt="falcon" className='w-[28vw] h-[8vw] sm:w-[18vw] sm:h-[5vw]' />
<img src={solanLogo} alt="solan" className='w-[28vw] h-[5vw] sm:w-[22vw] sm:h-[4vw]' />
<img src={auth0Logo} alt="auth0" className='w-[16vw] h-[7vw] sm:w-[12vw] sm:h-[5vw]' />
<img src={replitLogo} alt="replit" className='w-[18vw] h-[5vw] sm:w-[14vw] sm:h-[3vw]' />
<img src={devfolioLogo} alt="devfolio" className='w-[27vw] h-[6vw] sm:w-[22vw] sm:h-[4vw]' />
*/}
<Link to='https://polygon.technology/'><img src={polygonLogo} alt="polygon" width={1000} height={1000} className='w-[27vw] sm:w-[20vw] 3xl:w-[20rem] ' /></Link>
<Link to='https://ethindia.co/'><img src={ethIndiaLogo} alt="ethIndia" width={1000} height={1000} className='w-[27vw] sm:w-[20vw] 3xl:w-[20rem] 3xl:h-[4rem]' /></Link>
<Link to='https://polygon.technology/'><img src={polygonLogo} alt="polygon" width={1000} height={1000} className='w-[40vw] sm:w-[20vw] 3xl:w-[20rem] ' /></Link>
<Link to='https://ethindia.co/'><img src={ethIndiaLogo} alt="ethIndia" width={1000} height={1000} className='w-[40vw] sm:w-[20vw] 3xl:w-[20rem] 3xl:h-[4rem]' /></Link>
<Link to='https://ethindia.co/'><img src={wolframLogo} alt="ethIndia" width={1000} height={1000} className='w-[40vw] sm:w-[20vw] 3xl:w-[20rem] 3xl:h-[4rem]' /></Link>
<Link to='https://ethindia.co/'><img src={beeceptorLogo} alt="ethIndia" width={1000} height={1000} className='w-[40vw] sm:w-[20vw] 3xl:w-[20rem] 3xl:h-[4rem]' /></Link>
</div>
</div>

{/* SILVER */}
<div className='pt-3 pb-4 md:pt-4 sm:pb-10 w-[80vw] xl:w-[65vw] 2xl:w-full mx-auto flex flex-col items-center justify-center gap-5 lg:gap-6'>
<h1 className='font-vt323 font-medium text-[#9e9e9e] text-[9vw] leading-[5vw] sm:leading-[3.5rem] sm:text-[7vw] lg:text-[6vw] lg:leading-[3rem] xl:text-[5vw] xl:leading-[5rem] 3xl:text-[4vw]'>SILVER</h1>
<div className='flex items-center justify-center gap-6 sm:gap-16'>
<div className='flex flex-wrap max-sm:flex-col items-center justify-center gap-6 sm:gap-16 md:px-12 2xl:px-24 max-sm:gap-y-8'>
{/* <img src={githubLogo} alt="github" className='w-[16vw] h-[6vw] sm:w-[12vw] sm:h-[5vw]' />
<img src={jinaLogo} alt="jina" className='w-[16vw] h-[7vw] sm:w-[12vw] sm:h-[5vw]' /> */}
<Link to='https://www.echo3d.com/'><img src={echo3DLogo} alt="echo3D" className='w-[27vw] sm:w-[18vw] md:w-[20vw]' /></Link>
<Link to='https://www.echo3d.com/'><img src={rosenfeldLogo} alt="echo3D" className='w-[30vw] sm:w-[18vw] md:w-[15vw]' /></Link>
<Link to='https://www.echo3d.com/'><img src={echo3DLogo} alt="echo3D" className='w-[30vw] sm:w-[18vw] md:w-[15vw]' /></Link>
<Link to='https://www.echo3d.com/'><img src={axureLogo} alt="echo3D" className='w-[30vw] sm:w-[18vw] md:w-[15vw]' /></Link>
<Link to='https://www.echo3d.com/'><img src={aopsLogo} alt="echo3D" className='w-[30vw] sm:w-[18vw] md:w-[15vw]' /></Link>
<Link to='https://www.echo3d.com/'><img src={interviewCakeLogo} alt="echo3D" className='w-[30vw] sm:w-[18vw] md:w-[15vw]' /></Link>
</div>
</div>
</div>
Expand Down

0 comments on commit f416018

Please sign in to comment.