-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsoftskill.html
More file actions
executable file
·57 lines (54 loc) · 2.58 KB
/
softskill.html
File metadata and controls
executable file
·57 lines (54 loc) · 2.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<div class="container mt-3">
<div class="row">
<div class="col-lg-6 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">Team management skills</h4>
<ul>
<li>Team player skills : </li>
<ul>
<li>▰▰▰▰▰▰▱▱▱▱ skill sharing </li>
<li>▰▰▰▰▰▰▱▱▱▱ pair programming </li>
</ul>
<li>Team leading skills : </li>
<ul>
<li>▰▰▰▰▰▰▱▱▱▱ skill training (workshop) </li>
<li>▰▰▰▰▰▱▱▱▱▱ collaboration training (workshop)</li>
</ul>
</ul>
</div>
<div class="col-lg-6 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">Project management skills</h4>
<ul>
<li>classic method : </li>
<ul>
<li>▰▰▰▰▱▱▱▱▱▱ Waterfall method</li>
<li>▰▰▰▰▱▱▱▱▱▱ V cycle method</li>
</ul>
<li> Agile method : </li>
<ul>
<li>▰▰▰▰▰▰▰▱▱▱ Scrum method</li>
<li>▰▰▰▰▰▱▱▱▱▱ Kanban method</li>
<li>▰▰▰▰▱▱▱▱▱▱ eXtreme programming method</li>
</ul>
<li>Project management concept : </li>
<ul>
<li>▰▰▰▰▰▰▰▰▰▱ Roadmap planning</li>
<li>▰▰▰▰▰▰▰▰▰▱ Gant diagramm</li>
<li>▰▰▰▰▰▰▰▰▰▱ PERT diagramm</li>
<li>▰▰▰▰▰▰▱▱▱▱ PDCA planning </li>
<li>▰▰▰▰▰▰▱▱▱▱ Risk analysis</li>
</ul>
<li>Project management tools : </li>
<ul>
<li>▰▰▰▰▰▰▰▰▰▱ Open project</li>
<li>▰▰▰▰▰▰▰▰▰▱ Leantime</li>
<li>▰▰▰▰▰▰▰▰▰▱ Jira</li>
<li>▰▰▰▰▰▰▰▰▰▱ Microsoft planner</li>
<li>▰▰▰▰▰▰▱▱▱▱ Redmine </li>
</ul>
</ul>
</div>
</div>
</div>
</html>