mirror of
https://github.com/LukeHagar/sveltesociety.dev.git
synced 2025-12-06 12:47:44 +00:00
added new icon for newsletter and podcast
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
<script>
|
<script>
|
||||||
export let path, image, alt;
|
export let path, image, alt;
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
@@ -20,5 +21,7 @@
|
|||||||
color: black;
|
color: black;
|
||||||
display: grid;
|
display: grid;
|
||||||
place-items: center;
|
place-items: center;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -8,23 +8,25 @@
|
|||||||
metatags.desc('Svelte Society is a community-driven effort to organise and promote SvelteJS.');
|
metatags.desc('Svelte Society is a community-driven effort to organise and promote SvelteJS.');
|
||||||
metatags.image(metatagImage);
|
metatags.image(metatagImage);
|
||||||
metatags.url($page.host + $page.path);
|
metatags.url($page.host + $page.path);
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<h1>Welcome to Svelte Society!</h1>
|
<h1>Welcome to Svelte Society!</h1>
|
||||||
<p>
|
<p>
|
||||||
We are a volunteer global network of Svelte fans that strive to promote Svelte and its ecosystem.
|
We are a volunteer global network of Svelte fans that strive to promote Svelte and its
|
||||||
As a service to the community, this site is a central index of <a href="/events">events</a>,
|
ecosystem. As a service to the community, this site is a central index of <a href="/events"
|
||||||
a <a href="/components">components directory</a>, as well as <a href="/receipes">recipes</a> and other useful resources.
|
>events</a
|
||||||
Join us or help us out!
|
>, a <a href="/components">components directory</a>, as well as <a href="/receipes">recipes</a> and
|
||||||
|
other useful resources. Join us or help us out!
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
If you want to reach out to us or find like-minded people from around the world you
|
If you want to reach out to us or find like-minded people from around the world you can check
|
||||||
can check out the resources below:
|
out the resources below:
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<Link path="https://youtube.com/SvelteSociety" image="images/youtube.svg" alt="YouTube icon"
|
<Link path="https://youtube.com/SvelteSociety" image="images/youtube.svg" alt="YouTube icon"
|
||||||
>YouTube Channel</Link
|
>YouTube</Link
|
||||||
>
|
>
|
||||||
<Link path="https://discord.gg/svelte" image="images/discord.svg" alt="Discord icon"
|
<Link path="https://discord.gg/svelte" image="images/discord.svg" alt="Discord icon"
|
||||||
>Discord</Link
|
>Discord</Link
|
||||||
@@ -32,10 +34,16 @@
|
|||||||
<Link path="https://twitter.com/sveltesociety" image="images/twitter.svg" alt="Twitter icon"
|
<Link path="https://twitter.com/sveltesociety" image="images/twitter.svg" alt="Twitter icon"
|
||||||
>Twitter</Link
|
>Twitter</Link
|
||||||
>
|
>
|
||||||
|
<Link path="https://svelte.substack.com/" image="images/newsletter.svg" alt="Newsletter icon"
|
||||||
|
>Newsletter</Link
|
||||||
|
>
|
||||||
|
<Link path="https://www.svelteradio.com/" image="images/radio.svg" alt="Radio icon"
|
||||||
|
>Podcast</Link
|
||||||
|
>
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
We also run the biannual <a href="https://sveltesummit.com/">Svelte Summit</a> conference
|
We also run the biannual <a href="https://sveltesummit.com/">Svelte Summit</a> conference and
|
||||||
and host <a href="https://www.svelteradio.com/">the Svelte Radio podcast</a>.
|
host <a href="https://www.svelteradio.com/">the Svelte Radio podcast</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -52,9 +60,11 @@
|
|||||||
}
|
}
|
||||||
ul {
|
ul {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
|
||||||
grid-gap: var(--space-600);
|
grid-gap: var(--space-600);
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: calc(var(--space-600) * 3) 0;
|
margin: calc(var(--space-600) * 3) 0;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
31
static/images/newsletter.svg
Normal file
31
static/images/newsletter.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 17 KiB |
138
static/images/radio.svg
Normal file
138
static/images/radio.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 91 KiB |
Reference in New Issue
Block a user