generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrecovercareerpath.html
More file actions
51 lines (43 loc) · 1.81 KB
/
recovercareerpath.html
File metadata and controls
51 lines (43 loc) · 1.81 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
<!-- Career Path | PM Role Titles -->
<div class="anchors" id="path" style="padding-top: 140px; margin-top: -140px"></div>
<section id="career-section">
<!-- Intro Section -->
<div class="section-main-intro">
<div class="section-subtitle black-subtitle">PM Role Titles</div>
<h2 class="section-main-title blue-title">PM Career Path</h2>
</div>
<div class="path-timeline">
<ul class="path-list-styling">
<li>
<i class="fa fa-battery-empty main-icon"></i><br>
<i class="fa fa-circle path-circle"></i>
<p>PM Intern</p>
</li>
<li>
<i class="fa fa-battery-quarter main-icon"></i><br>
<i class="fa fa-circle path-circle"></i>
<p>Associate/Jr. PM</p>
</li>
<li>
<i class="fa fa-battery-half main-icon"></i><br>
<i class="fa fa-circle path-circle"></i>
<p>Product Manager</p>
</li>
<li>
<i class="fa fa-battery-three-quarters main-icon"></i><br>
<i class="fa fa-circle path-circle"></i>
<p>Senior PM</p>
</li>
<li>
<i class="fa fa-battery-full main-icon"></i><br>
<i class="fa fa-circle path-circle"></i>
<p>Director PM</p>
</li>
<li>
<i class="fa fa-star main-icon special-icon"></i><br>
<i class="fa fa-circle path-circle"></i>
<p class="special-txt">VP > CPO</p>
</li>
</ul>
</div>
</section>