reading-notes

Class 1

Back to home page

In this class, we looked into what having a Growth Mindest is

Growth Mindset, what is it?

Ways i can keep a growth mindset:

  1. Look at every new assignment as a fun and challenging experience. ✍️

  2. Study and be passionate about my work, however big or small. 😃
  3. LEARN FROM MISTAKES!!! 🙌

Learning markdown

For example, to make a heading, you must put pound symbol(#) with a space before typing your title. You can put up to six pound symbols depending on what size you want.

Some more examples of text can be making a word BOLD or ITALICIZED, and these are both very simple to do. If you want text to be BOLD, you must put two asterisks symbols(*) in front and after your text. If you want text to be _ITALICIZED_, you must put only one asterisk symbol() in front and after your text.

Adding links and images can be important for websites as well, to add a link, first put the text you want linked into brackets [], then in parentheses () put the URL link to the website.

Adding an image is just as easy but requires an extra step, first you must put an exclamation point followed by brackets ![] and type the name of the image inside the brackets, then in parentheses () place the image file inside.

![Heres an example!](image

Full cheat sheet for GitHub Markdown here.