-
-
Notifications
You must be signed in to change notification settings - Fork 315
Minor copy edits to devtools workshop #95
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
Conversation
✅ Deploy Preview for cyf-workshops ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
- What will happen when you click the value of `--finger` and press `up arrow` ten times? | ||
- What will happen when you delete the _value_ of `--copy` | ||
- What will happen when you change the _value_ of `--space` to `red`? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm moving this to the end of the list because I think we should establish "how are things meant to work" before introducing "what happens if you do something wrong" :)
@@ -38,7 +38,8 @@ Take it in turns to swap the driver for each section of this workshop | |||
|
|||
- What is the name of the font used on the page? | |||
- What is the CSS variable that holds this value? (Hint: variables start with `--`, like, `--paper`) | |||
- What is the brand colour value? | |||
- What is the brand colour value (Hint: it's set in a variable)? | |||
- What is the brand colour value used for in the page? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Variables are pretty abstract if you're not looking at how they're used
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
love it
@@ -118,6 +119,8 @@ If the explanation doesn't make sense to you, ask ChatGPT (a generative AI) to e | |||
<!-- | |||
{{<note type="warning" title="Plausible Hallucinations">}} --> | |||
Remember: Generative AIs are regularly **confidently wrong**; it can be helpful, but never trust it over Devtools. | |||
|
|||
If something doesn't make sense, or seems confusing or maybe wrong, it's better to ask friendly humans in Slack. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love this (also feeds in well to next week: asking questions)
@@ -186,4 +189,6 @@ And that's it for today! We have covered a lot, but remember, as developers, we | |||
|
|||
1. Inspect web pages as you use the internet. Do this _all the time_! What font does Youtube use? What about [CSS Tricks](https://css-tricks.com/tag/devtools/)? [Hackernews](https://news.ycombinator.com/) is still using tables - what's wrong with this? | |||
|
|||
2. There are crash courses in Devtools all over [Youtube](https://www.youtube.com/watch?v=gTVpBbFWry8) and Udemy etc. Find a useful tip and share it in your class channel. | |||
2. Try changing the style and content of some websites. Make your favourite website bright pink. Make the BBC News page tell people about something great you did. Send a screenshot of something cool you changed to your cohort's Slack channel. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes love it!!
No description provided.