37 lines
2.0 KiB
HTML
37 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<!-- Add .onion link -->
|
|
<meta http-equiv="onion-location" content="http://o2o2o2yfrueii33hxjja3foegbkjckxg2fy4vr4y4pqvnk2oxqknvjqd.onion/about">
|
|
<!-- Discourage indexing -->
|
|
<meta name="robots" content="noindex, nofollow, noarchive">
|
|
|
|
<link rel="stylesheet", href="{{ url_for('static', filename='css/about.css') }}">
|
|
<meta property="og:title" content="About Me | pkrm.dev"/>
|
|
<meta property="og:url" content="https://pkrm.dev"/>
|
|
<meta property="og:type" content="website"/>
|
|
<meta property="og:description" content="Learn more about me and what I do."/>
|
|
<title>About Me | pkrm.dev</title>
|
|
</head>
|
|
<body>
|
|
<nav>
|
|
<div class="navbar-left">
|
|
<a href="/">Home</a>
|
|
</div>
|
|
|
|
<div class="navbar-right">
|
|
<a href="/about">About</a>
|
|
<a href="/contact">Contact</a>
|
|
</div>
|
|
</nav>
|
|
|
|
<div class="container">
|
|
<h1>About Me</h1>
|
|
<p>I am a freshman in Computer Science who enjoys programming and learning more about different technologies. I manage a Debian based home server where I self-host tools like: <a href="https://dnscrypt.org" target="_blank" style="text-decoration: underline; color: #9F9FAA">DNSCrypt</a>, <a href="https://github.com/AdguardTeam/AdguardHome" target="_blank" style="text-decoration: underline; color: #9F9FAA">AdGuard</a>, <a href="https://wireguard.org" target="_blank" style="text-decoration: underline; color: #9F9FAA">WireGuard</a>, <a href="https://syncthing.net" target="_blank" style="text-decoration: underline; color: #9F9FAA">Syncthing</a>, and many more media/system management utilities.<br><br>Find my work by viewing my open-sourced repositories on <a href="https://github.com/packetparker" target="_blank" style="text-decoration: underline; color: #9F9FAA">GitHub</a>.</p>
|
|
</div>
|
|
|
|
<footer>PGP Fingerprint: FD5C 7FFF 860B 6E97 7049 E27E 505E D36F C12B 5D5E</footer>
|
|
</body>
|
|
</html> |