mirror of
https://github.com/gitpitch/gitpitch.git
synced 2024-04-18 07:30:55 +08:00
Updated PITCHME with sample markdown snippet.
This commit is contained in:
parent
632ba2dd1b
commit
a4868adff2
11
PITCHME.md
11
PITCHME.md
|
@ -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)
|
||||
|
|
|
@ -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
6
assets/md/hello.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Hello, World!
|
||||
|
||||
---
|
||||
|
||||
|
||||
## The End.
|
Loading…
Reference in New Issue
Block a user