Tweaked slide layout
[cipher-training.git] / slides / further-work.html
index 01017632e6ea0ea92ffe2b524bd2e6917351775c..34059f8ae03af9b97812b0b8d36cddf9c5364b57 100644 (file)
         color: #ff6666;
         text-shadow: 0 0 20px #333;
         padding: 2px 5px;
+      }
+      .indexlink {
+        position: absolute;
+        bottom: 1em;
+        left: 1em;
       }
        .float-right {
         float: right;
   <body>
     <textarea id="source">
 
+
+layout: true
+
+.indexlink[[Index](index.html)]
+
+---
+
 # Taking this further
 
 
 </td>
 </tr>
 <tr>
+<td rowspan=2>
+### Full Enigma and Bombe
+* Steckerboard
+* Three wheels
+    * (and all the turnover logic)
+* Wheel rings
+* Extend the Bombe
+</td>
 <td>
 ### Text generation
 * Read some text, find the n-grams, generate more text from that.
 </td>
+<tr>
 <td>
 ### Spelling correction
 * Suggest the most likely correct word, given the probability of these errors.