From 13c233daaba5ee88543019932a0ffcfe31a1268d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Pelletier?= Date: Sun, 1 Sep 2024 15:55:30 -0400 Subject: [PATCH] Plus de compagnies cloud --- conf/bricks.json | 46 ++++++++++++++++++++++++++-------------------- 1 file changed, 26 insertions(+), 20 deletions(-) diff --git a/conf/bricks.json b/conf/bricks.json index 2dd023b..a153f46 100644 --- a/conf/bricks.json +++ b/conf/bricks.json @@ -1,25 +1,31 @@ [ - {"x": 29, "y": 50, "text": "LinkedIn", "color": "#0077B5", "textColor": "#FFFFFF"}, - {"x": 127, "y": 50, "text": "GitHub", "color": "#24292E", "textColor": "#FFFFFF"}, - {"x": 225, "y": 50, "text": "Slack", "color": "#4A154B", "textColor": "#FFFFFF"}, - {"x": 323, "y": 50, "text": "Trello", "color": "#0079BF", "textColor": "#FFFFFF"}, - {"x": 421, "y": 50, "text": "Asana", "color": "#F06A6A", "textColor": "#FFFFFF"}, + {"x": 29, "y": 50, "text": "Facebook", "color": "#1877F2", "textColor": "#FFFFFF"}, + {"x": 127, "y": 50, "text": "Canva", "color": "#00C4CC", "textColor": "#FFFFFF"}, + {"x": 225, "y": 50, "text": "Stripe", "color": "#008CDD", "textColor": "#FFFFFF"}, + {"x": 323, "y": 50, "text": "AWS", "color": "#FF9900", "textColor": "#000000"}, + {"x": 421, "y": 50, "text": "Zoom", "color": "#2D8CFF", "textColor": "#FFFFFF"}, - {"x": 29, "y": 88, "text": "Upwork", "color": "#6FDA44", "textColor": "#FFFFFF"}, - {"x": 127, "y": 88, "text": "Fiverr", "color": "#1DBF73", "textColor": "#FFFFFF"}, - {"x": 225, "y": 88, "text": "Zoom", "color": "#2D8CFF", "textColor": "#FFFFFF"}, - {"x": 323, "y": 88, "text": "Dropbox", "color": "#0061FF", "textColor": "#FFFFFF"}, - {"x": 421, "y": 88, "text": "Notion", "color": "#000000", "textColor": "#FFFFFF"}, + {"x": 29, "y": 88, "text": "Notion", "color": "#000000", "textColor": "#FFFFFF"}, + {"x": 127, "y": 88, "text": "LinkedIn", "color": "#0077B5", "textColor": "#FFFFFF"}, + {"x": 225, "y": 88, "text": "Asana", "color": "#F06A6A", "textColor": "#FFFFFF"}, + {"x": 323, "y": 88, "text": "Oracle", "color": "#F80000", "textColor": "#FFFFFF"}, + {"x": 421, "y": 88, "text": "Trello", "color": "#0079BF", "textColor": "#FFFFFF"}, - {"x": 29, "y": 126, "text": "X", "color": "#000000", "textColor": "#FFFFFF"}, - {"x": 127, "y": 126, "text": "Stripe", "color": "#008CDD", "textColor": "#FFFFFF"}, - {"x": 225, "y": 126, "text": "Mailchimp", "color": "#FFE01B", "textColor": "#000000"}, - {"x": 323, "y": 126, "text": "Canva", "color": "#00C4CC", "textColor": "#FFFFFF"}, - {"x": 421, "y": 126, "text": "Google", "color": "#4285F4", "textColor": "#FFFFFF"}, + {"x": 29, "y": 126, "text": "TikTok", "color": "#000000", "textColor": "#FFFFFF"}, + {"x": 127, "y": 126, "text": "Instagram", "color": "#E4405F", "textColor": "#FFFFFF"}, + {"x": 225, "y": 126, "text": "GitHub", "color": "#24292E", "textColor": "#FFFFFF"}, + {"x": 323, "y": 126, "text": "Upwork", "color": "#6FDA44", "textColor": "#FFFFFF"}, + {"x": 421, "y": 126, "text": "Fiverr", "color": "#1DBF73", "textColor": "#FFFFFF"}, - {"x": 29, "y": 164, "text": "Facebook", "color": "#1877F2", "textColor": "#FFFFFF"}, - {"x": 127, "y": 164, "text": "Instagram", "color": "#E4405F", "textColor": "#FFFFFF"}, - {"x": 225, "y": 164, "text": "YouTube", "color": "#FF0000", "textColor": "#FFFFFF"}, - {"x": 323, "y": 164, "text": "TikTok", "color": "#000000", "textColor": "#FFFFFF"}, - {"x": 421, "y": 164, "text": "Pinterest", "color": "#BD081C", "textColor": "#FFFFFF"} + {"x": 29, "y": 164, "text": "Mailchimp", "color": "#FFE01B", "textColor": "#000000"}, + {"x": 127, "y": 164, "text": "Slack", "color": "#4A154B", "textColor": "#FFFFFF"}, + {"x": 225, "y": 164, "text": "Azure", "color": "#0089D6", "textColor": "#FFFFFF"}, + {"x": 323, "y": 164, "text": "X", "color": "#000000", "textColor": "#FFFFFF"}, + {"x": 421, "y": 164, "text": "YouTube", "color": "#FF0000", "textColor": "#FFFFFF"}, + + {"x": 29, "y": 202, "text": "Google", "color": "#4285F4", "textColor": "#FFFFFF"}, + {"x": 127, "y": 202, "text": "IBM", "color": "#1261FE", "textColor": "#FFFFFF"}, + {"x": 225, "y": 202, "text": "Dropbox", "color": "#0061FF", "textColor": "#FFFFFF"}, + {"x": 323, "y": 202, "text": "GCP", "color": "#4285F4", "textColor": "#FFFFFF"}, + {"x": 421, "y": 202, "text": "Pinterest", "color": "#BD081C", "textColor": "#FFFFFF"} ] \ No newline at end of file