Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 1.29 KB

PITCHME.md

File metadata and controls

60 lines (45 loc) · 1.29 KB

LUCA in theory

@snap[south span-100 text-black] Less walking = more working @snapend


LUCA is ...

IMAGE

---?color=linear-gradient(180deg, white 85%, black 15%) @title[LUCA's activities]

@snap[north-west h4-black]

Luca does ...

@snapend

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

  • Walk
  • Work @ulend @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