From 7cccc1d9197ff33ee33d14aa6a6eaa72c6a0594a Mon Sep 17 00:00:00 2001 From: Ben Halpern Date: Thu, 28 Jun 2018 11:12:30 -0400 Subject: [PATCH 1/5] Add dev.to link to footer --- _includes/footer.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_includes/footer.html b/_includes/footer.html index 8864b371..9b72ee49 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -32,6 +32,7 @@
  • +
  • From a29d39dbd5e57dbbb8713370f93c98f4883aac9c Mon Sep 17 00:00:00 2001 From: Ben Halpern Date: Thu, 28 Jun 2018 11:14:26 -0400 Subject: [PATCH 2/5] Add dev-community class to footer css --- _sass/modules/_footer.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_sass/modules/_footer.scss b/_sass/modules/_footer.scss index 48f33f7b..5e001736 100644 --- a/_sass/modules/_footer.scss +++ b/_sass/modules/_footer.scss @@ -200,6 +200,10 @@ footer { .stack-overflow { @include social-icon('../img/icon_stack-overflow.svg'); } + + .dev-community { + @include social-icon('../img/icon_dev-community.svg'); + } .youtube { @include social-icon('../img/icon_youtube.svg'); From fa99cb6ba9e99cd5502725056c2a0506b31020fb Mon Sep 17 00:00:00 2001 From: Ben Halpern Date: Thu, 28 Jun 2018 11:48:19 -0400 Subject: [PATCH 3/5] Add Dev Community icon --- img/icon_dev-community.svg | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 img/icon_dev-community.svg diff --git a/img/icon_dev-community.svg b/img/icon_dev-community.svg new file mode 100644 index 00000000..2236ab75 --- /dev/null +++ b/img/icon_dev-community.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + +DEV + From ac9ca9517ef0ebcc0f972becf80cccffe4eb8d94 Mon Sep 17 00:00:00 2001 From: Ben Halpern Date: Thu, 28 Jun 2018 12:24:35 -0400 Subject: [PATCH 4/5] Update dev icon --- img/icon_dev-community.svg | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/img/icon_dev-community.svg b/img/icon_dev-community.svg index 2236ab75..c3c74bb1 100644 --- a/img/icon_dev-community.svg +++ b/img/icon_dev-community.svg @@ -4,21 +4,13 @@ viewBox="0 0 54.8 54.8" style="enable-background:new 0 0 54.8 54.8;" xml:space="preserve"> - - - - - - - - - - - -DEV + + + + From 8794e1ef5a75b34af768469e113a0cbdf542f8e6 Mon Sep 17 00:00:00 2001 From: Ben Halpern Date: Thu, 28 Jun 2018 12:28:22 -0400 Subject: [PATCH 5/5] Add DEV Community to community page --- community/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community/index.html b/community/index.html index 57318919..dfd6b4b9 100644 --- a/community/index.html +++ b/community/index.html @@ -67,6 +67,11 @@

    Reddit

    Join the subreddit

    +
    +

    DEV Community

    +

    Follow the DEV Tag

    +
    +

    Community Meetings

    We hold a community video conference every other week. It's a way to discuss the status of work and show off things the community is working on. Meeting information and notes can be found at bit.ly/grpcmeetings.