Skip to content

Commit

Permalink
added styles folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime DUPIERREUX committed Feb 26, 2024
1 parent 2d8b9ee commit 2cd1945
Show file tree
Hide file tree
Showing 7 changed files with 1,291 additions and 0 deletions.
Binary file added styles-neopixl/assets/favicon.ico
Binary file not shown.
28 changes: 28 additions & 0 deletions styles-neopixl/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 63 additions & 0 deletions styles-neopixl/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
{
"quadrants": {
"iOS": "iOS",
"Android": "Android",
"React": "React Native",
"tools": "Tools"
},
"rings": ["adopt", "trial", "assess", "hold"],
"showEmptyRings": false,
"homepageContent": "both",
"quadrantsMap": {
"iOS": {
"colour": "#FB8734",
"txtColour": "black",
"position": 1,
"description": "All iOS technologies related as languages or framework"
},
"Android": {
"colour": "#41C67A",
"txtColour": "black",
"position": 2,
"description": "All Android technologies related as languages or framework"
},
"React": {
"colour": "#3099F6",
"txtColour": "black",
"position": 3,
"description": "All React technologies related as languages or framework"
},
"tools": {
"colour": "#9399D2",
"txtColour": "white",
"position": 4,
"description": "Tools to develop, manage or debug"
}
},
"chartConfig": {
"size": 800,
"scale": [-16, 16],
"blipSize": 12,
"ringsAttributes": [
{
"radius": 8,
"arcWidth": 6
},
{
"radius": 11,
"arcWidth": 4
},
{
"radius": 14,
"arcWidth": 2
},
{
"radius": 16,
"arcWidth": 2
}
]
},
"dateFormat": "MMMM YYYY"
}


Binary file added styles-neopixl/fonts/PathwayExtreme_14pt-Bold.ttf
Binary file not shown.
Binary file not shown.
Binary file added styles-neopixl/fonts/PathwayExtreme_14pt-Thin.ttf
Binary file not shown.
Loading

0 comments on commit 2cd1945

Please sign in to comment.