clan-homepage/website/index.html

106 lines
3.2 KiB
HTML
Raw Normal View History

2024-05-17 14:56:43 +00:00
<!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>
2024-05-21 15:00:58 +00:00
<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">
2024-05-21 15:00:58 +00:00
</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>
2024-05-21 15:00:58 +00:00
<!-- Header -->
<div id="header">
<img src="static/logo/clan-white.png" alt="Clan White" id="clan-logo">
2024-05-25 12:26:32 +00:00
<h1>Build your own <span data-value="Darknet " style="color: #0f0;">TDERKAN </span></h1>
2024-05-21 15:00:58 +00:00
</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>
2024-05-21 15:00:58 +00:00
<div class="content">
<h3>Open Source</h3>
2024-05-22 20:58:43 +00:00
<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>
2024-05-21 15:00:58 +00:00
</div>
</section>
<section class="feature right">
<a href="https://docs.clan.lol/" class="image"><img src="images/fleet_management.webp" alt="" /></a>
2024-05-21 15:00:58 +00:00
<div class="content">
2024-05-21 15:12:58 +00:00
<h3>Fleet Management</h3>
2024-05-22 20:58:43 +00:00
<p>
Easily manage fleets of interconnected computers with NixOS.
Clans inbuilt password manager lets you share and generate secrets effortlessly.
2024-05-22 20:58:43 +00:00
</p>
</div>
2024-05-21 15:00:58 +00:00
</section>
<section class="feature left">
<a href="https://docs.clan.lol/" class="image"><img src="images/mesh_vpn.webp" alt="" /></a>
2024-05-21 15:00:58 +00:00
<div class="content">
2024-05-22 20:58:43 +00:00
<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>
2024-05-21 15:00:58 +00:00
</div>
</section>
</div>
2024-05-17 14:56:43 +00:00
2024-05-21 15:00:58 +00:00
<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>
2024-05-17 14:56:43 +00:00
2024-05-21 15:00:58 +00:00
</div>
2024-05-17 14:56:43 +00:00
2024-05-21 15:00:58 +00:00
<!-- Footer -->
<div id="footer">
<div class="container medium">
2024-05-17 14:56:43 +00:00
2024-05-21 15:00:58 +00:00
<ul class="copyright">
<li>&copy; Clan. All rights reserved.</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
2024-05-17 14:56:43 +00:00
2024-05-21 15:00:58 +00:00
</div>
</div>
2024-05-17 14:56:43 +00:00
2024-05-21 15:00:58 +00:00
<!-- Scripts -->
<script src="assets/js/main.js"></script>
2024-05-17 14:56:43 +00:00
2024-05-21 15:00:58 +00:00
</body>
2024-05-17 14:56:43 +00:00
</html>