Mise a jour du graphe reseau equipe et ajout page team
This commit is contained in:
@@ -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
11
public/team/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user