This repository has been archived on 2023-12-30. You can view files and clone it, but cannot push or open issues or pull requests.
website-legacy/index.html

46 lines
1,009 B
HTML
Raw Normal View History

2023-12-25 15:12:01 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Devraza</title>
<link rel="stylesheet" href="./style.css">
2023-12-25 19:33:16 +00:00
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2023-12-25 15:12:01 +00:00
</head>
<body>
2023-12-25 20:24:54 +00:00
<div class="center">
2023-12-25 16:40:39 +00:00
<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>
2023-12-25 15:12:01 +00:00
</body>
</html>