website/source.html

67 lines
2.1 KiB
HTML

<!DOCTYPE html>
<!-- Inferencium - Website - Source -->
<!-- Copyright 2022 Inference -->
<!-- License: BSD 3-Clause Clear -->
<!-- 0.0.0.0 -->
<html>
<head>
<title>Inferencium - Source</title>
<link rel="stylesheet" href=infnet.css>
</head>
<!-- Navigation bar. -->
<div class="sidebar">
<a class="title">Inferencium</a><br>
<br>
<br>
<div><a href="about.html">About</a></div>
<div><a href="contact.html">Contact</a></div>
<div><a href="blog.html">Blog</a></div>
<div><a href="source.html">Source</a></div>
</div>
<body>
<h1>Source</h1>
<br>
<!-- Place personal source code repositories here. -->
<!-- Clarify that these repositories are not targeted towards public release. -->
<h3>My Personal Source Code Repositories</h3>
<p>These repositories contain source code which is used on my personal
systems.<br>
No guarantees are made that they will work correctly on your systems, and they
are not targeted towards a public release.<br>
Usage of these repositories is at your own risk.</p>
<br>
<p>- <a class="body-link" href="https://git.inferencium.net/inference/cfg/"
>Configuration files</a></p>
<p>- <a class="body-link" href="https://git.inferencium.net/inference/scr/"
>Script files</a></p>
<p>- <a class="body-link" href="https://git.inferencium.net/inference/graphenechan/"
>Graphene-chan</a>
<br>
<br>
<br>
<!-- Place Inferencium source code repositories here. -->
<!-- Clarify that these repositories are targeted towards public release. -->
<h3>Inferencium Network Source Code Repositories</h3>
<p>These repositories contain source code targeted towards a public release and
are suitable for a wide range of systems.</p>
<br>
<p>- <a class="body-link" href="https://git.inferencium.net/inferencium_network/website/"
>Website</a></p>
<p>- <a class="body-link" href="https://git.inferencium.net/inferencium_network/mmd/"
>Gentoo - Multimedia</a> - Gentoo multimedia ebuild repository.</p>
<p>- <a class="body-link" href="https://git.inferencium.net/inferencium_network/diamond/"
>Diamond</a> - Hardened Android XMPP client.</p>
<br>
<br>
</body>
</html>