Beginnings of partner box

This commit is contained in:
John Doe 2021-04-30 13:05:54 -04:00
parent e87aae9d67
commit 177b11d943
46 changed files with 19 additions and 1 deletions

View file

@ -0,0 +1,13 @@
<style>
.partner-container{
padding-top: 2em;
width: 100%;
color: white;
text-align: center;
}
</style>
<div class="partner-container">
<h2>Our Partners</h2>
</div>

View file

@ -5,6 +5,7 @@
import TalkingPointContainer from "../components/TalkingPointContainer.svelte";
import TalkingPointContent from "../components/TalkingPointContent.svelte";
import TalkingPointName from "../components/TalkingPointName.svelte";
import PartnerContainer from "../components/PartnerContainer.svelte";
</script>
<svelte:head>
@ -60,9 +61,13 @@
your terminal lives up to its privacy and security claims, the source is
freely available to use, read, or modify.
</p>
<p><a rel="prefetch" href="./open-source">Learn more →</a></p>
<p><a rel="prefetch" href="./free-open-source">Learn more →</a></p>
</TalkingPointContent>
</TalkingPointContainer>
<PartnerContainer>
</PartnerContainer>
</div>
<style>