Improve visuals
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-06-13 17:17:21 +02:00
parent 4e1b44f747
commit 2a698087f6

View File

@ -2,10 +2,19 @@
<html>
<head>
<title>What is Clan?</title>
<title>What is Clan? A feature overview</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="What is Clan?" />
<meta property="og:description" content="What is Clan? A guide through its features" />
<meta property="og:image" content="https://clan.lol/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" />
<style>
.content-section {
display: flex;
@ -31,6 +40,18 @@
padding-bottom: 1em;
}
.highlight {
color: #5b5b5b;
padding: 1em;
border-radius: 5px;
font-size: 1.2em;
font-weight: bold;
text-align: center;
margin: 2em 0;
width: 100%;
box-sizing: border-box;
}
</style>
</head>
@ -50,7 +71,7 @@
<div id="main">
<header class="major container medium">
<h2>What is Clan?</h2>
<p>Clan is a setup tool that centralizes machine configurations for peer-to-peer selfhosted networks. </p>
<p class="highlight">Clan is a setup tool that centralizes machine configurations for peer-to-peer self-hosted networks.</p>
</header>
<div class="box alt container content-section">
@ -84,7 +105,6 @@
<p>With Clan, you can skip the cumbersome task of bootstrapping specific installation images. Clan allows you to overwrite any existing Linux distribution live over SSH, eliminating time-consuming setup processes. Deploy updates or new configurations swiftly and efficiently, maximizing uptime and minimizing hassle.</p>
</details>
<!-- <details>
<summary><b>Peer-to-peer DNS</b>: Robust, independent DNS using flooding and caching algorithms.</summary>
<p>Current DNS implementations are distributed but not truly decentralized. For Clan, we implemented our own truly peer-to-peer DNS module which uses simple flooding and caching algorithms to discover available domains inside your Clan's VPN. This approach ensures that your internal domain name system is robust, reliable, and independent of external control, enhancing the resilience and security of your infrastructure.</p>