-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathorg-changes.html
More file actions
38 lines (32 loc) · 1.11 KB
/
org-changes.html
File metadata and controls
38 lines (32 loc) · 1.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" name="viewport" content="initial-scale=1"/>
<link rel="stylesheet" type="text/css" href="style.css">
<title>AriesTechnologies LLC</title>
<link rel="icon" type="type/x-icon" href="favicon.ico">
</head>
<script src="header.js"></script>
<body oncontextmenu="return false;">
<div class="cp">
<h1>Organizational Changes</h1>
<img src="Images/AtlasCorpLogoV4.png" />
<p>AtlasCorporations has been doing some major organizational changes. We're removed and combined several positions for a better organizational hierarchy.</p>
<h2>Business Executives:</h2>
<p>Chief Executive Officer (CEO)</p>
<p>Chief Operations Officer (COO)</p>
<p>Chief Marketing Officer (CMO)</p>
<p>Chief Finance Officer (CFO)</p>
<p>Chief Legal Officer (CLO)</p>
<h3>Business Managers:</h3>
<p>Project Managers (PM)</p>
<p>Finance Managers (FM)</p>
<p>Marketing Managers (MM)</p>
<p>Human Resources Manager (HRM)</p>
<h3>Low-Level Managers:</h3>
<p>Dev Managers (DM)</p>
</div>
<hr/>
</body>
<script src="footer.js"></script>
</html>