#!/usr/bin/php
		<!-- How people can support me with currency if they so desire. -->
		<div class="row" id="donate">
			<h2 class="col-12 header">Donate</h2>
		</div>

		<div class="row text">
			<div class="col-4 center">
				<h3>Preference 1 - Private Crypto</h3>
				<p>Send me any type of coin.</p>
				<div class="header">
					<!-- https://trocador.app/en/anonpayurlgenerator -->
					<iframe src="https://trocador.app/anonpay/?ticker_to=xmr&network_to=Mainnet&address=4ATk6owoMki46CuVfyAHS57FB5deqVFudTsaifQC1cfmcaQemgPEftcjZcW9DmcyfrfdRjxHQ9m4JAVSorYTgm6h8JnT7ao&donation=True&amount=1337.0&name=Chad&description=Support+Chad+%40+Hyperling&email=me@hyperling,com&ticker_from=doge&network_from=Mainnet&buttonbgcolor=663399&textcolor=cccccc&bgcolor=" width="310" height="350" style="border:0" scrolling="no"></iframe>
				</div>
			</div>

			<div class="col-4 center">
				<h3>Preference 2 - Public Crypto</h3>
				<p>Donate directly to my addresses.</p>
				<div class="header">
					<br/>

					<strong><code>XMR | Monero</code></strong>
					<div class="code"><code>4ATk6owoMki46CuVfyAHS57FB5deqVFudTsaifQC1cfmcaQemgPEftcjZcW9DmcyfrfdRjxHQ9m4JAVSorYTgm6h8JnT7ao</code></div>
					<br/>

					<strong><code>BTC | Bitcoin</code></strong>
					<div class="code"><kbd>bc1qsfe8dkvry3d34kztz449gkq67wq8fu2nkgfkh0</kbd></div>
					<br/>

					<strong><code>LTC | Litecoin</code></strong>
					<div class="code"><code>ltc1qavmpu5d6ljntxsd6jj548m4yys83zwscl0dzkx</code></div>
					<br/>

					<strong><code>LBC | Odysee's Coin</code></strong>
					<div class="code"><code>bDWP6qZajtm9Q9EkryKTorRwKFd5eDbPJj</code></div>
					<br/>
				</div>
			</div>

			<div class="col-4 center">
				<h3>Preference 3 - Public USD</h3>
				<p>Send USD to a fiat-based account.</p>
				<div class="header">
					<br/>

					<strong><code>Zelle</code></strong>
					<div class="code">
						<kbd>me@hyperling.com</kbd>
						<br/>
						<br/>
						<img src="/files/media/icons/zelle.png">
					</div>
					<br/>

					<strong><code>Venmo</code></strong>
					<div class="code">
						<kbd>
							@HyperVegan
							<br/>
							<br/>
							<kbd>[<a href="https://account.venmo.com/u/HyperVegan"
								target="_blank" rel="noopener noreferrer"
							>Account Page</a>]
						</kbd>
					</div>
					<br/>
				</div>
			</div>
		</div>