-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
133 lines (111 loc) · 3.68 KB
/
index.html
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>ipfs-search.com</title>
<link rel="stylesheet" href="dist/reset.css">
<link rel="stylesheet" href="dist/reveal.css">
<link rel="stylesheet" href="dist/theme/black.css">
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="plugin/highlight/monokai.css">
<style type="text/css">
.reveal h1, .reveal h2, .reveal h3 {
text-transform: initial;
}
.white-links a,
.white-links a:link,
.white-links a:visited,
.white-links a:active {
color: white;
}
.small {
font-size: 60%;
}
.dark-text,
.dark-text h2,
.dark-text a,
.dark-text a:link,
.dark-text a:visited,
.dark-text a:active {
color: black;
}
</style>
</head>
<body>
<div class="reveal">
<div class="slides">
<section data-background-image="img/background.jpg" class="white-links">
<h2><a href="https://ipfs-search.com/">ipfs-search.com</a></h2>
<p>Find without getting sold.</p>
<p class="small">
Mathijs de Bruin (<a href="https://twitter.com/mathijsfietst">@mathijsfietst</a>)</a><br>
Novemer 25, 2021
</p>
</section>
<!-- section 1: history -->
<section data-auto-animate>
<h2>hacking for freedom</h2>
</section>
<section data-auto-animate>
<h2>hacking for freedom</h2>
<ul>
<li class="fragment">20 years ago (15 y/o), 'Information Liberation Front'</li>
<li class="fragment">15 years ago (20 y/o), concept search 'like torrents'</li>
<li class="fragment">10 years ago (25 y/o), rise of Bitcoin/blockchain</li>
<li class="fragment">5 years ago (30 y/o), <b>ipfs-search.com</b></li>
</ul>
</section>
<!-- section 2: problem -->
<section data-auto-animate>
<p>Google, Facebook and Microsoft sell your <b>attention</b>.</p>
</section>
<section data-auto-animate>
<p>Google, Facebook and Microsoft sell your attention.</p>
<p>Your data, your preferences, your autonomy.</p>
</section>
<section data-auto-animate>
<p>Google, Facebook and Microsoft sell your attention.</p>
<p>Changing your views and your choices.</p>
</section>
<section data-auto-animate>
<p>Google, Facebook and Microsoft sell your attention.</p>
<p>Limiting <b>freedom</b>.</p>
</section>
<!-- section 3: solution -->
<section data-auto-animate data-background-image="img/hole_in_the_fence.jpg" class="dark-text">
<h2>ipfs-search</h2>
<p>Find without getting sold.</p>
</section>
<section data-auto-animate>
<h2>ipfs-search</h2>
<ul>
<li class="fragment">Private, we don't store anything</li>
<li class="fragment">Censorship-free, objective and neutral</li>
<li class="fragment">Open Data and Open Source, copy & paste us</li>
<li class="fragment">IPFS, the web like torrents</li>
</ul>
</section>
<section data-auto-animate>
<p>Ready to search?</p>
</section>
<section data-background-image="img/screenshot.png">
</section>
</div>
</div>
<script src="dist/reveal.js"></script>
<script src="plugin/notes/notes.js"></script>
<script src="plugin/markdown/markdown.js"></script>
<script src="plugin/highlight/highlight.js"></script>
<script>
// More info about initialization & config:
// - https://revealjs.com/initialization/
// - https://revealjs.com/config/
Reveal.initialize({
hash: true,
// Learn about plugins: https://revealjs.com/plugins/
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
});
</script>
</body>
</html>