Last active
December 20, 2015 02:59
-
-
Save rpietro/6059999 to your computer and use it in GitHub Desktop.
Slidify template with components that require no tweaking beyond what is available within the io2012 framework
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
title : | |
subtitle : | |
author : | |
job : | |
framework : io2012 # {deckjs, shower, dzslides, landslide, html5slides, ...} | |
highlighter : highlight.js # {highlight.js, prettify, highlight} | |
hitheme : tomorrow # | |
widgets : [] # {mathjax, quiz, bootstrap} | |
mode : standalone # {, draft, selfcontained} | |
--- | |
## Title | |
> * One | |
* item | |
* item2 | |
> * Two | |
* item3 | |
* item4 | |
--- | |
## Inserting a movie | |
<iframe width="560" height="315" src="//www.youtube.com/embed/S7E3-m_FTOA" frameborder="0" allowfullscreen></iframe> | |
--- | |
## Inserting an svg picture | |
SVG is preferred as it will nicely resize | |
 | |
--- bg:#404040 | |
## this slide has a different background color | |
--- &twocol | |
## Title goes on top | |
*** left | |
* this is on the left column | |
*** right | |
* this is on the right column | |
--- .class1 #id1 | |
## table test | |
Column X | Column Y | |
---------|---------- | |
Row 1 | Row 1 | |
Row 2 | Row 2 | |
--- | |
## Inserting a picture | |
--- | |
## Nested comment | |
<q>Would you like to **impress your audience** with **stunning visualization** of your talk?</q> | |
 | |
--- bg:url(http://silvercitygospelmission.org/wp-content/uploads/2012/08/students.jpg) | |
--- | |
## Mathjax ## | |
$$ | |
\begin{aligned} | |
\nabla \times \vec{\mathbf{B}} -\, \frac1c\, \frac{\partial\vec{\mathbf{E}}}{\partial t} & = \frac{4\pi}{c}\vec{\mathbf{j}} \\ \nabla \cdot \vec{\mathbf{E}} & = 4 \pi \rho \\ | |
\nabla \times \vec{\mathbf{E}}\, +\, \frac1c\, \frac{\partial\vec{\mathbf{B}}}{\partial t} & = \vec{\mathbf{0}} \\ | |
\nabla \cdot \vec{\mathbf{B}} & = 0 \end{aligned} | |
$$ | |
<br /> | |
$$ | |
\mathbf{V}_1 \times \mathbf{V}_2 = \begin{vmatrix} | |
\mathbf{i} & \mathbf{j} & \mathbf{k} \\ | |
\frac{\partial X}{\partial u} & \frac{\partial Y}{\partial u} & 0 \\ | |
\frac{\partial X}{\partial v} & \frac{\partial Y}{\partial v} & 0 | |
\end{vmatrix} | |
$$ | |
<div class='source'> | |
Source: <a href='http://www.subtlepatterns.com'>Background from SubtlePatterns</a> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment