link stuff
This commit is contained in:
parent
736b111f4f
commit
d2dbc3e3b6
2 changed files with 17 additions and 4 deletions
|
@ -38,8 +38,11 @@
|
||||||
<TalkingPointContent>
|
<TalkingPointContent>
|
||||||
<p>
|
<p>
|
||||||
Questions? Comments? Want to chat about satellites? Visit us on Matrix
|
Questions? Comments? Want to chat about satellites? Visit us on Matrix
|
||||||
at #femtostar:matrix.org. Alternatively, email us at [the name of this
|
at <a
|
||||||
site/our satellite] at tutanota.com.
|
href="https://matrix.to/#/!COEHOXujBzfAHAVzPG:matrix.org?via=matrix.org&via=lighthouse.cx&via=nordgedanken.dev"
|
||||||
|
>#femtostar:matrix.org</a
|
||||||
|
>. Alternatively, email us at
|
||||||
|
<a href="mailto:femtostar@tutanota.com">femtostar@tutanota.com</a>.
|
||||||
</p>
|
</p>
|
||||||
</TalkingPointContent>
|
</TalkingPointContent>
|
||||||
</TalkingPointContainer>
|
</TalkingPointContainer>
|
||||||
|
@ -99,4 +102,8 @@
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:global(.site a) {
|
||||||
|
color: #72bbd9;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -47,8 +47,10 @@
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
FemtoStar is developed and maintained by a global community of
|
FemtoStar is developed and maintained by a global community of
|
||||||
developers [LINK TO ABOUT US] collaborating online. If you're interested
|
developers collaborating online. If you're interested in helping out,
|
||||||
in helping out, don't hesitate to contact us [LINK TO CONTACT US].
|
don't hesitate to <a rel="prefetch" href="./about-contact"
|
||||||
|
>contact us →</a
|
||||||
|
>.
|
||||||
</p>
|
</p>
|
||||||
</TalkingPointContent>
|
</TalkingPointContent>
|
||||||
</TalkingPointContainer>
|
</TalkingPointContainer>
|
||||||
|
@ -64,4 +66,8 @@
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:global(.site a) {
|
||||||
|
color: #72bbd9;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue