Last active
June 15, 2024 03:13
-
-
Save cdxker/39bc05d4cc209eb7b52808c9b1d28235 to your computer and use it in GitHub Desktop.
Website
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>cdxker</title> | |
<script src="https://cdn.tailwindcss.com"></script> | |
<style> | |
* { | |
font-family: "Fira Sans", sans-serif; | |
} | |
</style> | |
</head> | |
<body class="bg-black text-sm text-white mx-20 h-full space-y-10"> | |
<main class="mt-10"> | |
Hi I'm <span class="text-yellow-400">cdxker</span><span class="text-lg">.</span> founder at <a class="text-yellow-400" | |
href="https;//github.com/devflowinc/trieve">trieve.ai</a>. | |
<br/> | |
I advocate for simpler software, it actually makes life easier | |
</main> | |
<section class="w-full"> | |
<p><span class="text-2xl">/</span>Dotfiles</p> | |
<ul class="pl-2 text-yellow-400"> | |
<li><a href="https://github.com/cdxker/nvim-config">nvim</a></li> | |
<li><a href="https://github.com/cdxker/nvim-config">chemex (the rest)</a></li> | |
</ul> | |
</section> | |
<section class="w-full"> | |
<p><span class="text-2xl">/</span>Endorsements</p> | |
<ul class="pl-2"> | |
<li><a class="text-yellow-400" href="https://endeavouros.com/">Endeavour OS</a> Arch, but with the reasonable things preinstalled (like XORG)</li> | |
<li><a class="text-yellow-400" href="https://github.com/neovim/neovim">Neovim</a> btw</li> | |
<li><a class="text-yellow-400" href="https://tailwindcss.com">Tailwindcss</a> the winner of the CSS war</li> | |
<li><a class="text-yellow-400" href="https;//caddyserver.com">Caddy</a> simple Reverse proxy server</li> | |
</ul> | |
</section> | |
<section class="w-full"> | |
<p><span class="text-2xl">/</span>Socials</p> | |
<ul class="flex items-center space-x-4 pl-2 text-yellow-400"> | |
<li class="w-300 h-400 text-3xl"><a class="fa fa-github text-3xl w-100 h-100" href="https://github.com/cdxker"></a></li> | |
<li class="w-300 h-400 text-3xl"><a class="fa fa-twitter text-3xl w-100 h-100" href="https://github.com/cdxker"></a></li> | |
<li class="w-300 h-400 text-3xl"><a class="fa fa-matrix text-3xl w-100 h-100" href="https://matrix.to/#/@fastfist:matrix.zerodao.gg">Matrix</a></li> | |
<li class="w-300 h-400 text-base"><a class="fa fa-mail text-xl w-100 h-100">Email:</a> [email protected]</li> | |
</ul> | |
</section> | |
<section class="w-full"> | |
<p><span class="text-2xl">/</span>Photos</p> | |
<p class="text-yellow-400">to be continued...</p> | |
</section> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> | |
<link rel="preconnect" href="https://fonts.googleapis.com"> | |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | |
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet"> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment