From 1993acd3c68662a529f5f066b15eef08131fc092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Babi=C4=8D?= Date: Thu, 25 Nov 2021 17:31:53 +0100 Subject: [PATCH] fix email address --- src/Components/About.svelte | 55 ++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 29 deletions(-) diff --git a/src/Components/About.svelte b/src/Components/About.svelte index c4cd77c..69a1e1b 100644 --- a/src/Components/About.svelte +++ b/src/Components/About.svelte @@ -4,6 +4,32 @@ export let hidden +{#if hidden} +
+
(hidden = false)} + transition:fade + > +

Triangles.fun

+ A game. Leave only a single dot to win. Eliminate other dots by jumping + them over! +

Instructions

+ Click or touch the dot. If the dot can jump, it becomes lighter and the + spots where it can land become darker. Perform jump by touching or clicking + on the darker spot. +

Installation

+ This game can be installed into your device. Look for "Add to Home Screen" + in the browser tab menu. +

Support

+ You can send me your feedback or complains via + peter@peterbabic.dev. Have fun! +
+
+{/if} + - -{#if hidden} -
-
(hidden = false)} - transition:fade> -

Triangles.fun

- A game. Leave only a single dot to win. Eliminate other dots by - jumping them over! -

Instructions

- Click or touch the dot. If the dot can jump, it becomes lighter and - the spots where it can land become darker. Perform jump by touching - or clicking on the darker spot. -

Installation

- This game can be installed into your device. Look for "Add to Home - Screen" in the browser tab menu. -

Support

- You can send me your feedback or complains via - peter@triangles.fun - and help me keep this game running via - Buy Me a Coffee. -
-
-{/if}