-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into bug/857-cached-link
- Loading branch information
Showing
14 changed files
with
163 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
+++ | ||
title ="Step 0: How to check your work" | ||
description= "Acceptance criteria for step zero" | ||
emoji= "✅" | ||
time= 10 | ||
[build] | ||
render = 'never' | ||
list = 'local' | ||
publishResources = false | ||
+++ | ||
|
||
A volunteer will review your submission and check it meets the acceptance criteria. They will give you feedback on your submission and help you make any changes to meet the criteria. | ||
|
||
Here is the criteria you need to meet: | ||
|
||
```objectives | ||
- You have joined the CodeYourFuture ITD Slack | ||
- You have added a profile picture to your Slack profile | ||
- You have used your real name on your Slack profile | ||
- You have introduced yourself on the #introduce-yourself-to-codeyourfuture channel | ||
- You have taken a screenshot of your introduction on the channel | ||
- You have uploaded the screenshot to this platform | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
+++ | ||
title ="Step 0: What to do" | ||
description= "Join the CodeYourFuture Intro To Digital Slack" | ||
emoji= "🗨" | ||
time= 60 | ||
[build] | ||
render = 'never' | ||
list = 'local' | ||
publishResources = false | ||
+++ | ||
|
||
#### Join the CodeYourFuture Intro To Digital Slack | ||
We have an environment in which you can ask for help and build your local community. Slack helps us have asynchronous conversations with our community. It is used by most tech teams. | ||
|
||
Please use your real name on Slack and add a consistent profile picture. We ask this so we can recognise each other. | ||
|
||
1. Accept this invite (invite to Slack intentionally omitted) to our Introduction to Digital Slack | ||
2. [Understand how Slack works with their tutorial](https://slack.com/intl/en-gb/help/articles/360059928654-How-to-use-Slack--your-quick-start-guide) | ||
3. Introduce yourself on the [#introduce-yourself-to-codeyourfuture channel](https://cyf-introtodigital.slack.com/archives/CQ8HYL25C) | ||
4. Make a screenshot of your introduction on our Slack channel. [This website](https://www.take-a-screenshot.org/android.html) can help you if you don't know how to take a screenshot from your device. | ||
5. Upload the screenshot to this platform |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
+++ | ||
title ="Step 0: How to show us" | ||
description= "Submit your work for review" | ||
emoji= "📩" | ||
time= 5 | ||
[build] | ||
render = 'never' | ||
list = 'local' | ||
publishResources = false | ||
+++ | ||
|
||
### Submission | ||
|
||
You must do this in CYF Course platform | ||
|
||
1. Upload the screenshot of your introduction on Slack |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
+++ | ||
title = 'Zero' | ||
description = 'Join the CodeYourFuture Intro to Digital Slack' | ||
layout = 'prep' | ||
emoji= '🗨' | ||
menu_level = ['module'] | ||
menu=[ 'steps'] | ||
weight = 1 | ||
[[blocks]] | ||
name="Instructions" | ||
src="blocks/step-0/instructions" | ||
[[blocks]] | ||
name="Acceptance Criteria" | ||
src="blocks/step-0/acceptance" | ||
[[blocks]] | ||
name="Submission" | ||
src="blocks/step-0/submission" | ||
[[blocks]] | ||
name="Help" | ||
src="blocks/help" | ||
+++ |