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> <html>
<head> <head>
<title>Clan - Build you own Darknet</title> <title>Clan - Build your own Darknet</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" /> <link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" type="image/png" href="static/dark-favicon/128x128.png"> <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> </head>
<body class="is-preload"> <body class="is-preload">
@ -36,8 +44,8 @@
<div id="main"> <div id="main">
<header class="major container medium"> <header class="major container medium">
<h2>Decentralized self-hosting <h2>Peer-to-Peer self-hosting
<br /> made easy for everyone <br /> made easy for developers
</h2> </h2>
</header> </header>
@ -45,30 +53,30 @@
<section class="feature left"> <section class="feature left">
<a href="https://docs.clan.lol/" class="image"><img src="images/open_source.webp" alt="" /></a> <a href="https://docs.clan.lol/" class="image"><img src="images/open_source.webp" alt="" /></a>
<div class="content"> <div class="content">
<h3>Open Source</h3> <h3>Community Owned</h3>
<p> <p>
Clan is a proudly open-source project, inviting everyone to contribute and collaborate. Join us Clan is a proudly open-source project, inviting everyone to contribute and collaborate.
in shaping the future of secure, decentralized computing. No fear of lock-in or vendor restrictions. Your data, your rules.
</p> </p>
</div> </div>
</section> </section>
<section class="feature right"> <section class="feature right">
<a href="https://docs.clan.lol/" class="image"><img src="images/fleet_management.webp" alt="" /></a> <a href="https://docs.clan.lol/" class="image"><img src="images/fleet_management.webp" alt="" /></a>
<div class="content"> <div class="content">
<h3>Fleet Management</h3> <h3>Machine Management</h3>
<p> <p>
Easily manage fleets of interconnected computers with NixOS. Easily manage fleets of interconnected computers without a central server.
Clans inbuilt password manager lets you share and generate secrets effortlessly. Deploy your computers everywhere, with the same configuration and data.
</p> </p>
</div> </div>
</section> </section>
<section class="feature left"> <section class="feature left">
<a href="https://docs.clan.lol/" class="image"><img src="images/mesh_vpn.webp" alt="" /></a> <a href="https://docs.clan.lol/" class="image"><img src="images/mesh_vpn.webp" alt="" /></a>
<div class="content"> <div class="content">
<h3>Mesh VPN</h3> <h3>Private Internet</h3>
<p> <p>
Connect all your devices into a secure, private LAN with our decentralized Mesh VPN. Connect all your devices into a secure, private network with our peer-to-peer Mesh VPN.
Experience seamless interconnectivity and enhanced security across your entire network. Share services with your friends & coworkers, without the need to expose them to the public internet.
</p> </p>
</div> </div>
</section> </section>
@ -76,14 +84,12 @@
<footer class="major container medium"> <footer class="major container medium">
<h3>Join the Revolution</h3> <h3>Join Us</h3>
<p>Ready to take control of your digital world? Clan is more than a tool—it's a movement. Secure your data, <p>Clan is more than a tool—it's a change to a smaller, more peaceful internet.</p>
manage machines effortlessly, and connect with others on your terms.</p>
<ul class="actions special"> <ul class="actions special">
<li><a href="https://docs.clan.lol" class="button">Get Started</a></li> <li><a href="https://docs.clan.lol" class="button">Get Started</a></li>
</ul> </ul>
</footer> </footer>
</div> </div>
<!-- Footer --> <!-- Footer -->