feat: footer

This commit is contained in:
afn
2022-10-20 18:52:52 -04:00
parent 686ad0bb62
commit 44db0a7ff3
3 changed files with 100 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
<script lang="ts">
import ContributorHost from '$lib/components/molecules/ContributorHost.svelte';
import ContributorsStore from '../../lib/stores/ContributorsStore.js';
import Footer from '$lib/components/atoms/Footer.svelte';
import { onMount } from 'svelte';
import { fly } from 'svelte/transition';
import { quintOut } from 'svelte/easing';
@@ -32,3 +33,5 @@
margin-bottom: 3rem;
}
</style>
<Footer />

View File

@@ -1,6 +1,7 @@
<script lang="ts">
import Patch from "$lib/components/atoms/Patch.svelte";
import PatchesStore from "$lib/stores/PatchesStore";
import Footer from "$lib/components/atoms/Footer.svelte";
import { onMount } from "svelte";
import { fly } from 'svelte/transition';
import { quintOut } from 'svelte/easing';
@@ -74,6 +75,7 @@
{/if}
</section>
<Footer/>
<style>
section {
padding-top: 4.25rem;