Initial commit, added all of services and short about info
This commit is contained in:
commit
4229291ca4
12 changed files with 263 additions and 0 deletions
84
services.html
Normal file
84
services.html
Normal file
|
@ -0,0 +1,84 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Maximum compability -->
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<!-- SEO ig -->
|
||||
<meta name="decription" content="ECO is selfhosted services by cute catgirl">
|
||||
<meta property="og:title" content="ExtremelyCute.Online">
|
||||
<meta property="og:description" content="ECO is selfhosted services by cute catgirl">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://extremelycute.online/services.html">
|
||||
<title>Extremely Cute.Online</title>
|
||||
<!-- Page layout -->
|
||||
<link rel="stylesheet" href="css/services.css">
|
||||
<!-- Colors and united style -->
|
||||
<link rel="stylesheet" href="css/cute.css">
|
||||
<!-- Font -->
|
||||
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Extremely Cute<small>.Online</small></h1>
|
||||
<h2>Services</h2>
|
||||
</header>
|
||||
<main class="container">
|
||||
<div class="service">
|
||||
<!-- Enclosed -->
|
||||
<img src="static/ec.png" alt="Screenshot of Enclosed, web app for encrypted expiring notes">
|
||||
<p><strong>Enclosed</strong><br>
|
||||
Enclosed is a minimalistic web application designed for sending private and secure notes.<br>
|
||||
All notes are end-to-end encrypted, ensuring that the server and storage have zero knowledge of the content. Users can set a password, define an expiration period (TTL), and choose to have the note self-destruct after being read.<br>
|
||||
<strong>Availability:</strong>
|
||||
public<br>
|
||||
<a href="https://github.com/CorentinTh/enclosed">Source Code</a></p>
|
||||
<a class="button" href="ec.extremelycute.online">Open</a>
|
||||
</div>
|
||||
<div class="service">
|
||||
<!-- Vaultwarden-->
|
||||
<img src="static/vw.png" alt="Screenshot of Vaultwarden, bitwarden-compatible password manager">
|
||||
<p><strong>Vaultwarden</strong><br>
|
||||
An alternative server implementation of the Bitwarden Client API, written in Rust and compatible with official Bitwarden clients, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.<br>
|
||||
<strong>Availability:</strong>
|
||||
by request<br>
|
||||
<a href="https://github.com/dani-garcia/vaultwarden">Source Code</a></p>
|
||||
<a class="button" href="vw.extremelycute.online">Open</a>
|
||||
<a class="button" href="nekoedges.extremelycute.online/contant.html">Contact</a>
|
||||
</div>
|
||||
<div class="service">
|
||||
<!-- NTFY -->
|
||||
<img src="static/ntfy.png" alt="Screenshot of NTFY, notification server">
|
||||
<p><strong>NTFY</strong><br>
|
||||
ntfy (pronounced "notify") is a simple HTTP-based pub-sub notification service. With ntfy, you can send notifications to your phone or desktop via scripts from any computer, without having to sign up or pay any fees.<br>
|
||||
<strong>Availability:</strong>
|
||||
public (accounts are by request)<br>
|
||||
<a href="https://github.com/binwiederhier/ntfy">Source Code</a></p>
|
||||
<a class="button" href="ntfy.extremelycute.online">Open</a>
|
||||
<a class="button" href="nekoedges.extremelycute.online/contant.html">Contact</a>
|
||||
</div>
|
||||
<div class="service">
|
||||
<!-- Git -->
|
||||
<img src="static/git.png" alt="Screenshot of Forgejo, main page on ECO's instance">
|
||||
<p><strong>Forgejo</strong><br>
|
||||
Forgejo is a Free Software platform for collaboration and productivity in software development. It offers a familiar environment to GitHub users, easy installation and maintenance, and a focus on security, scaling, federation and privacy.<br>
|
||||
<strong>Availability:</strong>
|
||||
by request (thinking about making it public with verification)<br>
|
||||
<a href="https://codeberg.org/forgejo/forgejo">Source Code</a></p>
|
||||
<a class="button" href="git.extremelycute.online">Open</a>
|
||||
<a class="button" href="nekoedges.extremelycute.online/contant.html">Contact</a>
|
||||
</div>
|
||||
<div class="service">
|
||||
<!-- Amnezia -->
|
||||
<img src="static/amnezia.png" alt="Logo of Amnezia">
|
||||
<p><strong>Amnezia</strong><br>
|
||||
<strong>Countries:</strong>
|
||||
RU, NL<br>
|
||||
<strong>Availability:</strong>
|
||||
by request (with reason and some info about usage)<br>
|
||||
<a href="https://github.com/amnezia-vpn">Source Code</a></p>
|
||||
<a class="button" href="nekoedges.extremelycute.online/contant.html">Contact</a>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue