Skip to content

Commit ede0530

Browse files
committed
add QR code for slides link
1 parent 5e662ca commit ede0530

2 files changed

Lines changed: 18 additions & 6 deletions

File tree

index.html

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,16 @@
2727
</section>
2828

2929
<section>
30-
<p style="font-size:200%">Hashing &<br />Content Addressability</p>
31-
<p>Foundations of Git, Bitcoin, & Nix</p>
32-
<p style="font-size:75%">Matt McHenry</p>
33-
<p style="font-size:75%">https://matt.mchenryfamily.org/hash-talk</p>
30+
<div style="display: flex; flex-direction: row;">
31+
<div style="flex: 5;">
32+
<p style="font-size:200%">Hashing &<br />Content Addressability</p>
33+
<p>Foundations of Git, Bitcoin, & Nix</p>
34+
<p style="font-size:75%">Matt McHenry</p>
35+
<p style="font-size:75%">https://matt.mchenryfamily.org/hash-talk</p>
36+
</div>
37+
<div style="flex: 1; margin-top: 25vh;">
38+
<img src="slides-link-qr.png" />
39+
</div>
3440
</section>
3541
<section>
3642
<ul>
@@ -801,8 +807,14 @@
801807
</section>
802808

803809
<section>
804-
<p>Thank You!</p>
805-
<p>https://matt.mchenryfamily.org/hash-talk</p>
810+
<div style="display: flex; flex-direction: row;">
811+
<div style="flex: 5;">
812+
<p>Thank You!</p>
813+
<p>https://matt.mchenryfamily.org/hash-talk</p>
814+
</div>
815+
<div style="flex: 1">
816+
<img src="slides-link-qr.png" />
817+
</div>
806818
</section>
807819

808820
<!--section data-auto-animate data-auto-animate-restart>

slides-link-qr.png

3.55 KB
Loading

0 commit comments

Comments
 (0)