feat(curriculum): add Blockquotes and Quote Workshop to FSD cert (#62568)

Co-authored-by: Ilenia <26656284+ilenia-magoni@users.noreply.github.com>
Co-authored-by: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com>
Co-authored-by: Anna <a.rcottrill521@gmail.com>
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
l3onhard
2025-10-29 18:05:27 +01:00
committed by GitHub
parent fdb74bea05
commit e85aeb7704
17 changed files with 1107 additions and 0 deletions
+6
View File
@@ -2179,6 +2179,12 @@
"In this lesson, you will learn about the importance of semantics in conveying meaning for text and time-related content including the <code>time</code>, <code>blockquote</code> elements and more."
]
},
"workshop-quincys-job-tips": {
"title": "Build Quincy's Job Tips Page",
"intro": [
"In this workshop, you will practice working with semantic HTML by using the <code>q</code>, <code>blockquote</code> and <code>cite</code> elements."
]
},
"lecture-working-with-specialized-semantic-elements": {
"title": "Working with Specialized Semantic Elements",
"intro": [
@@ -0,0 +1,9 @@
---
title: Introduction to the Build Quincy's Job Tips Page
block: workshop-quincys-job-tips
superBlock: full-stack-developer
---
## Introduction to the Build Quincy's Job Tips Page
In this workshop, you will practice working with semantic HTML by using the `q`, `blockquote` and `cite` elements.