cbax_dev/templates/index.html

52 lines
2 KiB
HTML
Raw Normal View History

2024-01-09 05:33:51 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>CBAX dot DEV</title>
<style>
{{styles}}
</style>
</head>
<body>
<div class="container">
<div class="main">
<div id="card">
<span>
<h1>cbax&nbsp;.&nbsp;&nbsp;dev</h1>
</span>
<br>
<hl></hl>
<br>
<div>
<ul>
<li>42U homelab owner <a class="fancy" href="/homelab">See Details</a></li>
<li>Amateur radio operator</li>
<li>AS202239 - 44net member</li>
<li>Retro-tech enthusiast</li>
</ul>
</div>
</div>
<span class="links">
<a href="//computeco.de"><img class="icon" src="/res/img/blog.svg"/></a><div class="vl"></div><a href="//github.com/mrcbax"><img class="icon" src="/res/img/github.svg"/></a>
</span>
</div>
<footer>
<a href="//cbax.dev"><img src="/res/img/cbax.gif"/></a>
<a href="//ssi.fyi"><img src="/res/img/ssi.gif"/></a>
<a href="//matdoes.dev"><img src="/res/img/mat.png"/></a>
<a href="//adryd.com"><img src="/res/img/adryd.png"/></a>
<a href="//kibty.town"><img src="/res/img/eva.gif"/></a>
<a href="//shrecked.dev"><img src="/res/img/shwecky.png"/></a>
<a href="//honbra.com"><img src="/res/img/honbra.png"/></a>
<a href="//notnite.com"><img src="/res/img/notnite.gif"/></a>
<a href="//archlinux.org"><img src="/res/img/archbtw.png"/></a>
<a href="//neovim.io"><img src="/res/img/neovim.gif"/></a>
<a href="//ublockorigin.com"><img src="/res/img/ublockorigin.png"/></a>
<a href="//www.mozilla.org/en-US/firefox/new"><img src="/res/img/abc.gif"/></a>
<a href="//ko-fi.com/mrcbax"><img src="/res/img/kofi.gif"/></a>
</footer>
</div>
</body>
</html>