From 7076343338ae3439f3c86f01144818abe8c31978 Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Sun, 12 Mar 2023 07:16:23 +0200 Subject: add container helpers; constuct public directory-tree --- .../images/h20/png/Content/media/cards/dinersClub.png | Bin 0 -> 388 bytes .../images/h20/png/Content/media/cards/dinersClub.webp | Bin 0 -> 228 bytes .../images/h20/png/Content/media/cards/mastercard.png | Bin 0 -> 774 bytes .../images/h20/png/Content/media/cards/mastercard.webp | Bin 0 -> 388 bytes html/content/images/h20/png/Content/media/cards/visa.png | Bin 0 -> 726 bytes html/content/images/h20/png/Content/media/cards/visa.webp | Bin 0 -> 390 bytes 6 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 html/content/images/h20/png/Content/media/cards/dinersClub.png create mode 100644 html/content/images/h20/png/Content/media/cards/dinersClub.webp create mode 100644 html/content/images/h20/png/Content/media/cards/mastercard.png create mode 100644 html/content/images/h20/png/Content/media/cards/mastercard.webp create mode 100644 html/content/images/h20/png/Content/media/cards/visa.png create mode 100644 html/content/images/h20/png/Content/media/cards/visa.webp (limited to 'html/content/images/h20/png/Content/media/cards') diff --git a/html/content/images/h20/png/Content/media/cards/dinersClub.png b/html/content/images/h20/png/Content/media/cards/dinersClub.png new file mode 100644 index 0000000..da2b36a Binary files /dev/null and b/html/content/images/h20/png/Content/media/cards/dinersClub.png differ diff --git a/html/content/images/h20/png/Content/media/cards/dinersClub.webp b/html/content/images/h20/png/Content/media/cards/dinersClub.webp new file mode 100644 index 0000000..1625a1b Binary files /dev/null and b/html/content/images/h20/png/Content/media/cards/dinersClub.webp differ diff --git a/html/content/images/h20/png/Content/media/cards/mastercard.png b/html/content/images/h20/png/Content/media/cards/mastercard.png new file mode 100644 index 0000000..abd172e Binary files /dev/null and b/html/content/images/h20/png/Content/media/cards/mastercard.png differ diff --git a/html/content/images/h20/png/Content/media/cards/mastercard.webp b/html/content/images/h20/png/Content/media/cards/mastercard.webp new file mode 100644 index 0000000..710f177 Binary files /dev/null and b/html/content/images/h20/png/Content/media/cards/mastercard.webp differ diff --git a/html/content/images/h20/png/Content/media/cards/visa.png b/html/content/images/h20/png/Content/media/cards/visa.png new file mode 100644 index 0000000..283c48f Binary files /dev/null and b/html/content/images/h20/png/Content/media/cards/visa.png differ diff --git a/html/content/images/h20/png/Content/media/cards/visa.webp b/html/content/images/h20/png/Content/media/cards/visa.webp new file mode 100644 index 0000000..1402fb2 Binary files /dev/null and b/html/content/images/h20/png/Content/media/cards/visa.webp differ -- cgit v1.2.3