Skip to content

Latest commit

 

History

History
218 lines (137 loc) · 4.41 KB

PITCHME.md

File metadata and controls

218 lines (137 loc) · 4.41 KB

Tudo a seguir pode ser encontrado em:

Aqui

Para visualizar a apresentacao basta:

Clicar Aqui


Headers

This is an

tag

This is an

tag

This is an
tag

Emphasis

This text will be italic This will also be italic

This text will be bold This will also be bold

You can combine them


Lists

Unordered

  • Item 1
  • Item 2
    • Item 2a
    • Item 2b

Lists

Ordered

  1. Item 1
  2. Item 2
  3. Item 3
    1. Item 3a
    2. Item 3b

Images

GitHub Logo Format: Alt Text


Links

http://github.com - automatic! GitHub


Blockquotes

As Kanye West said:

We're living the future so the present is our past.


Inline code

I think you should use an <addr> element here instead.


Syntax highlighting

function fancyAlert(arg) {
    if(arg) {
    $.facebox({div:'#foo'})
    }
}

You can also simply indent your code by four spaces:

function fancyAlert(arg) {
  if(arg) {
    $.facebox({div:'#foo'})
  }
}

Task Lists

  • @mentions, #refs, links, formatting, and tags supported
  • list syntax required (any unordered or ordered list supported)
  • this is a complete item
  • this is an incomplete item

Tables

You can create tables by assembling a list of words and dividing them with hyphens - (for the first row), and then separating each column with a pipe |:

First Header Second Header
Content from cell 1 Content from cell 2
Content in the first column Content in the second column

Strikethrough

Any word wrapped with two tildes (like this) will appear crossed out.


Emoji

GitHub supports emoji! ✨ 🐫 💥

To see a list of every image we support, check out the Emoji Cheat Sheet.


LOGO

Get the word out


Markdown Presentations For Everyone
on
GitHub, GitLab and Bitbucket

GitPitch turns PITCHME.md into interactive, online slideshows.


[ JUST LIKE THIS ONE ]

No more Keynote.

No more Powerpoint.


### Just Markdown. Then Git-Commit.

STEP 1. PITCHME.md

MARKDOWN

Create GitPitch slideshow content using GitHub flavored Markdown in your favorite editor.


STEP 2. GIT-COMMIT

TERMINAL

Git-commit on any branch and push your PITCHME.md to GitHub, GitLab or Bitbucket.


STEP 3. GET THE WORD OUT!


https://gitpitch.com/user/repo/branch


Instantly use your GitPitch slideshow URL to promote, pitch or present absolutely anything.


GITPITCH DESIGNED FOR SHARING

SOCIAL

  • View any slideshow at its public URL
  • Promote any slideshow using a GitHub badge
  • Embed any slideshow within a blog or website
  • Share any slideshow on Twitter, LinkedIn, etc
  • Print any slideshow as a PDF document
  • Download and present any slideshow offline

GITPITCH FEATURE RICH SLIDESHOWS

  • GitHub Flavored Markdown +
  • Code Block and GIST Slides
  • Image and Video Slides
  • Custom Logos and Backgrounds
  • Multiple Themes And More
  • Plus...
  • Your Slideshow Is Part Of Your Project
  • Under Git Version Control Within Your Git Repo

Go for it.

Just add PITCHME.md ;)