www-inc/index.html

55 lines
1.8 KiB
HTML
Raw Normal View History

2020-02-24 20:06:04 +00:00
<html>
2020-12-30 04:53:22 +00:00
2020-02-24 20:06:04 +00:00
<head>
2022-01-02 02:42:15 +00:00
<title>FemtoStar Inc.</title>
2020-02-24 20:06:04 +00:00
<style>
html, body {
2020-07-31 21:29:05 +00:00
background-color: #00111d;
color: #ffffff;
2020-12-30 04:57:25 +00:00
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
Roboto, Oxygen-Sans, Ubuntu, Cantarell,
"Helvetica Neue", sans-serif;
2020-02-24 20:06:04 +00:00
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;
}
a:link {
color: #ffffff;
}
a:visited {
color: #ffffff;
}
a:hover {
color: #ffffff;
}
2020-02-24 20:06:04 +00:00
</style>
2020-02-24 19:56:08 +00:00
</head>
2020-02-24 19:13:03 +00:00
<body>
2020-07-31 21:26:27 +00:00
<img src="femtostar_logo.png" width="240" height="240">
2022-01-02 02:41:52 +00:00
<h2>FemtoStar Inc.</h2>
2020-02-24 20:06:04 +00:00
<p>
2022-01-02 02:41:52 +00:00
FemtoStar Inc. is the company tasked with the manufacturing the FemtoStar and operation of the FemtoStar satellite
constellation, based on the free and open-source designs and specifications developed by the
<a href="https://project.femtostar.com">FemtoStar Project</a>.
2020-02-24 20:06:04 +00:00
</p>
<p>
2022-01-02 02:41:52 +00:00
FemtoStar Inc. exists to provide the FemtoStar Project with an entity which can manufacture the satellites, hold
licenses for the constellation, and purchase services such as satellite launch or component fabrication, and can
handle the day-to-day operation of the constellation. While FemtoStar Inc. consists entirely of FemtoStar Project
members, and exists to manufacture and operate the system developed by the FemtoStar Project, the FemtoStar Project
is independent of FemtoStar Inc., and its developments are freely usable, even outside the context of the network
operated by FemtoStar Inc.
2020-02-24 20:06:04 +00:00
</p>
</body>
2020-05-06 01:53:41 +00:00
</html>