feat(learn): Add new lesson pages (#3431)

* Add new lesson pages

* Update mega menu
This commit is contained in:
Frank Harkins 2023-07-18 17:57:00 +01:00 committed by GitHub
parent 1e59b9311a
commit ff67554e3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 31 additions and 0 deletions

View File

@ -133,6 +133,22 @@ const ALGORITHM_FUNDAMENTALS_COURSE: MegaDropdownMenuGroup = {
location: sectionAlgorithmFundamentalsCourse,
},
},
{
label: "Algorithmic foundations",
url: `${baseUrl}${pathAlgorithmFundamentalsCourse}/algorithmic-foundations`,
segment: {
cta: "algorithmic_foundations",
location: sectionAlgorithmFundamentalsCourse,
},
},
{
label: "Phase estimation and factoring",
url: `${baseUrl}${pathAlgorithmFundamentalsCourse}/phase-estimation`,
segment: {
cta: "phase_estimation",
location: sectionAlgorithmFundamentalsCourse,
},
},
],
};

View File

@ -150,6 +150,21 @@ const courses: Course[] = [
url:
LearnStartLearningUrl.FundamentalsQuantumAlgorithms + "/query-algorithms",
},
{
image: "algorithmic-foundations-preview.png",
label: "Algorithmic foundations",
segment: { cta: "algorithmic-foundations", location: "course" },
url:
LearnStartLearningUrl.FundamentalsQuantumAlgorithms +
"/algorithmic-foundations",
},
{
image: "phase-estimation-and-factoring-preview.png",
label: "Phase estimation and factoring",
segment: { cta: "phase-estimation-and-factoring", location: "course" },
url:
LearnStartLearningUrl.FundamentalsQuantumAlgorithms + "/phase-estimation",
},
];
const imageUrlBase = "/images/learn/course/fundamentals-quantum-algorithms";

Binary file not shown.

After

Width:  |  Height:  |  Size: 514 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 372 KiB

After

Width:  |  Height:  |  Size: 524 KiB