From 2c3cbcb1f9c111df8c4eef3e0887ff74b0aa00ff Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Tue, 17 Jun 2025 17:01:13 +0200 Subject: [PATCH] website: refactor feature blocks, add more --- apps/website/src/routes/+page.svelte | 92 ++++++++++++-------- apps/website/src/routes/feature-block.svelte | 14 +++ 2 files changed, 71 insertions(+), 35 deletions(-) create mode 100644 apps/website/src/routes/feature-block.svelte diff --git a/apps/website/src/routes/+page.svelte b/apps/website/src/routes/+page.svelte index fd531b845..e8ff0e8b0 100644 --- a/apps/website/src/routes/+page.svelte +++ b/apps/website/src/routes/+page.svelte @@ -1,5 +1,6 @@ @@ -47,41 +48,65 @@

Beyond Text: Smarter Note Types

- -
- Canvas Note Screenshot -
-

Canvas Notes

-

Draw and arrange elements freely using an Excalidraw-powered canvas — ideal for diagrams, sketches, and visual planning.

-
-
+ - -
- Mermaid Diagram Screenshot -
-

Mermaid Diagrams

-

Render flowcharts, Gantt charts, and sequence diagrams with Mermaid markdown syntax directly in your notes.

-
-
+ - -
- Geo Map Screenshot -
-

Geo Maps

-

Plot locations and GPX tracks to visualize geography-linked notes and movement patterns on interactive maps.

-
-
+ - -
- Mind Map Screenshot -
-

Mind Maps

-

Organize ideas visually using a drag-and-drop mind map editor powered by Mind Elixir.

-
-
+ +
+ +

Technical Features

+ +
+ + + + + + +
@@ -116,7 +141,6 @@

Security & Sync

@@ -127,10 +151,8 @@

Advanced & Customization

diff --git a/apps/website/src/routes/feature-block.svelte b/apps/website/src/routes/feature-block.svelte new file mode 100644 index 000000000..0a48212a4 --- /dev/null +++ b/apps/website/src/routes/feature-block.svelte @@ -0,0 +1,14 @@ + + +
+ {imgAlt} +
+

{title}

+

{text}

+
+
\ No newline at end of file