damaj.tech/site/whoami/index.php

26 lines
1.9 KiB
PHP
Raw Normal View History

2024-03-30 01:24:28 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Who is Damaj301damaj?</title>
<link rel="stylesheet" href="/css/main.css" text="text/css"></link>
<?php include '../../templates/meta.php' ;?>
2024-03-30 01:24:28 +00:00
</head>
<body>
<?php include '../../templates/header.php' ;?>
2024-03-30 01:24:28 +00:00
<font size=20px><b>Who Am I?</b></font>
<font size=5px><p>My name is Mohamad, i am from the beautiful country of <a href="https://en.wikipedia.org/wiki/Lebanon">Lebanon</a>🇱🇧.
2024-03-30 01:24:28 +00:00
i spend my free time improving my skills in computing and dream of being a Computer Engineer🖥.</p>
<p>I love reading source code and using open source code(such as <a href="https://en.wikipedia.org/wiki/Linux">Linux</a>🐧).</p>
<p>I am currently the only sysadmin of this server.</p>
<p><b>Fact!:</b> This website is very lightweight and was written 100% by hand using vim ;)</p></font>
<font size=15px><b>Ways to get in touch:</b><br></br></font>
<font size=5px><b>Matrix(Instant Messaging): Fastest way.</b>
<p>Using a <a href="https://en.wikipedia.org/wiki/Matrix_(protocol)">Matrix Compatible</a> client, you can message me using my handle <a href="https://matrix.to/#/@mohamad:damaj.tech">@mohamad:damaj.tech</a> in a secure and encrypted way.<br></br>
<b>Email: The common and widely available way.</b>
<p>You can also email me using my email <a href="mailto:mohamad@damaj.tech">mohamad@damaj.tech</a>, business mail denied if you are using a public service or failing standard verifications(<a href="https://en.wikipedia.org/wiki/Sender_Policy_Framework">SPF</a>, <a href="https://en.wikipedia.org/wiki/DomainKeys_Identified_Mail">DKIM</a> and <a href="https://en.wikipedia.org/wiki/DMARC">DMARC</a>)</p>
<p>P.S.: My public GPG key that you can use to encrypt emails, messages or verify signed content is available <a href="https://git.damaj.tech/Damaj301damaj.gpg">here</a>.</p>
</font>
<?php include '../../templates/footer.php' ;?>
2024-03-30 01:24:28 +00:00
</body>
</html>