Beginnings of partner box
This commit is contained in:
parent
e87aae9d67
commit
177b11d943
46 changed files with 19 additions and 1 deletions
13
src/components/PartnerContainer.svelte
Normal file
13
src/components/PartnerContainer.svelte
Normal 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>
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue