Compare commits

..

2 Commits

Author SHA1 Message Date
18f52ab751 Updated colors 2025-12-19 14:00:31 +01:00
f98c6062e1 Updates meta tags 2025-12-19 13:54:23 +01:00
2 changed files with 7 additions and 8 deletions

View File

@@ -1,20 +1,19 @@
<!doctype html>
<html lang="en">
<head>
<!-- Title -->
<title>Liquid Development</title>
<head>
<!-- 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">
<meta property="og:url" content="https://liquid-dev.de/">
<meta property="og:title" content="Liquid Development">
<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 -->
<meta name="twitter:card" content="summary_large_image">

View File

@@ -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"},
];