Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat updated css for links and updated twitter handles #340

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/components/card/card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}
&-icon {
@extend %link-icon;
display: flex;
display: inline;
}
}
}
26 changes: 13 additions & 13 deletions app/data/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -32,17 +32,17 @@
"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",
"projectDescription": "Consists of a number of portable CDI extensions that provide useful features for Java application developers",
"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",
Expand All @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": ""
Expand Down