styling again

This commit is contained in:
FemtoStar 2020-02-24 15:06:04 -05:00
parent 693b76ed7a
commit 84b48baffa

View file

@ -1,32 +1,44 @@
<html><head> <html>
<title>FemtoStar</title> <head>
<style> <title>FemtoStar</title>
html, body { <style>
background-color: #EEEEEE; html, body {
font-family: "Helvetica", "Suisse Int'l", sans-serif; background-color: #EEEEEE;
display: flex; font-family: "Helvetica", "Suisse Int'l", sans-serif;
flex-direction: column; display: flex;
align-items: center; flex-direction: column;
justify-content: center; align-items: center;
text-align: center; justify-content: center;
} text-align: center;
h2 { width: 100%;
margin-top: 2.0em; height: 100%;
} }
</style> h2 {
margin-top: -0.8em;
}
p{
width: 640px;
}
</style>
</head> </head>
<body> <body>
<h1>FemtoStar</h1> <h1>FemtoStar</h1>
<h2>Satellite communications built for privacy</h2> <h2>Satellite communications built for privacy</h2>
The FemtoStar Project wants to develop a low-cost communications satellite<br> <p>
(or, eventually, a communications satellite constellation) for global data<br> The FemtoStar Project wants to develop a low-cost communications satellite
communications, with end-to-end encryption, with minimal ability to determine the<br> (or, eventually, a communications satellite constellation) for global data
user's location, and powered by free software, from the user terminal, to the<br> communications, with end-to-end encryption, with minimal ability to determine the
spacecraft, to the ground station. We've named our design FemtoStar.<br><br> 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.
We're a small team of developers and hardware guys, not a startup company. We have<br> </p>
no funding at this point, and don't intend to seek it until we need it. We want<br> <p>
to involve the privacy community in every step of the process.<br><br> 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
If you're interested, shoot us a Reddit message at /u/FemtoStar, or email us<br> to involve the privacy community in every step of the process.
securely, at [the name of this site/our satellite] at tutanota.com. </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>