mirror of
https://github.com/LukeHagar/sveltesociety.dev.git
synced 2025-12-09 12:47:44 +00:00
added reddit icon and reconfigured layout for icons.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script>
|
||||
import '../app.postcss';
|
||||
import '../app.css';
|
||||
import Header from './_Header/Header.svelte';
|
||||
import Footer from './_Footer.svelte';
|
||||
import metatags from '$lib/stores/metatags';
|
||||
|
||||
@@ -28,18 +28,23 @@
|
||||
</p>
|
||||
</section>
|
||||
<ul class="flex flex-wrap gap-x-20 gap-y-6 justify-center">
|
||||
<Link path="https://youtube.com/SvelteSociety" image="images/youtube.svg" alt="YouTube icon"
|
||||
>YouTube</Link
|
||||
>
|
||||
<Link path="https://discord.gg/svelte" image="images/discord.svg" alt="Discord icon"
|
||||
>Discord</Link
|
||||
>
|
||||
<Link path="https://youtube.com/SvelteSociety" image="images/youtube.svg" alt="YouTube icon"
|
||||
>YouTube</Link
|
||||
>
|
||||
<Link path="https://twitter.com/sveltesociety" image="images/twitter.svg" alt="Twitter icon"
|
||||
>Twitter</Link
|
||||
>
|
||||
</ul>
|
||||
<ul class="flex flex-wrap gap-x-20 gap-y-6 justify-center">
|
||||
<Link path="https://svelte.substack.com/" image="images/newsletter.svg" alt="Newsletter icon"
|
||||
>Newsletter</Link
|
||||
>
|
||||
<Link path="https://www.reddit.com/r/sveltejs/" image="images/reddit.svg" alt="Reddit icon"
|
||||
>Reddit</Link
|
||||
>
|
||||
<Link path="https://www.svelteradio.com/" image="images/radio.svg" alt="Radio icon"
|
||||
>Podcast</Link
|
||||
>
|
||||
|
||||
37
static/images/reddit.svg
Normal file
37
static/images/reddit.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 11 KiB |
Reference in New Issue
Block a user