Compare commits
2 Commits
cd42922983
...
18f52ab751
| Author | SHA1 | Date | |
|---|---|---|---|
| 18f52ab751 | |||
| f98c6062e1 |
@@ -1,13 +1,12 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Title -->
|
||||
<title>Liquid Development</title>
|
||||
|
||||
<!-- Standard Meta -->
|
||||
<title>Liquid Development</title>
|
||||
<meta name="description" content="Open-source software development team">
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<meta name="description" content="das ">
|
||||
<meta name="robots" content="index"/>
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
@@ -47,6 +47,6 @@ export const TEAM_MEMBERS = [
|
||||
|
||||
|
||||
export const ROLES = [
|
||||
{id: 0, role: "FOUNDER", bgColor: "#00A3FF", borderColor: "#00A3FF", textColor: "#00A3FF"},
|
||||
{id: 1, role: "DEVELOPER", bgColor: "#3b82f6", borderColor: "#3b82f6", textColor: "#93c5fd"},
|
||||
{id: 0, role: "FOUNDER", bgColor: "#1e40af", borderColor: "#1e40af", textColor: "#60a5fa"},
|
||||
{id: 1, role: "DEVELOPER", bgColor: "#0284c7", borderColor: "#0284c7", textColor: "#00b8f9"},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user