From 1c4b5a7713dfcd028cb74f40e469da369be41a58 Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 15 Jun 2024 09:31:10 +0200 Subject: Update projects --- README.md | 5 +++ public/index.html | 88 ++++++++++++++++++++++++++-------------- public/projects/books.webp | Bin 0 -> 181512 bytes public/projects/catchvoid.webp | Bin 20384 -> 38996 bytes public/projects/chords.webp | Bin 8658 -> 16816 bytes public/projects/cooking.webp | Bin 27802 -> 43452 bytes public/projects/files.webp | Bin 0 -> 15728 bytes public/projects/flashcards.webp | Bin 11704 -> 6746 bytes public/projects/map.webp | Bin 326334 -> 261864 bytes public/projects/music.webp | Bin 0 -> 35854 bytes public/projects/tabata.webp | Bin 34466 -> 28238 bytes 11 files changed, 62 insertions(+), 31 deletions(-) create mode 100644 public/projects/books.webp create mode 100644 public/projects/files.webp create mode 100644 public/projects/music.webp diff --git a/README.md b/README.md index 98e3057..be51d48 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,8 @@ Live [here](https://guyonvarch.me). cd public python -m http.server ``` + +## Captures + +- Take screenshots with Chrome developer tool for web views, with 1280×800 resolution. +- Convert screenchots to WEBP with imagemagick: `magick input.png output.webp`. diff --git a/public/index.html b/public/index.html index 61ec887..0277da4 100644 --- a/public/index.html +++ b/public/index.html @@ -181,75 +181,76 @@

- Todo -

Organize todos.

+ Calendar +

Organize events.

- Todo + Calendar

- Calendar -

Organize events.

+ Flashcards +

Learn with space repetition.

- Calendar + Flashcards

- Flashcards -

Learn with space repetition.

+ Books +

Present book library from metadata files, with faceted search.

- Flashcards + Books

- Cooking -

Show recipes with adjustable ingredient portions.

+ Music +

Show structured chords and lyrics.

- Cooking + Music
@@ -276,19 +277,22 @@

- Reading -

Guide middle school students to find a book with faceted search.

+ Cooking +

Show recipes with adjustable ingredient portions.

- Reading + Cooking
@@ -352,6 +356,28 @@ + +
+

+ Files +

Share files and automatically delete after expiration.

+

+ + Files + + +

Contact

diff --git a/public/projects/books.webp b/public/projects/books.webp new file mode 100644 index 0000000..d0b00a5 Binary files /dev/null and b/public/projects/books.webp differ diff --git a/public/projects/catchvoid.webp b/public/projects/catchvoid.webp index 20fd601..5a55ff8 100644 Binary files a/public/projects/catchvoid.webp and b/public/projects/catchvoid.webp differ diff --git a/public/projects/chords.webp b/public/projects/chords.webp index 46f2f06..184b769 100644 Binary files a/public/projects/chords.webp and b/public/projects/chords.webp differ diff --git a/public/projects/cooking.webp b/public/projects/cooking.webp index 77c0e7f..4e9d7c1 100644 Binary files a/public/projects/cooking.webp and b/public/projects/cooking.webp differ diff --git a/public/projects/files.webp b/public/projects/files.webp new file mode 100644 index 0000000..ddc395e Binary files /dev/null and b/public/projects/files.webp differ diff --git a/public/projects/flashcards.webp b/public/projects/flashcards.webp index 44645ae..eee949e 100644 Binary files a/public/projects/flashcards.webp and b/public/projects/flashcards.webp differ diff --git a/public/projects/map.webp b/public/projects/map.webp index 9521964..b5109fe 100644 Binary files a/public/projects/map.webp and b/public/projects/map.webp differ diff --git a/public/projects/music.webp b/public/projects/music.webp new file mode 100644 index 0000000..b114820 Binary files /dev/null and b/public/projects/music.webp differ diff --git a/public/projects/tabata.webp b/public/projects/tabata.webp index 72d09f7..463d8ed 100644 Binary files a/public/projects/tabata.webp and b/public/projects/tabata.webp differ -- cgit v1.2.3