commit 9d0a31c0eca62021275ec163ff513725e4ca4fcc Author: David Keane Date: Tue Jun 9 02:55:23 2026 +0100 Initial commit: 6 profile badges for the ranger Gitea user 96x96 PNGs generated from the RangerHQ helmet + brand text: - founder: RangerHQ Founder - wp-org-author: WordPress.org Published - chrome-store-author: Chrome Web Store Published - dublin-dev: Dublin, Ireland - msc-cyber: MSc Cybersecurity NCI Dublin - est-1974: Established 1974 — IR240474 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e43b0f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store diff --git a/README.md b/README.md new file mode 100644 index 0000000..e6d3d26 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# ranger/profile-badges + +User-profile badge images for the [ranger Gitea user](https://git.davidtkeane.com/ranger). + +| Badge | Image | What it marks | +|---|---|---| +| RangerHQ Founder | `founder.png` | Founder of the RangerHQ plugin/extension family | +| WordPress.org Author | `wp-org-author.png` | Published author on WordPress.org Plugin Directory | +| Chrome Web Store Author | `chrome-store-author.png` | Published author on Chrome Web Store | +| Dublin, Ireland | `dublin-dev.png` | Dublin-based developer 🇮🇪 | +| MSc Cybersecurity (NCI) | `msc-cyber.png` | MSc Cybersecurity student at NCI Dublin | +| Est. 1974 (IR240474) | `est-1974.png` | Born 1974 — IR240474 | + +All images 96×96 PNG. GPL v2 or later (same as the rest of the RangerHQ family). diff --git a/chrome-store-author.png b/chrome-store-author.png new file mode 100644 index 0000000..086dcbb Binary files /dev/null and b/chrome-store-author.png differ diff --git a/dublin-dev.png b/dublin-dev.png new file mode 100644 index 0000000..1e41a23 Binary files /dev/null and b/dublin-dev.png differ diff --git a/est-1974.png b/est-1974.png new file mode 100644 index 0000000..b5630ef Binary files /dev/null and b/est-1974.png differ diff --git a/founder.png b/founder.png new file mode 100644 index 0000000..8e28439 Binary files /dev/null and b/founder.png differ diff --git a/msc-cyber.png b/msc-cyber.png new file mode 100644 index 0000000..500dda9 Binary files /dev/null and b/msc-cyber.png differ diff --git a/wp-org-author.png b/wp-org-author.png new file mode 100644 index 0000000..4c7e99d Binary files /dev/null and b/wp-org-author.png differ