blob: d9708fc38a6e65f3fee01bc32a68dc886166a5f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<!-- 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>
<tr><td><time class="key">2024-09-06</time></td><td><a class="post value" href="/posts/gentoo.html">Why I use gentoo.</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>
|