Skip to content

Commit 3b70cb0

Browse files
authored
feat: release (#122)
- Optimized EF handbook effects - Fixed Azter and EFs cards - Optimized large images BEFORE: <img width="676" height="849" alt="Captura de pantalla 2025-11-20 a las 11 00 57" src="https://github.com/user-attachments/assets/109ed008-f1f3-478d-84db-0fbca638e4ad" /> AFTER: <img width="717" height="850" alt="Captura de pantalla 2025-11-20 a las 11 23 51" src="https://github.com/user-attachments/assets/f893558e-d30c-495b-bb48-0da4fed0fabc" />
2 parents 85726d1 + 2955e28 commit 3b70cb0

25 files changed

Lines changed: 11 additions & 313 deletions
-423 KB
Loading

packages/common-config/static/common/img/aztec-handbook.svg

Lines changed: 1 addition & 1 deletion
Loading

packages/common-config/static/common/img/ef-handbook.svg

Lines changed: 1 addition & 0 deletions
Loading
-1.19 MB
Binary file not shown.
-1.64 MB
Loading

sites/aztec/src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ const aztecHandbooks: Handbook[] = [
6565
},
6666
{
6767
title: "Ethereum Foundation Handbook",
68-
image: "/common/img/ef-logo.png",
68+
image: "/common/img/ef-handbook.svg",
6969
href: "https://ef.handbook.wonderland.xyz",
7070
background: {
7171
bgType: "other",
72-
bgImage: "/common/img/ef-social-card.png",
72+
bgImage: "/common/img/ef-background-handbook-card.png",
7373
},
7474
},
7575
];
-1.95 MB
Loading

sites/ef/src/pages/index.module.css

Lines changed: 1 addition & 306 deletions
Large diffs are not rendered by default.

sites/ef/src/pages/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import {
44
HeroSection,
55
CategoryCards,
66
HandbookSection,
7+
StarsBackground,
78
Category,
89
HeroSectionProps,
910
Handbook,
@@ -91,6 +92,7 @@ function Home(): React.ReactElement {
9192
}
9293
`}</style>
9394
<main className={styles.main}>
95+
<StarsBackground zIndex={-1} />
9496
<EfBackground />
9597
<section className={styles.centerContent}>
9698
<HeroSection {...efHeroProps} />
-1.02 MB
Loading

0 commit comments

Comments
 (0)