-
Notifications
You must be signed in to change notification settings - Fork 0
/
career.html
236 lines (213 loc) · 10 KB
/
career.html
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<!DOCTYPE html>
<html lang="en">
<!-- Basic -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- Site Metas -->
<title>Project Management Project (by Incognito)</title>
<!-- Site Icons -->
<link rel="shortcut icon" href="#" type="image/x-icon" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<!-- Pogo Slider CSS -->
<link rel="stylesheet" href="css/pogo-slider.min.css" />
<!-- Site CSS -->
<link rel="stylesheet" href="css/style.css" />
<!-- Responsive CSS -->
<link rel="stylesheet" href="css/responsive.css" />
<!-- Custom CSS -->
<link rel="stylesheet" href="css/custom.css" />
</head>
<body id="inner_page" data-spy="scroll" data-target="#navbar-wd" data-offset="98">
<!-- LOADER -->
<div id="preloader">
<div class="loader">
<img src="images/loader.gif" alt="#" />
</div>
</div>
<!-- end loader -->
<!-- END LOADER -->
<!-- Start header -->
<header class="top-header">
<nav class="navbar header-nav navbar-expand-lg">
<div class="container-fluid">
<a class="navbar-brand" href="index.html"><img src="images/logo.png" alt="image"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar-wd" aria-controls="navbar-wd" aria-expanded="false" aria-label="Toggle navigation">
<span></span>
<span></span>
<span></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbar-wd">
<ul class="navbar-nav">
<li><a class="nav-link" href="index.html">Home</a></li>
<li><a class="nav-link" href="about.html">About</a></li>
<li><a class="nav-link" href="courses.html">Certifications</a></li>
<li><a class="nav-link active" href="career.html">Career Paths</a></li>
<li><a class="nav-link" href="Testimonials.html">Testimonials</a></li>
<li><a class="nav-link" href="contact.html">Contact us</a></li>
<li><a class="nav-link" href="login.html">Login</a></li>
</ul>
</div>
<div class="search-box">
<input type="text" class="search-txt" placeholder="Search">
<a class="search-btn">
<img src="images/search_icon.png" alt="#" />
</a>
</div>
</div>
</nav>
</header>
<!-- End header -->
<!-- section -->
<section class="inner_banner">
<div class="container">
<div class="row">
<div class="col-12">
<div class="full">
<h3>Career Paths</h3>
</div>
</div>
</div>
</div>
</section>
<!-- end section -->
<!-- section -->
<div class="section layout_padding padding_bottom-0">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="full">
<div class="heading_main text_align_left">
<h2><span>Future Career Opportunities</span></h2>
</div>
<div class="full">
<h3 style="color: #ff4343">- <u>Software Development</u></h3>
<p><em>Annual salary: $86,372</em></p>
<p>Software project managers use their solid technical background plus their ability to explain concepts to laypeople to turn ideas into reality. After achieving a firm grasp of what the client ultimately desires, software project managers work with tech staff to figure out the steps needed to make it happen and the tests required to ensure quality. Along the way, they stay abreast of deadlines, budgets, and potential problems.</p>
<h3 style="color: #ff4343">- <u>Information Technology (IT)</u></h3>
<p><em>Annual salary: $142,530</em></p>
<p>Perhaps the highest-paying project management career path, IT project managers combine their technical prowess with business acumen to direct their organization’s computer-related activities. They keep an eye on factors such as upgrades, installation of new equipment, security, departmental requirements, and cost efficiency. Working with vendors to address needs and negotiate deals is often part of the job.</p>
<h3 style="color: #ff4343">- <u>Engineering</u></h3>
<p><em>Annual salary: $94,440</em></p>
<p>From aerospace to manufacturing, companies hire engineers to design new products or find better (faster, cheaper, safer, etc.) ways of doing things. Engineering project managers work closely with these engineers as they figure out how to create something new or solve a given problem. They also pay close attention to the business side of engineering projects, such as allocating resources, staying on schedule, and keeping clients updated.</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="full">
<img class="img-responsive" src="images/img7.png" alt="#">
</div>
</div>
</div>
</div>
</div>
<!-- end section -->
<!-- section -->
<div class="section layout_padding">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="full blog_img_popular">
<ul>
<li>Project manager</li>
<li>Project coordinator</li>
<li>Project assistant</li>
<li>Operations manager</li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="full blog_img_popular">
<ul>
<li>Operations associate</li>
<li>Program manager</li>
<li>Scrum master</li>
<li>Project associate</li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="full blog_img_popular">
<ul>
<li>Project analyst</li>
<li>Project administrator</li>
<li>Technical project manager</li>
</ul>
</div>
</div>
<p>Sources for this page - <a href="https://www.flexjobs.com/blog/post/project-management-career-paths/" style="color: blue;"><u>FlexJobs</u></a></p>
</div>
</div>
</div>
<!-- end section -->
<!-- Start Footer -->
<footer class="footer-box">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-3">
<div class="footer_blog footer_menu white_fonts">
<h3>Quick links</h3>
<ul>
<li><a href="courses.html">> Future career paths</a></li>
<li><a href="courses.html">> Related Certifications</a></li>
<li><a href="https://www.lambtoncollege.ca/pmls/">> Apply for Admission</a></li>
<li><a href="#">> PM Events</a></li>
<li><a href="#">> Neworking Conferences</a></li>
</ul>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-3">
<div class="footer_blog full white_fonts">
<h3>Newsletter</h3>
<p>Stay updated with the latest in project management</p>
<div class="newsletter_form">
<form action="index.html">
<input type="email" placeholder="Your Email" name="#" required />
<button>Submit</button>
</form>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-3">
<div class="footer_blog full white_fonts">
<h3>Contact us</h3>
<ul class="full">
<li><img src="images/i5.png"><span>London road, N7D1E9<br>Ontario</span></li>
<li><img src="images/i6.png"><span>[email protected]</span></li>
<li><img src="images/i7.png"><span>+149886954775</span></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- End Footer -->
<div class="footer_bottom">
<div class="container">
<div class="row">
<div class="col-12">
<p class="crp">©Copyrights 2021 design by Incognito team (Lambton college)</p>
</div>
</div>
</div>
</div>
<a href="#" id="scroll-to-top" class="hvr-radial-out"><i class="fa fa-angle-up"></i></a>
<!-- ALL JS FILES -->
<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- ALL PLUGINS -->
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.pogo-slider.min.js"></script>
<script src="js/slider-index.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/form-validator.min.js"></script>
<script src="js/contact-form-script.js"></script>
<script src="js/isotope.min.js"></script>
<script src="js/images-loded.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>