From 540ac2e2a7e3f5a3b65151bb043ffe6ef8a4d0b7 Mon Sep 17 00:00:00 2001 From: Harsh Dobariya Date: Tue, 4 Jul 2023 18:57:23 +0530 Subject: [PATCH 1/6] Social media icons size fix Signed-off-by: Harsh Dobariya --- src/assets/images/socialIcons/linkedin-light.svg | 12 +++++++++++- src/assets/images/socialIcons/mail_keppel.svg | 12 +++++++++++- src/sections/Community/Member-single/index.js | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/src/assets/images/socialIcons/linkedin-light.svg b/src/assets/images/socialIcons/linkedin-light.svg index 92e378b481da..b0f88e2f8dc0 100644 --- a/src/assets/images/socialIcons/linkedin-light.svg +++ b/src/assets/images/socialIcons/linkedin-light.svg @@ -1 +1,11 @@ - \ No newline at end of file + + New Project + + + + + + + \ No newline at end of file diff --git a/src/assets/images/socialIcons/mail_keppel.svg b/src/assets/images/socialIcons/mail_keppel.svg index 36bc794fbcce..92590121cfe9 100644 --- a/src/assets/images/socialIcons/mail_keppel.svg +++ b/src/assets/images/socialIcons/mail_keppel.svg @@ -1 +1,11 @@ - \ No newline at end of file + + New Project + + + + + + + \ No newline at end of file diff --git a/src/sections/Community/Member-single/index.js b/src/sections/Community/Member-single/index.js index db2032cc50ef..5cba23a7a1e1 100644 --- a/src/sections/Community/Member-single/index.js +++ b/src/sections/Community/Member-single/index.js @@ -264,7 +264,7 @@ const MemberSingle = ({ frontmatter }) => { )} - {layer5 && ( + {layer5 && (
  • meshery-icon From 46ff990197fba29abe388ab33feb9b3095054056 Mon Sep 17 00:00:00 2001 From: Harsh Dobariya Date: Wed, 5 Jul 2023 10:23:59 +0530 Subject: [PATCH 2/6] remove unnecessary space Signed-off-by: Harsh Dobariya --- src/sections/Community/Handbook/connect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sections/Community/Handbook/connect.js b/src/sections/Community/Handbook/connect.js index f61fab15fa32..e92ebac92e59 100644 --- a/src/sections/Community/Handbook/connect.js +++ b/src/sections/Community/Handbook/connect.js @@ -193,7 +193,7 @@ const Connect = () => { Learn more about Layer5 and connect with the community by following and engaging with us on our social media accounts.

    -
    +

    Date: Tue, 11 Jul 2023 10:52:15 +0530 Subject: [PATCH 3/6] Modify social-media icons text Signed-off-by: Harsh Dobariya --- src/sections/Community/Handbook/Handbook.style.js | 2 +- src/sections/Community/Handbook/connect.js | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/sections/Community/Handbook/Handbook.style.js b/src/sections/Community/Handbook/Handbook.style.js index d0149927887f..1d132c79aad1 100644 --- a/src/sections/Community/Handbook/Handbook.style.js +++ b/src/sections/Community/Handbook/Handbook.style.js @@ -344,7 +344,7 @@ export const HandbookWrapper = styled.div` .channels-para { display: flex; - align-items: flex-end; + align-items: center; } .newcomers-journey{ diff --git a/src/sections/Community/Handbook/connect.js b/src/sections/Community/Handbook/connect.js index e92ebac92e59..6d734839ef15 100644 --- a/src/sections/Community/Handbook/connect.js +++ b/src/sections/Community/Handbook/connect.js @@ -225,20 +225,20 @@ const Connect = () => {

    github    - Layer5io + Discover our projects on GitHub

    linkedin   - Layer5 + Join our professional network on LinkedIn

    docker   - Layer5 + Take control with Docker deployment

    slack   - Layer5 + Communicate and collaborate with us on Slack

    From 4f6e976a09d017d6be1ee67be3a0daf7f86a11cb Mon Sep 17 00:00:00 2001 From: Harsh Dobariya Date: Mon, 17 Jul 2023 10:03:11 +0530 Subject: [PATCH 4/6] Change mail text and address Signed-off-by: Harsh Dobariya --- src/sections/Community/Handbook/connect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sections/Community/Handbook/connect.js b/src/sections/Community/Handbook/connect.js index 6d734839ef15..dcc470622061 100644 --- a/src/sections/Community/Handbook/connect.js +++ b/src/sections/Community/Handbook/connect.js @@ -209,7 +209,7 @@ const Connect = () => {

    mail    - community@layer5.io + Connect with our community managers for any inquiries or support!

    Date: Tue, 18 Jul 2023 10:34:19 +0530 Subject: [PATCH 5/6] Fix icons width Signed-off-by: Harsh Dobariya --- src/sections/Community/Handbook/Handbook.style.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sections/Community/Handbook/Handbook.style.js b/src/sections/Community/Handbook/Handbook.style.js index 1d132c79aad1..701e06c8ee3f 100644 --- a/src/sections/Community/Handbook/Handbook.style.js +++ b/src/sections/Community/Handbook/Handbook.style.js @@ -338,7 +338,7 @@ export const HandbookWrapper = styled.div` } .channels-img { - width: 40px; + // width: 40px; height: 30px; } From 2b5071b0c5ec1f83b65723d6cac04f164c0d7c23 Mon Sep 17 00:00:00 2001 From: Gaurav Chadha <65453826+Chadha93@users.noreply.github.com> Date: Sat, 22 Jul 2023 01:01:08 +0530 Subject: [PATCH 6/6] Update src/sections/Community/Handbook/connect.js Signed-off-by: Gaurav Chadha <65453826+Chadha93@users.noreply.github.com> --- src/sections/Community/Handbook/connect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sections/Community/Handbook/connect.js b/src/sections/Community/Handbook/connect.js index dcc470622061..e53b87a35582 100644 --- a/src/sections/Community/Handbook/connect.js +++ b/src/sections/Community/Handbook/connect.js @@ -238,7 +238,7 @@ const Connect = () => {

    slack   - Communicate and collaborate with us on Slack + Communicate and collaborate with us on Slack