Files
LuckyDiamond/luckydiamond/src/mocks/DevelopersOptions.js

67 lines
1.9 KiB
JavaScript

export default [
{
id: 1,
username: "Rafael1209",
userRole: "Бэкендер",
background: "#636363",
technologyText: ["ASP,.NET,MongoDB", "Designer"],
technologyIcons: ["csharp-logo", "figma"],
socialIcons: ["telegram", "discord", "github"],
},
{
id: 2,
username: "Hepatir",
userRole: "Бэкендер",
background: "#413C3B",
technologyText: ["ASP,.NET,MongoDB", "SQL"],
technologyIcons: ["csharp-logo", "sql-logo"],
socialIcons: ["telegram", "discord", "github"],
},
{
id: 3,
username: "Ckutls_",
userRole: "Фронтэндер",
background: "#B88484",
technologyText: ["html 5, css", "JavaScript", "Vue 3"],
technologyIcons: ["html", "js", "vue"],
socialIcons: ["telegram", "discord", "github"],
},
{
id: 4,
username: "FUpir",
userRole: "Дизайнер",
background: "#C58E74",
technologyText: ["Designer"],
technologyIcons: ["figma"],
socialIcons: ["telegram", "discord"],
},
{
id: 5,
username: "megatntmega",
userRole: "Дизайнер",
background: "#393A3A",
technologyText: ["Designer"],
technologyIcons: ["figma"],
socialIcons: ["telegram", "discord"]
},
{
id: 6,
username: "busha888",
userRole: "Фронтэндер",
background: "#742271",
technologyText: ["html 5, css"],
technologyIcons: ["html"],
socialIcons: ["odniclasniki", "telegram", "like", "github"],
},
{
id: 7,
username: "CLARFFY",
userRole: "Дизайнер",
background: "#E2B374",
technologyText: ["Designer"],
technologyIcons: ["figma"],
socialIcons: ["telegram", "discord"]
}
]