mirror of
https://github.com/seigler/presentation-blockchains
synced 2025-07-27 01:26:11 +00:00
feat: sub-item animations
This commit is contained in:
parent
b0a2712b2c
commit
786a0a0753
5 changed files with 43 additions and 41 deletions
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Janus Presentation Framework</title>
|
||||
<title>Tech Talk: Blockchain</title>
|
||||
<link rel="stylesheet" href="styles/main.css" charset="utf-8">
|
||||
<link rel="stylesheet" href="styles/blockchain.css" charset="utf-8">
|
||||
</head>
|
||||
|
@ -39,8 +39,8 @@
|
|||
</section>
|
||||
|
||||
<section class="hashpointers">
|
||||
<img src="styles/linked-list.svg" alt="" class="contain" style="object-position: 70% 50%">
|
||||
<img janus-timeline src="styles/linked-list-hashpointers.svg" alt="" class="contain" style="object-position: 70% 50%">
|
||||
<img janus-timeline src="styles/linked-list.svg" alt="" class="contain" style="object-position: 70% 50%">
|
||||
<img janus-timeline janus-future="big" src="styles/linked-list-hashpointers.svg" alt="" class="contain" style="object-position: 70% 50%">
|
||||
<h1>Hash Pointers</h1>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue