Browse Source

fix donatio links target

Riccardo Balbo 3 năm trước cách đây
mục cha
commit
6554dc606e
2 tập tin đã thay đổi với 8 bổ sung8 xóa
  1. 7 7
      content/donate.md
  2. 1 1
      layouts/partials/topMenu.html

+ 7 - 7
content/donate.md

@@ -10,13 +10,13 @@ date: 2021-04-25T18:00:00+00:00
 
 
 
-<a href="https://opencollective.com/jmonkeyengine"><h2>Fund our Collective with PayPal / Credit Card / Bank Transfer </h2></a>
+<a rel='noopener noreferrer' target="_blank" href="https://opencollective.com/jmonkeyengine"><h2>Fund our Collective with PayPal / Credit Card / Bank Transfer </h2></a>
 <div style="display:flex;flex-direction:row;align-items:center;margin-top:1rem">
-<a href="https://opencollective.com/jmonkeyengine">
+<a rel='noopener noreferrer' target="_blank" href="https://opencollective.com/jmonkeyengine">
     <i style="font-size:6rem;color:var(--highlightFg)" class="fa-solid fa-building-columns"></i>
 </a>
 <p style="margin-left:2rem;">
-We accept donations through our collective at <a href="https://opencollective.com/jmonkeyengine">opencollective/jmonkeyengine</a>.
+We accept donations through our collective at <a rel='noopener noreferrer' target="_blank" href="https://opencollective.com/jmonkeyengine">opencollective/jmonkeyengine</a>.
 <br>
 The collective is managed by the Core Developers and it will be used to promote and fund the development and maintenance of the engine and its related services.
 <br>
@@ -27,18 +27,18 @@ The collective is managed by the Core Developers and it will be used to promote
 
 <br><br><br>
 <!-- 
-<a href="https://fund.jmonkeyengine.org"><h2 >Fund our OpenSource community with Bitcoin</h2></a>
+<a rel='noopener noreferrer' target="_blank" href="https://fund.jmonkeyengine.org"><h2 >Fund our OpenSource community with Bitcoin</h2></a>
 <div style="display:flex;flex-direction:row;align-items:center;margin-top:1rem">
-<a href="https://fund.jmonkeyengine.org">
+<a  rel='noopener noreferrer' target="_blank" href="https://fund.jmonkeyengine.org">
     <i style="font-size:6rem;color:var(--highlightFg)" class="fa-brands fa-bitcoin"></i>
 </a>
 <p style="margin-left:2rem;">
-Alternatively you can donate through <a href="https://fund.jmonkeyengine.org">our instance of ⚡plit Donation</a>, an unified solution to donate Bitcoin over the lightning network to our collective but also directly to the opensource contributors and teams that build jMonkeyEngine. 
+Alternatively you can donate through <a rel='noopener noreferrer' target="_blank" href="https://fund.jmonkeyengine.org">our instance of ⚡plit Donation</a>, an unified solution to donate Bitcoin over the lightning network to our collective but also directly to the opensource contributors and teams that build jMonkeyEngine. 
 <br>
 This option gives you the ability to chose the destination of your funds.
 <br>
 <br>
-<i>If you donate to our collective through ⚡plit Donation, you will be able to claim the donation as yours by logging-in to <a href="https://opencollective.com">opencollective.com</a> with the same email address.</i>
+<i>If you donate to our collective through ⚡plit Donation, you will be able to claim the donation as yours by logging-in to <a rel='noopener noreferrer' target="_blank" href="https://opencollective.com">opencollective.com</a> with the same email address.</i>
 </p>
 </div> -->
 

+ 1 - 1
layouts/partials/topMenu.html

@@ -66,7 +66,7 @@
                     <i class="fab fa-discord"></i> <span>Discord</span>
                 </button>
             </a>
-            <a href="https://jmonkeyengine.org/donate" rel='noopener noreferrer' target="_blank">
+            <a href="https://jmonkeyengine.org/donate" >
                 <button class="icon donateCl toggleable toggledOffPortrait  expandable " title="Donate">
                     <i class="fas fa-donate"></i> <span>Donate!</span>
                 </button>