mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-31 23:53:25 +00:00
using markdown for docs
This commit is contained in:
17
website/src/lib/components/Footer.svelte
Normal file
17
website/src/lib/components/Footer.svelte
Normal file
@@ -0,0 +1,17 @@
|
||||
<script lang="ts">
|
||||
import { Button } from '$lib/components/ui/button';
|
||||
</script>
|
||||
|
||||
<footer class="w-full">
|
||||
<div class="mx-6 py-2 flex flex-row flex-wrap border-t">
|
||||
<div class="flex flex-row" id="contact">
|
||||
<Button variant="link" href="https://github.com/gpxstudio/gpx.studio" target="_blank"
|
||||
>GitHub</Button
|
||||
>
|
||||
<Button variant="link" href="https://facebook.com/gpx.studio" target="_blank">Facebook</Button
|
||||
>
|
||||
<Button variant="link" href="https://twitter.com/gpxstudio" target="_blank">Twitter</Button>
|
||||
<Button variant="link" href="mailto:hello@gpx.studio" target="_blank">Mail</Button>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
Reference in New Issue
Block a user