89 lines
3.9 KiB
HTML
89 lines
3.9 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>ThreeFold Products</title>
|
|
<link rel="icon" type="image/svg+xml" href="static/img/favicon.svg">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;450;500;600&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
|
|
<link rel="stylesheet" href="static/css/tf.css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<nav>
|
|
<ul>
|
|
<li><a href="#why">Why</a></li>
|
|
<li><a href="#products">Products</a></li>
|
|
<li><a href="#info">Info</a></li>
|
|
<li><a href="#get-3nodes">Get 3Nodes</a></li>
|
|
<li><a href="#newsroom">Newsroom</a></li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
<main class="container">
|
|
<section id="why">
|
|
<h1>A Secure & Sovereign Infrastructure Layer for the Internet</h1>
|
|
<p>Our unique technology enables a system which can scale to a planetary level, can store data which can never be corrupted nor lost, is compatible with AI, Cloud, Web2, Web3 and Edge IT workloads, has the potential to recover from unforeseen events, and provide 100% uptime.</p>
|
|
<p>ThreeFold can be used by any Web2, Web3, AI, or Edge IT workload.</p>
|
|
<a href="#dive-deeper" role="button">Dive Deeper</a>
|
|
</section>
|
|
<section id="products">
|
|
<h2>What We've Built</h2>
|
|
<p>At Threefold, we've created products that embody innovation, authenticity, and simplicity. Each solution is crafted to empower individuals and communities, blending cutting-edge technology with practical usability.</p>
|
|
<div class="product-grid">
|
|
<div class="product-card">
|
|
<h3>TF DASHBOARD</h3>
|
|
<p>A Graphical user interface (GUI) provided by ThreeFold for users to access and manage their ThreeFold Grid resources</p>
|
|
</div>
|
|
<div class="product-card">
|
|
<h3>TF CONNECT APP</h3>
|
|
<p>Your gateway to the ThreeFold ecosystem. Manage your digital assets and identity in one secure place.</p>
|
|
</div>
|
|
<div class="product-card">
|
|
<h3>3NODES</h3>
|
|
<p>The hardware backbone of the ThreeFold Grid, providing distributed compute and storage capacity.</p>
|
|
</div>
|
|
<div class="product-card">
|
|
<h3>TF DAO</h3>
|
|
<p>A decentralized governance system enabling community-driven decision making for the ThreeFold ecosystem.</p>
|
|
</div>
|
|
<div class="product-card">
|
|
<h3>TF CHAIN</h3>
|
|
<p>Our blockchain technology powering the decentralized internet infrastructure.</p>
|
|
</div>
|
|
<div class="product-card">
|
|
<h3>GATEWAY NODES</h3>
|
|
<p>Entry points to the ThreeFold Grid, enabling secure access to distributed services.</p>
|
|
</div>
|
|
<div class="product-card">
|
|
<h3>ZERO-OS V3</h3>
|
|
<p>Our stateless and autonomous operating system designed for secure and efficient computing.</p>
|
|
</div>
|
|
<div class="product-card">
|
|
<h3>MYCELIUM</h3>
|
|
<p>A decentralized network protocol enabling seamless communication across the Grid.</p>
|
|
</div>
|
|
<div class="product-card">
|
|
<h3>QUANTUM SAFE STORAGE</h3>
|
|
<p>Advanced data storage system ensuring the highest level of security and redundancy.</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section id="dive-deeper">
|
|
<h2>Build the Internet of Tomorrow, Today.</h2>
|
|
<a href="#dive-deeper" role="button">Dive Deeper</a>
|
|
</section>
|
|
</main>
|
|
<footer>
|
|
<p>© ThreeFold, All rights reserved.</p>
|
|
<ul>
|
|
<li><a href="#terms">Terms & Conditions</a></li>
|
|
<li><a href="#privacy">Privacy Policy</a></li>
|
|
</ul>
|
|
</footer>
|
|
</body>
|
|
</html>
|