Added partner box, fixed footer
This commit is contained in:
parent
308db2bd64
commit
9aece476a9
|
@ -5,7 +5,6 @@
|
||||||
<div class="footer-container">
|
<div class="footer-container">
|
||||||
<FemtoStarLogo height={42} width={33} color="#FFFFFF75"/>
|
<FemtoStarLogo height={42} width={33} color="#FFFFFF75"/>
|
||||||
<div class="footer-text">
|
<div class="footer-text">
|
||||||
femtostar[example].onion<br>
|
|
||||||
Copyright 2021 the FemtoStar Project contributors.
|
Copyright 2021 the FemtoStar Project contributors.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,13 +1,34 @@
|
||||||
|
<script>
|
||||||
|
import Faq from "../routes/faq.svelte";
|
||||||
|
import FaqItem from "./FAQItem.svelte";
|
||||||
|
import FemtoHeader from "./FemtoHeader.svelte";
|
||||||
|
import FemtoStarLogo from "./FemtoStarLogo.svelte";
|
||||||
|
import PartnerItem from "./PartnerItem.svelte"
|
||||||
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.partner-container{
|
.partner-container{
|
||||||
padding-top: 2em;
|
padding-top: 3em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: white;
|
color: white;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
.partner-text{
|
||||||
|
padding-bottom: 1em;
|
||||||
|
}
|
||||||
|
h2{
|
||||||
|
margin-bottom: 0.1em;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="partner-container">
|
<div class="partner-container">
|
||||||
|
<div class="partner-text">
|
||||||
<h2>Our Partners</h2>
|
<h2>Our Partners</h2>
|
||||||
|
The FemtoStar Project is working with an ever-growing community of partners to make FemtoStar a reality.<br>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<PartnerItem link="https://appliedionsystems.com" alt="Logo of Applied Ion Systems" image="../../ais-logo.png" />
|
||||||
|
<PartnerItem link="https://fossa.systems" alt="Logo of Fossa Systems" image="../../fossa-logo.png" />
|
||||||
|
<PartnerItem link="https://nlnet.nl" alt="Logo of NLNet" image="../../nlnet-logo.png" />
|
||||||
|
<!--<PartnerItem link="https://pine64.org" alt="Logo of Pine64" image="../../pine-logo.png" />-->
|
||||||
</div>
|
</div>
|
13
src/components/PartnerItem.svelte
Normal file
13
src/components/PartnerItem.svelte
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
<script>
|
||||||
|
export let image, alt, link;
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<a href={link}><img alt={alt} src={image} /></a>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
img{
|
||||||
|
margin: 15px;
|
||||||
|
height: 64px;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
</style>
|
|
@ -42,7 +42,11 @@
|
||||||
href="https://matrix.to/#/!COEHOXujBzfAHAVzPG:matrix.org?via=matrix.org&via=lighthouse.cx&via=nordgedanken.dev"
|
href="https://matrix.to/#/!COEHOXujBzfAHAVzPG:matrix.org?via=matrix.org&via=lighthouse.cx&via=nordgedanken.dev"
|
||||||
>#femtostar:matrix.org</a
|
>#femtostar:matrix.org</a
|
||||||
>. Alternatively, email us at
|
>. Alternatively, email us at
|
||||||
<a href="mailto:femtostar@tutanota.com">femtostar@tutanota.com</a>.
|
h<span class="c"> This address has been hidden to prevent spam being received. If you are reading this website as plain text or through a screen reader, the correct address is the word hello, then the symbol spelled with the letter before B and then the letter after S, then the name of this
|
||||||
|
website or of our satellite, then dot com.
|
||||||
|
</span>e<span class="c">Lorem</span>l<span class="j">ipsum</span>l<span class="c">dolor</span>o<span class="c">sit</span> а<span class="c">amet</span>t
|
||||||
|
f<span class="c">consectetur</span>e<span class="j">adipiscing</span>m<span class="c">elit</span>t<span class="c">Sed</span>o<span class="j">dolor</span>s<span class="c">sem</span>t<span class="c">lacinia</span>a<span class="c">ac</span>r
|
||||||
|
d<span class="c">euismod</span>о<span class="j">vitae</span>t c<span class="c">hendrerit</span>o<span class="j">sit</span>m (if you have Tutanota, you can send end-to-end encrypted mail here too).
|
||||||
</p>
|
</p>
|
||||||
</TalkingPointContent>
|
</TalkingPointContent>
|
||||||
</TalkingPointContainer>
|
</TalkingPointContainer>
|
||||||
|
@ -103,6 +107,15 @@
|
||||||
padding-right: 2em;
|
padding-right: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.c{
|
||||||
|
top: -100px;
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
.j{
|
||||||
|
top: -150px;
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
|
||||||
:global(.site a) {
|
:global(.site a) {
|
||||||
color: #72bbd9;
|
color: #72bbd9;
|
||||||
}
|
}
|
||||||
|
|
|
@ -305,7 +305,7 @@
|
||||||
to include electric propulsion onboard our satellites, allowing them
|
to include electric propulsion onboard our satellites, allowing them
|
||||||
to be repositioned as needed and cleanly deorbited at end-of-life. The
|
to be repositioned as needed and cleanly deorbited at end-of-life. The
|
||||||
FemtoStar Project is working closely with Applied Ion Systems, a
|
FemtoStar Project is working closely with Applied Ion Systems, a
|
||||||
leading developer of open-hardware mallsat propulsion hardware, to
|
leading developer of open-hardware smallsat propulsion hardware, to
|
||||||
develop a specialized implementation of their technology for use
|
develop a specialized implementation of their technology for use
|
||||||
onboard the FemtoStar space vehicle. Even in the event of a thruster
|
onboard the FemtoStar space vehicle. Even in the event of a thruster
|
||||||
failure, the solar panel can be positioned to drastically increase
|
failure, the solar panel can be positioned to drastically increase
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 18 KiB |
BIN
static/nlnet-logo.png
Normal file
BIN
static/nlnet-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
static/pine-logo.png
Normal file
BIN
static/pine-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Loading…
Reference in a new issue