ailur-website/enterprise/index.html

50 lines
1.9 KiB
HTML
Raw Permalink Normal View History

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>Enterprise</title>
<link rel="stylesheet" href="/static/css/enterprise.css">
</head>
<body>
<nav>
<div class="bar">
2024-10-30 20:52:18 +00:00
<a href="/"><img src="/static/svg/ailur.svg" alt="The Ailur logo"></a>
2024-10-30 20:43:38 +00:00
<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">
<div class="background parallax"></div>
<h2>Lets get your software where you need it most.</h2>
<p>Ailur enterprise provides tailored solutions for you and your team.</p>
<p>We offer software and support for your company, work-group, school or organization, at a flat, unchanging monthly rate, specially tailored for you and your needs.</p>
<p>All of our business software suite can have custom instances supported by us, maintained by us, or even hosted by us (optional).</p>
<p>For any business inquires or quotes, <a href="/contact">shoot us an email by clicking here</a>!</p>
</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>