aboutsummaryrefslogtreecommitdiff
path: root/slides/pws/index.html
blob: cdf41a7664fa68c0eaa4f60623b7e50f05bb840c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
---
layout: slides
title: Een transport robot met een bankrekening
scripts: [ ./web3.js, ./script.js ]
styles: [ ../reveal.js/theme/blood.css, ../reveal.js/zenburn.css, ./style.css ]
---
<div class="reveal">
  <div class="slides">
    <section>
      <h2>Een transport robot met een bankrekening</h2>
    </section>
    <section>
      <div class="profile">
        <img src="/assets/face.jpg" alt="Noah Loomans">
        <div class="info">
          <div class="name">Noah Loomans</div>
          <div class="pgp-key">67B0 295A C271 345D 0706 4B9B 8B23 75F3 B367 DF6D</div>
        </div>
      </div>
    </section>
    <section>
      <div class="profile">
        <img src="/assets/joppe.jpg" alt="Noah Loomans">
        <div class="info">
          <div class="name">Joppe Koers</div>
          <div class="pgp-key">Professional amateur.</div>
        </div>
      </div>
    </section>
    <section>
      <h3>Waar gaan we het over hebben?</h3>
      <ul>
        <li class="fragment">Hoe werkt de blockchain?</li>
        <li class="fragment">Wat hebben we gedaan?</li>
        <li class="fragment">Demo.</li>
        <li class="fragment">Hoe hebben we het gedaan?</li>
      </ul>
    </section>
    <section>
      <div id="blockchain"></div>
    </section>
    <section data-background-video="/slides/pws/mining.mp4" data-background-video-loop="true">
    </section>
    <section data-background-video="/slides/pws/mining-winner.mp4" data-background-video-loop="true">
    </section>
    <section>
      <section>
        <h3>Hoe werkt de robot?</h3>
      </section>
      <section
        data-background-image="https://static1.squarespace.com/static/571803cd27d4bde8997774b0/t/57361430f85082cb3f1a7ee8/1463161911625/web-iStock_000084382279_Large.jpg?format=1500w"
        data-background-size="contain">
      </section>

      <section
        data-background-image="https://cdn-reichelt.de/bilder/web/xxl_ws/A300/RASP_03_01.png"
        data-background-size="contain">
      </section>

      <section
        data-background-image="https://cdn-reichelt.de/bilder/web/xxl_ws/B300/ARDUINO_UNO_A06.png"
        data-background-size="contain">
      </section>

      <section
        data-background-image="https://lh3.googleusercontent.com/_lTkGv7E1qV8vm7mg27PAM-2l2he0GdrijiNUpiL9aGucowXjc1x5b8Jzwl8CH-UmtfhT5UqVtgxiyzcNhM_uE4ze6FfYfWOceY6Lp9R9TGSPlBCD-4hzOK4bAQihuAOfEHzHQKVe0MK9uVHZ77K7K-03cOqExf8wU23WU5QzBwK6NCQ3VZy3eQiIVI9a3DL7pYPTFZoX1lUZ-c-FLElpslF_ePYKnCfEsnpovhK4PFXckRZFfyO9SMITgGd8s1DCm1YD18ZleczkuZfgO94Lpydax34pq3D5bstL4l5x8FSaH0xswSBekYe9_TVaM4h0s7DjztRSYwji-qagGXYKiAvPh_uEGPf_LhV9VtzIOz3kXjeoYa2wQON7bvE28Tqg4VqlR1RAsVHx-6GLCjTRy2vTt8XQD-LgCtO9d6CEgE6a3Nx2b29Eovj9TeWP7Fxqtegm1KgYphYu24dl-mw_XfEnHyf-hZKTb_cbU4eG7UF7j5U5AtuCK8TwCIYsHlaABhMCirKgd9eyWxZJWGpZp2sWhGc_BAVeNzeMMimYzylYMQn6ULs0J_dgTO4riI13A9VG5XjHBLjLEvTbj2ZX-miD1SXcrR2v-5sV2y987eXhEcqvijDR3VJGNPvMKq7duF9qqAlJ7S3wOt2qahyEJJ2SSElRr7hSg=w1071-h803-no"
        data-background-size="contain">
      </section>
    </section>
    <section>
      <section>
        <h3>Process</h3>
      </section>
      <section>
        <ul>
          <li>3 keer herinstalleren</li>
          <li class="fragment">Van IOTA naar Ethereum</li>
          <li class="fragment">Niet perfect</li>
        </ul>
      </section>
      <section
        data-background-image="/assets/robot.jpeg"
        data-background-size="contain">
      </section>
      <section
        data-background-video="/assets/robot.mp4"
        data-background-size="contain"
        data-background-video-loop="true">
      </section>
    </section>
    <section>
      <a href="https://noahloomans.com/a-robot-that-owns-money.pdf">
        https://noahloomans.com/a-robot-that-owns-money.pdf
      </a>
    </section>
  </div>
</div>