This commit is contained in:
Daniel Vinci 2021-04-16 10:07:57 -06:00
commit 2a8386e144
No known key found for this signature in database
GPG key ID: 5237E95295431664
361 changed files with 4842 additions and 0 deletions
src/components

View file

@ -0,0 +1,24 @@
<div class="introText">
<p>
The FemtoStar Project is a global community developing a satellite
constellation for secure, open, and private communications - anywhere on
planet Earth.
</p>
</div>
<style>
.introText {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: flex-start;
background-color: #00111d;
color: #ffffff;
}
p {
padding-left: 2em;
max-width: 225px;
}
</style>