-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresults.html
More file actions
71 lines (69 loc) · 2.21 KB
/
results.html
File metadata and controls
71 lines (69 loc) · 2.21 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
65
66
67
68
69
70
71
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Project Management</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<nav class="main-nav">
<ul>
<li><a href="home.html">Home</a></li>
<li>About Us</li>
<li>Help</li>
<li>My Profile</li>
</ul>
<form>
<input type="search" placeholder="Search">
<button>Go</button>
</form>
</nav>
<body>
<div class="header" id="main">
<div class="row">
<div class="col">
<article>
<h2 align="center"> Darden Lifelong Learning Portal</h2>
<h2 align="center">Product Management</h2><br>
<p>Things you should know about Product management...</p>
<p>Career projections Salary projections</p>
<p><a href="https://www.youtube.com/watch?v=yUOC-Y0f5ZQ">What it is like to be a product manager</a> (Atlassian, 2019)</p>
<p>Related Darden Executive Education courses:</p>
<ol>
<li>XXX</li>
<li>AAA</li>
<li>BBB</li>
</ol>
<p>Recommended Certifications and Course Topic</p>
<ol>
<li>Agile Scrum</li>
<li>Certified Scrum Product Owner</li>
<li>Scrum Master</li>
<li>Agile Product Owner</li>
<li>Product Management and Design Thinking</li>
<li>Doing Everyday Things by Don Norman (book)</li>
<li>Six Sigma and Lean Management</li>
</ol>
<p>Professional Affiliations to Consider:</p>
<a class="pac" href="https://www.pdma.org/page/certification-central">Product Development and Management Association (PDMA)</a>
<br><a class="pac" href="https://aipmm.com/cpm">Association of International Product Marketing and Management (AIPMM)</a>
<p>Top Job Sites for Product Managers:</p>
<a class="pac" href="https://jobs.productmanagerhq.com/">Product Manager HQ</a>
<br>
<br>
<button class="save-btn" type="button" onclick="location.href = 'results.html';">Save to My Profile</button>
</article>
</div>
<div class="col">
<aside>
<h2 align="center">Trends in...</h1>
<h2 align="center">Product Management</h2>
<br>
<br>
<br>
<img src="tag_cloud.PNG"/>
</aside>
</div>
</div>
</div>
</body>
</html>