2024-10-30 20:43:38 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
|
<link rel="icon" href="/static/svg/ailur.svg">
|
|
|
|
<title>App Library</title>
|
|
|
|
<link rel="stylesheet" href="/static/css/library.css">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<nav>
|
|
|
|
<div class="bar">
|
|
|
|
<img src="/static/svg/ailur.svg" alt="The Ailur logo">
|
|
|
|
<div class="links">
|
|
|
|
<a href="/">Home</a>
|
|
|
|
<a href="/library">Library</a>
|
|
|
|
<a href="/about">About</a>
|
|
|
|
<a href="/enterprise">Enterprise</a>
|
|
|
|
<a href="/consulting">Consulting</a>
|
|
|
|
<a href="/contact">Contact</a>
|
|
|
|
<a href="/donate">Donate</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</nav>
|
|
|
|
<div class="blockContainer">
|
|
|
|
<p class="titleBlock">Our Software</p>
|
|
|
|
<p class="subtitle">Click on the name to reach the desired app</p>
|
|
|
|
<div class="appContainer">
|
|
|
|
<div>
|
|
|
|
<img src="/static/svg/forgejo.svg" alt="Forgejo Logo">
|
|
|
|
<a href="https://git.ailur.dev/">Ailur Git</a>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<img src="/static/svg/burgernotes.svg" alt="Burgernotes Logo">
|
|
|
|
<a href="#">Burgernotes (WIP)</a>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<img src="/static/svg/fulgens.svg" alt="Fulgens Logo">
|
|
|
|
<a href="https://auth.ailur.dev/">Fulgens OAuth2</a>
|
|
|
|
</div>
|
|
|
|
<div>
|
2024-11-16 15:14:44 +00:00
|
|
|
<img src="/static/svg/burgercat.svg" alt="Burgercat Logo">
|
2024-10-30 20:43:38 +00:00
|
|
|
<a href="https://cta.social">Burgercat</a>
|
|
|
|
</div>
|
|
|
|
<div>
|
2024-11-16 15:14:44 +00:00
|
|
|
<img src="/static/svg/kittemail.svg" alt="Kittemail Logo">
|
2024-10-30 20:43:38 +00:00
|
|
|
<a href="mailto:admin@cta.social">Kittemail (WIP)</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<footer>
|
|
|
|
<img src="/static/svg/ailur.svg" alt="The Ailur logo">
|
|
|
|
<p class="title">The Ailur Project</p>
|
|
|
|
<a href="/about">About us</a>
|
|
|
|
<a href="/library">Library</a>
|
|
|
|
<a href="/enterprise">Enterprise</a>
|
|
|
|
<a href="/consulting">Consulting</a>
|
|
|
|
<a href="/donate">Donate ❤️</a>
|
|
|
|
<br>
|
|
|
|
<p>This page does not sell your data</p>
|
|
|
|
<br>
|
|
|
|
<p class="disclaimer">
|
|
|
|
Copyright © 2024 Arzumify | GPLv3 or Later | Powered by Fulgens
|
|
|
|
</p>
|
|
|
|
</footer>
|
|
|
|
</body>
|
2024-11-16 15:14:44 +00:00
|
|
|
</html>
|