88 lines
No EOL
1.5 KiB
HTML
88 lines
No EOL
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>srtk.in</title>
|
|
<style>
|
|
body {
|
|
background: #111;
|
|
color: #eee;
|
|
font-family: monospace;
|
|
font-size: 14px;
|
|
line-height: 1.4;
|
|
margin: 40px auto;
|
|
max-width: 700px;
|
|
padding: 0 15px;
|
|
}
|
|
|
|
pre {
|
|
color: #0f0;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
a {
|
|
color: #0cf;
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.section {
|
|
margin-top: 2em;
|
|
}
|
|
|
|
.divider {
|
|
color: #555;
|
|
margin: 1.5em 0;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<pre>
|
|
---------------------
|
|
< welcome to srtk.in >
|
|
---------------------
|
|
\ ^__^
|
|
\ (oo)\_______
|
|
(__)\ )\/\
|
|
||----w |
|
|
|| ||
|
|
</pre>
|
|
|
|
<div class="divider">---</div>
|
|
|
|
<div class="section">
|
|
<h3>about me</h3>
|
|
<p>
|
|
i'm sarthak, a backend + devops engineer who loves tinkering with systems, networks, infra and security.
|
|
</p>
|
|
</div>
|
|
|
|
<div class="divider">---</div>
|
|
|
|
<div class="section">
|
|
<h3>blogs</h3>
|
|
<ul>
|
|
<li>tba</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="divider">---</div>
|
|
|
|
<div class="section">
|
|
<h3>contact</h3>
|
|
<p>
|
|
email: <a href="mailto:root@srtk.in">root@srtk.in</a><br>
|
|
matrix: <a href="https://matrix.to/#/@srtk:envs.net">@srtk:envs.net</a><br>
|
|
xmpp: <a href="xmpp:srtk@tchncs.de">srtk@tchncs.de</a><br>
|
|
</p>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html> |