Skip to content

Commit

Permalink
deploy: 2a81f91
Browse files Browse the repository at this point in the history
  • Loading branch information
AmaseCocoa committed Jul 17, 2024
1 parent 2a7dac2 commit 279d8cb
Show file tree
Hide file tree
Showing 12 changed files with 115 additions and 566 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/publish.yml

This file was deleted.

164 changes: 0 additions & 164 deletions .gitignore

This file was deleted.

Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
join.hol0.dev
2 changes: 0 additions & 2 deletions README.md

This file was deleted.

24 changes: 0 additions & 24 deletions generate.py

This file was deleted.

114 changes: 114 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Hol0 is An Interconnected Extensible Microblogging Platform🪐" />
<title>Hol0</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tabler/[email protected]/dist/tabler-icons.min.css">
<meta property="og:url" content="https://join.hol0.dev" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Hol0" />
<meta property="og:description" content="An Interconnected Extensible Microblogging Platform🪐" />
<meta property="og:site_name" content="JoinHol0" />
<style>
.bg-gradient {
background: linear-gradient(to bottom right, #9cf5d4, #ffff);
}
</style>
</head>
<body class="bg-gray-50 text-gray-900">
<div class="bg-gradient">

<div class="bg-yellow-500 text-white py-2 text-center font-bold">
Hol0 is currently under development! It is not recommended for use in a production environment!


</div>
<header class="bg-transparent shadow">
<div class="container mx-auto px-4 py-6 flex justify-between items-center">
<a href="/"><h1 class="text-3xl font-bold text-black">Hol0</h1></a>
<nav>
<ul class="flex space-x-4">
<li><a href="/" class="text-black hover:text-gray-700">Home</a></li>
<li><a href="/#features" class="text-black hover:text-gray-700">Features</a></li>
<li><a href="https://github.com/Hol0-dev/join-holo" class="text-black hover:text-gray-700" target="_blank" rel="noopener"><i class="ti ti-brand-git"></i></a></li>
</ul>
</nav>
</div>
</header>
<main class="container mx-auto px-4 py-16 text-center">
<section>
<h2 class="text-4xl font-bold mb-4 text-black">An Interconnected Extensible Microblogging Platform🪐</h2>
<p class="text-lg text-gray-800 mb-8">Hol0 is a extensible and fast distributed social networking platform.</p>
<a href="#getting-started" class="bg-blue-500 text-white px-6 py-3 rounded-full hover:bg-blue-600">Getting Started</a>
<a href="https://docs.hol0.dev"
class="bg-green-500 text-white px-6 py-3 rounded-full hover:bg-green-600">Documentation</a>
</section>
</main>
</div>
<section class="container mx-auto px-4 py-16" id="features">
<h3 class="text-2xl font-bold mb-4">Features</h3>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="bg-white p-6 shadow rounded-lg">
<i class="ti ti-brand-speedtest text-blue-500 text-4xl mb-4"></i>
<h4 class="text-xl font-bold mb-2">Faster</h4>
<p class="text-gray-600">Hol0 is written using FastAPI, a fast Python framework, so it is relatively fast.</p>
</div>
<div class="bg-white p-6 shadow rounded-lg">
<i class="ti ti-puzzle text-blue-500 text-4xl mb-4"></i>
<h4 class="text-xl font-bold mb-2">Extensible</h4>
<p class="text-gray-600">Hol0 allows you to create/use your own extensions and extend APIs, etc.</p>
</div>
<div class="bg-white p-6 shadow rounded-lg">
<i class="ti ti-shield text-blue-500 text-4xl mb-4"></i>
<h4 class="text-xl font-bold mb-2">Controllable</h4>
<p class="text-gray-600">Hol0 allows users to build their own servers. This allows users to have complete control over their data and content. In particular, it allows users to protect their privacy by severing ties with large companies that seek to use their data to learn and sell AI.</p>
</div>
<div class="bg-white p-6 shadow rounded-lg">
<i class="ti ti-network text-blue-500 text-4xl mb-4"></i>
<h4 class="text-xl font-bold mb-2">Federated</h4>
<p class="text-gray-600">Hol0 can communicate with software using ActivityPub such as Misskey and Mastodon.</p>
</div>
<div class="bg-white p-6 shadow rounded-lg">
<i class="ti ti-heart text-blue-500 text-4xl mb-4"></i>
<h4 class="text-xl font-bold mb-2">Misskey Compatibility</h4>
<p class="text-gray-600">Hol0 is primarily focused on compatibility with Misskey, so it supports displaying reactions from software such as Misskey.</p>
</div>
<div class="bg-white p-6 shadow rounded-lg">
<i class="ti ti-code text-blue-500 text-4xl mb-4"></i>
<h4 class="text-xl font-bold mb-2">Open Source</h4>
<p class="text-gray-600">Hol0 is open source and can be freely used and modified by anyone under AGPLv3.</p>
</div>
</div>
</section>
<section id="getting-started" class=" mx-auto px-40">
<h3 class="text-3xl font-bold text-center mb-8">Start using Hol0</h3>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<div class="bg-white p-6 rounded-lg shadow text-center">
<i class="ti ti-user text-blue-500 text-4xl mb-4"></i>
<h4 class="text-xl font-bold mb-2">For Users</h4>
<p class="text-gray-600">Join the Hol0 public server!</p>
<br>
<a class="bg-gray-500 text-white px-6 py-3 rounded-full shadow hover:bg-blue-600" tabindex="-1">Comming Soon</a> <!-- bg-blue-500 href="https://join.hol0.dev/servers" Learn More -->
</div>
<div class="bg-white p-6 rounded-lg shadow text-center">
<i class="ti ti-settings text-green-500 text-4xl mb-4"></i>
<h4 class="text-xl font-bold mb-2">For Admins</h4>
<p class="text-gray-600">Check out our guide on how to build a Hol0 server.</p>
<br>
<a href="https://docs.hol0.dev/for-admin/getting-started"
class="bg-green-500 text-white px-6 py-3 rounded-full shadow hover:bg-green-600">Learn More</a>
</div>
</div>
</section>
<div class="bg-gradient">
<footer class="bg-transparent shadow mt-16">
<div class="container mx-auto px-4 py-6 text-center">
<p class="text-black">&copy; 2024 AmaseCocoa and Hol0 Team.</p>
</div>
</footer>
</div>
</body>
</html>
43 changes: 0 additions & 43 deletions langs/en.yaml

This file was deleted.

Loading

0 comments on commit 279d8cb

Please sign in to comment.