fix(curriculum): fix editable region in workshop quincys job tips (#65306)

This commit is contained in:
Aditya Singh
2026-01-21 19:42:12 +05:30
committed by GitHub
parent 09fdfb78b6
commit d062ddb31d
11 changed files with 21 additions and 21 deletions
@@ -40,7 +40,7 @@ assert.equal(document.querySelector('h1')?.textContent.trim(), "Quincy's Tips fo
</head>
<body>
--fcc-editable-region--
--fcc-editable-region--
</body>
</html>
@@ -44,7 +44,7 @@ assert.exists(document.querySelector('h1 + p'));
<body>
<h1>Quincy's Tips for Getting a Developer Job</h1>
--fcc-editable-region--
--fcc-editable-region--
</body>
</html>
@@ -45,7 +45,7 @@ assert.lengthOf(sections, 3);
</p>
--fcc-editable-region--
--fcc-editable-region--
</body>
</html>
@@ -44,11 +44,11 @@ assert.equal(firstH2El?.innerText.trim(), `Envisioning Success`);
</p>
<main>
--fcc-editable-region--
<section>
--fcc-editable-region--
--fcc-editable-region--
</section>
--fcc-editable-region--
<section>
</section>
@@ -54,12 +54,12 @@ assert.equal(firstBlockquoteEl?.innerText.trim(), 'Can you imagine what it would
</p>
<main>
--fcc-editable-region--
<section>
<h2>Envisioning Success</h2>
--fcc-editable-region--
--fcc-editable-region--
</section>
--fcc-editable-region--
<section>
</section>
@@ -57,11 +57,11 @@ assert.equal(firstBlockquoteEl?.getAttribute('cite'), 'https://www.freecodecamp.
<main>
<section>
<h2>Envisioning Success</h2>
--fcc-editable-region--
--fcc-editable-region--
<blockquote>
--fcc-editable-region--
Can you imagine what it would be like to be a successful developer? To have built software systems that people rely upon?
</blockquote>
--fcc-editable-region--
</section>
<section>
@@ -56,7 +56,7 @@ assert.oneOf(html, [
Can you imagine what it would be like to be a successful developer? To have built software systems that people rely upon?
</blockquote>
--fcc-editable-region--
--fcc-editable-region--
</section>
<section>
@@ -71,11 +71,11 @@ assert.equal(pElCleanedText, '—Quincy Larson, How to Learn to Code and Get a D
<blockquote cite="https://www.freecodecamp.org/news/learn-to-code-book/">
Can you imagine what it would be like to be a successful developer? To have built software systems that people rely upon?
</blockquote>
--fcc-editable-region--
<p>
--fcc-editable-region--
—Quincy Larson, How to Learn to Code and Get a Developer Job [Full Book]
--fcc-editable-region--
</p>
--fcc-editable-region--
</section>
<section>
@@ -83,7 +83,7 @@ assert.equal(blockquoteEl?.getAttribute('cite'), 'https://www.freecodecamp.org/n
</section>
<section>
--fcc-editable-region--
--fcc-editable-region--
</section>
<section>
@@ -93,11 +93,11 @@ assert.equal(forthPEl?.innerText.trim(), 'Go to tech meetups and conferences. Tr
</section>
<section>
<h2>Importance of Networking</h2>
--fcc-editable-region--
<blockquote cite="https://www.freecodecamp.org/news/learn-to-code-book/">
--fcc-editable-region--
--fcc-editable-region--
</blockquote>
--fcc-editable-region--
</section>
<section>
@@ -128,11 +128,11 @@ assert.equal(thirdPEl?.innerText.trim(), 'Hang out at hackerspaces and help peop
<p>Go to tech meetups and conferences. Travel if you have to.</p>
</blockquote>
</section>
--fcc-editable-region--
<section>
--fcc-editable-region--
--fcc-editable-region--
</section>
--fcc-editable-region--
</main>
</body>
</html>