Compare commits
2 Commits
f8950bb2da
...
9ceebf10f7
Author | SHA1 | Date | |
---|---|---|---|
9ceebf10f7 | |||
da23937b96 |
@ -26,7 +26,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<h3>Cryptocurrency Links</h3>
|
<h3>Cryptocurrency Links</h3>
|
||||||
Nano (preferred): <code>nano_1ewtme68x5gia1bjq3jx1ku5pcxzayipdxjmjrc3x8qjjpat4ria8ajhjoxd</code>
|
Nano: <code>nano_1ewtme68x5gia1bjq3jx1ku5pcxzayipdxjmjrc3x8qjjpat4ria8ajhjoxd</code>
|
||||||
<br>
|
<br>
|
||||||
Bitcoin: <code>bc1qj6h8z2tg9nxcl9ddnv9k798cru6asr6cpmj84m</code>
|
Bitcoin: <code>bc1qj6h8z2tg9nxcl9ddnv9k798cru6asr6cpmj84m</code>
|
||||||
<br>
|
<br>
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
<a href="https://searx.bbaovanc.com/" rel="noreferrer" target="_blank">My Searx Instance</a>
|
<a href="https://searx.bbaovanc.com/" rel="noreferrer" target="_blank">My Searx Instance</a>
|
||||||
<a href="https://git.bbaovanc.com/bbaovanc" rel="noreferrer" target="_blank">My Git Repositories</a>
|
<a href="https://git.bbaovanc.com/bbaovanc" rel="noreferrer" target="_blank">My Git Repositories</a>
|
||||||
<a href="/donate/">Donate</a>
|
<a href="/donate/">Donate</a>
|
||||||
|
<a href="/referrals/">Referral Codes</a>
|
||||||
<a href="/contact/">Contact Me</a>
|
<a href="/contact/">Contact Me</a>
|
||||||
<a href="/gpg-fingerprints/">GPG Fingerprints</a>
|
<a href="/gpg-fingerprints/">GPG Fingerprints</a>
|
||||||
<a href="/fun/">Fun</a>
|
<a href="/fun/">Fun</a>
|
||||||
|
46
referrals/index.html
Normal file
46
referrals/index.html
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<!--#include virtual="/head.html" -->
|
||||||
|
<title>Referral Codes - bbaovanc's Website</title>
|
||||||
|
|
||||||
|
<meta name="subject" content="Referral Codes - bbaovanc's Website" />
|
||||||
|
<meta name="description" content="Referral codes for various services that I use/have used" />
|
||||||
|
<meta name="url" content="https://bbaovanc.com/referrals/" />
|
||||||
|
<meta name="reply-to" content="contact@bbaovanc.com" />
|
||||||
|
|
||||||
|
<meta name="og:type" content="website" />
|
||||||
|
<meta name="og:title" content="Referral Codes - bbaovanc's Website" />
|
||||||
|
<meta name="og:url" content="https://bbaovanc.com/contact/" />
|
||||||
|
<meta name="og:site_name" content="Referral Codes - bbaovanc's Website" />
|
||||||
|
<meta name="og:description" content="Referral codes for various services that I use/have used" />
|
||||||
|
<meta name="og:email" content="contact@bbaovanc.com" />
|
||||||
|
<meta name="og:image" content="/bbaovanc-1024.png" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<!--#include virtual="/header.html" -->
|
||||||
|
<!--#include virtual="/navbar.html" -->
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
<div class="main">
|
||||||
|
<h3>Referral Codes</h3>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://www.vultr.com/?ref=8643438-6G" rel="noreferrer" target="_blank">Vultr</a></li>
|
||||||
|
<ul>
|
||||||
|
<li>You get $100 to try out the service for a month</li>
|
||||||
|
<li>I get $25 if you stay.</li>
|
||||||
|
</ul>
|
||||||
|
<li><a href="https://www.unmineable.com/?ref=kncj-8rew" rel="noreferrer" target="_blank">unMineable (crypto mining pool)</a></li>
|
||||||
|
<ul>
|
||||||
|
<li>Your mining fee lowers to 0.75%</li>
|
||||||
|
<li>I get 0.25% of your earnings.</li>
|
||||||
|
</ul>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
Reference in New Issue
Block a user