diff --git a/examples/landing-page/astro/pages/index.astro b/examples/landing-page/astro/pages/index.astro index c95c4c22c1..bf66cf3435 100644 --- a/examples/landing-page/astro/pages/index.astro +++ b/examples/landing-page/astro/pages/index.astro @@ -1,81 +1,115 @@ --- -let title = 'Snowpack'; -let description = 'Snowpack is a lightning-fast frontend build tool, designed for the modern web.'; +let title = 'Astro'; +let description = 'A better way to build a (static) site.'; +let permalink = 'https://astro.build/'; --- - - - + + + + + + + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/examples/landing-page/public/cswbd0.svg b/examples/landing-page/public/cswbd0.svg index 0e478033a1..16a66fa706 100644 --- a/examples/landing-page/public/cswbd0.svg +++ b/examples/landing-page/public/cswbd0.svg @@ -40,15 +40,15 @@ viewBox="0 0 256 256" width="64px" height="64px"> - + - + - + - + diff --git a/examples/landing-page/public/social.png b/examples/landing-page/public/social.png new file mode 100644 index 0000000000..84a542dcd7 Binary files /dev/null and b/examples/landing-page/public/social.png differ diff --git a/examples/snowpack/astro/pages/index.astro b/examples/snowpack/astro/pages/index.astro index 31dba0f513..00076e72e7 100644 --- a/examples/snowpack/astro/pages/index.astro +++ b/examples/snowpack/astro/pages/index.astro @@ -1,153 +1,15 @@ --- -import Menu from '../components/Menu.astro'; -import Hero from '../components/Hero.astro'; import BaseHead from '../components/BaseHead.astro'; -import BaseLayout from '../components/BaseLayout.astro'; -let title = 'Snowpack'; -let description = 'Snowpack is a lightning-fast frontend build tool, designed for the modern web.'; +let title = 'Astro'; +let description = 'A better way to build a (static) site.'; --- - - - - - - - - - -
-
- - -
-
-
- - 2020 JavaScript Open Source Award Winner banner - - -
-
-

What is Snowpack?

-

- Snowpack is a lightning-fast frontend build tool, designed - for the modern web. - It is an alternative to heavier, more complex bundlers like - webpack or Parcel in your development workflow. Snowpack - leverages JavaScript's native module system (known - as - ESM) to avoid unnecessary work and stay fast no matter how big - your project grows. -

-

- Once you try it, it's impossible to go back to anything else. -

-
- -
    -
  • -

    Instant startup

    - Snowpack's unbundled web development server - starts up in 50ms or less - and stays fast in large projects. -
  • -
  • -

    Build once, cache forever

    - Snowpack never builds the same file twice. Powered by - JavaScript’s native module system (ESM) in the browser. -
  • -
  • -

    HMR feat. Fast Refresh

    - No refresh required. See changes reflected instantly in the - browser with - HMR + Fast Refresh - for React, Preact & Svelte. -
  • -
  • -

    Out-of-the-box support

    - Enjoy Snowpack's built-in support for JSX, TypeScript, React, - Preact, CSS Modules - and more. -
  • -
  • -

    Optimize for production

    - Build for production with built-in optimizations and plugin - support for your favorite bundlers. -
  • -
  • -

    Plugins? Plugins!

    - Babel? Sass? MDX? Browse the entire - Snowpack Plugin Catalog - to connect your favorite build tool (or - create your own!) -
  • -
- - -
-
-
-
-
-
-
- - - - + + + + + +