From 5038bc13bc17f33716652c92bc77a5e99be3a38c Mon Sep 17 00:00:00 2001
From: John Jago
Date: Thu, 23 May 2024 17:13:21 -0500
Subject: [PATCH] Remove tips section and add donation link
The tips section was explaining too much, and explaining the obvious.
I also restyled the footer and added a donation link.
---
src/coffee.svg | 27 +++++++++++++++++++++++++++
src/index.html | 14 ++++++--------
src/style.css | 10 ++++++++++
3 files changed, 43 insertions(+), 8 deletions(-)
create mode 100644 src/coffee.svg
diff --git a/src/coffee.svg b/src/coffee.svg
new file mode 100644
index 0000000..5cda700
--- /dev/null
+++ b/src/coffee.svg
@@ -0,0 +1,27 @@
+
\ No newline at end of file
diff --git a/src/index.html b/src/index.html
index f5aece1..3a1fc0c 100644
--- a/src/index.html
+++ b/src/index.html
@@ -23,14 +23,12 @@
Deformat
from PDF books. This tool also cleans up any messed up formatting that involves
whitespace.
-
Tips
-
-
The following characters are removed: carriage return and line feed together (\r\n), carriage return (\r), line feed (\n), and extra single space characters.