Skip to content

Latest commit

 

History

History
77 lines (58 loc) · 1.74 KB

PITCHME.md

File metadata and controls

77 lines (58 loc) · 1.74 KB

Let's Get Started


Add Some Slide Candy

IMAGE

---?color=linear-gradient(180deg, white 75%, black 25%) @title[Customize Slide Layout]

@snap[west span-50]

Customize the Layout

@snapend

@snap[east span-50] IMAGE @snapend

@snap[south span-100 text-white] Snap Layouts let you create custom slide designs directly within your markdown. @snapend

---?color=linear-gradient(90deg, #5384AD 65%, white 35%) @title[Add A Little Imagination]

@snap[north-west h4-white]

And start presenting...

@snapend

@snap[west span-55] @ul[list-spaced-bullets text-white text-09]

  • You will be amazed
  • What you can achieve
  • With a little imagination...
  • And GitPitch Markdown @ulend @snapend

@snap[east span-45] @imgshadow @snapend


@snap[north-east span-100 text-pink text-06] Let your code do the talking! @snapend

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");

@snap[south span-100 text-gray text-08] @[1-5](You can step-and-ZOOM into fenced-code blocks, source files, and Github GIST.) @[6,7, zoom-13](Using GitPitch live code presenting with optional annotations.) @[8-9, zoom-12](This means no more switching between your slide deck and IDE on stage.) @snapend

---?image=assets/img/presenter.jpg

@snap[north span-100 h2-white]

Now It's Your Turn

@snapend

@snap[south span-100 text-06] Click here to jump straight into the interactive feature guides in the GitPitch Docs @fa[external-link] @snapend