mirror of
https://github.com/seigler/presentation-blockchains
synced 2025-07-26 17:16:11 +00:00
add icons, reorg and add slides
This commit is contained in:
parent
5abec6ed4b
commit
f02082d9d3
1843 changed files with 2035 additions and 3 deletions
7
styles/bitcoin.svg
Normal file
7
styles/bitcoin.svg
Normal file
|
@ -0,0 +1,7 @@
|
|||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="64" width="64" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
|
||||
<g transform="translate(0.00630876,-0.00301984)">
|
||||
<path fill="#f7931a" d="m63.033,39.744c-4.274,17.143-21.637,27.576-38.782,23.301-17.138-4.274-27.571-21.638-23.295-38.78,4.272-17.145,21.635-27.579,38.775-23.305,17.144,4.274,27.576,21.64,23.302,38.784z"/>
|
||||
<path fill="#FFF" d="m46.103,27.444c0.637-4.258-2.605-6.547-7.038-8.074l1.438-5.768-3.511-0.875-1.4,5.616c-0.923-0.23-1.871-0.447-2.813-0.662l1.41-5.653-3.509-0.875-1.439,5.766c-0.764-0.174-1.514-0.346-2.242-0.527l0.004-0.018-4.842-1.209-0.934,3.75s2.605,0.597,2.55,0.634c1.422,0.355,1.679,1.296,1.636,2.042l-1.638,6.571c0.098,0.025,0.225,0.061,0.365,0.117-0.117-0.029-0.242-0.061-0.371-0.092l-2.296,9.205c-0.174,0.432-0.615,1.08-1.609,0.834,0.035,0.051-2.552-0.637-2.552-0.637l-1.743,4.019,4.569,1.139c0.85,0.213,1.683,0.436,2.503,0.646l-1.453,5.834,3.507,0.875,1.439-5.772c0.958,0.26,1.888,0.5,2.798,0.726l-1.434,5.745,3.511,0.875,1.453-5.823c5.987,1.133,10.489,0.676,12.384-4.739,1.527-4.36-0.076-6.875-3.226-8.515,2.294-0.529,4.022-2.038,4.483-5.155zm-8.022,11.249c-1.085,4.36-8.426,2.003-10.806,1.412l1.928-7.729c2.38,0.594,10.012,1.77,8.878,6.317zm1.086-11.312c-0.99,3.966-7.1,1.951-9.082,1.457l1.748-7.01c1.982,0.494,8.365,1.416,7.334,5.553z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.5 KiB |
BIN
styles/cat-money.jpg
Normal file
BIN
styles/cat-money.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 852 KiB |
BIN
styles/hashbrowns.jpg
Normal file
BIN
styles/hashbrowns.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 MiB |
|
@ -231,6 +231,28 @@ ul.help li {
|
|||
padding: 0 0.5em;
|
||||
}
|
||||
|
||||
table {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
th, td {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
thead th div {
|
||||
white-space: nowrap;
|
||||
width: 1.5em;
|
||||
height: 1em;
|
||||
line-height: 0.9;
|
||||
text-align: left;
|
||||
transform-origin: left bottom;
|
||||
transform: translateX(1.3em) rotate(-60deg);
|
||||
}
|
||||
|
||||
tbody th {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
section {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
|
@ -418,8 +440,11 @@ section[janus-timeline='future'] {
|
|||
pointer-events: none;
|
||||
}
|
||||
|
||||
img.cover, img.contain {
|
||||
.cover, .contain {
|
||||
position: absolute;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
|
@ -427,10 +452,10 @@ img.cover, img.contain {
|
|||
z-index: -1;
|
||||
transform: none;
|
||||
}
|
||||
img.cover {
|
||||
.cover {
|
||||
object-fit: cover;
|
||||
}
|
||||
img.contain {
|
||||
.contain {
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue