blob: fcdb4b582f6cde6424094f7b231aed338b7f5697 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!-- Title: My personal Website -->
Welcome to my site
*** recent posts
<table>
<tr><td><time class="key">2024-06-09</time></td><td><a class="post value" href="posts/website_created.html">Website Created!</a></td></tr>
</table>
*** links and contact info
<table>
<tr><td class="key">email</td><td><a class="value" href="mailto:suleyman@farajli.net">suleyman@farajli.net</a></td></tr>
<tr><td class="key">ssh </td><td><a class="value" href="keys/ssh.html">Public key</a></td></tr>
<tr><td class="key">github</td><td><a class="value" href="https://github.com/sfarajli">sfarajli</a></td></tr>
</table>
<small class="footnote">* and it is worth mentioning that I don't have a LinkedIn (or any social media) account.</small>
|