website/index.html

97 lines
3.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cantarell:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="/logo.ico">
<title>Atiran Inc.</title>
</head>
<body>
<div class="split left">
<header>
<img src="assets/logo.svg" width="256">
<h1>A Tyrant Incorporated</h1>
<em>a.k.a "Atiran Inc."</em>
</header>
<section class="container">
<h2>About</h2>
<p>We are a group of independent software developers and cybersecurity experts connected by a webring and some duct tape.</p>
<p>We strive to provide resources for all members in the group, so that they can make useful software that can rival those funded by big tech.</p>
<p>If you believe you create software that stands out from the competition, have a deep passion for technology, and are innovative and creative,
then send an email to <a href="mailto:abdul@midnadimple.com">abdul@midnadimple.com</a> with your sincerest application and we'll be in touch.</p>
</p>
</section>
</div>
<div class="split right">
<h1 style="text-align: center">Members</h1>
<article class="container">
<img src="assets/devraza-avatar.webp" width="256px">
<div>
<h2>Devraza</h2>
<p>A great programmer, entry-level security specialist, very competent system administrator,
and average graphic designer. More well-known for being a Linux and Rust evangelist.
Source for the name of this website.
</p>
<q><em>How much rust would Rust rust if one was rusty with Rust?</em></q>
<br><br>
<a href="https://devraza.giize.com" class="btn">Website</a>
<a href="https://www.linkedin.com/in/razadev/" class="btn">LinkedIn</a>
</div>
</article>
<article class="container">
<img src="assets/midnadimple-avatar.png" width="256px">
<div>
<h2>midnadimple :/</h2>
<p>A C(++) developer that focuses on low-level development on Windows. Also a fledgling system administrator
and web technologist. Big into the self-improvement community and posts about bettering yourself
on his blog.
</p>
<q><em>It's either <a href="https://handmade.network">handmade</a> or it's trash...</em></q>
<br><br>
<a href="https://midnadimple.com" class="btn">Website</a>
<a href="https://youtube.com/@midnadimple" class="btn">YouTube</a>
<a href="https://www.linkedin.com/in/abdulmujeeeb-raji-b00449155/" class="btn">LinkedIn</a>
</div>
</article>
<article class="container">
<img src="assets/happybull-avatar.jpg" width="256px">
<div>
<h2>HappyBull</h2>
<p>The go-to cybersecurity guy. Has certifications in Python and Microsoft Windows for some reason?
Big guy, small personality.
</p>
<q><em>You mess with the bull; You get the crap.</em></q>
<br><br>
<a href="https://happybull.co.uk" class="btn">Website</a>
</div>
</article>
<article class="container">
<img src="assets/rayan-avatar.png" width="256px">
<div>
<h2>Rayan-H7</h2>
<p>An interesting fellow, to say the least. Hard to tell if he's Chinese or Pakistani.
Works at Kumon. Has a lot of useful scripts on his github.
</p>
<q><em>Rayquaza &gt; Diancie</em></q>
<br><br>
<a href="https://github.com/Rayan-H7" class="btn">GitHub</a>
</div>
</article>
</div>
<footer>
Copyright &copy; 2025 A Tyrant Incorporated.
</footer>
</body>
</html>