From f3375a9a194cd97429f12705865aa04ab5aa8f96 Mon Sep 17 00:00:00 2001 From: Richard Harris Date: Sun, 28 Apr 2019 14:36:07 -0400 Subject: [PATCH] more more stuff into shared site-kit --- site/src/routes/_components/Example.svelte | 52 +++++ site/src/routes/_layout.svelte | 22 +- site/src/routes/index.svelte | 223 ++++++--------------- site/static/svelte-logo-mask.svg | 17 +- site/static/svelte-logo-outline.svg | 21 +- site/static/svelte-logo.svg | 21 +- 6 files changed, 185 insertions(+), 171 deletions(-) create mode 100644 site/src/routes/_components/Example.svelte diff --git a/site/src/routes/_components/Example.svelte b/site/src/routes/_components/Example.svelte new file mode 100644 index 0000000000..c07b4be0b5 --- /dev/null +++ b/site/src/routes/_components/Example.svelte @@ -0,0 +1,52 @@ + + + + +
+
+ + +
+ + {#if intersecting} + + + {/if} + +
+
+
\ No newline at end of file diff --git a/site/src/routes/_layout.svelte b/site/src/routes/_layout.svelte index 4ed5e6b7dd..b559691f1f 100644 --- a/site/src/routes/_layout.svelte +++ b/site/src/routes/_layout.svelte @@ -1,8 +1,8 @@ @@ -14,7 +14,23 @@ {/if} {#if $page.path !== '/repl/embed'} -