Skip to content

Commit ce9094a

Browse files
CopilotJusterZhu
andauthored
Implement pixel art space-themed homepage redesign (#30)
* Initial plan * Add pixel art space elements: Earth, Moon, satellite, shooting stars, enhanced starfield Co-authored-by: JusterZhu <11714536+JusterZhu@users.noreply.github.com> * Improve animations with GPU acceleration and remove inline styles Co-authored-by: JusterZhu <11714536+JusterZhu@users.noreply.github.com> * Make Earth and Moon round, remove lightning logo Co-authored-by: JusterZhu <11714536+JusterZhu@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: JusterZhu <11714536+JusterZhu@users.noreply.github.com>
1 parent 130c434 commit ce9094a

2 files changed

Lines changed: 256 additions & 132 deletions

File tree

website/src/pages/index.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ function CosmicHero() {
1212
<div className={styles.cosmicBackground}>
1313
<div className={styles.stars}></div>
1414
<div className={styles.planets}></div>
15+
<div className={styles.satellite}></div>
16+
<div className={styles.shootingStar}></div>
17+
<div className={styles.shootingStar2}></div>
18+
<div className={styles.shootingStar3}></div>
1519
</div>
1620
<div className={styles.heroContent}>
17-
<div className={styles.pixelLogo}>
18-
<div className={styles.logoPixel}></div>
19-
</div>
2021
<Heading as="h1" className={styles.cosmicTitle}>
2122
{siteConfig.title}
2223
</Heading>

0 commit comments

Comments
 (0)