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

feat: download Sponsor Prospectus file on button click and FAQ page #287

Closed
wants to merge 11 commits into from
4 changes: 2 additions & 2 deletions components/About/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function About() {
>
<Button className='w-[200px]'>Become a sponsor now</Button>
</a>
<a href='https://drive.google.com/file/d/15rQ7cp-LLmxSCcAb2aBFitgJkGhYXBrd/view' target='_blank' rel="noreferrer">
<a href='/SponsorProspectus.pdf' target='_blank' rel="noreferrer" download>
<Button overlay={true} className='w-[200px] border'>Sponsorship prospectus</Button>
</a>
</div>
Expand All @@ -46,4 +46,4 @@ function About() {
);
}

export default About
export default About
Binary file added public/SponsorProspectus.pdf
Binary file not shown.
Loading