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

BIN
styles/bank.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 284 KiB

View file

@ -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;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 852 KiB

After

Width:  |  Height:  |  Size: 231 KiB

Before After
Before After

BIN
styles/clouds.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 254 KiB

BIN
styles/coal-mining.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 440 KiB

BIN
styles/copyright-office.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 KiB

BIN
styles/fingerprint.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 213 KiB

After

Width:  |  Height:  |  Size: 202 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 521 KiB

After

Width:  |  Height:  |  Size: 184 KiB

Before After
Before After

BIN
styles/hard drive.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 KiB

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);

BIN
styles/music.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 KiB

BIN
styles/servers.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 KiB

BIN
styles/user faces.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 696 KiB