Presentation

<!DOCTYPE html>

Cyberspace Familiarization Course @import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz); @import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic); @import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic); body { font-family: 'Droid Serif'; } h1, h2, h3 { font-family: 'Yanone Kaffeesatz'; font-weight: normal; } img { display: block; margin: auto; width: 100%; } .footnote { position: absolute; left: 1em; bottom: 1em; } .titleslide { background: #272822; background-image: url(https://cap-cdta.gitbooks.io/cyberspace-familiarization-course/content/cdtaseal_watermark.png); background-position: center; background-repeat: no-repeat; color: #777872; text-shadow: 0 0 20px #333333; text-align: center; vertical-align: middle; } .allslides { background-image: url(https://cap-cdta.gitbooks.io/cyberspace-familiarization-course/content/cdtaseal_watermark.png); background-position: center; background-repeat: no-repeat; } .titleslide h1, .titleslide h2 { color: #f3f3f3; line-height: 0.8em; } .left-column { width: 70%; height: 92%; float: left; } .left-column h2:last-of-type, .left-column h3:last-child { color: #000; } .right-column { width: 30%; height: 92%; float: right; padding-top: 1em; text-align: center; font-size: 50%; } .right-column img { width: 40%; } li { padding-bottom: 15px; } .remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; } var screensize = "4:3"; var widescreen = confirm("Widescreen?"); if (widescreen == true) { screensize = "16:9"; } var slideshow = remark.create({ ratio: screensize, sourceUrl: 'Presentation.md' });

Last updated