This is an automated email from the ASF dual-hosted git repository.

meonkeys pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/fineract-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new ffd4de4  fix DPG badge
ffd4de4 is described below

commit ffd4de4455c798f493db15b9e1fbf1adb0d6801d
Author: Adam Monsen <[email protected]>
AuthorDate: Thu Feb 12 11:09:20 2026 -0800

    fix DPG badge
    
    * use local image (ASF project website server prevents loading remote 
assets)
    * move below event-banner div, looks better that way
---
 images/verified-dpg-badge.svg | 1 +
 index.html                    | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/images/verified-dpg-badge.svg b/images/verified-dpg-badge.svg
new file mode 100644
index 0000000..4e098f7
--- /dev/null
+++ b/images/verified-dpg-badge.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg"; width="86" height="20" role="img" 
aria-label="Verified: DPG"><title>Verified: DPG</title><linearGradient id="s" 
x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop 
offset="1" stop-opacity=".1"/></linearGradient><clipPath id="r"><rect 
width="86" height="20" rx="3" fill="#fff"/></clipPath><g 
clip-path="url(#r)"><rect width="53" height="20" fill="#555"/><rect x="53" 
width="33" height="20" fill="#3333ab"/><rect width="86" heigh [...]
\ No newline at end of file
diff --git a/index.html b/index.html
index 8147a1f..a510d13 100644
--- a/index.html
+++ b/index.html
@@ -1128,10 +1128,10 @@
             <a href="https://www.apache.org/events/current-event.html"; 
target="_blank">
               <img 
src="https://www.apache.org/events/current-event-234x60.png"; alt="Apache 
Current Event"/>
             </a>
-            <a href="https://www.digitalpublicgoods.net/r/apache-fineract"; 
target="_blank">
-              <img src="https://img.shields.io/badge/Verified-DPG-3333AB"; 
alt="Digital Public Goods Badge" width="200"/>
-            </a>
           </div>
+          <a href="https://www.digitalpublicgoods.net/r/apache-fineract"; 
target="_blank">
+            <img src="images/verified-dpg-badge.svg" alt="Digital Public Goods 
Badge" width="200"/>
+          </a>
         </div>
 
         <div class="divider divider-inverse"></div>

Reply via email to