diff --git a/src/program-management-with-jira/0-jira-account-setup.md b/src/program-management-with-jira/0-jira-account-setup.md index 7fff53f86..b7fe82c3a 100644 --- a/src/program-management-with-jira/0-jira-account-setup.md +++ b/src/program-management-with-jira/0-jira-account-setup.md @@ -20,7 +20,7 @@ The following video walks through: 3. Creating the `Itsy Marketplace` that will serve as the program project. [1:09](https://youtu.be/Wcv92pAlryk?t=69) 4. Creating the Order, Store, and Payment projects that will be used for individual product team projects. [1:53](https://youtu.be/Wcv92pAlryk?t=113) - + ## Upgrading to Jira Premium diff --git a/src/program-management-with-jira/8-estimating.md b/src/program-management-with-jira/8-estimating.md index cce828aa9..f4af25e8f 100644 --- a/src/program-management-with-jira/8-estimating.md +++ b/src/program-management-with-jira/8-estimating.md @@ -129,9 +129,10 @@ On a high level, we suggest repeating for each step of each use case: 3. Identify any dependencies on other teams. -This process is explained in the following Google Slides presentation: [https://docs.google.com/presentation/d/17yP8rbcjkajw2gA7C1WHhCT1Iy3-AE2Qk9Y5-9v4czw/edit?usp=sharing](https://docs.google.com/presentation/d/17yP8rbcjkajw2gA7C1WHhCT1Iy3-AE2Qk9Y5-9v4czw/edit?usp=sharing). +This process is explained in the following: [Google Slides presentation](https://docs.google.com/presentation/d/17yP8rbcjkajw2gA7C1WHhCT1Iy3-AE2Qk9Y5-9v4czw/edit?usp=sharing): + + - The presentation walks through breaking down the initiative into the following 8 epics: diff --git a/src/program-management-with-jira/9-breaking-long-poles.md b/src/program-management-with-jira/9-breaking-long-poles.md index 7f10959d7..ffce8bfdb 100644 --- a/src/program-management-with-jira/9-breaking-long-poles.md +++ b/src/program-management-with-jira/9-breaking-long-poles.md @@ -3,6 +3,7 @@ @description Learn how to recognize which work will take the longest, and ways to break things up. +@body Overview -------- diff --git a/src/program-management-with-jira/program-management.md b/src/program-management-with-jira/program-management.md index f80980d38..cf57c79cb 100644 --- a/src/program-management-with-jira/program-management.md +++ b/src/program-management-with-jira/program-management.md @@ -20,18 +20,29 @@ of the techniques in this training.
Real World Results
-See how these techniques have been used in the real world to manage +See how these techniques have been used on real projects to manage huge teams for products millions of people use daily. Click here to watch.
+ +
What Folks Are Saying
+
+Thanks again Justin Meyer & Paul Herzog! I'm excited to use the planning & estimating tools you all educated us on and continue to grow my Jira know-how. +
+ +
+## Video + +Watch the following instead of reading the rest of the page: + ## Purpose diff --git a/static/img/program-management-with-jira/home/joe-thumb.png b/static/img/program-management-with-jira/home/joe-thumb.png new file mode 100644 index 000000000..971279d38 Binary files /dev/null and b/static/img/program-management-with-jira/home/joe-thumb.png differ diff --git a/static/styles/content.less b/static/styles/content.less index 24d19c457..c407807a6 100644 --- a/static/styles/content.less +++ b/static/styles/content.less @@ -111,8 +111,9 @@ /* Combined Helpers */ .ads-red-border-300 { display: flex; gap: 20px; - + flex-wrap: wrap; > a { + cursor: pointer; .border-4-rounded-red-with-drop-shadow(); .block(); .a-as-p(); @@ -134,5 +135,6 @@ img { width: 292px; .block(); + padding-top: 4px; } } \ No newline at end of file