Mise a jour du graphe reseau equipe et ajout page team

This commit is contained in:
syoul
2025-12-09 19:20:13 +01:00
parent 5c47f1f7c6
commit 89c24b9cd8
2 changed files with 17 additions and 4 deletions

View File

@@ -185,11 +185,13 @@
style: {
'background-color': '#88ff88',
'label': 'data(label)',
'width': function(e) { return 25 + (e.data('availability') || 0) / 3; },
'height': function(e) { return 25 + (e.data('availability') || 0) / 3; },
'color': '#1a4d3a',
'font-size': '11px',
'width': function(e) { return 35 + (e.data('availability') || 0) / 2; },
'height': function(e) { return 35 + (e.data('availability') || 0) / 2; },
'color': '#fff',
'font-size': '14px',
'font-weight': 'bold',
'text-outline-width': 2,
'text-outline-color': '#000',
'shape': 'ellipse'
}
},

11
public/team/index.html Normal file
View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Equipe & Technologies - Laplank</title>
</head>
<body>
<script src="/team-block-script.js"></script>
</body>
</html>