ailur-website/contact/index.html

84 lines
3.4 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>Contact</title>
<link rel="stylesheet" href="/static/css/contact.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="blockContainer">
<h1>Let's build together</h1>
<div class="contactMethods">
<div class="email">
<img src="/static/svg/email.svg" alt="An envelope">
<h2>Email</h2>
<a href="mailto:admin@ailur.dev">admin@ailur.dev</a>
</div>
<div class="discord">
<img src="/static/svg/forum.svg" alt="A speech bubble">
<h2>Discord</h2>
<a href="https://discord.gg/3G5vZvz9Ay">Click here to be invited</a>
</div>
</div>
<div class="peopleDiv">
<p class="subtext">The people behind the panda</p>
<h1>Meet the team</h1>
<p class="subtitle">Get to know the talented programmers making this possible</p>
<div class="personContainer">
<div class="person">
<img src="/static/img/maaa.png" alt="Maaa's profile picture" class="profile">
<h2>maaa</h2>
<p>Co-Founder</p>
<p>Maaa is an experienced full-stack developer and the primary designer and developer of most of the Burger- brand websites</p>
<a href="https://cta.lol"><img src="/static/img/ctalol.jpg" alt="cta.lol logo" class="ctaLol"></a>
<a href="https://git.ailur.dev/maaa"><img src="/static/svg/forgejo-monochrome.svg" alt="Git logo"></a>
<a href="https://codeberg.org/maaa"><img src="/static/svg/codeberg-monochrome.svg" alt="Codeberg logo"></a>
<a href="https://github.com/maaa3"><img src="/static/svg/github-monochrome.svg" alt="GitHub logo"></a>
</div>
<div class="person">
<img src="/static/img/arzumify.png" alt="Arzumify's profile picture" class="profile">
<h2>Arzumify</h2>
<p>Co-Founder</p>
<p>Arzumify is the original founder of the project, being there from the start to spearhead projects like Fulgens and Kittemail</p>
<a href="https://discord.com/users/1112856031861678150"><img src="/static/svg/discord-monochrome.svg" alt="Discord logo"></a>
<a href="https://git.ailur.dev/arzumify"><img src="/static/svg/forgejo-monochrome.svg" alt="Git logo"></a>
<a href="https://codeberg.org/arzumify"><img src="/static/svg/codeberg-monochrome.svg" alt="Codeberg logo"></a>
<a href="https://github.com/arzumify"><img src="/static/svg/github-monochrome.svg" alt="GitHub logo"></a>
</div>
</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>