From 765d63c299db8b75217b578b3a295fbce5d7abd3 Mon Sep 17 00:00:00 2001 From: Pacien TRAN-GIRARD Date: Mon, 12 May 2014 21:40:42 +0200 Subject: Import and format code --- scripts/md/base.html | 179 +++++++++++++++++++++++++++------------------------ 1 file changed, 95 insertions(+), 84 deletions(-) (limited to 'scripts') diff --git a/scripts/md/base.html b/scripts/md/base.html index acc7981..9379788 100644 --- a/scripts/md/base.html +++ b/scripts/md/base.html @@ -2,103 +2,114 @@ Google IO 2012 HTML5 Slide Template Authors: Eric Bidelman - Luke Mahe +Luke Mahe URL: https://code.google.com/p/io-2012-slides --> - - Google IO 2012 - - - - - - - - - - - - - - + + Google IO 2012 + + + + + + + + + + + + + + + - + - - - - -
-

-

-

-
-
+ + + + +
+

+

+

+ +

+
+
-{% for slide in slides %} - - {% if 'segue' in slide.class %} - -
-

{{- slide.title -}}

-

{{- slide.subtitle -}}

-
- {% else %} -
-

{{- slide.title -}}

-

{{- slide.subtitle -}}

-
-
- {{- slide.content -}} -
- {% endif %} -
-{% endfor %} + {% for slide in slides %} + + {% if 'segue' in slide.class %} + +
+

{{- slide.title -}}

+

{{- slide.subtitle -}}

+
+ {% else %} +
+

{{- slide.title -}}

+

{{- slide.subtitle -}}

+
+
+ {{- slide.content -}} +
+ {% endif %} +
+ {% endfor %} - - -
-

<Thank You!>

-

Important contact information goes here.

-
-

- -

-
+ + +
+

<Thank You!>

+

+ Important contact information goes here. +

+
+

+ +

+
- + - + -
+
- + (function() { + var ga = document.createElement('script'); + ga.type = 'text/javascript'; + ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; + s.parentNode.insertBefore(ga, s); + })(); + - - + + -- cgit v1.2.3