Skip to content

Updated step 3 instructions in index.md #1396

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions org-cyf-itd/content/blocks/step-3/instructions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Learn HTML and CSS by completing Unit 2 of [Khan Academy](https://www.khanacadem

1. Create an [account on Khan Academy](https://www.khanacademy.org/computing/computer-programming/html-css)
1. Go to the course: [Computer Programming: Unit 2](https://www.khanacademy.org/computing/computer-programming/html-css) HTML/CSS Making webpages
1. Go to the course: [Computer Programming: Unit 2](https://www.khanacademy.org/computing/computer-programming/html-css) HTML/CSS Making webpages
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like a duplicate of the previous bullet point? Is there a reason to add it twice?

Suggested change
1. Go to the course: [Computer Programming: Unit 2](https://www.khanacademy.org/computing/computer-programming/html-css) HTML/CSS Making webpages


1. Follow along and build the projects.
1. Deploy the Lesson 6 project "Event Invitation" to GitHub Pages and share the link in the submission form

Expand All @@ -29,6 +31,21 @@ Learn HTML and CSS by completing Unit 2 of [Khan Academy](https://www.khanacadem

4. Project: [Event invite](https://www.khanacademy.org/computing/computer-programming/html-css/css-layout-properties/pp/project-event-invite)


### **Expected Result & Screenshot Submission**

To verify your work, **take a screenshot of your completed all lessons in Unit 2** and add it below.

#### How to Take the Screenshot

- Open **Unit 2** in Khan Academy.
- Go to the "Course Progress" section, where it shows checkmarks or completion status for each lesson.
- Take a screenshot of your completed lessons.
- Uploading the image to GitHub and linking it here.

#### **Example Screenshot:**
![Expected Result](![image](https://github.com/user-attachments/assets/cf33651e-44d1-4af9-a11e-6fc27774da00))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
![Expected Result](![image](https://github.com/user-attachments/assets/cf33651e-44d1-4af9-a11e-6fc27774da00))
![Expected Result](https://github.com/user-attachments/assets/cf33651e-44d1-4af9-a11e-6fc27774da00)


{{<blocklink
src="https://www.khanacademy.org/computing/computer-programming/html-css"
name="Computer Programming: Unit 2"
Expand Down
Loading