diff --git a/public/images/nasdaq-2024-10-teaser.webp b/public/images/nasdaq-2024-10-teaser.webp new file mode 100644 index 00000000..ad9c5ab6 Binary files /dev/null and b/public/images/nasdaq-2024-10-teaser.webp differ diff --git a/public/images/nasdaq-2025-05-teaser.webp b/public/images/nasdaq-2025-05-teaser.webp new file mode 100644 index 00000000..69c9d9f7 Binary files /dev/null and b/public/images/nasdaq-2025-05-teaser.webp differ diff --git a/src/pages/index.astro b/src/pages/index.astro index 9972b6de..0eebe99d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -87,6 +87,27 @@ import TotalTally from "../components/TotalTally.astro"; +
+
+ The big Nasdaq screen in Times Square bearing a message saying “Nasdaq celebrates one year of the Open Source Pledge and the companies who pay maintainers”, and many company logos underneath + The big Nasdaq screen in Times Square bearing a message saying “Nasdaq celebrates one year of the Open Source Pledge and the companies who pay maintainers”, and many company logos underneath + The big Nasdaq screen in Times Square bearing a message saying “Nasdaq celebrates one year of the Open Source Pledge and the companies who pay maintainers”, and many company logos underneath +
+ Read our one year anniversary post +
+
@@ -149,6 +170,40 @@ import TotalTally from "../components/TotalTally.astro"; height: 1.1rem; } } + .nasdaq-polaroid-section { + .nasdaq-polaroid { + position: relative; + img { + position: relative; + z-index: 10; + max-width: 100%; + width: 25rem; + aspect-ratio: 1 / 1; + margin-bottom: 1rem; + border-radius: 0.5rem; + box-shadow: 0px 0px 50px 25px var(--color-bg); + &:nth-child(2), &:nth-child(3) { + position: absolute; + top: 0; + left: 0; + } + &:nth-child(2) { + z-index: 5; + transform: rotate(5deg); + } + &:nth-child(3) { + top: 0; + left: 0; + z-index: 4; + transform: rotate(10deg); + } + } + } + a { + position: relative; + z-index: 15; + } + } @media (max-width: 600px) { .pc-hero { background-image: none;