46 lines
1,009 B
HTML
46 lines
1,009 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Devraza</title>
|
|
<link rel="stylesheet" href="./style.css">
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="center">
|
|
<img class="logo" src="./assets/circles-white.png" alt="Logo">
|
|
<h1 class="devraza">Devraza</h1>
|
|
|
|
<p class="description">Programming and cybersecurity</h1>
|
|
|
|
<hr class="hr-sm">
|
|
|
|
<h3>Things I use</h3>
|
|
<div class="stack">
|
|
<a>Linux</a>
|
|
<a>Rust</a>
|
|
<a>Go</a>
|
|
<a>Lua</a>
|
|
<a>Python</a>
|
|
<a>Nix</a>
|
|
<a>Inkscape</a>
|
|
<a>GIMP</a>
|
|
<a>Kali Linux</a>
|
|
<a>NeoVim</a>
|
|
<a>Git</a>
|
|
</div>
|
|
|
|
<hr class="hr-sm">
|
|
|
|
<h3>Links</h3>
|
|
<div class="links">
|
|
<a href="https://git.devraza.duckdns.org/devraza" target="_blank">Gitea</a>
|
|
<a href="https://github.com/devraza" target="_blank">GitHub</a>
|
|
<a href="mailto:devraza@outlook.com">E-mail</a>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|