-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.htm
More file actions
64 lines (59 loc) · 2.6 KB
/
sample.htm
File metadata and controls
64 lines (59 loc) · 2.6 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
58
59
60
61
62
63
64
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="blocks.css">
<script src="blocks.js"> </script>
</head>
<body>
<button onclick="toggleAll(this);" >-</button>
<h2>
<input type="button" value="-" class="toggleButton"
onclick="toggle(this)" />Project management:
</h2>
<div>
1-<h3>Gathering requiement </h3>from team-mates and customers
2-<h3>Planning ,organizing</h3> ,managing scope,milestones and tasks inside them
3-<h3>Budgeting</h3>
4-<h3>Controling costs</h3>
5-<h3>Updating stackholders of changes</h3> in any aspects of the project
to meet the goal of the project.
</div>
<h2 style="display:flex">
<input type="button" value="-"
style="font-size:20px;margin-right:5px;vertical-align: middle;"
onclick="toggle(this)" />Traditional project management roles :</h2>
<div>
- <h3>Project manager :</h3> Manages only one project
- <h3>Program managers :</h3>
<p>
Manage a group of projects that are related or similar to one another and
handle the coordination of these projects.
They facilitate effective communication between individual project
managers and provide support where necessary.
They also help create and manage long-term goals for their organization.
</p>
- <h3>Portfolio managers:</h3>
<p>
Responsible for managing a group of related programs within the same organization.
They coordinate various programs in order to ensure they are on track and that the organization is
meeting its strategic initiatives. Portfolio managers look at all projects and programs
within the organization and prioritize work as necessary.
</p>
</div>
<h2 style="display:flex"><input type="button" value="-"
style="font-size:20px;margin-right:5px;vertical-align: middle;"
onclick="toggle(this)" />Operational management roles :</h2>
<div>
<p>
Operational management roles allow you to work alongside peers and management from various
business segments.
Some operational management positions include:
<h3>Operations Analyst:</h3> Manages and coordinates research, investigates workflows,
creates business procedures, and recommends changes to improve the project and company.
<h3>Operations Manager:</h3> Oversees strategic decision-making and rolls out plans of action
based on financial, schedule, and resource reporting.
<h3>Chief Operating Officer:</h3> Responsible for overseeing the day-to-day administrative and
operational functions of a business.
</p>
</div>
</body>