feat: credits page

This commit is contained in:
afn
2022-10-12 02:54:07 -04:00
parent 85dd6b8a0b
commit b0ab7c126b
8 changed files with 133 additions and 63 deletions

View File

@@ -2,6 +2,7 @@
import HeroImage from '$lib/components/atoms/HeroImage.svelte';
import Home from '$lib/components/organisms/Home.svelte';
import SocialHost from '$lib/components/molecules/SocialHost.svelte';
import Wave from '$lib/components/atoms/Wave.svelte';
</script>
<div class="wrapper">
@@ -11,6 +12,7 @@
</div>
</div>
<SocialHost />
<Wave />
<style>
.wrappezoid {