diff --git a/index.html b/index.html
index 1e987b3..ddf5bf1 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
- Janus Presentation Framework
+ Tech Talk: Blockchain
@@ -39,8 +39,8 @@
diff --git a/styles/blockchain.css b/styles/blockchain.css
index 86fc676..a76a57a 100644
--- a/styles/blockchain.css
+++ b/styles/blockchain.css
@@ -39,4 +39,5 @@ img.thumbnail {
.credits > div > a {
display: block;
font-size: 0.75em;
+ line-height: 1.2;
}
diff --git a/styles/linked-list-hashpointers.svg b/styles/linked-list-hashpointers.svg
index d542232..3ccea95 100644
--- a/styles/linked-list-hashpointers.svg
+++ b/styles/linked-list-hashpointers.svg
@@ -9,9 +9,9 @@
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="400"
+ width="500"
height="400"
- viewBox="0 0 400.00002 399.99997"
+ viewBox="0 0 500.00002 399.99997"
id="svg2"
version="1.1"
inkscape:version="0.91 r13725"
@@ -102,8 +102,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.4"
- inkscape:cx="36.162609"
- inkscape:cy="195.21225"
+ inkscape:cx="312.59118"
+ inkscape:cy="188.78368"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
@@ -135,7 +135,7 @@
id="layer1"
transform="translate(-209.7363,42.325432)">
image/svg+xml
-
+
@@ -136,59 +136,59 @@
transform="translate(-209.7363,42.325432)">
+ style="fill:#ff9800;fill-opacity:1;fill-rule:evenodd;stroke:#777777;stroke-width:3.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 554.31766,-18.117498 -2.94487,44.371056 m -66.56994,-49.479877 87.69035,5.819953 -3.01032,45.357084 -87.69035,-5.81995 z" />
+ style="fill:#ff9800;fill-opacity:1;fill-rule:evenodd;stroke:#777777;stroke-width:3.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 687.4283,89.814959 -37.89014,23.276611 m 1.82719,-82.924522 46.00147,74.882142 -38.73214,23.79387 -46.00147,-74.882142 z" />
+ style="fill:#ff9800;fill-opacity:1;fill-rule:evenodd;stroke:#777777;stroke-width:3.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 542.05814,332.29773 -7.71079,-43.79505 m 76.44116,32.19569 -86.55199,15.23881 -7.88214,-44.76828 86.55199,-15.23881 z" />
+ style="fill:#ff9800;fill-opacity:1;fill-rule:evenodd;stroke:#777777;stroke-width:3.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 363.20585,275.55971 26.52258,-35.69334 m 29.12875,77.66163 -70.54062,-52.41649 27.11199,-36.48654 70.54062,52.41649 z" />
diff --git a/styles/main.css b/styles/main.css
index 1b54136..5be484c 100644
--- a/styles/main.css
+++ b/styles/main.css
@@ -151,14 +151,15 @@ section > * {
*/
[janus-timeline='past'] {
- transition: transform ease-in 0.5s, opacity ease-in 0.5s, visibility step-end 0.5s;
+ transition: transform ease 0.5s, opacity ease 0.5s, visibility step-end 0.5s;
}
[janus-timeline='present'] {
- transition: transform ease-out 0.5s, opacity ease-out 0.5s, visibility step-start 0.5s;
+ transition: transform ease 0.5s, opacity ease 0.5s, visibility step-start 0.5s;
}
[janus-timeline='future'] {
+ opacity: 0;
visibility: hidden;
}
@@ -171,7 +172,7 @@ body.show-notes section[janus-timeline='future'] [janus-timeline='future'] {
opacity: 1;
}
-section[janus-timeline='past'] {
+section[janus-timeline='past'], [janus-timeline='past'][janus-past='big'], [janus-timeline='future'][janus-future='big'] {
transform: translate3d(0, 0, 0) scale(5);
opacity: 0;
visibility: hidden;