styling again
This commit is contained in:
parent
693b76ed7a
commit
84b48baffa
38
index.html
38
index.html
|
@ -1,4 +1,5 @@
|
|||
<html><head>
|
||||
<html>
|
||||
<head>
|
||||
<title>FemtoStar</title>
|
||||
<style>
|
||||
html, body {
|
||||
|
@ -9,24 +10,35 @@ html, body {
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
h2 {
|
||||
margin-top: 2.0em;
|
||||
margin-top: -0.8em;
|
||||
}
|
||||
p{
|
||||
width: 640px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>FemtoStar</h1>
|
||||
<h2>Satellite communications built for privacy</h2>
|
||||
The FemtoStar Project wants to develop a low-cost communications satellite<br>
|
||||
(or, eventually, a communications satellite constellation) for global data<br>
|
||||
communications, with end-to-end encryption, with minimal ability to determine the<br>
|
||||
user's location, and powered by free software, from the user terminal, to the<br>
|
||||
spacecraft, to the ground station. We've named our design FemtoStar.<br><br>
|
||||
|
||||
We're a small team of developers and hardware guys, not a startup company. We have<br>
|
||||
no funding at this point, and don't intend to seek it until we need it. We want<br>
|
||||
to involve the privacy community in every step of the process.<br><br>
|
||||
|
||||
If you're interested, shoot us a Reddit message at /u/FemtoStar, or email us<br>
|
||||
<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>
|
||||
If you're interested, shoot us a Reddit message at /u/FemtoStar, or email us
|
||||
securely, at [the name of this site/our satellite] at tutanota.com.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue