Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Ragab committed Oct 20, 2018
1 parent db88cdf commit 237a30b
Show file tree
Hide file tree
Showing 57 changed files with 47 additions and 1,385 deletions.
55 changes: 3 additions & 52 deletions PITCHME.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,64 +2,15 @@
@title[Introduction]

@snap[west headline text-white span-70]
GitPitch<br>*The Template*
Future vs IO
@snapend

@snap[south-west byline text-white]
The Fastest Way From Idea To Presentation.
Managing Effects in your Application
@snapend

---
@title[Slide Markdown]

### Each slide in this presentation is provided as a *template*.
<!-- ---?include=template/md/split-screen/PITCHME.md -->

<br><br>

1. Select only the slide templates that you need.
1. Customize the template _markdown content_.
1. Optionally, override template _styles_ and _settings_.
1. Then present and publish with GitPitch @fa[smile-o]
<br><br>


---
@title[Tip! Fullscreen]

![TIP](template/img/tip.png)
<br>
For the best viewing experience, press F for fullscreen.
@css[template-note](We recommend using the *SPACE* key to navigate between slides.)

---?include=template/md/split-screen/PITCHME.md

---?include=template/md/sidebar/PITCHME.md

---?include=template/md/list-content/PITCHME.md

---?include=template/md/image/PITCHME.md

---?include=template/md/sidebox/PITCHME.md

---?include=template/md/code-presenting/PITCHME.md

---?include=template/md/header-footer/PITCHME.md

---?include=template/md/quotation/PITCHME.md

---?include=template/md/announcement/PITCHME.md

---?include=template/md/about/PITCHME.md

---?include=template/md/wrap-up/PITCHME.md

---
@title[The Template Docs]

@snap[west headline span-100]
GitPitch<br>*The Template @css[text-orange](End) ;)*
@snapend

@snap[south docslink span-100]
For supporting documentation see the [The Template Docs](https://gitpitch.com/docs/the-template)
@snapend
44 changes: 44 additions & 0 deletions assets/css/PITCHME.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
/* Enable List Bullet Icons */
.reveal ul { list-style: none; }

/* Enable Huge Icons */
.fa-huge { font-size : 15em; color: #eba3ff; }

/* Custom Icons Colors */
.fa-pink { color : #eba3ff; }
.fa-peach { color : #ffa6b9; }
.fa-orange { color: #fdc200 }
.fa-lime { color : #b9ff66; }

span.fa-byline { color : gray; }

.reveal section img {
border: 0;
box-shadow: none;
}

.reveal pre {
width: 120%;
margin-left: -10%;
}

.reveal table {
width: 130%;
margin-left: -15%;
}

.reveal h1 {
font-size: 1.55em
}

.reveal h2 {
font-size: 1.35em
}

.reveal h3 {
font-size: 1.15em
}

.reveal li {
font-size: 70%
}
Loading

0 comments on commit 237a30b

Please sign in to comment.