cbax_dev/templates/index.html
2024-10-22 18:38:28 -04:00

69 lines
2.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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>
<fieldset>
<legend>Contacts & Links</legend>
<table>
<tbody>
<tr>
<td>Email</td>
<td>me (at) cbax dot dev</td>
</tr>
<tr>
<td>GitHub</td>
<td><a href="//github.com/mrcbax" class="fancy">mrcbax</a></td>
</tr>
<tr>
<td>Blog</td>
<td><a href="//computeco.de" class="fancy">ComputeCode</a></td>
</tr>
</tbody>
</table>
</fieldset>
<fieldset>
<legend>About</legend>
<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>
</fieldset>
</div>
</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="//adryd.com"><img src="/res/img/adryd.png"/></a>
<a href="//matdoes.dev"><img src="/res/img/mat.png"/></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="//damcraft.de"><img src="/res/img/dam.gif"/></a>
<a href="//kibty.town"><img src="/res/img/eva.gif"/></a>
<a href="//alpinelinux.org"><img src="/res/img/powered_by_alpine.gif"/></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>