From 42aa39c3431f1e32db0a30a44779153a07306b66 Mon Sep 17 00:00:00 2001 From: Mentor Palokaj Date: Mon, 18 Oct 2021 17:20:45 +0200 Subject: [PATCH] Discord --- website/src/assets/discord-logo-black.svg | 10 ++++++++++ website/src/css/essential-above-the-fold.sass | 10 +++++++++- website/src/index.pug | 7 +++++++ 3 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 website/src/assets/discord-logo-black.svg diff --git a/website/src/assets/discord-logo-black.svg b/website/src/assets/discord-logo-black.svg new file mode 100644 index 0000000..9da6ee0 --- /dev/null +++ b/website/src/assets/discord-logo-black.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/website/src/css/essential-above-the-fold.sass b/website/src/css/essential-above-the-fold.sass index c85c3db..0cf6648 100644 --- a/website/src/css/essential-above-the-fold.sass +++ b/website/src/css/essential-above-the-fold.sass @@ -87,6 +87,8 @@ a.button padding: 0 margin-top: 0 max-width: 100% + h1 + margin-bottom: 2rem .stretch @@ -160,4 +162,10 @@ a.button background: black color: white padding: 1rem - text-decoration: none \ No newline at end of file + text-decoration: none + + #community + .button + margin-top: 4rem + p + margin: 4rem \ No newline at end of file diff --git a/website/src/index.pug b/website/src/index.pug index ab8cfe8..97e1e2c 100644 --- a/website/src/index.pug +++ b/website/src/index.pug @@ -77,4 +77,11 @@ html( lang=content.lang ) p This is a Rocketpool community inspired initiative to fill the void between the present and mainnet. p We all hope to look back 10 years from now at our Rocketeers and remember the days when we asked silly questions like wen mainnet and wen moon. + section#community + h1 Community + p Join us for questions, conversations, and suggestions. + a( href="https://discord.gg/mXHe2BYG" ) + img( src="/assets/discord-logo-black.svg" ) + a( href="https://discord.gg/mXHe2BYG" ).button.outline Join on Discord + include pug/_footer.pug \ No newline at end of file