Skip to content

mdznr/big

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a ridiculous presentation system that works great for creative, hurried people. See the demo for an example of it working.

It makes text and images as big as they can be, gives you minimal styling (em), and gives you left/right arrows for navigation.

Quickstart

You can skip every step by doing

curl -O http://mdznr.github.io/big/quickstart.html

This is a bundle of all JS, CSS, and HTML code - which means that it's a bit harder to update, but there are no external dependencies here, so no conference-wifi-pwn.

Presentations with Big

Open Source

  • Big is awesomer because lambda contributed to it! And you can too: it's Public Domain, CC0.

HTML5

Big is totally HTML5! It uses the HTML5 doctype: <!DOCTYPE html>! It's therefore imbued with standardslicious hypeclouds.

Source

The source looks like:

<!DOCTYPE html><html><head><title></title><link href='big.css' rel='stylesheet' type='text/css' /><script src='big.js'></script></head><body>
<div>Big</div>
<div><em>Presentation software</em> for busy busy hackers</div>
<div>text</div>
<div>as <em>big</em> as it can be</div>
<div>no config</div>
<div><em>1.5k</em></div>
<div><em>images too</em></div>
<div><img src='http://farm3.static.flickr.com/2506/5757000880_509440308e_z.jpg' /></div>
<div>JS+CSS <a href='https://github.com/tmcw/big'>github.com/ tmcw/ big</a></div>

About

presentations for busy messy hackers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.9%
  • CSS 8.1%