mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
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:
@@ -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.
|
||||
Reference in New Issue
Block a user