clan-homepage/website/index.html
Qubasa a27a032351
All checks were successful
buildbot/nix-eval Build done.
check / test (push) Successful in 14s
deploy / test (push) Successful in 15s
Add header bar. Minimize page size by 60%
2024-05-23 14:43:41 +02:00

110 lines
3.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE HTML>
<!--
Directive by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Clan - Build you own Darknet</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" type="image/png" href="static/dark-favicon/128x128.png">
</head>
<body class="is-preload">
<header class="top-header">
<div class="container">
<nav class="header-nav-links">
<a href="https://docs.clan.lol/blog/">Blog</a>
<a href="https://docs.clan.lol/">Getting Started</a>
<a href="https://matrix.to/#/#clan:lassul.us">Chat</a>
<a href="https://git.clan.lol/clan/clan-core">Code</a>
</nav>
</div>
</header>
<!-- Header -->
<div id="header">
<img src="static/logo/clan-white.png" alt="Clan White" id="clan-logo">
<h1>Build your own Darknet</h2>
<br />
</div>
<!-- Main -->
<div id="main">
<header class="major container medium">
<h2>Decentralized self-hosting
<br /> made easy for everyone
</h2>
</header>
<div class="box alt container">
<section class="feature left">
<a href="https://docs.clan.lol/" class="image"><img src="images/open_source.webp" alt="" /></a>
<div class="content">
<h3>Open Source</h3>
<p>
Clan is a proudly open-source project, inviting everyone to contribute and collaborate. Join us
in shaping the future of secure, decentralized computing.
</p>
</div>
</section>
<section class="feature right">
<a href="https://docs.clan.lol/" class="image"><img src="images/fleet_management.webp" alt="" /></a>
<div class="content">
<h3>Fleet Management</h3>
<p>
Easily manage fleets of interconnected computers with NixOS.
Clans inbuilt password manager lets you share and generate secrets effortlessly.
</p>
</div>
</section>
<section class="feature left">
<a href="https://docs.clan.lol/" class="image"><img src="images/mesh_vpn.webp" alt="" /></a>
<div class="content">
<h3>Mesh VPN</h3>
<p>
Connect all your devices into a secure, private LAN with our decentralized Mesh VPN.
Experience seamless interconnectivity and enhanced security across your entire network.
</p>
</div>
</section>
</div>
<footer class="major container medium">
<h3>Join the Revolution</h3>
<p>Ready to take control of your digital world? Clan is more than a tool—it's a movement. Secure your data,
manage machines effortlessly, and connect with others on your terms.</p>
<ul class="actions special">
<li><a href="https://docs.clan.lol" class="button">Get Started</a></li>
</ul>
</footer>
</div>
<!-- Footer -->
<div id="footer">
<div class="container medium">
<ul class="copyright">
<li>&copy; Clan. All rights reserved.</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/main.js"></script>
</body>
</html>