Skip to content

Commit

Permalink
collage image - transparent edge
Browse files Browse the repository at this point in the history
  • Loading branch information
babalicious-io committed Feb 26, 2025
1 parent 0b2894d commit e43fdd0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion routes/about/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function About() {
return (
<div>
<img
src="/img/home/stamps-collage-purpleGradient-4000.webp"
src="/img/home/stamps-collage-purpleTransparentGradient-4000.webp"
alt="About Bitcoin Stamps and contact Stampchain"
class="
absolute
Expand Down
2 changes: 1 addition & 1 deletion routes/howto/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function HowTo() {
return (
<div className={body}>
<img
src="/img/home/stamps-collage-purpleGradient-4000.webp"
src="/img/home/stamps-collage-purpleTransparentGradient-4000.webp"
alt="How to practical guides on Bitcoin Stamps and the stamping tools of Stampchain"
class="
absolute
Expand Down
6 changes: 3 additions & 3 deletions routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default function Home({ data }: PageProps<HomePageData>) {

<div>
<img
src="/img/home/stamps-collage-purpleGradient-4000.webp"
src="/img/home/stamps-collage-purpleTransparentGradient-4000.webp"
alt="About Bitcoin Stamps and contact Stampchain"
class="
absolute
Expand All @@ -90,8 +90,8 @@ export default function Home({ data }: PageProps<HomePageData>) {
object-cover
pointer-events-none
z-[-999]
[mask-image:linear-gradient(180deg,rgba(0,0,0,0.1),rgba(0,0,0,0.3),rgba(0,0,0,0.6),rgba(0,0,0,0.4),rgba(0,0,0,0))]
[-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,0.1),rgba(0,0,0,0.3),rgba(0,0,0,0.6),rgba(0,0,0,0.4),rgba(0,0,0,0))]
[mask-image:linear-gradient(180deg,rgba(0,0,0,0.1),rgba(0,0,0,0.3),rgba(0,0,0,0.5),rgba(0,0,0,0.3),rgba(0,0,0,0))]
[-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,0.1),rgba(0,0,0,0.3),rgba(0,0,0,0.5),rgba(0,0,0,0.3),rgba(0,0,0,0))]
"
/>

Expand Down
2 changes: 1 addition & 1 deletion routes/media/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function Media() {
return (
<div className={body}>
<img
src="/img/home/stamps-collage-purpleGradient-4000.webp"
src="/img/home/stamps-collage-purpleTransparentGradient-4000.webp"
alt="Read about Bitcoin Stamps and the media mentions of Stampchain"
class="
absolute
Expand Down
Binary file not shown.

0 comments on commit e43fdd0

Please sign in to comment.