Skip to content

Commit

Permalink
feat: add more content
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Mar 10, 2020
1 parent 5029003 commit 7ad28b9
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 11 deletions.
3 changes: 2 additions & 1 deletion src/app/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ $gray: #D3D3D3;
.releaseOrchestration { background:#06803c; } /* RELEASE ORCHESTRATION */
.security { background:#008ddf; } /* SECURITY */
.testing { background:#dc5332; } /* TESTING */
.cloud { background:#e9bd1e; } /* CLOUD */
.openCloud { background:#e9bd1e; } /* CLOUD */
.publicCloud { background: #762ce9; } /* CLOUD */
.collaboration { background:#aa217e; } /* COLLAB */
.config { background:#005d92; } /* CONFIG */
.apiops { background:#bc580a; } /* AI OPS */
70 changes: 60 additions & 10 deletions src/assets/periodic-table.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,42 +52,42 @@
{
"name": "Jenkins",
"category": "ci",
"number": 5,
"number": 4,
"pay": "Os",
"symbol": "Jk"
},
{
"name": "Bamboo",
"category": "ci",
"number": 13,
"number": 12,
"pay": "Pd",
"symbol": "Jk"
},
{
"name": "VSTS",
"category": "ci",
"number": 31,
"number": 20,
"pay": "Pd",
"symbol": "Vs"
},
{
"name": "GoCD",
"category": "ci",
"number": 49,
"number": 38,
"pay": "Os",
"symbol": "Go"
},
{
"name": "TeamCity",
"category": "ci",
"number": 81,
"number": 21,
"pay": "Pd",
"symbol": "Tc"
},
{
"name": "Travis CI",
"category": "ci",
"number": 113,
"number": 39,
"pay": "Pd",
"symbol": "Tr"
},
Expand Down Expand Up @@ -224,33 +224,83 @@

{
"name": "Cloud Foundry",
"category": "cloud",
"category": "openCloud",
"number": 6,
"pay": "Os",
"symbol": "Cf"
},
{
"name": "OpenShift",
"category": "cloud",
"category": "openCloud",
"number": 7,
"pay": "Os",
"symbol": "Os"
},
{
"name": "OpenStack",
"category": "cloud",
"category": "openCloud",
"number": 8,
"pay": "Os",
"symbol": "Ot"
},
{
"name": "OpenWhisk",
"category": "cloud",
"category": "openCloud",
"number": 9,
"pay": "Os",
"symbol": "Ow"
},

{
"name": "Azure",
"category": "publicCloud",
"number": 14,
"pay": "Pd",
"symbol": "Az"
},
{
"name": "AWS China",
"category": "publicCloud",
"number": 15,
"pay": "Pd",
"symbol": "Ac"
},
{
"name": "Google Cloud",
"category": "publicCloud",
"number": 16,
"pay": "Pd",
"symbol": "Gc"
},
{
"name": "IBM Cloud",
"category": "publicCloud",
"number": 32,
"pay": "Pd",
"symbol": "Ic"
},
{
"name": "Alibaba Cloud",
"category": "publicCloud",
"number": 33,
"pay": "Pd",
"symbol": "Al"
},
{
"name": "Tencent Cloud",
"category": "publicCloud",
"number": 50,
"pay": "Pd",
"symbol": "Tc"
},
{
"name": "Huawei Cloud",
"category": "publicCloud",
"number": 51,
"pay": "Pd",
"symbol": "Hc"
},


{
"name": "Jira",
Expand Down

0 comments on commit 7ad28b9

Please sign in to comment.