diff --git a/src/app/pages/about/about.page.html b/src/app/pages/about/about.page.html index bae4bde..27b0b9b 100644 --- a/src/app/pages/about/about.page.html +++ b/src/app/pages/about/about.page.html @@ -6,7 +6,11 @@
{{ version.appName }}
-

BCR-GUI is a companion app for BCR (Basic Call Recorder) to ease management of its recordings database

+
+ BCR-GUI is a companion app for + BCR (Basic Call Recorder) + to ease management of its recordings database +
@@ -35,11 +39,30 @@

Source code

- -

Attributions

+ +

Donations

- Call icons by FreeSVG (public domain icons) + This app is free as in speech, nothing to pay, no ads.
+ If you appreciate my work and want to support it, feel free to use one the links below.

+ +
+
+ +
+ +

Attributions

+
diff --git a/src/app/pages/about/about.page.scss b/src/app/pages/about/about.page.scss index 7c65a56..fbb970e 100644 --- a/src/app/pages/about/about.page.scss +++ b/src/app/pages/about/about.page.scss @@ -14,8 +14,24 @@ .title { font-size: 18pt; font-weight: bold; + padding-bottom: .5em; } .item { padding-bottom: 1em; +} + +.donations { + display: flex; + flex-direction: column; + gap: .5em; + + .images { + display: flex; + gap: 1em; + } + + img { + border-radius: .3em; + } } \ No newline at end of file diff --git a/src/assets/images/buy-me-a-coffee.png b/src/assets/images/buy-me-a-coffee.png new file mode 100644 index 0000000..6d4268a Binary files /dev/null and b/src/assets/images/buy-me-a-coffee.png differ diff --git a/src/assets/images/paypal.png b/src/assets/images/paypal.png new file mode 100644 index 0000000..31a51c4 Binary files /dev/null and b/src/assets/images/paypal.png differ