mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 09:31:59 +00:00
Add new logos and refactor header component
This commit is contained in:
@@ -28,10 +28,7 @@
|
||||
"disable": false,
|
||||
"brand": "Apple",
|
||||
"tags": [
|
||||
{
|
||||
"text": "tech",
|
||||
"color": "silver"
|
||||
}
|
||||
"tech"
|
||||
],
|
||||
"colors": [
|
||||
{
|
||||
@@ -74,7 +71,13 @@
|
||||
"transport",
|
||||
"garage"
|
||||
],
|
||||
"brand": "Dalnoboy Service"
|
||||
"brand": "Dalnoboy Service",
|
||||
"colors": [
|
||||
{
|
||||
"label": "Orange",
|
||||
"value": "#ee7800"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Disney",
|
||||
@@ -130,10 +133,7 @@
|
||||
"disable": false,
|
||||
"brand": "Google",
|
||||
"tags": [
|
||||
{
|
||||
"text": "tech",
|
||||
"color": "silver"
|
||||
}
|
||||
"tech"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -367,6 +367,16 @@
|
||||
"tags": [],
|
||||
"brand": "Nvidia"
|
||||
},
|
||||
{
|
||||
"name": "Okko",
|
||||
"path": "logos/okko.svg",
|
||||
"format": "SVG",
|
||||
"disable": false,
|
||||
"tags": [
|
||||
"fuel"
|
||||
],
|
||||
"brand": "Okko"
|
||||
},
|
||||
{
|
||||
"name": "Privat24",
|
||||
"path": "logos/privat24.svg",
|
||||
@@ -581,5 +591,15 @@
|
||||
"finance",
|
||||
"transfer"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "WOG",
|
||||
"path": "logos/wog.svg",
|
||||
"format": "SVG",
|
||||
"disable": false,
|
||||
"tags": [
|
||||
"fuel"
|
||||
],
|
||||
"brand": "WOG"
|
||||
}
|
||||
]
|
||||
11
public/data/tags.json
Normal file
11
public/data/tags.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"tech": {
|
||||
"color": "silver"
|
||||
},
|
||||
"retail": {
|
||||
"color": "#4f8cff"
|
||||
},
|
||||
"bank": {
|
||||
"color": "#27ae60"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user