Skip to content

Commit

Permalink
First pass at a landing page for /certification to allow separating e…
Browse files Browse the repository at this point in the history
…xam instructions from the study guide
  • Loading branch information
rachelwhitton committed Jan 31, 2024
1 parent b923fa1 commit 984b46d
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 86 deletions.
15 changes: 2 additions & 13 deletions source/content/certification/certification.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
---
title: WebOps Certification
subtitle: Certification Program
certificationpage: true
title: "WebOps Certification: About"
showtoc: true
type: certificationpage
layout: certificationpage
contributors: []
contenttype: [guide]
innav: [true]
categories: []
cms: [drupal, wordpress]
integration: [--]
tags: []
permalink: docs/certification
nexturl: /certification/study-guide
permalink: docs/certification/about
---

Pantheon is introducing a certification program that validates knowledge of our core CMS Sites offering. This program is presently invite-only for [Pantheon Heroes](https://pantheon.io/developer-community/heroes) and developers at [Partners agencies](https://pantheon.io/partners/become-pantheon-partner). We expect to open it more widely in 2024.
Expand Down
17 changes: 2 additions & 15 deletions source/content/certification/exam-faq.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
---
title: WebOps Certification
subtitle: Exam Topics
certificationpage: true
showtoc: true
type: certificationpage
layout: certificationpage
title: "WebOps Certification: Exam Topics"
contributors: []
showtoc: false
contenttype: [guide]
innav: [true]
categories: []
cms: [drupal, wordpress]
integration: [--]
tags: []
permalink: docs/certification/exam-faq
previousurl: /certification/exam-instructions

---

Expand Down Expand Up @@ -124,6 +114,3 @@ When you have finished taking the exam, you will see a message on the screen ind


</Accordion>



23 changes: 2 additions & 21 deletions source/content/certification/exam-instructions.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,8 @@
---
title: WebOps Certification
subtitle: Exam Instructions
certificationpage: true
showtoc: true
type: certificationpage
layout: certificationpage
title: "WebOps Certification: Exam Instructions"
contributors: []
contenttype: [guide]
innav: [true]
categories: []
cms: [drupal, wordpress]
integration: [--]
tags: []
showtoc: false
permalink: docs/certification/exam-instructions
previousurl: /certification/exam-topics
nexturl: /certification/exam-faq

---

The following directions and instructions were captured by a user on a MacOS device. However, most of the steps here should also be applicable for Windows users. If you run into any technical difficulties or have any questions, you can launch a support session with ProctorFree by clicking the Support Chat icon in the lower right-hand portion of the screen.
Expand All @@ -40,9 +27,3 @@ The following directions and instructions were captured by a user on a MacOS dev
| ![15](../../images/certification/exam-instructions/exam-15.png) | Next, select the web camera that you will use during the exam session. This is typically the default web camera for your device. |
| ![16](../../images/certification/exam-instructions/exam-16.png) | Once the hardware compatibility check is complete, ProctorFree will authenticate you by snapping a quick screenshot of your face. This will take around 5 seconds, and you will need to keep relatively still. <br /> <br/>This screenshot is used during the results validation process after you have taken the exam, allowing the validator to match the picture of your face with the video that is captured of you taking the exam. |
| ![17](../../images/certification/exam-instructions/exam-17.png) | Now that you have completed the validation and registration process, you are ready to launch your exam. <br /> <br />Click the button labeled “Launch Proctored Session” |






16 changes: 1 addition & 15 deletions source/content/certification/exam-topics.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
---
title: WebOps Certification
subtitle: Exam Topics
certificationpage: true
title: "WebOps Certification: Exam Topics"
showtoc: true
type: certificationpage
layout: certificationpage
contributors: []
contenttype: [guide]
innav: [true]
categories: []
cms: [drupal, wordpress]
integration: [--]
tags: []
permalink: docs/certification/exam-topics
previousurl: /certification/study-guide/custom-upstreams
nexturl: /certification/exam-instructions

---
### Autopilot

Expand Down
1 change: 0 additions & 1 deletion source/content/certification/study-guide-cms/00-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ cms: [drupal, wordpress]
audience: []
product: []
integration: [--]
previousurl: /certification
nexturl: /certification/study-guide/webops
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ audience: []
product: []
integration: [--]
previousurl: /certification/study-guide/automate
nexturl: /certification/exam-topics
---

<Alert title="By the end of this chapter, you will be able to:" type="info" >
Expand Down
20 changes: 20 additions & 0 deletions source/data/landings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1567,3 +1567,23 @@
url: "/object-cache/cli"
- text: "Safely Remove Object Cache"
url: "/object-cache/remove"
- title: "Pantheon WebOps Certification"
subtitle: "Learn about the benefits of certification, prepare using our study guide, and understand the exam."
path: "certification"
topics-groups:
- title: "Benefits of the program"
links:
- text: "Why become certified?"
url: "/certification/about"
- title: "Study for the exam"
links:
- text: "WebOps Certification Study Guide"
url: "/certification/study-guide"
- title: "What to expect"
links:
- text: "Exam Topics"
url: "/certification/exam-topics"
- text: "Exam Instructions"
url: "/certification/exam-instructions"
- text: "Exam FAQ"
url: "/certification/exam-faq"
20 changes: 0 additions & 20 deletions src/templates/certificationpage.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ const shortcodes = {
// - To a YAML file and use GraphQL to pull data.
// - To a GraphQL query order by frontmatter weight/order/index field.
const items = [
{
id: "docs-certification",
link: "/certification",
title: "Certification Program",
},
{
id: "docs-certification-chapter-0",
link: "/certification/study-guide",
Expand Down Expand Up @@ -119,21 +114,6 @@ const items = [
link: "/certification/study-guide/custom-upstreams",
title: "Chapter 10: Custom Upstreams",
},
{
id: "docs-certification-exam-topics",
link: "/certification/exam-topics",
title: "Exam Topics",
},
{
id: "docs-certification-exam-instructions",
link: "/certification/exam-instructions",
title: "Exam Instructions",
},
{
id: "docs-certification-exam-faq",
link: "/certification/exam-faq",
title: "Exam FAQ",
},
]

class CertificationTemplate extends React.Component {
Expand Down

0 comments on commit 984b46d

Please sign in to comment.