added sponsors: css boxes or clickable links now have shadows, are more interactive

This commit is contained in:
2024-03-26 13:47:59 -06:00
parent 9a69de2dd2
commit ba57b95db6
2 changed files with 21 additions and 4 deletions

View File

@ -14,7 +14,7 @@ import yaml from "js-yaml";
const OurSponsors = () => {
const [currentSponsorsDict, setCurrentSponsorsDict] = useState(); //variable states for the dictionary of sponsors
const [pastSponsorsDict, setPastSponsorsDict] = useState();
const LinktoSponsorOutForm = "https://google.com";
const LinktoSponsorOutreachForm = "https://google.com";
useEffect(() => {
getCurrentSponsors();
@ -84,7 +84,7 @@ const OurSponsors = () => {
<h1>Become a sponsor</h1>
<div>
<a
href={LinktoSponsorOutForm}
href={LinktoSponsorOutreachForm}
target="_blank"
rel="noreferrer">
<img
@ -129,7 +129,7 @@ const OurSponsors = () => {
</li>
</ul>
<a
href={LinktoSponsorOutForm}
href={LinktoSponsorOutreachForm}
target="_blank"
rel="noreferrer">
<table>