Skip to content

Latest commit

 

History

History
90 lines (52 loc) · 3.46 KB

File metadata and controls

90 lines (52 loc) · 3.46 KB

reading-note

How you can benefit from a growth mindset

What is a growth mindset?

A growth mindset believes that one’s fundamental abilities can be developed through perseverance and effort; intelligence and talent are simply good starting points. A growth mindset is synonymous with a love of learning. growth mindset

Perseverance, gumption traps, and maintaining a growth mindset

  1. Challenges
  2. Obstacles
  3. Effort
  4. Criticism
  5. Success of others

Growing at work, and outside work too

I’ve been guilty of having a fixed mindset far too often, and I’m working to change that. Things like wisdom and achievement are the products of putting in hard work, not avoiding it. We live in a society where the instant gratification monkey sits on everyone’s shoulder. But the pleasures that result from determination and hard work far outweigh anything that devilish chimp has to offer. The right mindset, like the growth mindset, helps put things in perspective.

Basic writing and formatting syntax

Create sophisticated formatting for your prose and code on GitHub with simple syntax.

1.heading

To create a heading, add one to six # symbols before your heading text. The number of # you use will determine the size of the heading.

#The largest heading

##The second largest heading

######The smallest heading

2.Styling text

You can indicate emphasis with bold, italic, or strikethrough text

3.Quoting text

You can quote text with a >.

In the words of Abraham Lincoln:

4.Quoting code

You can call out code or a command within a sentence with single backticks. The text within the backticks will not be formatted.

Use git status to list all new or modified files that haven't yet been committed.

5.links

You can create an inline link by wrapping link text in brackets [ ], and then wrapping the URL in parentheses ( ). You can also use the keyboard shortcut command + k to create a link.

This site was built using GitHub Pages.

6.Section links

You can link directly to a section in a rendered file by hovering over the section heading to expose the link:

7.Relative links

You can define relative links and image paths in your rendered files to help readers navigate to other files in your repository.

8.Lists

You can make an unordered list by preceding one or more lines of text with - or *.

9.Task lists

To create a task list, preface list items with a regular space character followed by [ ]. To mark a task as complete, use [x].

  • an example
  • fill in

10.Mentioning people and teams

You can mention a person or team on GitHub by typing @ plus their username or team name.

11.Using emoji

You can add emoji to your writing by typing :EMOJICODE:.

12.Paragraphs

You can create a new paragraph by leaving a blank line between lines of text.

13.Ignoring Markdown formatting

You can tell GitHub to ignore (or escape) Markdown formatting by using \ before the Markdown character.

Getting Started with GitHub Pages

GitHub Pages are public webpages hosted and easily published through GitHub. The quickest way to get up and running is by using the Jekyll Theme Chooser to load a pre-made theme. You can then modify your GitHub Pages’ content and style remotely via the web or locally on your computer.

github pages