monorepo/website/html/about.html
ange 5a8cfc055d
All checks were successful
/ mirror (push) Successful in 5s
/ deploy (push) Successful in 49s
CI/CD auto deploy website (#4)
Co-authored-by: stcb <21@stcb.cc>
Reviewed-on: icing/G-EIP-700-TLS-7-1-eip-stephane.corbiere#4
Co-authored-by: ange <ange@yw5n.com>
Co-committed-by: ange <ange@yw5n.com>
2025-01-16 12:27:59 +00:00

64 lines
2.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
{{template "head.tmpl". }}
</head>
<body>
<div id="description" class="content">
<h1 class="title">What is Icing?</h1>
<div class="project-overview">
<p>
Icing is a simple, lightweight, and efficient dialer designed to
replace your everyday phone app. It ensures end-to-end encryption of
telephone communications by implementing a home-made, analogic-based
voice encryption. Inspired by SRTP (Secure Real-time Transport
Protocol), using ECDH (Elliptic Curve Diffie-Hellman).
</p>
</div>
<div class="features">
<h2 class="section-title">Key Features</h2>
<ul>
<li>
<strong>End-to-End Encryption:</strong> Secure your calls with
robust encryption protocols.
</li>
<li>
<strong>Transparent:</strong> If your peer doesn't use Icing, the
call remains completely normal.
</li>
<li>
<strong>Analogic-based:</strong> An open-source, exportable,
protocol that <strong>works without internet.</strong>
</li>
</ul>
</div>
<div class="how-it-works">
<h2 class="section-title">How It Works</h2>
<p>
Icing generates a cryptographic key pair for you. Share your public key
with a neat QR code.
</p>
<p>
During a call between two Icing users, voices are encrypted,
compressed, and transmitted via the telephone network using the Icing
Acoustic Protocol.
</p>
</div>
<div class="team">
<h2 class="section-title">The Team</h2>
<ul class="team-list">
<li>{{template "stephane"}}</li>
<li>{{template "alexis"}}</li>
<li>{{template "ange"}}</li>
<li>{{template "bartosz"}}</li>
<li>{{template "florian"}}</li>
</ul>
</div>
</div>
</body>
</html>