From f81c88a8165178bab93ea49723842e5865ca07d2 Mon Sep 17 00:00:00 2001 From: vaishnav Date: Wed, 26 Oct 2022 20:40:49 +0530 Subject: [PATCH 1/2] changed how social links are displayed and added a few twitter urls for projects --- app/components/card/card.scss | 1 - app/data/projects.json | 26 +++++++++++++------------- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/app/components/card/card.scss b/app/components/card/card.scss index 294d1f63..499cda56 100644 --- a/app/components/card/card.scss +++ b/app/components/card/card.scss @@ -58,7 +58,6 @@ } &-icon { @extend %link-icon; - display: flex; } } } diff --git a/app/data/projects.json b/app/data/projects.json index 313b6d2d..92bca7a6 100644 --- a/app/data/projects.json +++ b/app/data/projects.json @@ -14,8 +14,8 @@ "projectRepository": "https://github.com/aerogear", "projectWebsite": "https://aerogear.org/", "category": "Development", - "twitterHandle": "", - "twitterURL": "" + "twitterHandle": "@AeroGears", + "twitterURL": "https://twitter.com/aerogears" }, { "projectName": "aeshell", @@ -32,8 +32,8 @@ "projectRepository": "https://github.com/apache/camel", "projectWebsite": "https://camel.apache.org/", "category": "Development", - "twitterHandle": "", - "twitterURL": "" + "twitterHandle": "@ApacheCamel", + "twitterURL": "https://twitter.com/ApacheCamel" }, { "projectName": "Apache DeltaSpike", @@ -41,8 +41,8 @@ "projectRepository": "https://github.com/apache/deltaspike", "projectWebsite": "https://deltaspike.apache.org/", "category": "Development", - "twitterHandle": "", - "twitterURL": "" + "twitterHandle": "@DeltaSpikeTeam", + "twitterURL": "https://twitter.com/DeltaSpikeTeam" }, { "projectName": "Apache Qpid", @@ -59,8 +59,8 @@ "projectRepository": "https://github.com/apache/tomcat", "projectWebsite": "https://tomcat.apache.org/", "category": "Development", - "twitterHandle": "", - "twitterURL": "" + "twitterHandle": "@TheApacheTomcat", + "twitterURL": "https://twitter.com/theapachetomcat" }, { "projectName": "Avocado", @@ -786,8 +786,8 @@ "projectRepository": "https://github.com/apiman", "projectWebsite": "https://www.apiman.io/", "category": "Middleware", - "twitterHandle": "", - "twitterURL": "" + "twitterHandle": "@apiman_io", + "twitterURL": "https://twitter.com/apiman_io" }, { "projectName": "Arquillian", @@ -1308,8 +1308,8 @@ "projectRepository": "https://github.com/aeolusproject", "projectWebsite": "http://aeolusproject.github.io/", "category": "Operations", - "twitterHandle": "", - "twitterURL": "" + "twitterHandle": "@aeolusproject", + "twitterURL": "https://twitter.com/aeolusproject" }, { "projectName": "Ansible", @@ -2119,7 +2119,7 @@ "projectName": "Artificial Intelligence Center of Excellence", "projectDescription": "This is Artificial Intelligence Center of Excellence's Repository, we are part of the Red Hat's Office of the CTO", "projectRepository": "https://github.com/AICoE", - "projectWebsite": "https://github.com/AICoE", + "projectWebsite": "", "category": "Organizations", "twitterHandle": "", "twitterURL": "" From d76d462deaf4f1923d0a6c9d76be3bfa248aa059 Mon Sep 17 00:00:00 2001 From: vaishnav Date: Wed, 26 Oct 2022 20:51:01 +0530 Subject: [PATCH 2/2] link css update --- app/components/card/card.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/card/card.scss b/app/components/card/card.scss index 499cda56..c746b5f2 100644 --- a/app/components/card/card.scss +++ b/app/components/card/card.scss @@ -58,6 +58,7 @@ } &-icon { @extend %link-icon; + display: inline; } } }