diff --git a/site/src/routes/index.html b/site/src/routes/index.html index 8ec6287e32..26e1886f78 100644 --- a/site/src/routes/index.html +++ b/site/src/routes/index.html @@ -2,110 +2,70 @@ import Icon from '../components/icon.html'; import Logo from '../components/logo.html'; import Iso from '../components/isometry.html'; + + let sy = 0; Svelte • The magical disappearing UI framework + +
- + - - - - +

What if web apps could write themselves?

+

Svelte

-
+
-
+

Truly reactive

+

No more complex state management libraries — Svelte brings reactivity to JavaScript itself

-
- -
NOTE
I didn't spend much time on contents or the right Illustrations here. Let's - discuss look'n'feel first.
-
- -
+
+
+

Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app.

-
-
    -
  • -

    The benefits-headline here

    -

    - Copyplat – Blindtext. Fera voluptatis debitis aut laut harum sitiandus. Ant labo. Nequod modisquia illabo. Nametur sequis ut entiberibeat facerfe rovitatemqui beatis minvenis consequi quid quo et. -

    -
  • -
  • - - - -

    – fig 3 –
    informative grafics here

    -
  • -
+

Instead of using techniques like virtual DOM diffing, Svelte writes code that surgically updates the DOM when the state of your app changes.

+
+ +
+

TODO a video intro

+
-
- - - +
+

TODO finish building this page. Ideas: Who's using Svelte? Example code (interactive, ideally). What else?

+ + \ No newline at end of file diff --git a/site/src/template.html b/site/src/template.html index 2e68c15b2c..c7dafc73dc 100644 --- a/site/src/template.html +++ b/site/src/template.html @@ -12,7 +12,7 @@ - +