added images, hid coins in applications section
BIN
styles/bank.jpg
Normal file
After Width: | Height: | Size: 284 KiB |
|
@ -15,12 +15,23 @@
|
|||
}
|
||||
|
||||
.highlighted {
|
||||
background-color: #f7931a;
|
||||
position: relative;
|
||||
color: black;
|
||||
display: block;
|
||||
padding: 0.125em 0.25em;
|
||||
margin: 0.25em auto;
|
||||
}
|
||||
.highlighted:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background-color: #FF0;
|
||||
z-index: -1;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
table.yesnomaybe {
|
||||
border: 0px solid transparent;
|
||||
|
@ -57,6 +68,7 @@ table.yesnomaybe .maybe {
|
|||
}
|
||||
|
||||
.coins {
|
||||
display: none;
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
|
|
Before Width: | Height: | Size: 852 KiB After Width: | Height: | Size: 231 KiB |
BIN
styles/clouds.jpg
Normal file
After Width: | Height: | Size: 254 KiB |
BIN
styles/coal-mining.jpg
Normal file
After Width: | Height: | Size: 440 KiB |
BIN
styles/copyright-office.jpg
Normal file
After Width: | Height: | Size: 175 KiB |
BIN
styles/fingerprint.jpg
Normal file
After Width: | Height: | Size: 207 KiB |
Before Width: | Height: | Size: 213 KiB After Width: | Height: | Size: 202 KiB |
Before Width: | Height: | Size: 521 KiB After Width: | Height: | Size: 184 KiB |
BIN
styles/hard drive.png
Normal file
After Width: | Height: | Size: 384 KiB |
|
@ -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);
|
||||
|
|
BIN
styles/music.jpg
Normal file
After Width: | Height: | Size: 302 KiB |
BIN
styles/servers.jpg
Normal file
After Width: | Height: | Size: 263 KiB |
BIN
styles/user faces.png
Normal file
After Width: | Height: | Size: 696 KiB |