Incorporate feedback from catsnacks.
All checks were successful
buildbot/nix-eval Build done.
check / test (push) Successful in 14s
deploy / test (push) Successful in 15s

This commit is contained in:
Luis Hebendanz 2024-05-31 15:16:01 +02:00
parent ef130a6754
commit 0ca52e8adc

View File

@ -7,11 +7,19 @@
<html>
<head>
<title>Clan - Build you own Darknet</title>
<title>Clan - Build your 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">
<meta property="og:title" content="Clan - Build your own Darknet" />
<meta property="og:description" content="Peer-to-Peer self-hosting made easy for developers. Deploy your computers everywhere, with the same configuration and data." />
<meta property="og:image" content="static/dark-favicon/128x128.png" />
<meta property="og:url" content="https://docs.clan.lol" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Clan" />
<meta property="og:locale" content="en_US" />
</head>
<body class="is-preload">
@ -36,8 +44,8 @@
<div id="main">
<header class="major container medium">
<h2>Decentralized self-hosting
<br /> made easy for everyone
<h2>Peer-to-Peer self-hosting
<br /> made easy for developers
</h2>
</header>
@ -45,30 +53,30 @@
<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>
<h3>Community Owned</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.
Clan is a proudly open-source project, inviting everyone to contribute and collaborate.
No fear of lock-in or vendor restrictions. Your data, your rules.
</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>
<h3>Machine Management</h3>
<p>
Easily manage fleets of interconnected computers with NixOS.
Clans inbuilt password manager lets you share and generate secrets effortlessly.
Easily manage fleets of interconnected computers without a central server.
Deploy your computers everywhere, with the same configuration and data.
</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>
<h3>Private Internet</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.
Connect all your devices into a secure, private network with our peer-to-peer Mesh VPN.
Share services with your friends & coworkers, without the need to expose them to the public internet.
</p>
</div>
</section>
@ -76,14 +84,12 @@
<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>
<h3>Join Us</h3>
<p>Clan is more than a tool—it's a change to a smaller, more peaceful internet.</p>
<ul class="actions special">
<li><a href="https://docs.clan.lol" class="button">Get Started</a></li>
</ul>
</footer>
</div>
<!-- Footer -->