From 4fff64e4e4fc80f7674247b1cdba05170cd18bc2 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sat, 15 Jun 2024 14:49:50 +0200 Subject: [PATCH] feat: Add intro and footer to index.ejs Enhanced the user interface by adding introductory information and an 'About' section to explain Transfer.coffee's functionality and WebTorrent usage. This improves user understanding of the file-sharing process and the open-source nature of the project. --- views/index.ejs | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/views/index.ejs b/views/index.ejs index 19222a2..869c8d8 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -8,13 +8,31 @@

Transfer.coffee

+
+

+ Transfer.coffee is a simple way to share files between devices. Just + select a file and share the generated URL with the recipient. The + recipient can then download the file by entering the mnemonic. +

+

+ The files are shared using WebTorrent, a peer-to-peer file sharing + protocol. This means that the file is not stored on a central server + and is instead shared directly between the sender and the recipient. +

+

Share File

- +

Receive File

@@ -25,7 +43,24 @@
- +
+