gitpitch/PITCHME.md

364 lines
6.9 KiB
Markdown
Raw Normal View History

2020-01-11 10:51:41 +08:00
# Welcome to **GitPitch**
2020-01-11 10:51:41 +08:00
---?image=assets/img/code.jpg&opacity=60&position=left&size=45% 100%
@title[Slide Decks for Developers]
2020-01-11 10:51:41 +08:00
@snap[east span-50 text-center]
## GitPitch
#### Slide Decks
#### for
### Developers
2018-12-01 21:36:31 +08:00
@snapend
2020-01-11 10:51:41 +08:00
---
@title[Create, Preview, Present]
2018-12-01 21:36:31 +08:00
2020-01-11 10:51:41 +08:00
@snap[north span-50 text-center]
@fab[docker text-pink]
@snapend
2020-01-11 10:51:41 +08:00
@snap[midpoint span-100 text-center]
The GitPitch Desktop app lets you
**Create**, **Preview**, and **Present** Offline
@snapend
2020-01-11 10:51:41 +08:00
@snap[south span-50 text-center]
@fa[linux fa-2x] @fa[apple fa-2x] @fa[windows fa-2x]
@snapend
2020-01-11 10:51:41 +08:00
---
@title[Export to PDF + PPTX]
@snap[north span-50 text-center]
@fab[docker text-pink]
2018-12-01 13:45:22 +08:00
@snapend
2020-01-11 10:51:41 +08:00
@snap[midpoint span-100 text-center]
Plus **export** any deck to **PDF** @fa[file-pdf] and **PPTX** @fa[file-powerpoint]
@snapend
2020-01-11 10:51:41 +08:00
@snap[south span-50 text-center]
@fa[linux fa-2x] @fa[apple fa-2x] @fa[windows fa-2x]
@snapend
2020-01-11 10:51:41 +08:00
---
@title[Custom Visual Themes]
2020-01-11 10:51:41 +08:00
@snap[north span-50 text-center]
@fa[palette text-pink]
@snapend
2020-01-11 10:51:41 +08:00
@snap[midpoint span-100 text-center]
The GitPitch Theme Builder lets you
create new **Visual Themes** for any Deck
@snapend
2020-01-11 10:51:41 +08:00
@snap[south span-50 text-center]
![THEME-BUILDER](https://www.youtube.com/embed/pfMsOZRvfXw)
@snapend
2020-01-11 10:51:41 +08:00
---
@title[Custom Slide Layouts]
2020-01-11 10:51:41 +08:00
@snap[north-west span-50 text-center]
![](assets/img/r2d2.png)
@snapend
2020-01-11 10:51:41 +08:00
@snap[north span-50 text-center]
@fa[drafting-compass text-pink]
@snapend
2020-01-11 10:51:41 +08:00
@snap[north-east span-50 text-center]
![](assets/img/eve.png)
@snapend
2020-01-11 10:51:41 +08:00
@snap[midpoint span-100 text-center]
GitPitch Markdown Snap Layouts let you
create **Custom Layouts** for any Slide
@snapend
2020-01-11 10:51:41 +08:00
@snap[south-west span-50 text-left]
![](assets/img/goomba.png)
@snapend
2020-01-11 10:51:41 +08:00
@snap[south span-50 text-center]
![](assets/img/pacman.png)
@snapend
2020-01-11 10:51:41 +08:00
@snap[south-east span-50 text-right]
![](assets/img/walle.png)
@snapend
2020-01-11 10:51:41 +08:00
---
@title[Flexible Layout Grid]
@snap[west span-50 text-center]
![](assets/img/r2d2.png)
@snapend
2020-01-11 10:51:41 +08:00
@snap[east span-50 text-center]
![](assets/img/eve.png)
@snapend
2019-05-27 21:53:31 +08:00
2020-01-11 10:51:41 +08:00
@snap[north span-100 text-center]
Using a **Flexible Grid** System
2019-05-27 21:53:31 +08:00
@snapend
2020-01-11 10:51:41 +08:00
@snap[north-east span-50 text-right]
![](assets/img/goomba.png)
2019-05-27 21:53:31 +08:00
@snapend
2020-01-11 10:51:41 +08:00
@snap[south span-50 text-center]
![](assets/img/pacman.png)
2019-05-27 21:53:31 +08:00
@snapend
2020-01-11 10:51:41 +08:00
@snap[south-west span-50 text-left]
![](assets/img/walle.png)
@snapend
2019-05-27 21:53:31 +08:00
2020-01-11 10:51:41 +08:00
---
@title[Live Code Presenting]
2020-01-11 10:51:41 +08:00
@snap[north span-50 text-center]
@fa[search-plus text-pink]
@snapend
2020-01-11 10:51:41 +08:00
@snap[midpoint span-100 text-center]
GitPitch Live Code Presenting lets you
**Step-and-ZOOM** into Source Code on any Slide
@snapend
2020-01-11 10:51:41 +08:00
@snap[south span-50 text-center]
@fa[code fa-5x]
@snapend
2018-12-01 13:45:22 +08:00
---
2020-01-11 10:51:41 +08:00
@title[Live Code Presenting Demo]
2020-01-11 10:51:41 +08:00
@snap[north span-100 text-center text-smallcaps text-08]
Live Code Presenting
@snapend
2020-01-11 10:51:41 +08:00
```sql zoom-19
CREATE TABLE "topic" (
"id" serial NOT NULL PRIMARY KEY,
"forum_id" integer NOT NULL,
"subject" varchar(255) NOT NULL
);
ALTER TABLE "topic"
ADD CONSTRAINT forum_id
FOREIGN KEY ("forum_id")
REFERENCES "forum" ("id");
```
2020-01-11 10:51:41 +08:00
@snap[south span-100 text-08]
@[1-5](Step-into and focus on specific lines of code on any slide.)
@[2-4, zoom-09](Zoom in-or-out to help guide your audience.)
@[6-9, zoom-14](Using optional annotations ( like this one ) for extra context.)
@snapend
2018-12-01 13:45:22 +08:00
---
2020-01-11 10:51:41 +08:00
@title[Markdown Widgets]
2020-01-11 10:51:41 +08:00
@snap[north span-50 text-center]
@fab[markdown text-pink]
@snapend
2020-01-11 10:51:41 +08:00
@snap[midpoint span-100 text-center]
GitPitch Markdown Widgets add
**Interactivity** and **Rich-Content** to any Slide
@snapend
2020-01-11 10:51:41 +08:00
@snap[south span-50 text-center]
@fab[medapps fa-5x]
@snapend
2018-12-01 13:45:22 +08:00
---
2020-01-11 10:51:41 +08:00
@title[Markdown Widgets Demo]
2018-12-01 13:45:22 +08:00
2020-01-11 10:51:41 +08:00
@snap[west span-48 text-center bg-black]
@fab[markdown fa-3x text-white]
@snapend
2020-01-11 10:51:41 +08:00
@snap[west span-50 text-center fragment]
![TOOL](assets/img/tool.png)
@snapend
2020-01-11 10:51:41 +08:00
@snap[east span-48 text-center]
@ul[text-11 list-spaced-bullets list-fade-fragments]
- **Markdown**
- Modular
- **Git** Native
- Speaker Ready
- **Cross Platform**
@ulend
@snapend
2018-12-01 13:45:22 +08:00
---
2020-01-11 10:51:41 +08:00
@title[Markdown Widgets Demo]
2020-01-11 10:51:41 +08:00
@snap[west span-48 text-center]
## GitPitch
#### Slide Decks
#### for
### Developers
2018-12-01 13:45:22 +08:00
@snapend
2020-01-11 10:51:41 +08:00
@snap[east span-48 text-center text-11 list-spaced-bullets]
- **Markdown**
- Modular
- **Git** Native
- Speaker Ready
- **Cross Platform**
@snapend
2020-01-11 10:51:41 +08:00
---?color=#EE5D58
@title[Embed Tweets]
2020-01-11 10:51:41 +08:00
@snap[north-west span-50 text-center text-smallcaps text-08]
Rich Media Support
@snapend
2017-12-14 17:59:26 +08:00
2020-01-11 10:51:41 +08:00
@snap[west span-50 text-center]
@fa[twitter fa-4x]
#### Tweets
2018-12-01 13:45:22 +08:00
@snapend
2017-12-14 17:59:26 +08:00
2020-01-11 10:51:41 +08:00
@snap[east span-45]
@tweet[https://twitter.com/gitpitch/status/1214471194642022401]
@snapend
2020-01-11 10:51:41 +08:00
---?color=black
@title[Embed Charts]
2020-01-11 10:51:41 +08:00
@snap[north-west span-50 text-center text-smallcaps text-08]
Rich Media Support
@snapend
2020-01-11 10:51:41 +08:00
@snap[west span-50 text-center]
@fa[chart-pie fa-4x]
#### Charts
@snapend
2020-01-11 10:51:41 +08:00
@snap[east span-45 text-left]
<canvas data-chart="line">
<!--
{
"data": {
"labels": ["January"," February"," March"," April"," May"," June"," July"],
"datasets": [
{
"data":[65,59,80,81,56,55,40],
"label":"Sample Data X",
"backgroundColor":"rgba(20,220,220,.8)"
},
{
"data":[28,48,40,19,86,27,90],
"label":"Sample Data Y",
"backgroundColor":"rgba(120,220,0,.8)"
}
]
},
"options": { "responsive": "true" }
}
-->
</canvas>
@snapend
2020-01-11 10:51:41 +08:00
---?color=white
@title[Embed UML Diagrams]
2020-01-11 10:51:41 +08:00
@snap[north-west span-50 text-center text-smallcaps text-08 text-black]
Rich Media Support
@snapend
2020-01-11 10:51:41 +08:00
@snap[west span-50 text-center h4-black]
@fa[chart-pie fa-4x text-black]
#### UML Diagrams
2018-12-01 13:45:22 +08:00
@snapend
2020-01-11 10:51:41 +08:00
@snap[east span-45 text-left]
@uml[span-100](assets/demo/graph.puml)
2018-12-01 13:45:22 +08:00
@snapend
2020-01-11 10:51:41 +08:00
---?color=#16A085
@title[Embed Video]
2020-01-11 10:51:41 +08:00
@snap[north-west span-50 text-center text-smallcaps text-08]
Rich Media Support
@snapend
2020-01-11 10:51:41 +08:00
@snap[west span-50 text-center]
@fa[youtube fa-4x text-white]
#### Video
@snapend
2020-01-11 10:51:41 +08:00
@snap[east span-45 text-left]
![Gravity](https://player.vimeo.com/video/125471012)
@snapend
2020-01-11 10:51:41 +08:00
---?color=white
@title[Embed LaTeX Math]
2020-01-11 10:51:41 +08:00
@snap[north-west span-50 text-center text-smallcaps text-08 text-black]
Rich Media Support
2018-12-01 13:45:22 +08:00
@snapend
2020-01-11 10:51:41 +08:00
@snap[west span-50 text-center h4-black]
@fa[square-root-alt fa-4x text-black]
#### LaTeX Math
@snapend
2020-01-11 10:51:41 +08:00
@snap[east span-45 text-left]
@uml[span-100](assets/demo/math.puml)
@snapend
2020-01-11 10:51:41 +08:00
---?color=black
@title[Embed Font Awesome]
@snap[north-west span-50 text-center text-smallcaps text-08]
Rich Media Support
@snapend
2020-01-11 10:51:41 +08:00
@snap[west span-50 text-center]
@fa[font-awesome fa-4x text-white]
#### Font Awesome
@snapend
2020-01-11 10:51:41 +08:00
@snap[east span-45 text-left]
@fa[smile fa-8x text-gold]
2018-12-01 13:45:22 +08:00
@snapend
2020-01-11 10:51:41 +08:00
---?image=assets/img/robot.jpg&opacity=20
@title[Available Everywhere]
#### Available Everywhere You Work
<br>
## MacOS, Linux,<br>and Windows 10<sup>*</sup>
2020-01-11 10:51:41 +08:00
@snap[south span-100 text-smallcaps text-06 text-gray]
<sup>*</sup>MacOS, Linux, Windows 10 Pro + Enterprise
@snapend
---?image=assets/img/fireworks.gif&opacity=40&size=100% 50%&position=center
2018-12-02 12:46:17 +08:00
@title[Now It's Your Turn]
2020-01-11 10:51:41 +08:00
@snap[north span-100 text-smallcaps text-08]
Slide Decks for Developers
@snapend
2020-01-11 10:51:41 +08:00
@snap[midpoint span-100 text-center text-13]
##### Are you ready to
## Git**Pitch**?
2018-12-01 13:45:22 +08:00
@snapend
2020-01-11 10:51:41 +08:00
@snap[south span-100 font-bubblegum text-center text-10 fragment]
[Start your free trial today @fa[external-link]](https://gitpitch.com/pricing)
2018-12-01 13:45:22 +08:00
@snapend
2020-01-11 10:51:41 +08:00