/opti-gitpitch

beerbomber opti gitpitch

Primary LanguageCSS

White

A GitPitch Presentation Template


Tips!


@fa[arrows gp-tip](Press F to go Fullscreen)

@fa[microphone gp-tip](Press S for Speaker Notes)


Template Features

  • Code Presenting |
  • Repo Source, Static Blocks, GIST |
  • Custom CSS Styling |
  • Slideshow Background Image |
  • Slide-specific Background Images |
  • Custom Logo, TOC, and Footnotes |

---?code=sample/go/server.go&lang=golang&title=Golang File

@[1,3-6](Present code found within any repo source file.) @[8-18](Without ever leaving your slideshow.) @[19-28](Using GitPitch code-presenting with (optional) annotations.)


@title[JavaScript Block]

JavaScript Block

// Include http module.
var http = require("http");

// Create the server. Function passed as parameter
// is called on every request made.
http.createServer(function (request, response) {
  // Attach listener on end event.  This event is
  // called when client sent, awaiting response.
  request.on("end", function () {
    // Write headers to the response.
    // HTTP 200 status, Content-Type text/plain.
    response.writeHead(200, {
      'Content-Type': 'text/plain'
    });
    // Send data and end response.
    response.end('Hello HTTP!');
  });

// Listen on the 8080 port.
}).listen(8080);

@[1,2](You can present code inlined within your slide markdown too.) @[9-17](Displayed using code-syntax highlighting just like your IDE.) @[19-20](Again, all of this without ever leaving your slideshow.)

---?gist=onetapbeyond/494e0fecaf0d6a2aa2acadfb8eb9d6e8&lang=scala&title=Scala GIST

@[23](You can even present code found within any GitHub GIST.) @[41-53](GIST source code is beautifully rendered on any slide.) @[57-62](And code-presenting works seamlessly for GIST too, both online and offline.)


Template Help


Go GitPitch Pro!



More details here.
  • Private Repos
  • Private URLs
  • Password-Protection
  • Image Opacity
  • SVG Image Support

Questions?


@fatwitter gp-contact

@fagithub gp-contact

@famedium gp-contact

---?image=assets/image/gitpitch-audience.jpg&opacity=100

@title[Download this Template!]

Get your presentation started!

Download this template @fa[external-link gp-download]