-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
Made a few grammatical changes #29422
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
### Introduction | ||
|
||
This is the first of the two part course where we dig deeper into HTML and CSS. | ||
This is the first of the two-part course where we dig deeper into HTML and CSS. | ||
|
||
Our foundations lessons by design only scratched the surface of what's possible. We wanted to give you all of the bare necessities for getting started so you could move on and be somewhat productive as quickly as possible, but now it's time to slow down and dig in! | ||
Our foundation lessons by design only scratched the surface of what's possible. We wanted to give you all of the bare necessities for getting started so you could move on and be somewhat productive as quickly as possible, but now it's time to slow down and dig in! | ||
|
||
You have probably realized by now that there are many more HTML elements than we mentioned in our foundations content. Throughout this course, we'll be hitting the rest of the important elements such as forms and tables. | ||
You have probably realized by now that there are many more HTML elements than we mentioned in our foundation content. Throughout this course, we'll be hitting the rest of the important elements such as forms and tables. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Again, this could be
|
||
|
||
There is also a _lot_ more that you can do with CSS that you'll learn throughout this course, such as variables, functions, shadows and of course grid layouts! So buckle up! By the time you finish this course, you'll be able to recreate just about any web design you can find on the internet... which is an important skill to carry forward. Even if you are not shooting for a front-end specific job, being able to make your portfolio pieces look nice is important when it comes to making yourself stand out. | ||
There is also a _lot_ more that you can do with CSS that you'll learn throughout this course, such as variables, functions, shadows and of course grid layouts! So buckle up! By the time you finish this course, you'll be able to recreate just about any web design you can find on the internet... which is an important skill to carry forward. Even if you are not shooting for a front-end-specific job, being able to make your portfolio pieces look nice is important when it comes to making yourself stand out. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I do not believe this needs an hyphen. Having two seems like overkill and I'd rather re-phrase that sentence if you strongly feel it needs to be here.
|
||
|
||
You'll learn about animations, accessibility, and responsive design in the second part of this course later in the curriculum. | ||
|
||
### Assignment | ||
|
||
<div class="lesson-content__panel" markdown="1"> | ||
1. Read through this [HTML elements reference](https://developer.mozilla.org/en-US/docs/Web/HTML/Element) to get an overview of what other HTML elements are available to you. No need to commit this to memory because you'll be learning the important parts as we go, but having a glance now will help the content stick later. | ||
2. Take a glance at a somewhat overwhelming looking [CSS Cheat Sheet](https://htmlcheatsheet.com/css/). Again, we don't need you to learn anything specific, or memorize anything from this list. Just use it to get a feel for what you still have left to learn! | ||
2. Take a glance at a somewhat overwhelming-looking [CSS Cheat Sheet](https://htmlcheatsheet.com/css/). Again, we don't need you to learn anything specific, or memorize anything from this list. Just use it to get a feel for what you still have left to learn! | ||
</div> | ||
|
||
### Additional resources | ||
|
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.
This is referring to our Foundations course, so perhaps rephrasing the whole sentence would be better.