<!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>Home</title>
    <link rel="stylesheet" href="/static/css/index.css">
</head>
<body>
<nav>
    <div class="bar">
        <a href="/"><img src="/static/svg/ailur.svg" alt="The Ailur logo"></a>
        <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="welcome">
        <h1>Welcome to Ailur</h1>
        <p>Ailur is an open-source initiative to create a full-stack ecosystem that is 100% open-source and 100% self-reliant</p>
        <div class="buttons">
            <a href="/library" class="button">View our app library</a>
            <a href="/about" class="button unimportant">About us</a>
        </div>
    </div><div class="services">
    <span class="subtext">Services</span>
    <h1>What We Offer</h1>
    <p>And all of it, totally open source</p>
    <div class="serviceGrid">
        <div>
            <img src="/static/svg/library.svg" alt="A 3x3 grid of dots, representing an app library">
            <h2>Applications</h2>
            <p>Ailur offers a vast library of fully open-source software, free for anyone to use and customize. Simple to access, ready to deploy – at no cost whatsoever to you.</p>
            <a href="/library" class="button">View the library</a>
        </div>
        <div>
            <img src="/static/svg/enterprise.svg" alt="A suitcase with a dot in the middle, representing enterprise software">
            <h2>Enterprise</h2>
            <p>Ailur delivers powerful enterprise applications tailored to your business, with full deployment, maintenance, and support on your local servers. Let us handle the tech, so you can focus on growth.</p>
            <a href="/enterprise" class="button">Learn more</a>
        </div>
        <div>
            <img src="/static/svg/consulting.svg" alt="3 people shaking hands, representing an agreement being made">
            <h2>Consulting</h2>
            <p>Ailur offers a service where you bring us your app idea, and we’ll bring it to life. We operate on a simple quote-build-pay system, ensuring a smooth process for getting your custom app built.</p>
            <a href="/consulting" class="button">Get a quote</a>
        </div>
    </div>
</div><div class="fulgens">
    <div>
        <h1>Fulgens</h1>
        <p>Fulgens is an open-source HTTP server that allows for many services to be hosted in a single process, making it easy to weave services closely together. It comes with a built-in OAuth2 server to allow for easy pan-service authentication.</p>
        <div class="buttons">
            <a href="https://auth.ailur.dev" class="button">Try out Fulgens</a>
            <a href="https://git.ailur.dev/ailur/fulgens" class="button unimportant">See the source code</a>
        </div>
    </div>
    <div class="dashboard"></div>
</div><div class="callToAction">
    <div class="image parallax"></div>
    <div class="content">
        <span class="subtext">Start Your Journey</span>
        <h1>Get started today</h1>
        <p>Share your app idea with us, and we’ll provide a quick and easy quote for your project.</p>
        <p>Turn your dreams into reality, today.</p>
        <a href="/consulting" class="button">Get a quote</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>
</html>