blob: 2fb1b7d63dbbf589899a429a2496f583908c6472 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel='stylesheet' type='text/css' href="style.css">
<title>Suleyman Farajli's website</title>
</head>
<body>
<a id="header-link" href="index.html">Suleyman Farajli</a>
<hr class="separator">
<div class="menu">
<a class="menu_item" href="index.html"><u>Home</u>/</a>
<a class="menu_item" href="software/software.html">Software/</a>
<a class="menu_item" href="wiki/wiki.html">Wiki/</a>
<a class="menu_item right" href="https://git.farajli.xyz">Git</a>
</div>
<p>
My real name is Suleyman Farajli but I occasionally use shorter nicknames as
<span class="color1"> theion</span> and <span class="color1">thei0n</span> and they are not the same as
"<strong>the ion</strong>"!
in fact, they don't even mean anything in other languages either.
</p>
<h2>posts</h2>
<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>
<h3>links and contact info</h3>
<table>
<tr><td class="key">email</td><td><a class="value" href="#">suleyman@farajli.xyz</a></td></tr>
<tr><td class="key">xmpp </td><td><a class="value" href="#">suleyman@farajli.xyz</a></td></tr>
<tr><td class="key">ssh </td><td><a class="value" href="#">Public key</a></td></tr>
<tr><td class="key">github</td><td><a class="value" href="https://github.com/thei0n">thei0n</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>
<p id="copyleft"><br>copyleft (c) 2024 theion</p>
</body>
</html>
|