Update title slide style.
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 25 Jan 2019 14:22:37 +0000 (14:22 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 25 Jan 2019 14:31:07 +0000 (14:31 +0000)
2019-fosdem/1000-introduction.html
2019-fosdem/style.css

index 968fe92..5973139 100644 (file)
@@ -4,14 +4,16 @@
 
 <div id="titlepage">
   <p class="title">
-    Better loop mounts with NBD &mdash; <br/>
+    Better loop mounts with NBD <br/>
     <small>Take your loop mounts to the next level with nbdkit</small>
   </p>
-  <p><author>
-      Richard W.M. Jones <br/>
-      <small>rjones @ redhat.com</small>
-  </author></p>
-  <p style="width: 75%; margin: auto; text-align: left;">
+
+  <p class="author">
+      Richard W.M. Jones <small>(rjones @ redhat.com)</small> <br/>
+      <small>11am, Saturday 2nd February 2019</small>
+  </p>
+
+  <p class="abstract">
     <b>Loop devices</b> let you turn a raw file into a device.
     <b>Loop mounts</b> let you mount filesystems from a raw file.
     <b>Network Block Device</b> with the <b>nbdkit</b> server takes
index ff7ad32..14aa0ad 100644 (file)
@@ -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 */