diff --git a/astro.config.mjs b/astro.config.mjs index 342d1c7..12ce6b0 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -14,14 +14,15 @@ export default defineConfig({ "/announcement": "/posts/announcement", "/announcement/": "/posts/announcement", "/announcement.html": "/posts/announcement", + "/fork": "/posts/fork", + "/fork/": "/posts/fork", + "/fork.html": "/posts/fork", "/thanks": "/posts/thanks", "/thanks/": "/posts/thanks", "/thanks.html": "/posts/thanks", "/why-ladybird": "/posts/why-ladybird", "/why-ladybird/": "/posts/why-ladybird", "/why-ladybird.html": "/posts/why-ladybird", - "/fork": "/posts/fork", - "/fork/": "/posts/fork", - "/fork.html": "/posts/fork", + "/wire.pdf": "/payment-details", }, }); diff --git a/public/wire.pdf b/public/wire.pdf deleted file mode 100644 index 3c2d3d0..0000000 Binary files a/public/wire.pdf and /dev/null differ diff --git a/src/pages/payment-details.astro b/src/pages/payment-details.astro new file mode 100644 index 0000000..e3c4ed4 --- /dev/null +++ b/src/pages/payment-details.astro @@ -0,0 +1,62 @@ +--- +import BaseLayout from "@/layouts/base.astro"; +--- + + +
+
+
+
+

Payment details

+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Beneficiary account nameLadybird Browser Initiative
Beneficiary account number80011453086
Beneficiary address2261 Market Street STE 10029, San Francisco, CA 94114-1612
Bank nameJPMorgan Chase Bank, N.A.
Bank address383 Madison Avenue, New York, United States
Bank SWIFT codeCHASUS33XXX
ACH routing code322271627
Wire routing code021000021
EIN99-2154861
+ Please contact us if you have any + questions. +
+
+
+
diff --git a/src/styles/global.css b/src/styles/global.css index eb30372..15017d8 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -29,10 +29,6 @@ img { height: auto; } -a { - transition: all 0.5s ease; -} - @media (min-width: 576px) { .container { max-width: 540px; @@ -156,6 +152,10 @@ a { font-weight: 500; letter-spacing: 0.5px; text-decoration: none; + transition: all 0.5s ease; +} + +header a, footer a { color: #fff; } @@ -363,10 +363,6 @@ a { } } -.news__grid a { - color: #000; -} - .news__box { position: relative; max-width: 360px; @@ -432,10 +428,6 @@ a { margin-bottom: 20px; } -.gi p a { - color: #000; -} - .gi p { color: #444345; margin-bottom: 24px; @@ -797,10 +789,6 @@ table.sponsor-tiers td:first-child { font-weight: bold; } -.ac a { - color: black; -} - .donate .container { max-width: none; }