diff options
Diffstat (limited to 'donate.html')
-rw-r--r-- | donate.html | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/donate.html b/donate.html index 184a517..b0cf8f5 100644 --- a/donate.html +++ b/donate.html @@ -12,15 +12,19 @@ </head> <body> <div id="header"> - <h1>Rafael Marçalo Website</h1> + <h1>Rafa's Website</h1> <nav> <a href="index.html">home</a> | - <a href="archive.html">archive</a> - | <a href="projects.html">projects</a> | + <a href="services.html">services</a> + | + <a href="archive.html">archive</a> + | <a href="donate.html">donate</a> + | + <a href="contact.html">contact</a> </nav> </div> <div id="content"> @@ -30,14 +34,6 @@ <li><a href="images/ethereum.png">ETH</a>: 0x21014f842718B5f05d5A555825d72D6aA96e5ff4</li> <li><a href="images/monero.png">XMR</a>: 4254FmcCGBNbaq9CcqkUSk8eY3cqACjrGXRWkxXxXbjD1Up3Nu4BsCA1YCkrnrzG4SUmwDJQnBYJoeLrucWSDRhyRchRAHP</li> </ul> - - </div> - <div id="footer"> - <div id="contact"> - <p>Links: <a href="https://git.rafaelmarcalo.xyz/">Git Server</a> | <a href="https://searxng.rafaelmarcalo.xyz/">SearXNG Search Engine</a></p> - <p>GPG: <a href="files/rafael.gpg">Public Key</a></p> - <p>License: <a href="https://www.gnu.org/licenses/gpl-3.0.txt">GPLv3</a></p> - </div> </div> </body> </html> |