Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sponsors #38

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified public/images/sponsors/PESC_logo-color-transparent.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 public/images/sponsors/Polymaker_Logo_TEAL.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 26 additions & 16 deletions src/components/Sponsors.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,32 @@ import React from 'react';

const Sponsors = () => {
return (
<div className="flex flex-row overflow-x-auto lg:mb-8 space-x-4 px-2 lg:space-x-8 lg:px-8 items-center bg-jet-grey w-min h-min mx-auto justify-center ">
<a className="w-[80px] md:w-[120px] lg:w-[120px] py-2" href="https://cfturbo.com/">
<img className="mx-auto" alt="CFturbo sponsor logo" src="/images/sponsors/CFturbo-Logo-RGB-transparent.png"></img>
</a>
<a className="w-[80px] md:w-[120px] lg:w-[120px] py-2" href="https://www.purdueesc.org/">
<img className="mx-auto" alt="PESC sponsor logo" src="/images/sponsors/PESC_logo-color-transparent.png"></img>
</a>
<a className="w-[80px] md:w-[110px] lg:w-[120px] py-2 " href="https://engineering.purdue.edu/Engr/Academics/Undergraduate/PEPC">
<img className="mx-auto" alt="PEPC sponsor logo" src="/images/sponsors/pepc_logo_transparent.png"></img>
</a>
<a className="w-[100px] md:w-[140px] lg:w-[150px] py-2" href="https://web.ics.purdue.edu/~shreve/">
<img className="mx-3" alt="Shrevel Hall Club sponsor mascot" src="/images/sponsors/shreve_hall_club_mascot.jpg"></img>
</a>
<a className="w-[120px] md:w-[150px] lg:w-[150px] py-2" href="https://www.purdue.edu/bidc/">
<img className="mr-4 my-auto" alt="Bechtel Innovation Design Center sponsor logo" src="/images/sponsors/BIDC_V-Full-RGB.png"></img>
</a>
<div className="flex flex-col lg:mb-8 space-x-4 lg:space-x-8 lg:px-8 pb-4 pt-6 items-center bg-jet-grey w-min h-min mx-auto justify-center">
<div className="flex flex-row items-center justify-center space-x-6">
<a className="w-[150px] lg:w-[200px]" href="https://polymaker.com/">
<img className="mx-auto" alt="Polymaker sponsor logo" src="/images/sponsors/Polymaker_Logo_TEAL.png"></img>
</a>
<a className="w-[120px] lg:w-[150px]" href="https://cfturbo.com/">
<img className="mx-auto" alt="CFturbo sponsor logo" src="/images/sponsors/CFturbo-Logo-RGB-transparent.png"></img>
</a>
<a className="w-[80px] lg:w-[100px]" href="https://www.purdueesc.org/">
<img className="mx-auto" alt="PESC sponsor logo" src="/images/sponsors/PESC_logo-color-transparent.png"></img>
</a>
</div>
<div className="flex flex-row items-center justify-center space-x-6">
<a className="w-[80px] md:w-[110px] lg:w-[120px] py-2 " href="https://engineering.purdue.edu/Engr/Academics/Undergraduate/PEPC">
<img className="mx-auto" alt="PEPC sponsor logo" src="/images/sponsors/pepc_logo_transparent.png"></img>
</a>
<a className="w-[100px] md:w-[140px] lg:w-[150px] py-2" href="https://web.ics.purdue.edu/~shreve/">
<img className="mx-auto" alt="Shreve Hall Club sponsor mascot" src="/images/sponsors/shreve_hall_club_mascot.jpg"></img>
</a>
<a className="w-[120px] md:w-[150px] lg:w-[150px] py-2" href="https://www.purdue.edu/bidc/">
<img className="mx-auto my-auto" alt="Bechtel Innovation Design Center sponsor logo" src="/images/sponsors/BIDC_V-Full-RGB.png"></img>
</a>
<a className="w-[70px] md:w-[80px] lg:w-[90px] pr-4" href="https://www.revolution-bbq.com/">
<img className="mx-auto" alt="Revolution Barbeque sponsor logo" src="/images/sponsors/Revolution-Barbeque-Icon-transparent.png"></img>
</a>
</div>
</div>
);
};
Expand Down
44 changes: 23 additions & 21 deletions src/components/team/Profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,33 @@ import { FaLinkedinIn, FaRegEnvelope } from 'react-icons/fa';
const Profile = (props) => {
const { imagePath, name, title, email, linkedin } = props;
return (
<div className="w-36 lg:w-48 ">
<div className="flex flex-col items-center h-fit">
<div className="bg-gradient-to-b from-stardust to-old-gold w-full h-full">
<div className="m-1 bg-dusk">
<img className={`w-36 lg:w-48 mx-auto`} src={imagePath} alt="Profile Image" />
<div className="w-36 lg:w-48 mb-4">
<div className="flex flex-col items-center h-fit">
<div className="bg-gradient-to-b from-stardust to-old-gold w-full h-full">
<div className="m-1 bg-dusk">
<img className={`w-36 lg:w-48 mx-auto`} src={imagePath} alt="Profile Image" />
</div>
</div>
</div>
<div className="flex flex-col items-center bg-dusk w-full ">
<h2 className="font-display2-bold text-white text-md mb-1 mt-3">{name}</h2>
<h3 className="font-display2 text-sm md:text-md text-white mb-1">{title}</h3>
<div className="flex flex-row items-center gap-2 mb-2">
{email ?
<a href={`mailto:${email}`} target="_blank" rel="noopener noreferrer">
<FaRegEnvelope className="email-icon fill-white hover:fill-stardust" />
</a> :
<span></span>}
{linkedin ?
<a href= {`${linkedin}`} target="_blank" rel="noopener noreferrer">
<FaLinkedinIn className="text-white hover:text-stardust" size={24} />
</a> :
<span></span>}
<div className="flex flex-col items-center bg-dusk w-full ">
<h2 className="font-display2-bold text-white text-md mb-1 mt-3">{name}</h2>
<h3 className="font-display2 text-sm md:text-md text-white mb-1">{title}</h3>
<div className="flex flex-row items-center gap-2 mb-2">
{email ?
<a href={`mailto:${email}`} target="_blank" rel="noopener noreferrer">
<FaRegEnvelope className="email-icon fill-white hover:fill-stardust" />
</a> :
<span></span>
}
{linkedin ?
<a href={`${linkedin}`} target="_blank" rel="noopener noreferrer">
<FaLinkedinIn className="text-white hover:text-stardust" />
</a> :
<span></span>
}
</div>
</div>
</div>
</div>
</div>
);
};

Expand Down
2 changes: 1 addition & 1 deletion src/components/team/SmallerProfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { FaLinkedinIn, FaRegEnvelope } from 'react-icons/fa';
const SmallerProfile = (props) => {
const { imagePath, name, title, email, linkedin } = props;
return (
<div className="w-24 lg:w-36 ">
<div className="w-24 lg:w-36 mb-2">
<div className="flex flex-col items-center h-fit">
<div className="bg-gradient-to-b from-stardust to-old-gold w-full h-full">
<div className="m-1 bg-dusk">
Expand Down
Loading