Skip to content

Commit

Permalink
refactor: remove amazon smile (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
mountainmort authored May 30, 2023
1 parent e9a039d commit 18bd526
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
Binary file removed src/images/amazon-smile.jpeg
Binary file not shown.
21 changes: 2 additions & 19 deletions src/pages/donate.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function Donate() {
/>
</div>
</div>
<div className="story col-sm-4">
<div className="story col-sm-6">
<h3 className="text-center">Corporate Giving</h3>
<Image
src="/images/corporate-giving.jpeg"
Expand All @@ -62,7 +62,7 @@ function Donate() {
to make it easy for your employees and company to donate to our cause.
</p>
</div>
<div className="story col-sm-4">
<div className="story col-sm-6">
<h3 className="text-center">Github Sponsors</h3>
<Image
src="/images/github-sponsors.jpeg"
Expand All @@ -79,23 +79,6 @@ function Donate() {
learn more.
</p>
</div>
<div className="story col-sm-4">
<h3 className="text-center">Amazon Smile</h3>
<Image
src="/images/amazon-smile.jpeg"
alt="Amazon Smile"
blurDataURL="/images/amazon-smile.jpeg"
width={1000}
height={500}
placeholder="blur"
// layout="fill"
/>
<p>
Looking to give while shopping? We have a{' '}
<a href="https://smile.amazon.com/ch/86-2122804">Smile</a> account to make it easy
for you to give while shopping to your hearts content.
</p>
</div>
</div>
</div>
</div>
Expand Down

1 comment on commit 18bd526

@vercel
Copy link

@vercel vercel bot commented on 18bd526 May 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.