diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 18 |
1 files changed, 8 insertions, 10 deletions
@@ -12,28 +12,26 @@ </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" class="text"> <h2>Welcome đŸ‘‹</h2> <p>Hi, I'm Rafael Marçalo and welcome to my website!</p> <p>I'm a software engineer and I like to build stuff</p> </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> |