website/source.html

67 lines
2.2 KiB
HTML
Raw Normal View History

2022-06-30 08:39:59 +01:00
<!DOCTYPE html>
<!-- Inferencium - Website - Source -->
<!-- Copyright 2022 Inference -->
<!-- License: BSD 3-Clause Clear (with personal content exception) -->
<!-- 0.0.2.2 -->
2022-06-30 08:39:59 +01:00
<html>
2022-06-30 08:39:59 +01:00
<head>
<title>Inferencium - Source</title>
<link rel="stylesheet" href=infnet.css>
2022-06-30 08:39:59 +01:00
</head>
<!-- Navigation bar. -->
2022-10-29 03:26:53 +01:00
<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>
2022-10-29 03:26:53 +01:00
</div>
2022-10-29 03:26:53 +01:00
<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>
2022-11-18 01:24:37 +00:00
<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/"
2022-11-22 04:32:02 +00:00
>Graphene-chan</a> (Unofficial GrapheneOS mascot)</p>
<br>
<br>
<br>
<!-- Place Inferencium source code repositories here. -->
<!-- Clarify that these repositories are targeted towards public release. -->
<h3>Inferencium 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>
2022-11-22 04:32:02 +00:00
<p>- <a class="body-link" href="https://git.inferencium.net/inferencium/website/"
>Website</a> (Inferencium website)</p>
<p>- <a class="body-link" href="https://git.inferencium.net/inferencium/mmd/"
>Gentoo - Multimedia</a> (Gentoo multimedia ebuild repository)</p>
<p>- <a class="body-link" href="https://git.inferencium.net/inferencium/diamond/"
>Diamond</a> (Hardened Android XMPP client)</p>
<br>
<br>
2022-06-30 08:39:59 +01:00
</body>
2022-06-30 08:39:59 +01:00
</html>