diff --git a/apps/welcome.json b/apps/welcome.json index 3fe8a3c8..001cd5c9 100644 --- a/apps/welcome.json +++ b/apps/welcome.json @@ -1,4 +1,5 @@ { "type": "tildefriends-app", - "emoji": "📦" + "emoji": "👋", + "previous": "" } \ No newline at end of file diff --git a/apps/welcome/app.js b/apps/welcome/app.js index 4dae5544..bf87977a 100644 --- a/apps/welcome/app.js +++ b/apps/welcome/app.js @@ -2,4 +2,4 @@ async function main() { await app.setDocument(utf8Decode(getFile('index.html'))); } -main(); +main(); \ No newline at end of file diff --git a/apps/welcome/index.html b/apps/welcome/index.html index 0cb21597..4366f527 100644 --- a/apps/welcome/index.html +++ b/apps/welcome/index.html @@ -21,11 +21,11 @@
-
+

😎 Tilde Friends

-

Make apps with friends from the comfort of your web browser.

+

Make apps and friends from the comfort of your web browser.

Tilde Friends is a platform for building, running, and sharing web applications.

Available for lots of devices: @@ -35,100 +35,135 @@

Download - Try It + Try Some Apps
+
+
+ + +
+
+
+ Secure Scuttlebutt +
+
+

Built for Sharing

+

+ Tilde Friends participates in the Secure Scuttlebutt distributed social network. +

+

+ Share apps with friends. Discover new apps made by enemies. Post pictures of your coffee. Or just lurk. +

+

+ The social network integration provides tools for connecting with other people world-wide + while still allowing apps and everything to operate offline. +

+
- -
-
-
- Secure Scuttlebutt -
-
-

Built for Sharing

-

- Tilde Friends participates in the Secure Scuttlebutt distributed social network. -

-

- Whether you use it for communicating with auto-discovered peers on the same network as you - or with distant distant with whom you've manually established a secure link, it is at your service - for sharing and discovering apps. -

-
+ +
+
+
+

Edit Anything

+

+ See that edit link near the top left corner of this page? It's there for + every Tilde Friends app, so you can modify and observe your changes, live. Kind of like a wiki, + but for code. I think it's pretty neat. +

+
- -
-

Technology

-

Tilde Friends is built using boring, trusted tech.

+ +
+
+
+

Sandbox Isolation

+ +

+ Tilde Friends tries to make sure apps can be trusted using similar techniques to how web + browsers and operating systems do it. +

+

+ This is all a work in progress, so don't give it all your innermost secrets yet, but do + kick its tires and share any surprises you find. +

+
+
+
-
-
+ +
+

Technology

+

Tilde Friends is built using boring, trusted tech.

+

Though of course you are free to use whatever web technologies you can fit into a Tilde Friends app.

+ + - - - +
- - - + +
+ + + - + \ No newline at end of file