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