diff options
Diffstat (limited to 'people.html')
-rw-r--r-- | people.html | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/people.html b/people.html index b62091f..536ae1e 100644 --- a/people.html +++ b/people.html @@ -12,19 +12,23 @@ </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"> - <h2>People 🧑</h2> + <h2>People 👥</h2> <ul> <li><a href="https://codeyarns.com/">Ashwin Nanjappa</a></li> <li><a href="https://blog.cryptographyengineering.com/">Criptography Engineering</a></li> @@ -39,12 +43,5 @@ <li><a href="https://notthebe.ee/">Wolfgang's blog</a></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> |