From e7e65e98063fe10be4d010bacc6dbfc109087113 Mon Sep 17 00:00:00 2001 From: David Lyons Date: Thu, 4 Dec 2014 12:25:42 -0600 Subject: [PATCH] added link to presentation video --- .gitignore | 1 + frontporch14/index.html | 7 ++++--- frontporch14/resources/less/layout.less | 5 +++-- frontporch14/resources/theme.css | 5 +++-- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index d4dac0e..f57582d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /deck.js /frontporch14/dev .DS_Store +*.codekit diff --git a/frontporch14/index.html b/frontporch14/index.html index 9010c3a..4dc0298 100644 --- a/frontporch14/index.html +++ b/frontporch14/index.html @@ -487,12 +487,13 @@

-
+ -
- Slides on GitHub + diff --git a/frontporch14/resources/less/layout.less b/frontporch14/resources/less/layout.less index 2cffbfe..ad9f3d3 100644 --- a/frontporch14/resources/less/layout.less +++ b/frontporch14/resources/less/layout.less @@ -204,7 +204,7 @@ code { font-family: 'Source Code Pro', monospace; } } -#info { +#info-left { position: absolute; top: 50%; left: 50%; @@ -212,10 +212,11 @@ code { font-family: 'Source Code Pro', monospace; } margin-left: -640px; } -#github { +#info-right { position: absolute; top: 50%; right: 50%; margin-top: 370px; margin-right: -640px; + text-align: right; } \ No newline at end of file diff --git a/frontporch14/resources/theme.css b/frontporch14/resources/theme.css index 0b48543..9d8e17b 100644 --- a/frontporch14/resources/theme.css +++ b/frontporch14/resources/theme.css @@ -187,19 +187,20 @@ code { .on-slide-interaction4 .interaction4 { font-weight: 700; } -#info { +#info-left { position: absolute; top: 50%; left: 50%; margin-top: 370px; margin-left: -640px; } -#github { +#info-right { position: absolute; top: 50%; right: 50%; margin-top: 370px; margin-right: -640px; + text-align: right; } /* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript+python */ /**