iocaine/docs/templates/index.html
Gergely Nagy f5d4985f39
Move documentation to a dedicated site
Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
2025-01-25 01:31:38 +01:00

47 lines
1.8 KiB
HTML

{% extends "juice/templates/index.html" %}
{% block hero %}
<section style="padding:10px">
<h1 class="text-center heading-text" style="font-size:50px;">
The deadliest poison known to AI
</h1>
<h3 class="title-text text-center">
Lets make AI poisoning the norm.
</h3>
<h5 class="subtext text-center">
If we all do it, they won't have anything to crawl.
</h5>
<div class="text-center" style="padding-top: 10px">
<a href="https://git.madhouse-project.org/algernon/iocaine/actions/workflows/build.yaml/runs/latest" rel="nofollow"><img src="https://git.madhouse-project.org/algernon/iocaine/actions/workflows/build.yaml/badge.svg?style=for-the-badge&amp;label=CI" alt="Build status"></a>
&nbsp;
<a href="https://git.madhouse-project.org/algernon/-/packages/container/iocaine/latest" rel="nofollow"><img src="https://img.shields.io/badge/container-latest-blue?style=for-the-badge" alt="Container image"></a>
</div>
<div class="text-center" style="padding-top: 10px;">
<a href="https://poison.madhouse-project.org/" rel="nofollow"><img src="https://img.shields.io/badge/demo--seagreen?style=for-the-badge" alt="Demo"></a>
</div>
</section>
<div class="explore-more text"
onclick="document.getElementById('features').scrollIntoView({behavior: 'smooth'})">
Explore More ⇩
</div>
<style>
</style>
{% endblock hero %}
{% block head %}
<link rel="stylesheet" type="text/css" href="{{ get_url(path="custom.css") }}">
{% endblock head %}
{% block fonts %}
{% endblock fonts %}
{% block sidebar %}
{% endblock sidebar %}
{% block footer %}
<footer>
<small class="subtext">
© 2025 <a href="https://chronicles.csillger.hu/">Gergely Nagy</a>
</small>
</footer>
{% endblock footer %}