-
Notifications
You must be signed in to change notification settings - Fork 106
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
Use WordPress to create a one-page site #2304
Comments
//lessons |
Lesson Development Checklist
|
One.page.site.labels.and.anchors.mp4 |
Tutorial/Lessons Review Checklist
This is an excellent tutorial, @westnz! 💫 I have two comments: Links: I wouldn't call the links in the Navigation block labels:
It could be useful to clarify that the URL should either be one word (no spaces) or separated with hyphens/underscores (- or _). It's only mentioned later, when you get to the HTML anchor part. Smooth scrolling: from an a11y perspective, it's good practice to wrap this functionality in a @media (prefers-reduced-motion: no-preference) {
html {
scroll-behavior: smooth;
}
} |
Very helpful feedback @ironnysh 🥳
Could you elaborate what you meant here? |
Tutorial/Lessons Review ChecklistPlease tick all items you've confirmed: Leave an additional comment below with feedback. You can also share what you liked about this Tutorials in in progress Hi @westnz! Nice flow - beautifully methodical and concise. Love your positive, encouraging, and upbeat tone. Some comments: 1 - If this video is meant to appeal to the most elementary level, please define 'sticky' menu. Thank you. |
Hey @westnz Long time no see! I watched your video lesson, and you knocked it out of the park with this tutorial. You addressed all four Learning objectives:
You did a great job explaining how to create the template and all of the parts, what they do, and how to edit them. You also did well in explaining how HTML anchors work and why and how they have to be linked. Regarding smooth scrolling, I like that you showed what the site would act like without the smooth-scrolling code snippet. This really brings attention to how different the behavior of the page is without that additional CSS. Overall, this was an easily digestible lesson for a newbie. Thanks for sharing! Best, |
Thank you @TinaCollier |
At 2:16, you demonstrate how to link to the “My work” section by typing |
//published |
Details
Learning Objectives
Related Resources and Other Notes
Automation Code
The text was updated successfully, but these errors were encountered: