Updated PITCHME with sample markdown snippet.

This commit is contained in:
David Russell 2017-11-20 15:21:05 +07:00
parent 632ba2dd1b
commit a4868adff2
3 changed files with 28 additions and 7 deletions

View File

@ -25,14 +25,11 @@
#### Just <span class="gold">Markdown</span>.
#### Then <span class="gold">Git-Commit</span>.
---
---?code=assets/md/hello.md&title=Step 1. PITCHME.md
@title[Step 1. PITCHME.md]
<br>
#### Create slideshow content using GitHub Flavored Markdown in your favorite editor.
### <span class="gold">STEP 1. Create 'PITCHME.md'</span>
<br>
#### Create GitPitch slideshow content using GitHub Flavored Markdown in your favorite editor.
<br>
<span class="aside">It's as easy as README.md with simple slide-delimeters (---)</span>
---
@ -97,4 +94,4 @@ Done!
### Go for it.
### Just add <span class="gold">PITCHME.md</span> ;)
<br>
[Click here to learn more...](https://github.com/gitpitch/gitpitch/wiki)
[Click here to learn more @fa[external-link fa-pad-left]](https://github.com/gitpitch/gitpitch/wiki)

View File

@ -33,3 +33,21 @@ span.aside {
.reveal section a:hover {
color: #e7ad52;
}
.fa-pad-left {
margin-left: 10px;
}
.reveal p span.slide-title {
color: #e49436;
font-size: 1.55em;
margin: 0 0 60px 0;
font-family: "Montserrat", Impact, sans-serif;
font-weight: normal;
line-height: 1.2;
letter-spacing: -0.03em;
text-transform: none;
text-shadow: none;
word-wrap: break-word;
display: block;
}

6
assets/md/hello.md Normal file
View File

@ -0,0 +1,6 @@
# Hello, World!
---
## The End.