export const jobs = [ { initials: "SD", badgeBg: "#e0e9fa", badgeText: "#3f78e0", badgeLabel: "Full Time", title: "Senior Graphic Designer", location: "San Francisco, US", bgColor: "rgba(226,98,107)", }, { initials: "UX", badgeBg: "#e4f1f6", badgeText: "#54a8c7", badgeLabel: "Remote", title: "UI/UX Designer", location: "Anywhere", bgColor: "rgba(69,196,160)", }, { initials: "AN", badgeBg: "#e0e9fa", badgeText: "#3f78e0", badgeLabel: "Full Time", title: "Multimedia Artist & Animator", location: "Birmingham, UK", bgColor: "rgba(250,183,88)", }, { initials: "FD", badgeBg: "#f0eaf6", badgeText: "#a07cc5", badgeLabel: "Part Time", title: "Front End Developer", location: "Sydney, AU", bgColor: "rgba(116,126,209)", }, { initials: "MD", badgeBg: "#e0e9fa", badgeText: "#3f78e0", badgeLabel: "Full Time", title: "Mobile Developer", location: "San Francisco, US", bgColor: "rgba(247,139,119)", }, { initials: "ND", badgeBg: "#e0e9fa", badgeText: "#3f78e0", badgeLabel: "Full Time", title: ".NET Developer", location: "Manchester, UK", bgColor: "rgba(209,107,134)", }, ]; export const jobs2 = [ { initials: "GD", title: "Senior Graphic Designer", type: "Full time", location: "San Francisco, US", bgColor: "rgba(226,98,107)", }, { initials: "UX", title: "UI/UX Designer", type: "Remote", location: "Anywhere", bgColor: "rgba(69,196,160)", }, { initials: "AN", title: "Multimedia Artist & Animator", type: "Full time", location: "Birmingham, UK", bgColor: "rgba(250,183,88)", }, ]; export const jobs3 = [ { initials: "FE", title: "Front End Developer", type: "Part time", location: "Sydney, AU", bgColor: "rgba(116,126,209)", }, { initials: "MD", title: "Mobile Developer", type: "Full-time", location: "San Francisco, US", bgColor: "rgba(247,139,119)", }, { initials: "NT", title: ".NET Developer", type: "Full time", location: "Manchester, UK", bgColor: "rgba(209,107,134)", }, ];