stuff
This commit is contained in:
commit
2a8386e144
361 changed files with 4842 additions and 0 deletions
src/components
24
src/components/IntroText.svelte
Normal file
24
src/components/IntroText.svelte
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue