From: Richard W.M. Jones Date: Fri, 25 Jan 2019 14:22:37 +0000 (+0000) Subject: Update title slide style. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=445635a71a5371499b76a0a1b9c47ad920a42870;p=libguestfs-talks.git Update title slide style. --- diff --git a/2019-fosdem/1000-introduction.html b/2019-fosdem/1000-introduction.html index 968fe92..5973139 100644 --- a/2019-fosdem/1000-introduction.html +++ b/2019-fosdem/1000-introduction.html @@ -4,14 +4,16 @@

- Better loop mounts with NBD —
+ Better loop mounts with NBD
Take your loop mounts to the next level with nbdkit

-

- Richard W.M. Jones
- rjones @ redhat.com -

-

+ +

+ Richard W.M. Jones (rjones @ redhat.com)
+ 11am, Saturday 2nd February 2019 +

+ +

Loop devices let you turn a raw file into a device. Loop mounts let you mount filesystems from a raw file. Network Block Device with the nbdkit server takes diff --git a/2019-fosdem/style.css b/2019-fosdem/style.css index ff7ad32..14aa0ad 100644 --- a/2019-fosdem/style.css +++ b/2019-fosdem/style.css @@ -38,19 +38,28 @@ b { color: rgb(204,0,0); } +/* Title page. */ div#titlepage { margin-top: 100px; - text-align: center; + width: 80%; + margin-left: 10%; } div#titlepage p.title { color: rgb(204,0,0); font-weight: bold; font-size: 48px; + text-align: left; } -div#titlepage author { +div#titlepage p.author { font-size: 36px; + text-align: left; +} + +div#titlepage p.abstract { + font-size: 28px; + text-align: left; } /* Code */