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>
|
||||
<p>
|
||||
Questions? Comments? Want to chat about satellites? Visit us on Matrix
|
||||
at #femtostar:matrix.org. Alternatively, email us at [the name of this
|
||||
site/our satellite] at tutanota.com.
|
||||
at <a
|
||||
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>
|
||||
</TalkingPointContent>
|
||||
</TalkingPointContainer>
|
||||
|
@ -99,4 +102,8 @@
|
|||
padding-left: 2em;
|
||||
padding-right: 2em;
|
||||
}
|
||||
|
||||
:global(.site a) {
|
||||
color: #72bbd9;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -47,8 +47,10 @@
|
|||
</p>
|
||||
<p>
|
||||
FemtoStar is developed and maintained by a global community of
|
||||
developers [LINK TO ABOUT US] collaborating online. If you're interested
|
||||
in helping out, don't hesitate to contact us [LINK TO CONTACT US].
|
||||
developers collaborating online. If you're interested in helping out,
|
||||
don't hesitate to <a rel="prefetch" href="./about-contact"
|
||||
>contact us →</a
|
||||
>.
|
||||
</p>
|
||||
</TalkingPointContent>
|
||||
</TalkingPointContainer>
|
||||
|
@ -64,4 +66,8 @@
|
|||
padding-left: 2em;
|
||||
padding-right: 2em;
|
||||
}
|
||||
|
||||
:global(.site a) {
|
||||
color: #72bbd9;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue