added images, hid coins in applications section

This commit is contained in:
Joshua Seigler 2017-01-26 11:42:24 -05:00
parent 976db392ef
commit 4f380b5579
15 changed files with 68 additions and 51 deletions

View file

@ -286,6 +286,7 @@ section {
background-color: black;
transition: transform ease 0.5s, opacity ease 0.5s, visibility step-end 0.5s;
transform-origin: 50% 50%;
perspective: 100vmax;
}
/* live-coding */
@ -470,6 +471,17 @@ body:not(.show-notes) [janus-timeline='past'][janus-past='right'], body:not(.sho
z-index: 2;
}
body:not(.show-notes) [janus-timeline='past'][janus-past='flip-h'], body:not(.show-notes) [janus-timeline='future'][janus-future='flip-h'] {
transform: translate3d(0, 0, -10vmin) rotateY(-180deg);
opacity: 1;
visibility: hidden;
pointer-events: none;
z-index: 2;
}
body:not(.show-notes) [janus-timeline='future'][janus-future='flip-h'] {
transform: translate3d(0, 0, -10vmin) rotateY(180deg);
}
section[janus-timeline='past'], /* default past-tense state */
body:not(.show-notes) [janus-timeline='past'][janus-past='big'], body:not(.show-notes) [janus-timeline='future'][janus-future='big'] {
transform: translate3d(0, 5vmin, 0) scale(1.25);