diff --git a/README.md b/README.md index c45c768eaa..c72695460b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# 👩‍🚀 Astro +![Astro](https://raw.githubusercontent.com/snowpackjs/astro/main/assets/social/github-banner.png) -A next-generation static-site generator with partial hydration. Use your favorite JS framework and ship bare-minimum JS (or none at all!). +**Astro** is a next-generation static-site generator with partial hydration. Use your favorite JS framework and ship bare-minimum JS (or none at all!). ## 🔧 Setup diff --git a/assets/brand/logo-white.svg b/assets/brand/logo-white.svg new file mode 100644 index 0000000000..2ffa54b8d0 --- /dev/null +++ b/assets/brand/logo-white.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/brand/logo.svg b/assets/brand/logo.svg new file mode 100644 index 0000000000..a0d5304e82 --- /dev/null +++ b/assets/brand/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/social/avatar.png b/assets/social/avatar.png new file mode 100644 index 0000000000..6992dde91c Binary files /dev/null and b/assets/social/avatar.png differ diff --git a/assets/social/banner.png b/assets/social/banner.png new file mode 100644 index 0000000000..390a4b605c Binary files /dev/null and b/assets/social/banner.png differ diff --git a/assets/social/banner.svg b/assets/social/banner.svg new file mode 100644 index 0000000000..e69de29bb2 diff --git a/assets/social/github-banner.png b/assets/social/github-banner.png new file mode 100644 index 0000000000..2880d96bd5 Binary files /dev/null and b/assets/social/github-banner.png differ diff --git a/www/astro/components/Planets.astro b/www/astro/components/Planets.astro index d3131ce693..c39e0d2d93 100644 --- a/www/astro/components/Planets.astro +++ b/www/astro/components/Planets.astro @@ -63,6 +63,10 @@ position: absolute; pointer-events: none; z-index: 0; + top: 0; + right: 0; + bottom: 0; + left: 0; inset: 0; width: 100%; height: 100%; diff --git a/www/astro/components/Space.astro b/www/astro/components/Space.astro index 92dda54050..9bab693a8c 100644 --- a/www/astro/components/Space.astro +++ b/www/astro/components/Space.astro @@ -11,6 +11,10 @@ import Stars from './Stars.astro';