Last active
December 2, 2019 23:22
-
-
Save javierluraschi/17fee79f04a8895fcb1c2af7e83b99f9 to your computer and use it in GitHub Desktop.
Multiverse YouTube Slide
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: "Using GPUs with TensorFlow and Docker" | |
subtitle: Multiverse Video Series | |
author: Javier Luraschi | |
output: | |
revealjs::revealjs_presentation: | |
df_print: paged | |
self_contained: true | |
theme: moon | |
--- | |
<style> | |
.reveal .controls { | |
opacity: 0; | |
} | |
.reveal h1 { | |
margin-top: 200px; | |
font-size: 60px !important; | |
background: #77abd9; | |
color: #000 !important; | |
display: inline-block; | |
padding: 0 30px 0 30px; | |
border-radius: 3px; | |
} | |
.reveal h1.subtitle { | |
margin-top: 40px; | |
font-size: 60px !important; | |
color: #FFF !important; | |
font-weight: 400 !important; | |
padding-left: 30px; | |
background: none; | |
} | |
</style> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment