diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index e6b6383..d5603bb 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -30,6 +30,7 @@ import Time5 from "$lib/GamePreviews/time-5.gif" import Tags from './comps/Tags.svelte'; import NameAndTag from './comps/NameAndTag.svelte'; + import Profile from './comps/Profile.svelte'; const mobileThreshold : string = '600px'; // was 1000px. zhen testing let mobile : boolean; @@ -65,59 +66,39 @@ Developers - -
Hi, I am Alex/Zhen, {@html !mobile ? "" : "
"} I'm that chinese guy.
Here's my CV: pdf
-Hi, I use Arch, btw.
-- -
-
- -
Snorre does not get paid.
-Hi, I am [insert text here]
Here's a joke about recursion: recursion
-Hi, I am Alex/Zhen, {@html !isMobile ? "" : "
"} I'm that chinese guy.
Here's my CV: pdf
+ ++ +
+
+ + {#if isMobile} +
+ {/if} +