75 lines
3.2 KiB
HTML
75 lines
3.2 KiB
HTML
|
<!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>Enterprise</title>
|
|||
|
<link rel="stylesheet" href="/static/css/about.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="background parallax"></div>
|
|||
|
<div class="blockContainer">
|
|||
|
<div class="who">
|
|||
|
<h1>Who is Ailur?</h1>
|
|||
|
<p>We are an open-source initiative believing in the power of open-source software for the community, and choosing not to depend on other companies in order to provide a robust and dependable solution for all.</p>
|
|||
|
<div class="buttons">
|
|||
|
<a href="/about" class="button">About Us</a>
|
|||
|
<a href="/library" class="button unimportant">Library</a>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
<div class="philosophy">
|
|||
|
<p class="subtext">Our Philosophy</p>
|
|||
|
<h1>Simple software is the best software</h1>
|
|||
|
<p class="subtitle">Complexity is the enemy of reliability</p>
|
|||
|
<div class="philosophyDiv">
|
|||
|
<img src="/static/svg/design.svg" alt="A paint bucket, representing design">
|
|||
|
<h2>Design</h2>
|
|||
|
<p>Everything should be simple and responsive. No-one likes a cluttered, ugly user interface or a sleek but slow and unresponsive interface. No-one likes pop-ups that show up in your face, or big brothers filling their pages with marketing.</p>
|
|||
|
<p>Our goal is to make simple, responsive and beautiful interfaces, allowing you to focus on the software - not on the marketing.</p>
|
|||
|
</div>
|
|||
|
<div class="philosophyDiv">
|
|||
|
<img src="/static/svg/speed.svg" alt="A car's speedometer, representing speed">
|
|||
|
<h2>Speed</h2>
|
|||
|
<p>Optimization is the name of the game. Quality should always be favored over development time, and we’ve tried to reflect that in our products. User interfaces should minimize loading bars, instead having status messages – the user deserves to know exactly how and why it’s not instant.</p>
|
|||
|
</div>
|
|||
|
<div class="philosophyDiv">
|
|||
|
<img src="/static/svg/security.svg" alt="A lock, representing security">
|
|||
|
<h2>Security</h2>
|
|||
|
<p>"If it works, it works" is a phrase we never want to hear. Our software is designed to not trust even ourselves, so even we cannot get at any of your data. It uses technologies like ECDH, E2EE, AES-256 and Ed25519 JWTs to ensure that your data is safe and secure.</p>
|
|||
|
</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>
|
|||
|
</html>
|