www-inc/index.html

53 lines
1.8 KiB
HTML
Raw Normal View History

2020-02-24 20:06:04 +00:00
<html>
<head>
<title>FemtoStar</title>
<style>
html, body {
background-color: #EEEEEE;
font-family: "Helvetica", "Suisse Int'l", sans-serif;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
width: 100%;
height: 100%;
}
h2 {
margin-top: -0.8em;
}
p{
width: 640px;
}
</style>
2020-02-24 19:56:08 +00:00
</head>
2020-02-24 19:13:03 +00:00
<body>
2020-02-24 20:06:04 +00:00
<h1>FemtoStar</h1>
<h2>Satellite communications built for privacy</h2>
<p>
The FemtoStar Project wants to develop a low-cost communications satellite
(or, eventually, a communications satellite constellation) for global data
communications, with end-to-end encryption, with minimal ability to determine the
user's location, and powered by free software, from the user terminal, to the
spacecraft, to the ground station. We've named our design FemtoStar.
</p>
<p>
We're a small team of developers and hardware guys, not a startup company. We have
no funding at this point, and don't intend to seek it until we need it. We want
to involve the privacy community in every step of the process.
</p>
<p>
2020-05-06 01:53:41 +00:00
We've recently published a document outlining our proposal.
<a href="femtostar.pdf">Click here to view it.</a>
</p>
<p>
Questions? Comments? Want to chat about satellites?
Visit us on Matrix at <a href="https://matrix.to/#/!COEHOXujBzfAHAVzPG:matrix.org?via=matrix.org">#femtostar:matrix.org</a>.
</p>
<p>
To contact us directly, shoot us a Reddit message at /u/FemtoStar, or email us
2020-02-24 20:06:04 +00:00
securely, at [the name of this site/our satellite] at tutanota.com.
</p>
</body>
2020-05-06 01:53:41 +00:00
</html>