github.com/artpar/rclone@v1.67.3/docs/layouts/shortcodes/one_off_donations.html (about)

     1  <div>
     2    <div class="dropdown" style="display: inline;">
     3      <a class="btn btn-primary dropdown-toggle" href="#" role="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
     4        <i class="fab fa-paypal" aria-hidden="true"></i> PayPal
     5      </a>
     6      <div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
     7        <a class="dropdown-item" target="_blank" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=B9JZV25DCP2SJ&amp;source=url">Sponsor in $ USD</a>
     8        <a class="dropdown-item" target="_blank" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=RGRFXCDDHK3LW&amp;source=url">Sponsor in £ GBP</a>
     9        <a class="dropdown-item" target="_blank" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=Y2AMZXSALFBR4&amp;source=url">Sponsor in € EUR</a>
    10      </div>
    11    </div>
    12    <a  class="btn btn-primary" role="button" href="https://www.paypal.me/nickcw" target="_blank"><i class="fab fa-paypal" aria-hidden="true"></i> PayPal.Me</a>
    13    <div class="dropdown" style="display: inline;">
    14      <a class="btn btn-primary dropdown-toggle" href="#" role="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
    15        <i class="fab fa-bitcoin" aria-hidden="true"></i> Bitcoin
    16      </a>
    17      <div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
    18        <span class="dropdown-item">Bitcoin: scan or click the image or copy the address</span>
    19        <a class="dropdown-item" target="_blank" href="bitcoin:19j3oLUsqBcTRvZ2LSq2phVjsAAJ86xSnk"><img src="/img/ncw-bitcoin-address.png" alt="bitcoin:19j3oLUsqBcTRvZ2LSq2phVjsAAJ86xSnk"></a>
    20        <span class="dropdown-item">
    21          <input type="text" value="19j3oLUsqBcTRvZ2LSq2phVjsAAJ86xSnk" size="30" readonly>
    22          <button class="btn btn-primary copy-to-clipboard" type="button" data-toggle="tooltip" data-placement="button" title="Copy to Clipboard"><i class="fas fa-copy" aria-hidden="true"></i></button></span>
    23      </div>
    24    </div>
    25  </div>