Skip to content

Commit 2482051

Browse files
CopilotJusterZhu
andcommitted
Add pixel art space elements: Earth, Moon, satellite, shooting stars, enhanced starfield
Co-authored-by: JusterZhu <11714536+JusterZhu@users.noreply.github.com>
1 parent 750ee36 commit 2482051

2 files changed

Lines changed: 298 additions & 69 deletions

File tree

website/src/pages/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ 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.shootingStar} style={{ animationDelay: '3s', top: '30%' }}></div>
18+
<div className={styles.shootingStar} style={{ animationDelay: '5.5s', top: '60%' }}></div>
1519
</div>
1620
<div className={styles.heroContent}>
1721
<div className={styles.pixelLogo}>

0 commit comments

Comments
 (0)