ailur-website/consulting/index.html

56 lines
1.9 KiB
HTML
Raw 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>Consulting</title>
<link rel="stylesheet" href="/static/css/consulting.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="subtext">Consulting</p>
<h1>We're here you realize your dreams</h1>
<p>Your dreams come to life, today, with a simple quote-build-pay system to adapt to your needs.</p>
<div class="contact">
<img src="/static/svg/consulting.svg" alt="3 people shaking hands, representing an agreement being made">
<h2>Get a quote</h2>
<div class="buttons">
<a class="button unimportant" href="mailto:admin@ailur.dev">Send us an email</a>
<a class="button unimportant" href="https://discord.gg/3G5vZvz9Ay">Visit our Discord</a>
</div>
<p>We work in UTC and BST timezones. If you don't hear from us via Email, Discord is the best way to reach us.</p>
</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>