Files
rclone/docs/layouts/shortcodes/one_off_donations.html
Nick Craig-Wood 839a3b92e0 docs: modernize rclone.org site design
- replace Bootstrap/jQuery with purpose-built CSS and JS
- remove backend icons from navbar and content pages
- replace remaining FontAwesome icons with inline SVGs, remove FontAwesome
- modernize CSS styling for menus, typography, cards, tables, and code blocks
- add copy-to-clipboard buttons on code blocks using SVG icon
- move TOC to left sidebar with responsive overlay drawer
- add sticky header, top scrollbar and first column for wide tables
- add left/right arrow buttons to scrollable tables
- hide homepage logo on mobile
- make wide menus with filter for Commands and Storage Systems
- add dark mode support based on browser preference
- fix CSS/JS cache busting to use build time
2026-04-02 16:32:54 +01:00

26 lines
2.1 KiB
HTML

<div>
<div class="dropdown" style="display: inline;">
<a class="btn btn-primary dropdown-toggle" href="#" role="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<svg class="icon" aria-hidden="true"><use href="#icon-paypal"/></svg> PayPal
</a>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" target="_blank" rel="noopener" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=B9JZV25DCP2SJ&amp;source=url">Sponsor in $ USD</a>
<a class="dropdown-item" target="_blank" rel="noopener" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=RGRFXCDDHK3LW&amp;source=url">Sponsor in £ GBP</a>
<a class="dropdown-item" target="_blank" rel="noopener" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=Y2AMZXSALFBR4&amp;source=url">Sponsor in € EUR</a>
</div>
</div>
<a class="btn btn-primary" role="button" href="https://www.paypal.me/nickcw" target="_blank" rel="noopener"><svg class="icon" aria-hidden="true"><use href="#icon-paypal"/></svg> PayPal.Me</a>
<div class="dropdown" style="display: inline;">
<a class="btn btn-primary dropdown-toggle" href="#" role="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<svg class="icon" aria-hidden="true"><use href="#icon-bitcoin"/></svg> Bitcoin
</a>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<span class="dropdown-item">Bitcoin: scan or click the image or copy the address</span>
<a class="dropdown-item" target="_blank" rel="noopener" href="bitcoin:19j3oLUsqBcTRvZ2LSq2phVjsAAJ86xSnk"><img src="/img/ncw-bitcoin-address.png" alt="bitcoin:19j3oLUsqBcTRvZ2LSq2phVjsAAJ86xSnk"></a>
<span class="dropdown-item">
<input type="text" value="19j3oLUsqBcTRvZ2LSq2phVjsAAJ86xSnk" size="30" readonly>
<button class="btn btn-primary copy-btn" type="button"><svg class="icon" aria-hidden="true"><use href="#icon-copy"/></svg></button></span>
</div>
</div>
</div>