diff --git a/www/src/components/DiscordIcon.astro b/www/src/components/DiscordIcon.astro new file mode 100644 index 0000000..05c8a11 --- /dev/null +++ b/www/src/components/DiscordIcon.astro @@ -0,0 +1,18 @@ + + + diff --git a/www/src/components/GitHubIcon.astro b/www/src/components/GitHubIcon.astro new file mode 100644 index 0000000..be41df3 --- /dev/null +++ b/www/src/components/GitHubIcon.astro @@ -0,0 +1,18 @@ + + + diff --git a/www/src/components/ShareIcon.astro b/www/src/components/ShareIcon.astro new file mode 100644 index 0000000..c45416d --- /dev/null +++ b/www/src/components/ShareIcon.astro @@ -0,0 +1,18 @@ + + + diff --git a/www/src/pages/index.astro b/www/src/pages/index.astro index 27301bb..6bcc564 100644 --- a/www/src/pages/index.astro +++ b/www/src/pages/index.astro @@ -2,6 +2,9 @@ import Layout from '../layouts/Layout.astro' import Logo from '../components/Logo.astro' import Footer from '../components/Footer.astro' +import DiscordIcon from '../components/DiscordIcon.astro' +import GitHubIcon from '../components/GitHubIcon.astro' +import ShareIcon from '../components/ShareIcon.astro' --- @@ -16,12 +19,30 @@ import Footer from '../components/Footer.astro'

In contrast to deno.land/x, deno.re is not a stand-alone module registry, but instead leverages existing infrastructure and stores modules permanently.

You can import specific commits based on their SHA1 checksum, minify files on the fly or omit the entry point and let deno.re automatically find it for you.

+ + + + + +